body.design-v1 {
    background: #333;
    margin: 0;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    overflow: auto !important;
}

body.popup {
    background: #fff;
}

.design-v1 td {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
}

a {
    color: #db6600;
    text-decoration: underline;
}

span.main-color {
    color: #db6600;
}

a:hover {
    text-decoration: none;
}

a.inactive {
    color: #000;
    text-decoration: none;
}

a.inactive:hover {
    text-decoration: underline;
}

form {
    display: inline;
}

.design-v1 .input {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    border: 1px solid #c3c2bb;
}

.design-v1 select {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    border: 1px solid #c3c2bb;
}

.design-v1 .textarea {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    border: 1px solid #c3c2bb;
}

.button {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #914e15;
    background-color: #f5821f;
    border: 1px solid #914e15;
    font-weight: bold;
}

.button-active {
    color: white;
    text-underline: none
}

.message {
    color: #f00;
}

.clear, .main_clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.red {
    color: red;
}

.strong {
    font-weight: bold;
}
/*div.center {*/
/*text-align: center;*/
/*}*/

.design-v1 #grid_layout_body {
    width: 100%;
}

.design-v1 #grid_layout_body > tbody > tr > td {
    width: 300px;
    vertical-align: top;
}


.design-v1 #container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    background-color: #fff;
}


#mainSiteModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: auto;
}

#mainSiteModal .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 700px;
    max-height: 70%;
    overflow: auto;
    font-size: 13px;
}

#mainSiteModal .modal-content-50 {
    width: 350px;
}

#mainSiteModalClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: -20px -10px 0 0;
}

#mainSiteModalClose:hover,
#mainSiteModalClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*
#header {
    height: 50px;
    background-color: #393a3a;
    overflow: initial;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#header .site_logo a {
    width: 150px;
    height: 33px;
    display: block;
    background: url(/config/basketnews.lt/themes/m/default/logo_new_2001x310.png) no-repeat center left;
    background-size: 150px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

#header .leagues_menu, #header .search, #header .user {
    margin: auto 0;
}

#header .leagues_menu {
    padding-right: 16px;
}

#header .search {
    width: 143px;
    padding: 16px 10px 0 10px;
    height: 25px;
}

#header .user {
    width: 70px;
    text-align: center;
}

#header .user .login {
    padding: 10px 0 10px 0;
    height: 23px;
}

#header .user .login a {
    color: #fff;
    text-decoration: none;
}

#header .user .login a:hover {
    text-decoration: underline;
}


#header .user .menu .image a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

#header .user .menu .image a:after {
    content: '';
    display: block;
    position: absolute;
    right: -16px;
    top: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
}
*/

#header .user .menu .subitems {
    position: fixed;
    display: none;
    z-index: 600;
    margin-left: -34px;
    margin-top: 11px;
    width: 140px;
    background-color: #2f2f2f;
    border-bottom: 3px solid #f78221;
    font-size: 14px;
}

#header .user .menu .subitems ul {
    width: 112px;
    padding: 0 14px 15px 14px;
    float: left;
    list-style: none;
}

#header .user .menu .subitems ul li {
    font-size: 0.9em;
    padding: 3px 0 3px 0;
    height: auto;
    margin-top: 3px;
    text-transform: none;
    text-align: left;
}

#header .user .menu .subitems ul li a {
    text-decoration: none;
    color: #eee;
}

#header .user .menu .subitems ul li a:hover {
    text-decoration: underline;
}

/*#header .leagues_menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .leagues_menu > ul > li,
#header .block_site_menu > ul > li {
    float: left;
    height: 16px;
    padding: 17px 10px 17px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

#header .leagues_menu > ul > li > a,
#header .block_site_menu > ul > li a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-right: 25px;
    display: inline-block;
    position: relative;
}

#header .leagues_menu > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    right: -13px;
    top: 6px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #6e6e6e;
}

#header .leagues_menu ul li .subitems {
    position: fixed;
    visibility: hidden;
    z-index: 600;
    margin-left: -10px;
    margin-top: 16px;
    width: 180px;
    background-color: #2f2f2f;
    border-bottom: 3px solid #f78221;
}

#header .leagues_menu ul li .subitems .logo {
    right: 0;
    top: 0;
    background-color: #ffffff;
    width: 60px;
    height: 100%;
    position: absolute;
}

#header .leagues_menu ul li .subitems .logo img {
    margin: 10px 5px 0 5px;
}

#header .leagues_menu ul li .subitems .logo:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#header .leagues_menu ul li .subitems ul {
    width: 132px;
    padding: 00px 14px 15px 14px;
    float: left;
    list-style: none;
}

#header .leagues_menu ul li .subitems ul li {
    font-size: 0.9em;
    padding: 3px 0 3px 0;
    height: auto;
    margin-top: 3px;
    text-transform: none;
}

#header .leagues_menu ul li .subitems ul li a {
    text-decoration: none;
    color: #eee;
}

#header .leagues_menu ul li .subitems ul li a:hover {
    text-decoration: underline;
}

#header .block_site_menu {
    margin: 0 auto;
    padding: 0 0 0 0;
}

#header .block_site_menu > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#header .block_site_menu > ul > li {
    font-size: 13px;
    letter-spacing: 1px;
}

#header .block_site_menu > ul > li a {
    height: 24px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

#header .block_site_menu > ul > li a.active {
}

#header .block_site_menu > ul > li a:hover {
    color: #db6600;
}

#header .block_site_menu > ul > li ul {
    width: 132px;
    margin-left: -5px;
    padding: 10px 14px 15px 14px;
    position: absolute;
    visibility: hidden;
    z-index: 500;
    background-color: #4f4f4f;
    list-style: none;
    border-bottom: 2px solid #f78221;
}

#header .block_site_menu > ul > li ul li {
    font-size: 0.9em;
    padding-right: 0px;
}

#header .block_site_menu > ul > li ul li a {
    padding: 4px 0px 4px 10px;
    height: auto;
}
*/

#menu_container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#menu_container > div {
    display: flex;
    align-items: center;
}

.block_site_menu ul li a.home_off {
    background: url(/config/basketnews.lt/themes/default/ico_home04.png) no-repeat center center;
    text-shadow: none;
    width: 13px;
}

.block_site_menu ul li a.home_on {
    background: url(/config/basketnews.lt/themes/default/ico_home05.png) no-repeat center center;
    width: 13px;
}

.block_site_menu ul li a.home_off:hover {
    background: url(/config/basketnews.lt/themes/default/ico_home05.png) no-repeat center center;
    text-shadow: none;
}

.site_menu {
    margin: auto 0;
}

.search-icon {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.design-v1 .gsc-wrapper {
    max-height: calc(100vh - 243px);
    overflow: auto;
}

.design-v1 #search-modal {
    max-height: calc(100vh - 125px);
}

.design-v1 #body {
    width: 1180px;
    overflow: hidden;
    margin-left: 10px;
}

#body_left_2cols {
    width: 888px;
    overflow: hidden;
    float: left;
}

#body_left {
    float: left;
    width: 252px;
    padding-right: 10px;
    overflow: hidden;
}

#body_center {
    float: left;
    width: 624px;
    overflow: hidden;
}

#body_right {
    padding-left: 10px;
    float: left;
    width: 300px;
    overflow: hidden;
    display: inline;
}


#body h1.page_title {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 1em 0;
    line-height: normal;
}

.main_infoblock_3 {
    border: 1px solid #d6d7d2;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding: 9px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.main_infoblock_3 .main_infoblock_3_inside {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}


#footer {
    background: #e6e6e6 url(/config/basketnews.lt/themes/default/footer_bg01.gif) repeat-x left top;
    height: 74px;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: hidden;
}

#footer .left {
    float: left;
    width: 356px;
    background: url(/config/basketnews.lt/themes/default/logo_new_105x56.png) no-repeat 226px 6px;
    height: 61px;
}

#footer .right {
    float: left;
    background: url(/config/basketnews.lt/themes/default/footer_spacer01.gif) no-repeat left top;
    width: 620px;
    height: 66px;
    padding-left: 20px;
    padding-top: 9px;
    color: #808080;
}

#footer .right ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 23px;
}

#footer .right ul.menu li {
    float: left;
    background: url(/config/basketnews.lt/themes/default/menu_spacer01.gif) no-repeat left top;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
}

#footer .right ul.menu li:first-child {
    background: transparent;
    padding-left: 0px;
}


.design-v1 .high-content-wrapper .main_infoblock_1 {
    border: 1px solid #d7d8d3;
    background-color: #f6f7f9;
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #333;
}

.design-v1 .high-content-wrapper .main_infoblock_1_title {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_title01.gif) no-repeat right top;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
    color: #808080;
    font-size: 1.1em;
    text-shadow: #eee 1px 1px 0px;
    margin-bottom: 10px;
}

.design-v1 .high-content-wrapper .main_infoblock_1_title a {
    color: #808080;
    text-decoration: none;
}

.design-v1 .high-content-wrapper .main_infoblock_1_title a:hover {
    text-decoration: underline;
}

.design-v1 .high-content-wrapper .main_infoblock_1_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_default.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 39px;
}

.high-content-wrapper .main_infoblock_1_title div.prev_next {
    float: right;
    padding-top: 2px;
}

.high-content-wrapper .main_infoblock_1_title div.prev,
.high-content-wrapper .main_infoblock_1_title div.next {
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px;
    border-style: solid;
    border-color: #b3b3b3;
    border-top-color: transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    float: left;
    margin-left: 5px;
}

.high-content-wrapper .main_infoblock_1_title div.prev {
    border-left-width: 0;
}

.high-content-wrapper .main_infoblock_1_title div.next {
    border-right-width: 0;
}


#body_center .main_infoblock_1 .center hr {
    border: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    border-bottom: 1px solid #e4deca;
}

#body_center .main_infoblock_1 .center h1, #body_left_2cols .main_infoblock_1 .center h1 {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    color: #666666;
}

#body_center .main_infoblock_1 .center h1 a, #body_left_2cols .main_infoblock_1 .center h1 a {
    text-decoration: none;
}

#body_center .main_infoblock_1 .center h1 a:hover, #body_left_2cols .main_infoblock_1 .center h1 a:hover {
    text-decoration: underline;
}


.main_infoblock_forum .main_infoblock_1_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_forum.gif) no-repeat left top;
}

.main_infoblock_forum .center {
    color: #b3b3b3;
}

.main_infoblock_forum .center .list_item {
    padding: 7px 0px 9px 0px;
    border-top: 1px solid #d6d7d2;
}

.main_infoblock_forum .center .list_item:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.main_infoblock_forum .center .name {
    padding-bottom: 2px;
}

.main_infoblock_forum .center .posts span {
    color: #808080;
    font-weight: bold;
}

.main_infoblock_forum .center .date span {
    color: #808080;
}


.main_infoblock_blog .center .list_item {
    padding: 7px 0px 9px 0px;
    border-top: 1px solid #d6d7d2;
}

.main_infoblock_blog .center .list_item:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.main_infoblock_blog .center .list_item .feedbacks a {
    text-decoration: none;
    color: #b3b3b3;
}

.main_infoblock_leagues .leagues ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_infoblock_leagues .leagues ul li {
    float: left;
    padding: 9px;
    border-right: 1px #d6d7d2 solid;
    border-bottom: 1px #d6d7d2 solid;
}

.main_infoblock_leagues .leagues ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #d6d7d2;
    text-align: center;
}

.main_infoblock_leagues .leagues ul li a:hover {
    border: 1px solid #f78221;
}

.main_infoblock_leagues .leagues ul li a img {
    border: 0;
}

.main_infoblock_leagues .leagues ul li.row_first {
    padding-top: 0;
}

.main_infoblock_leagues .leagues ul li.row_last {
    border-bottom: none;
    padding-bottom: 0;
}

.main_infoblock_leagues .leagues ul li.col_first {
    clear: left;
    padding-left: 0;
}

.main_infoblock_leagues .leagues ul li.col_last {
    border-right: none;
    padding-right: 0;
}


.main_infoblock_photos_new .main_infoblock_1_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_photos.gif) no-repeat left top;
}

.main_infoblock_photos_new .list_item {
    margin-bottom: 10px;
}

.main_infoblock_photos_new .list_item .image {
    float: left;
    width: 84px;
    padding-right: 6px;
}

.main_infoblock_photos_new .list_item .image img {
    padding: 1px;
    border: 1px solid #d6d7d2;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_infoblock_photos_new .list_item .name a {
    text-decoration: none;
}

.main_infoblock_photos_new .list_item .name a:hover {
    text-decoration: underline;
}


.main_infoblock_polls .main_infoblock_1_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_polls.gif) no-repeat left top;
}

.main_infoblock_polls .center {
    color: #333;
}

.main_infoblock_polls .center .form td {
    padding-bottom: 10px;
    padding-right: 5px;
}

.main_infoblock_polls .center .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.main_infoblock_polls .center input[type=submit] {
    background: url(/config/basketnews.lt/themes/default/button_bg01.gif) no-repeat left top;
    height: 24px;
    width: 86px;
    color: #fff;
    font-weight: bold;
    border: 0px;
    padding: 0px;
    font-size: 13px;
    text-shadow: #f27d1d 0px -1px 0px;
}

.main_infoblock_polls .center .results .graph td {
    padding-bottom: 10px;
    font-size: 10px;
}

.main_infoblock_polls .center .results .chart {
    border: 0px;
    background-color: #db6600;
    border-right: 1px solid #e4deca;
    border-bottom: 1px solid #e4deca;
    margin: 0px;
    padding: 0px;
    height: 6px;
    line-height: 6px;
    margin-top: 3px;
}

.main_infoblock_polls .center .comments {
    font-weight: bold;
    padding-top: 10px;
    text-align: right;
}

.main_infoblock_polls .center .comments a.fb {
    font-weight: normal;
    color: #b3b3b3;
    text-decoration: none;
}

.main_infoblock_results .center .tbl, .main_infoblock_schedules .center .tbl {
    width: 100%;
}

.main_infoblock_results .center .team, .main_infoblock_schedules .center .team {
    background-color: #e6e6e6;
    padding: 2px;
    padding-left: 10px;
    font-weight: bold;
    color: #666;
}

.main_infoblock_results .center .team a, .main_infoblock_schedules .center .team a {
    color: #666;
    text-decoration: none;
}

.main_infoblock_results .center .team a:hover, .main_infoblock_schedules .center .team a:hover {
    text-decoration: underline;
}

.main_infoblock_results .center .rez1, .main_infoblock_results .center .rez2, .main_infoblock_schedules .center .rez1 {
    padding: 2px;
    width: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.main_infoblock_results .center .rez1, .main_infoblock_schedules .center .rez1 {
    background-color: #e6892e;
}

.main_infoblock_results .center .rez1 a, .main_infoblock_results .center .rez2 a, .main_infoblock_schedules .center .rez1 a {
    color: #fff;
    text-decoration: none;
}

.main_infoblock_results .center .rez1 a:hover, .main_infoblock_results .center .rez2 a:hover, .main_infoblock_schedules .center .rez1 a:hover {
    text-decoration: underline;
}

.main_infoblock_results .center .league, .main_infoblock_schedules .center .league {
    padding-left: 10px;
    padding-top: 3px;
}

.main_infoblock_results .center .league a, .main_infoblock_schedules .center .league a {
    text-decoration: none;
    color: #666;
}

.main_infoblock_results .center .league a:hover, .main_infoblock_schedules .center .league a:hover {
    text-decoration: underline;
}

.main_infoblock_friends .main_infoblock_1_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_friends.gif) no-repeat left top;
}

.main_infoblock_friends .center a {
    margin-right: 10px;
}


.main_rss_subscription {
    margin-bottom: 10px;
    margin-left: 10px;
    background: url(/config/basketnews.lt/themes/default/ico_rss01.gif) no-repeat left top;
    padding-left: 20px;
    height: 16px;
}


.main_infoblock_2 {
    border: 1px solid #d7d8d3;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 9px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.main_infoblock_2_title,
#stream_title {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_title02.gif) repeat right top;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
    color: #808080;
    font-size: 1.1em;
    text-shadow: #eee 1px 1px 0px;
    margin-bottom: 10px;
}

.main_infoblock_2_title a,
#stream_title a {
    color: #808080;
    text-decoration: none;
}

.main_infoblock_2_title a:hover,
#stream_title a:hover {
    text-decoration: underline;
}

.main_infoblock_2_title span,
#stream_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_default02.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 39px;
}


/* Hide block */
.main_schedules_list .main_infoblock_2 {
    border: none;
    background: transparent;
}

.main_schedules_list .main_infoblock_2 .main_infoblock_2_title {
    background: transparent;
    height: auto;
    overflow: auto;
    font-weight: normal;
    font-size: 1.9em;
    text-shadow: none;
    margin-bottom: 10px;
}

.main_schedules_list .main_infoblock_2 .main_infoblock_2_title,
.main_schedules_list .main_infoblock_2 .main_infoblock_2_title a {
    color: #000;
}

.main_schedules_list .main_infoblock_2 .main_infoblock_2_title span {
    background: transparent;
    height: auto;
    padding: 0;
}


.main_title_news_groups .group_block {
    padding-bottom: 20px;
}

.main_title_news_groups .group_block .group_title {
    background: url(/config/basketnews.lt/themes/default/title_news_groups01.gif) no-repeat left top;
    height: 33px;
    overflow: hidden;
    padding-right: 15px;
    padding-top: 2px;
    color: #808080;
}

.main_title_news_groups .group_block .group_title .image {
    float: right;
    margin-left: 11px;
}

.main_title_news_groups .group_block .group_title .image img {
    border: 0px;
}

.main_title_news_groups .group_block .group_title .name {
    float: right;
    padding-top: 11px;
    font-weight: bold;
}

.main_title_news_groups .group_block .group_title .name a {
    color: #808080;
    text-decoration: none;
}

.main_title_news_groups .group_block .group_title .name a:hover {
    text-decoration: underline;
}

.main_title_news_groups .group_block_newsstuff .group_title {
    background: url(/config/basketnews.lt/themes/default/title_news_groups_keuras.png) no-repeat left top;
}

.main_title_news_groups .group_block_newsstuff .main_newslist .title a {
    color: #0071bc;
    text-decoration: none;
    font-size: 1.1em;
}

.main_title_news_groups .group_block_newsstuff .main_newslist .title a:hover {
    text-decoration: underline;
}

.main_title_news_groups .group_block_pieno_zvaigzdziu_lietuvos_3x3_lygos_naujienos {
    border: 5px solid #2a62a3;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.main_title_news_groups .group_block_pieno_zvaigzdziu_lietuvos_3x3_lygos_naujienos .group_title {
    background: url(/config/basketnews.lt/themes/default/title_news_groups02.gif) no-repeat left top;
    margin-left: 10px;
    margin-right: 10px;
}

.main_title_news_groups .group_block_pieno_zvaigzdziu_lietuvos_3x3_lygos_naujienos .group_ads_link a {
    display: block;
    background: #2a62a3 url(/images/web/l3l_banner_title_500x60.png) no-repeat center top;
    height: 60px;
    margin-bottom: 10px;
}

.main_title_news_groups .group_block_pieno_zvaigzdziu_lietuvos_3x3_lygos_naujienos .main_newslist {
    margin-left: 10px;
    margin-right: 10px;
}


.main_infoblock_title_video .main_infoblock_2_title span, .main_infoblock_object_video .main_infoblock_2_title span, .main_video .main_infoblock_2_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_video.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 39px;
}

/* 2016-01-02
.main_infoblock_video_new .main_infoblock_1_title span {
	background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_video2.gif) no-repeat left top;
}
.main_infoblock_video_new .list_item {
	margin-bottom: 20px;
}
.main_infoblock_video_new .list_item .name {
	padding-top: 5px;
}
.main_infoblock_video_new .list_item .name a.fb {
	color: #ada480;
	text-decoration: none;
}
.main_infoblock_video_new .list_item .image {
	width: 160px;
	height: 104px;
	overflow: hidden;
}
.main_infoblock_video_new .list_item .photo {
	display: block;
	float: left;
}
.main_infoblock_video_new .list_item .photo img {
	padding: 1px;
	border: 1px solid #d6d7d2;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.main_infoblock_video_new .list_item .ico {
	display: block;
	float: left;
	background: url(/config/basketnews.lt/themes/default/title_news_video01.png) no-repeat right top;
	width: 50px;
	height: 100px;
	margin-top: -102px;
	margin-left: 108px;
}
*/
.main_infoblock_title_video .list_item, .main_infoblock_object_video .list_item {
    width: 160px;
    float: left;
    margin-left: 10px;
}

.main_video .main_video_list_item {
    margin-bottom: 30px;
}

.main_infoblock_title_video .list_item0, .main_infoblock_object_video .list_item0 {
    margin-left: 0px;
}

.main_infoblock_title_video .list_item .name, .main_infoblock_object_video .list_item .name {
    padding-top: 5px;
}

.main_video .main_video_list_item .name {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 1.1em;
}

.main_infoblock_title_video .list_item .name a.fb, .main_infoblock_object_video .list_item .name a.fb, .main_video .main_video_list_item .name a.fb {
    color: #ada480;
    text-decoration: none;
}

.main_infoblock_title_video .list_item .image, .main_infoblock_object_video .list_item .image, .main_video .main_video_list_item .image {
    width: 160px;
    height: 104px;
    overflow: hidden;
}

.main_video .main_video_list_item .image {
    float: left;
    margin-right: 10px;
}

.main_infoblock_title_video .list_item .photo, .main_infoblock_object_video .list_item .photo, .main_video .main_video_list_item .photo {
    display: block;
    float: left;
}

.main_infoblock_title_video .list_item .photo img, .main_infoblock_object_video .list_item .photo img, .main_video .main_video_list_item .photo img {
    padding: 1px;
    border: 1px solid #d6d7d2;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_infoblock_title_video .list_item .ico, .main_infoblock_object_video .list_item .ico, .main_video .main_video_list_item .ico {
    display: block;
    float: left;
    background: url(/config/basketnews.lt/themes/default/title_news_video01.png) no-repeat right top;
    width: 50px;
    height: 100px;
    margin-top: -102px;
    margin-left: 108px;
}

.main_video .list_items .info_video_item .name {
}

.main_video .list_items .info_video_item .name a.fb {
}

.main_video .relations {
    padding-top: 30px;
}

.main_video .relations ul {
    margin-top: 0px;
    padding-top: 0px;
}

.main_video .relations ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.main_video .main_video_list_item_active {
    margin-bottom: 40px;
}

.main_video .main_video_list_item_active .name {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 1.4em;
}


.main_infoblock_title_audio .main_infoblock_2_title span, .main_infoblock_object_audio .main_infoblock_2_title span, .main_audio .main_infoblock_2_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_audio.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 39px;
}

.main_infoblock_title_audio .list_item, .main_infoblock_object_audio .list_item {
    width: 160px;
    float: left;
    margin-left: 10px;
}

.main_infoblock_audio_new .list_item {
    margin-bottom: 20px;
}

.main_audio .main_audio_list_item {
    margin-bottom: 30px;
}

.main_infoblock_title_audio .list_item0, .main_infoblock_object_audio .list_item0 {
    margin-left: 0px;
}

.main_infoblock_title_audio .list_item .name, .main_infoblock_object_audio .list_item .name, .main_infoblock_audio_new .list_item .name {
    padding-top: 5px;
}

.main_audio .main_audio_list_item .name {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 1.1em;
}

.main_infoblock_title_audio .list_item .name a.fb, .main_infoblock_object_audio .list_item .name a.fb, .main_audio .main_audio_list_item .name a.fb, .main_infoblock_audio_new .list_item .name a.fb {
    color: #ada480;
    text-decoration: none;
}

.main_infoblock_title_audio .list_item .image, .main_infoblock_object_audio .list_item .image, .main_audio .main_audio_list_item .image, .main_infoblock_audio_new .list_item .image {
    width: 160px;
    height: 104px;
    overflow: hidden;
}

.main_audio .main_audio_list_item .image {
    float: left;
    margin-right: 10px;
}

.main_infoblock_title_audio .list_item .photo, .main_infoblock_object_audio .list_item .photo, .main_audio .main_audio_list_item .photo, .main_infoblock_audio_new .list_item .photo {
    display: block;
    float: left;
}

.main_infoblock_title_audio .list_item .photo img, .main_infoblock_object_audio .list_item .photo img, .main_audio .main_audio_list_item .photo img, .main_infoblock_audio_new .list_item .photo img {
    padding: 1px;
    border: 1px solid #d6d7d2;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_infoblock_title_audio .list_item .ico, .main_infoblock_object_audio .list_item .ico, .main_audio .main_audio_list_item .ico, .main_infoblock_audio_new .list_item .ico {
    display: block;
    float: left;
    background: url(/config/basketnews.lt/themes/default/title_news_audio01.png) no-repeat right top;
    width: 50px;
    height: 100px;
    margin-top: -102px;
    margin-left: 108px;
}

.main_audio .main_audio_list_item .description .date {
    color: #b3b3b3;
}

.main_audio .main_audio_list_item .tags {
    font-size: 0.9em;
    padding-top: 20px;
}

.main_audio .relations {
    padding-top: 30px;
}

.main_audio .relations ul {
    margin-top: 0px;
    padding-top: 0px;
}

.main_audio .relations ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.main_audio .main_audio_view_item_date {
    text-align: right;
    padding-top: 10px;
    color: #999;
}

.main_audio .main_audio_list_tags {
    margin-bottom: 40px;
}

.main_audio .main_audio_list_tags a {
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
    color: #999;
    text-decoration: none;
}

.main_audio .main_audio_list_tags a:hover {
    text-decoration: underline;
}


#draft_wrapper {
    width: 800px;
}

#draft_wrapper h2 {
    height: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#draft_wrapper .drafts_tips {
    border: 1px dashed #ccc;
    color: #666;
}

#draft_wrapper .drafts_tips ul {
    margin: 3px 0px 3px 0px;
    padding-left: 20px;
}

#draft_wrapper .drafts_tips ul {
}


#body_center_pop {
    float: left;
    width: 520px;
    overflow: auto;
    padding-left: 10px;
}


#body_right_pop {
    padding-left: 10px;
    float: left;
    width: 250px;
    float: left;

}

#body_right .two_cols .col1 {
    float: left;
    width: 120px;
    padding-right: 10px;
}

#body_right .two_cols .banner {
    padding-bottom: 10px;
}

#body_right .two_cols .banner img {
    border: 0px;
}

#body_right .two_cols .col2 {
    float: left;
    width: 120px;
}

#body_right .two_cols .col2 .item {
    padding-bottom: 10px;
}

#body_right .two_cols .clear {
    height: 10px;
}


/* pop */
#body_center_pop .block1 {
    background-color: #fff;
    margin-bottom: 10px;
}

#body_center_pop .block1 .top {
    background: url(/themes/default/center_block01.gif) no-repeat left top;
    height: 20px;
    padding-top: 17px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;

}

#body_center_pop .block1 .top a {
    color: #666666;
    text-decoration: none;
}

#body_center_pop .block1 .top a:hover {
    text-decoration: underline;
}

#body_center_pop .block1 .bottom {
    background: url(/themes/default/center_block02.gif) no-repeat left bottom;
    height: 11px;
}

#body_center_pop .block1 .center {
    border-left: 1px solid #d9d8d1;
    border-right: 1px solid #d9d8d1;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 8px;
}

#body_center_pop .block1 .center div {
    padding: 0;
    margin: 0;
}

/* end pop */

#body_center .block1 .forum .item {
    color: #ada480;
    padding-top: 2px;
    padding-bottom: 3px;
}

#body_center .block1 .forum .item a {
    background: url(/themes/default/center_block05.gif) no-repeat left 5px;
    padding-left: 11px;
}

/* 2011-06-09
#body_center .block1 .news td {
	vertical-align: top;
	padding-bottom: 15px;
}
#body_center .block1 .news .photo {
	padding-right: 10px;
}
#body_center .block1 .news .photo img {
	border: 1px solid #c6ba96;
}
#body_center .block1 .news .title {
	color: #ada480;
	font-weight: bold;
	padding-bottom: 6px;
}
#body_center .block1 .news .title a.fb {
	color: #ada480;
	text-decoration: none;
}
#body_center .block1 .news .title a:hover.fb {
	text-decoration: underline;
}
#body_center .block1 .news .date {
	color: #ada480;
}
*/


#body_center .block2 {
    background-color: #f4f2ea;
    margin-bottom: 10px;
}

#body_center .block2 .top {
    background: url(/themes/default/center_block03.gif) no-repeat left top;
    height: 20px;
    padding-top: 17px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;
}

#body_center .block2 .top a {
    color: #666666;
    text-decoration: none;
}

#body_center .block2 .top a:hover {
    text-decoration: underline;
}

#body_center .block2 .bottom {
    background: url(/themes/default/center_block04.gif) no-repeat left bottom;
    height: 11px;
}

#body_center .block2 .center {
    border-left: 1px solid #d9d8d1;
    border-right: 1px solid #d9d8d1;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 8px;
}

#body_center .block2 .center hr {
    border: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    border-bottom: 1px solid #e4deca;
}

#body_center .block2 .center h1 {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    color: #666666;
}

#body_center .block2 .center h1 a {
    text-decoration: none;
}

#body_center .block2 .center h1 a:hover {
    text-decoration: underline;
}

#body_center .block2 .center a.rss {
    background: url(/themes/default/rss.gif) no-repeat left top;
    padding-left: 22px;
    padding-top: 3px;
    font-weight: bold;
    height: 20px;
}

.main_infoblock_1 .logo_info .tbl td {
    font-size: 10px;
}

.main_infoblock_1 .logo_info .tbl .name {
    border: 1px solid #d7d8d3;
    background-color: #ededed;
    padding: 2px;
}

.main_infoblock_1 .logo_info .tbl .value {
    border: 1px solid #d7d8d3;
    background-color: #f6f7f9;
    padding: 2px;
}

.main_infoblock_1 .logo_info .tbl .value a {
    text-decoration: none;
}

.main_infoblock_1 .logo_info .tbl .value a:hover {
    text-decoration: underline;
}

.main_infoblock_1 .logo_info {
    border: 1px solid #d7d8d3;
    padding: 1px;
}

.main_infoblock_1 .logo_info2 {
    background-color: #ededed;
    padding: 10px;
}

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

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

.main_infoblock_1 .center ul.main_messages {
    color: red;
}

.main_infoblock_1 .center ul.main_messages li {
    padding: 3px 0px 3px 0px;
}


#body_center .block2 .news_main .photo {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#body_center .block2 .news_main .photo .image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 2px solid #c6ba96;
    padding: 1px;
}

#body_center .block2 .news_main .photo img {
    border: 0px;
}

#body_center .block2 .news_main .photo .author {
    color: #666666;
    font-size: 9px;
    text-align: right;
    padding-right: 2px;
}

#body_center .block2 .news_main .title {
    color: #ada480;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

#body_center .block2 .title a.fb {
    color: #ada480;
    text-decoration: none;
}

#body_center .block2 .title a:hover.fb {
    text-decoration: underline;
}

#body_center .block2 .news_main .title .nolink {
    color: #666666;
}

#body_center .block2 .news_main .date {
    color: #999;
}

#body_center .block2 .news_main .text {
    text-align: justify;
}

#body_center .block2 .news_main .subitems {
    padding-top: 15px;
}

#body_center .block2 .news_main .subitems .item {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ada480;
}

#body_center .block2 .news_main .subitems .item a {
    background: url(/themes/default/center_block05.gif) no-repeat left 5px;
    padding-left: 11px;
}

#body_center .block2 .news_submain {
    padding-top: 15px;
}

#body_center .block2 .news_submain .spacer {
    border-top: 1px dashed #c6ba96;
    height: 10px;
}

#body_center .block2 .news_submain .spacer2 {
    height: 10px;
}

#body_center .block2 .news_submain .col1 {
    width: 229px;
    padding-right: 10px;
    border-right: 1px dashed #c6ba96;
    vertical-align: top;
}

#body_center .block2 .news_submain .col2 {
    width: 229px;
    padding-left: 10px;
    vertical-align: top;
}

#body_center .block2 .news_submain .photo {
    width: 235px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #c6ba96;
    padding: 1px;
}

#body_center .block2 .news_submain .photo img {
    border: 0px;
}

#body_center .block2 .news_submain .photo_author {
    color: #666666;
    font-size: 9px;
    text-align: right;
    padding-right: 2px;
}

#body_center .block2 .news_submain .title {
    color: #ada480;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 10px;
}

#body_center .block2 .news_submain .title .nolink {
    color: #666666;
}

#body_center .block2 .news_submain .date {
    color: #999;
}

#body_center .block2 .news_submain .text {
    text-align: justify;
}

#body_center .block2 .news_submain .subitems {
    padding-top: 10px;
}

#body_center .block2 .news_submain .subitems .item {
    padding-top: 1px;
    padding-bottom: 1px;
    color: #ada480;
}

#body_center .block2 .news_submain .subitems .item a {
    background: url(/themes/default/center_block05.gif) no-repeat left 5px;
    padding-left: 11px;
}


#body_center .block3 {
    background-color: #fff;
    margin-bottom: 10px;
}

#body_center .block3 .top {
    background: url(/themes/default/center_block06.gif) no-repeat left top;
    height: 11px;
}

#body_center .block3 .bottom {
    background: url(/themes/default/center_block02.gif) no-repeat left bottom;
    height: 11px;
}

#body_center .block3 .center {
    border-left: 1px solid #d9d8d1;
    border-right: 1px solid #d9d8d1;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 8px;
}


.table_02 {
    border: 2px solid #e6e6e6;
}

.table_02 .title, .table_02 thead {
    background-color: #f5821f;
}

.table_02 .title td, .table_02 thead td {
    color: #fff;
}

.table_02 .title td a, .table_02 thead td a {
    color: #fff;
    text-decoration: none;
}

.table_02 .title td a:hover, .table_02 thead td a:hover {
    text-decoration: underline;
}

.table_02 td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_02 td.name a {
    color: #000;
    text-decoration: none;
}

.table_02 td.name a:hover {
    text-decoration: underline;
}

.table_02 .row1, .table_02 tbody .row1 {
    background-color: #fff;
}

.table_02 .row2, .table_02 tbody .row2 {
    background-color: #e6e6e6;
}

.table_02 td.number {
    color: #fff;
    background-color: #c0c0c0;
}

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


.table_03 {
    border: 2px solid #c0c0c0;
}

.table_03 .title {
    background-color: #f5821f;
}

.table_03 .title td {
    color: #fff;
    font-weight: bold;
}

.table_03 td {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_03 .row1 {
}

.table_03 .row2 {
    background-color: #e4deca;
}


.design-v1 a.black_link_01 {
    text-decoration: none;
    color: #000;
}

.design-v1 a:hover.black_link_01 {
    text-decoration: underline;
}


/* Photos */

.main_photos div.categories div.item {
    padding-top: 5px;
    clear: left;
    padding-top: 30px;
}

.main_photos div.categories div.item .photo_title {
    padding-right: 25px;
    float: left;
    width: 119px;
    height: 134px;
    text-align: center;
}

.main_photos div.categories div.item .name {
    font-size: 1.8em;
    padding-bottom: 15px;
}

.main_photos div.categories div.item .photos img, .main_photos div.categories div.item .photo_title img {
    border: 1px solid #c6ba96;
    padding: 1px;
    margin-right: 3px;
}

.main_photos .list_photos .list_item {
    float: left;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    width: 125px;
    height: 160px;
}

.main_photos .list_photos .list_item .image {
}

.main_photos .list_photos .list_item_block {
    width: auto;
    height: auto;
}

.main_photos .list_photos .list_item_block .image {
    margin-bottom: 4px;
    margin-left: 4px;
}

.main_photos .list_photos .list_item_block .image_big {
}

.main_photos .list_photos .list_item .image img {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_photos .list_photos .clear {
    clear: left;
    height: 0px;
    line-height: 0px;
}

.main_photos .list_photos .more {
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
}

.main_photos div.navigation_view {
    margin-bottom: 20px;
    height: 84px;
    overflow: hidden;
    margin-top: 20px;
    padding-left: 53px;
}

.main_photos div.navigation_view .prev img, .main_photos div.navigation_view .next img {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_photos div.navigation_view .prev, .main_photos div.navigation_view .next {
    height: 84px;
}

.main_photos div.navigation_view .numbers {
    padding-top: 30px;
    float: left;
    width: 100px;
    text-align: center;
    color: #c6ba96;
    font-weight: bold;
    font-size: 1.1em;
}

.main_photos div.navigation_view .numbers a {
    color: #808080;
    text-decoration: none;
}

.main_photos div.navigation_view .numbers a:hover {
    text-decoration: underline;
}

.main_photos div.navigation_view .prev {
    float: left;
    width: 267px;
}

.main_photos div.navigation_view .next {
    float: left;
    width: 267px;
}

.main_photos div.navigation_view .prev a {
    display: block;
    float: right;
    margin-right: 5px;
}

.main_photos div.navigation_view .prev a:hover {
}

.main_photos div.navigation_view .next a {
    display: block;
    float: left;
    margin-left: 5px;
}

.main_photos div.navigation_view .next a:hover {
}

.main_photos div.photo {
    overflow: hidden;
    width: 740px;
    text-align: center;
}

.main_photos div.photo img {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_photos div.photo .photo_over_navigation {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_photos div.photo .photo_over_navigation .prev {
    display: block;
    float: left;
}

.main_photos div.photo .photo_over_navigation .prev:hover {
    background: url(/themes/default/photos_prev.gif) no-repeat left center;
}

.main_photos div.photo .photo_over_navigation .next {
    display: block;
    float: right;
}

.main_photos div.photo .photo_over_navigation .next:hover {
    background: url(/themes/default/photos_next.gif) no-repeat right center;
}

.main_photos div.author {
    color: #444;
    font-size: 10px;
    text-align: center;
    padding-right: 20px;
}

.main_photos div.description {
    padding-bottom: 20px;
    font-size: 1.3em;
}

.main_photos .list_photos .slideshow a {
    display: block;
    margin-bottom: 40px;
    font-size: 15px;
    background: url(/config/basketnews.lt/themes/default/ico_photos.gif) no-repeat left top;
    height: 20px;
    padding-top: 2px;
    padding-left: 38px;
    text-decoration: none;
    font-weight: bold;
}

.main_photos .list_photos .slideshow a:hover {
    text-decoration: underline;
}


.paging, .main_paging {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
}

#grid_layout_body .main_paging {
    font-size: 1.2em;
}


.main_feedbacks .item {
    text-align: justify;
}

.main_feedbacks .author {
    background-color: #e4deca;
    height: 16px;
    padding: 2px;
}

.main_feedbacks .author .user {
    background: url(/themes/default/ico_user_comment.png) no-repeat left center;
    padding-left: 20px;
}

.main_feedbacks .author a {
    color: #000;
}

.main_feedbacks .date {
    color: #666;
    font-size: 11px;
    float: right;
}

.main_feedbacks .author .votes {
    color: #717171;
    font-size: 10px;
}

.main_feedbacks .author .votes img {
    margin-bottom: -2px;
}

.main_feedbacks .admin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid red;
    background-color: #eee;
}

.main_feedbacks .admin form {
    display: inline;
}

.main_feedbacks .admin input {
    font-size: 9px;
}

.main_feedbacks .text {
    padding-top: 5px;
    padding-bottom: 20px;
    width: 500px;
    overflow: auto;
}

.design-v1 .reply_block .main_feedbacks_form {
    width: 645px;
}

.main_feedbacks_form .emojionearea {
    margin-bottom: 5px;
}

.design-v1 .main_feedbacks_form {
    margin-bottom: 50px;
}

.main_feedbacks_form .description {
    color: #666666;
}

.main_feedbacks_form_app {
    display: none;
}

.design-v1 #grid_layout_body form {
    font-size: 13px;
}

.design-v1 #grid_layout_body input.input,
.design-v1 #grid_layout_body textarea {
    font-size: 14px;
}

.design-v1 #grid_layout_body input.button {
    padding: 7px 25px;
    font-size: 13px;
    color: #fff;
    background-color: #555;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

.design-v1 #grid_layout_body input.button:hover {
    background-color: #444;
}


/*	News	*/
.design-v1 #grid_layout_body > tbody > tr > td.main_news {
    width: 300px;
}

.design-v1 #grid_layout_body > tbody > tr > td.news_text_column {
    width: 690px;
}

#body_left_2cols .main_news .info {
    padding-left: 100px;
}

#body_center .main_news .info {
    padding-left: 0px;
}

.main_news .main_infoblock_1 .center .date {
    color: #717171;
}

.main_news .main_infoblock_1 .center .author {
    color: #717171;
    font-weight: bold;
}

.main_news .refresh_every {
    border: 1px solid #ccc;
    margin-top: 10px;
    background-color: #eee;
    padding: 4px;
    font-size: 1.2em;
}

.main_news .refresh_every span {
    font-weight: bold;
}

.main_news .info .share {
    padding-top: 20px;
    height: 25px;
    overflow: hidden;
}

.main_news .info .share div.title {
    font-weight: bold;
}

.main_news .info .share div {
    float: left;
    margin-right: 15px;
}

.main_news .info .share div a {
    display: block;
    height: 15px;
    padding-left: 20px;
    color: #3b5998;
}

.main_news .info .share div.facebook a {
    background: url(/themes/default/ico_facebook.gif) no-repeat left center;
}

.main_news .info .share div.twitter a {
    background: url(/themes/default/ico_twitter.gif) no-repeat left center;
}

.main_news .info .share div.delicious a {
    background: url(/themes/default/ico_delicious.gif) no-repeat left center;
}

.main_news .info .text table.news_table_1 {
    border: 2px solid #e6e6e6;
    border-collapse: separate;
    border-spacing: 1px;
}

.main_news .info .text table.news_table_1 thead tr {
    background-color: #f5821f;
}

.main_news .info .text table.news_table_1 thead td {
    color: #fff;
    font-weight: bold;
}

.main_news .info .text table.news_table_1 td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.main_news .info .text table.news_table_1 tbody tr:nth-child(even) {
    background: #e6e6e6;
}

.main_news .info .text table.news_table_1 tbody tr:nth-child(odd) {
    background: #fff;
}

.main_news .info .text table td p {
    margin: 0px;
    padding: 0px;
}

.design-v1 .main_news .info .source {
    text-align: right;
    padding-top: 15px;
}

.main_news .info .text .photo_left {
    margin-right: 8px;
    margin-bottom: 4px;
    float: left;
}

.main_news .info .text .photo_right {
    margin-left: 8px;
    margin-bottom: 4px;
    float: right;
}

.main_news .info .text .photo_left .image img, .main_news .info .text .photo_right .image img {
    border: 1px solid #c6ba96;
    padding: 1px;
}

.main_news .info .text .photo_left .comment, .main_news .info .text .photo_right .comment {
    text-align: center;
    color: #666666;
    font-size: 10px;
}

.main_news .info .text .photo_left .author, .main_news .info .text .photo_right .author {
    text-align: center;
    color: #666666;
    font-size: 10px;
    text-decoration: underline;
}

.main_news .info .text .photo_left .author a, .main_news .info .text .photo_right .author a {
    color: #666666;
}

.design-v1 .main_news .block3 .info .text {
    font-size: 12px;
    font-family: Verdana;
    line-height: 17px;
}

#grid_layout_body .main_news .info .text table tbody tr td {
    vertical-align: middle;
}

.design-v1 .main_news .info .text .image_block {
    padding-bottom: 10px;
    line-height: 12px;
    text-align: center;
}

.design-v1 .main_news .info .text .image_block .image img {
    border: 1px solid #c6ba96;
    padding: 1px;
}

.main_news .info .text .image_block .author {
    text-align: center;
    color: #666666;
    font-size: 9px;
    text-decoration: underline;
    padding-top: 4px;
}

.main_news .info .text .image_block .author a {
    color: #666666;
}

.main_news .info .text .image_block .description {
    text-align: center;
    color: #666666;
    font-size: 10px;
    padding-top: 4px;
}

.design-v1 .main_news .info .text .image_block_scroll {
    margin-bottom: 10px;
    border: 1px solid #c6ba96;
    padding: 1px;
    margin-left: 0px;
    margin-right: 10px;
    height: 504px;
}

.design-v1 #body_center .main_news .info .text .image_block_scroll {
    margin-right: 0px;
    height: 333px;
}

.design-v1 #body_center .main_news .info .text .image_block_scroll {
    margin-right: 0px;
}

.design-v1 .main_news .info .text .image_block_scroll .window {
    overflow: hidden;
    height: 504px;
    width: 802px;
}

.design-v1 #body_center .main_news .info .text .image_block_scroll .window {
    height: 400px;
    width: 596px;
}

.design-v1 .main_news .info .text .image_block_scroll .window .image {
    display: block;
    height: 504px;
    width: 802px;
    overflow: hidden;
    background-color: #000;
}

.design-v1 #body_center .main_news .info .text .image_block_scroll .window .image {
    height: 400px;
    width: 596px;
}

.design-v1 .main_news .info .text .image_block_scroll .window .image img {
    border: 0px;
}

.design-v1 .main_news .info .text .image_block_scroll .window .description {
    display: block;
    background: url(/themes/default/photos_bg.png) repeat;
    color: #fff;
    height: 52px;
    width: 802px;
    padding: 5px 10px 5px 10px;
    position: relative;
    top: -62px;
    left: 0px;
}

.design-v1 #body_center .main_news .info .text .image_block_scroll .window .description {
    width: 476px;
}

.lightgallery-txt,
.main_news .info .text .image_block_scroll .window .description .txt {
    display: block;
    height: 37px;
    overflow: hidden;
}

.lightgallery-aut,
.main_news .info .text .image_block_scroll .window .description .aut {
    display: block;
    height: 15px;
    overflow: hidden;
    font-size: 9px;
    color: #ccc;
}

.main_news .info .text .block_twitter, .main_leagues_game_text .block_twitter {
    border-left: 4px solid #00acec;
    background: url(/themes/default/ico_twitter.png) no-repeat left top;
    padding-left: 35px;
}

.main_news .info .text .block_facebook, .main_leagues_game_text .block_facebook {
    border-left: 4px solid #3b5999;
    background: url(/themes/default/ico_facebook.png) no-repeat 2px top;
    padding-left: 35px;
}

.main_news .info .text .block_googleplus, .main_leagues_game_text .block_googleplus {
    border-left: 4px solid #d64136;
    background: url(/themes/default/ico_googleplus.png) no-repeat 2px top;
    padding-left: 35px;
}

.main_news .info .text .block_user, .main_leagues_game_text .block_user {
    border-left: 4px solid #f78221;
    padding-left: 1px;
    font-size: 14px;
}

.main_news .info .text .block_user img, .main_leagues_game_text .block_user img {
    border: 1px solid #999;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.design-v1 .main_news .info .text .block_block {
    margin: 10px 20px 10px -100px;
    border-top: 4px solid #ddd;
    padding: 10px 0px 10px 0px;
    width: 254px;
    clear: left;
    border-bottom: 4px solid #f78221;
    overflow: auto;
}
.design-v1 .main_news .info .text .block_block {
    float: left;
}

.main_news .info .text .block_block .title {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.main_news .info .text .block_block .image {
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_news .info .text .block_block .image_0 {
    float: left;
    margin: 0px 10px 0px 0px;
}

.main_news .info .text .block_block .image_1 {
    background-color: #fff;
    padding: 1px;
}

.main_news .info .text .block_block .image_1 img {
    width: 250px;
}

.main_news .info .text .block_block .author {
    color: #333;
    font-size: 0.9em;
    line-height: normal;
}

.main_news .info .text .block_block .text {
    font-size: 0.9em;
    clear: left;
    line-height: normal;
    padding-top: 10px;
}

.main_news .info .text .block_block .text p:first-child {
    margin-top: 0px;
}

.main_news .info .text .block_block .text p:last-child {
    margin-bottom: 0px;
}

#body_center .main_news .info .text .block_block {
    margin-left: 0px;
}

.design-v1 .main_news .author_block {
    margin-top: 10px;
}

.design-v1 .main_news .author_block .photo {
    margin-right: 10px;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.design-v1 .main_news .author_block .name {
    font-weight: bold;
}

.design-v1 .main_news .author_block .name a {
    color: black;
    text-decoration: none;
}

.design-v1 .main_news .author_block .date {
    margin-top: 5px;
}

.design-v1 #grid_layout_body .main_news .info {
    padding-left: 32px;
    padding-right: 20px;
}

.design-v1 #grid_layout_body .main_news .info .text .block_block {
    margin-left: 0px;
}

.design-v1 #grid_layout_body .main_news .block3 .info .text {
    font-size: 15px;
    line-height: 23px;
}

.design-v1 #grid_layout_body .main_news .block3 .info .text > .text_container {
    width: 718px;
    margin-left: 100px;
}

#grid_layout_body .main_news:first-of-type .main_infoblock_1:first-of-type .main_infoblock_1_title,
.dynamic_news .main_infoblock_1_title {
    display: none;
}

.design-v1 #grid_layout_body .main_news h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

.design-v1 #grid_layout_body .main_news h1 a {
    text-decoration: none;
    color: #333;
}

.design-v1 #grid_layout_body .main_news h1 a:hover {
    text-decoration: underline;
}

.main_news .block_button {
    background-color: #555;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 30px 18px 30px 0;
}

.main_news .block_button:hover {
    background-color: #444;
}

.design-v1 .feedbacks_display_block {
    margin-left: 100px;
    margin-right: 100px;
}

.design-v1 .main_news .main_news_relations_title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.9em;
}

.main_news .main_news_relations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main_news .main_news_relations:after {
    margin-bottom: 30px;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_news .main_news_relations .list_item {
    flex: 1 0 26%;
    margin: 0 20px 20px 0;
}

.main_news .main_news_relations .list_item .image {
    border: 1px solid #ddd;
}

.main_news .main_news_relations .list_item .image img {
    width: 100%;
}

.main_news .main_news_relations .list_item .title {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.main_news .main_news_relations .list_item .title a {
    color: #333;
    text-decoration: none;
}

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


.design-v1 .main_newslist .main_newslist_item {
    display: flex;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_image {
    width: 35%;
    margin-bottom: 30px;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_image img {
    border: 1px solid #aaa;
    width: 100%;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_text {
    width: 63%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_text .title {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_text .title a {
    text-decoration: none;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_text .date {
    color: #b3b3b3;
}
.design-v1 .main_newslist .main_newslist_item .main_newslist_text .text {
    font-size: 1.3em;
}

.design-v1 .main_newslist_object .main_newslist_item .main_newslist_image {
    width: 25%;
}
.design-v1 .main_newslist_object .main_newslist_item .main_newslist_text {
    width: 73%;
}
.design-v1 .main_newslist_object .main_newslist_item .main_newslist_text .title {
    font-size: 1.5em;
}
.design-v1 .main_newslist_object .main_newslist_item .main_newslist_text .text {
    font-size: 1.1em;
}

div.ads_line {
    border: 2px solid #db6600;
    padding: 4px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.ads_line a {
    text-decoration: none;
}

div.ads_line a:hover {
    text-decoration: underline;
}


/*	Centre esantis meniu	*/
.main_menu_center {
    padding-bottom: 10px;
}

.main_menu_center ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    border-bottom: 1px solid #d7d8d3;
    height: 27px;
}

.main_menu_center ul li {
    float: right;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
    margin-right: 1px;
    background: #f6f7f9 url(/config/basketnews.lt/themes/default/main_menu_center03.gif) no-repeat left top;
    padding-left: 4px;
    font-weight: bold;
}

.main_menu_center ul li a {
    display: block;
    background: url(/config/basketnews.lt/themes/default/main_menu_center04.gif) no-repeat right top;
    padding: 5px;
    padding-right: 9px;
    text-decoration: none;
}

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

.main_menu_center ul li.active {
    border-top: none;
    background: #fff url(/config/basketnews.lt/themes/default/main_menu_center03.gif) no-repeat left top;
}

.main_menu_center ul li.active a {
    background: url(/config/basketnews.lt/themes/default/main_menu_center04.gif) no-repeat right top;
    color: #666666;
    padding-top: 9px;
}


.main_menu_center2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d8d3;
}

.main_menu_center2 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    text-align: right;
}

.main_menu_center2 ul li {
    float: right;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
    margin-right: 1px;
    background: #f6f7f9 url(/config/basketnews.lt/themes/default/main_menu_center03.gif) no-repeat left top;
    padding-left: 4px;
    font-weight: bold;
}

.main_menu_center2 ul li a {
    display: block;
    background: url(/config/basketnews.lt/themes/default/main_menu_center04.gif) no-repeat right top;
    padding: 5px;
    padding-right: 9px;
    text-decoration: none;
}

.main_menu_center2 ul li a:hover {
    text-decoration: underline;
}

.main_menu_center2 ul li.active {
    border-top: none;
    background: #fff url(/config/basketnews.lt/themes/default/main_menu_center03.gif) no-repeat left top;
}

.main_menu_center2 ul li.active a {
    background: url(/config/basketnews.lt/themes/default/main_menu_center04.gif) no-repeat right top;
    color: #666666;
    padding-top: 9px;
}


.main_menu_center3 {
    padding-bottom: 10px;
    font-size: 12px;
}

.main_menu_center3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #f78221;
    height: 34px;
}

.main_menu_center3 ul li {
    float: left;
    font-weight: bold;
    padding: 0 10px 0 0;
    margin: 0;
    height: 26px;
}

.main_menu_center3 ul li a {
    display: block;
    color: #252525;
    padding: 9px 9px 0 9px;
    text-decoration: none;
    height: 100%;
}

.main_menu_center3 ul li a:hover {
    background-color: #f78221;
    color: #fff;
}

.main_menu_center3 ul li.active a {
    background-color: #f78221;
    color: #fff;
}


#body_center .main_bloglist .block1 .top a {
    color: #db6600;
}

#body_center .main_bloglist .block1 .top span a {
    color: #666;
}

.main_bloglist .author {
    padding: 2px;
    font-weight: bold;
    font-size: 1.1em;
}

.main_bloglist .author a {
    color: #000;
    text-decoration: none;
}

.main_bloglist .author a:hover {
    text-decoration: underline;
}

.main_bloglist .edit {
    text-align: right;
    padding-bottom: 15px;
    font-weight: normal;
}

.main_bloglist .date {
    color: #666;
    font-weight: normal;
    padding-bottom: 5px;
}

.main_bloglist .name {
    padding-top: 9px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #ada480;
}

.main_bloglist .text {
    padding-bottom: 20px;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.4em;
}


.main_blogauthors .item {
    padding-top: 5px;
    padding-bottom: 10px;
}

.main_blogauthors .item .name {
    font-weight: bold;
}

.main_blogauthors .item .description {
    color: #666;
}

.main_blogauthors .item .photo {
    width: 40px;
    height: 40px;
    float: left;
    padding-right: 10px;
}

.main_blogauthors .item .photo img {
    border: 1px solid #c6ba96;
}

.main_blog .date {
    padding-bottom: 20px;
}

.main_blog .text {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.4em;
}


.main_forum .nav {
    padding-bottom: 20px;
    font-weight: bold;
    color: #666;
}

.main_forum .item img.ico {
    border: 1px solid #c6ba96;
    float: left;
    margin: 0px 10px 5px 0px;
}

.main_forum .item .date {
    float: right;
    color: #786e66;
}

.main_forum .item .author {
    font-weight: bold;
    padding-bottom: 7px;
}

.main_forum .item .author span {
    color: #786e66;
    font-weight: normal;
}

.main_forum .silver {
    color: #786e66;
}

.main_forum .thread_image {
    float: left;
    padding-right: 11px;
}

.main_forum .thread_image img {
    border: 1px solid #c6ba96;
}

.main_forum .threads_list_item {
    padding: 10px 0px 20px 0px;
    border-bottom: 1px solid #eee;
}

.main_forum .thread_locked {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.main_forum .thread_locked2 {
    color: red;
}


.main_leagues .main_infoblock_1 .center .logo_info .tbl .value .seasons a {
    margin-right: 10px;
    text-decoration: none;
}

.main_leagues .main_infoblock_1 .center .logo_info .tbl .value .seasons a:hover {
    text-decoration: underline;
}

.main_leagues .main_infoblock_1 .center .logo_info .tbl .value .seasons a.active {
    color: #666666;
    font-weight: bold;
}

.main_leagues .game .league {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.main_leagues .game .league a {
    text-decoration: none;
}

.main_leagues .game .league a:hover {
    text-decoration: underline;
}

.main_leagues .game table {
    margin-bottom: 10px;
}

.main_leagues .game .logo {
    width: 70px;
}

.main_leagues .game .logo img {
    border: 0px;
}

.main_leagues .game .logo1 {
    text-align: left;
}

.main_leagues .game .logo2 {
    text-align: right;
}

.main_leagues .game .team {
    text-align: right;
    width: 120px;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
}

.main_leagues .game .team a {
    text-decoration: none;
}

.main_leagues .game .team a:hover {
    text-decoration: underline;
}

.main_leagues .game .team1 {
    text-align: right;
}

.main_leagues .game .team2 {
    text-align: left;
}

.main_leagues .game .data {
    text-align: center;
    width: 131px;
}

.main_leagues .game .data .points {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}

.main_leagues .game .data .points a {
    color: #666666;
    text-decoration: none;
}

.main_leagues .game .data .points a:hover {
    text-decoration: underline;
}

.main_leagues .game .data .quarters {
    color: #666;
    font-size: 0.9em;
}

.main_leagues .game .data .date {
    padding-top: 20px;
}

.main_leagues .game .hall {
    color: #666666;
}

.main_leagues .game .tv {
    color: #666666;
    font-weight: bold;
}

.main_leagues .game .tv .date {
    font-weight: normal;
}

.main_leagues .game .tv img {
    margin-bottom: -3px;
}

.main_leagues .game .live_data {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #3a3a3a;
    font-weight: 700;
}

.main_leagues .game.is_running .team-points {
    color: red;
}

.main_leagues .small_comment {
    color: #666666;
    font-size: 9px;
}

.main_leagues .title_inside {
    font-weight: bold;
    padding-bottom: 15px;
}

.main_leagues .list_leagues_col1 {
    width: 275px;
    float: left;
}

.main_leagues .list_leagues_col2 {
    width: 225px;
    float: left;
}

.main_leagues .list_leagues .item {
    padding: 5px;
    margin-bottom: 10px;
    width: 213px;
    height: 63px;
    border: 1px solid #d6d5cd;
    overflow: hidden;
}

.main_leagues .list_leagues .item1 {
    margin-right: 50px;
}

.main_leagues .list_leagues .item .logo {
    float: left;
    width: 63px;
    padding-right: 10px;
}

.main_leagues .list_leagues .item .name {
    font-weight: bold;
}

.main_leagues .list_leagues .item .name a {
    text-decoration: none;
}

.main_leagues .list_leagues .item .name a:hover {
    text-decoration: underline;
}

.main_leagues .list_leagues_row .item {
    float: left;
}

.main_leagues .simple_submenu_list {
    padding-bottom: 20px;
}

.main_leagues .simple_submenu_list a {
    font-weight: bold;
}

.main_leagues .simple_submenu_list a.active {
    color: #666666;
    text-decoration: none;
}

.design-v1 .main_leagues .main_leagues_header3 {
    margin-bottom: 20px;
}

.design-v1 .main_leagues .main_leagues_header3 .logo {
    float: left;
    margin: 0 20px 0 0;
}

.design-v1 .main_leagues .main_leagues_header3 h1 {
    font-weight: normal;
    margin: 0 0 43px 0;
    padding: 0;
    font-size: 25px;
}

.design-v1 .main_leagues .main_leagues_header3 h1 a {
    text-decoration: none;
    color: #333;
}

.design-v1 .main_leagues .main_leagues_header3 .leagues_select {
    float: right;
    padding: 5px 0 0 0;
}

.design-v1 .main_leagues .main_leagues_header3 .leagues_select select {
    font-size: 12px;
    padding: 3px;
    width: 220px;
}

.design-v1 .main_leagues .main_leagues_header3 .leagues_select select option:first-child {
    color: #999;
}

.design-v1 .info_league_playoff_tree * {
    box-sizing: content-box;
}

.info_league_playoff_tree .thread_row {
    background: url(/config/basketnews.lt/themes/default/pixel_orange.png) repeat-x center center;
}

.info_league_playoff_tree .connection_vertical_line {
    background: url(/config/basketnews.lt/themes/default/pixel_orange.png) repeat-y center center;
    width: 1px;
}

.info_league_playoff_tree .team_name {
    border-color: #f16600;
    border-radius: 4px;
}

.info_league_playoff_tree .results {
    background-color: #fff;
    width: 60px;
    margin-left: 20px;
    margin-top: -5px;
    padding: 10px 14px 15px 14px;
    position: absolute;
    visibility: hidden;
    z-index: 2000;
    border: 1px solid #d7d8d3;
    border-radius: 5px;
}

.info_league_playoff_tree .results table {
}

.info_league_playoff_tree .results table tr:first-child td {
    padding-bottom: 3px;
}

.info_league_playoff_tree .results table td {
    padding: 2px 5px 2px 5px;
    text-align: center;
}

#grid_layout_body td .info_league_playoff_tree .results table td {
    vertical-align: middle;
}

.info_league_playoff_tree .results table td:first-child {
    text-align: right;
}

.info_league_playoff_tree .results table td:nth-child(2n+2) {
    background-color: #eee;
}

.info_league_playoff_tree .results table td a {
    text-decoration: none;
    color: #000;
}

.info_league_playoff_tree .results table td a:hover {
    text-decoration: underline;
}

.info_league_playoff_tree .results .item_win {
    font-weight: bold;
}


.main_short_news .item {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #ada480;
}

.main_short_news .item .date {
    width: 150px;
    color: #666666;
    font-weight: normal;
    margin-right: 5px;
}

.main_short_news .item a.fb {
    color: #ada480;
    text-decoration: none;
}

.main_short_news .item a:hover.fb {
    text-decoration: underline;
}


.main_best_players .player_of_the_game, .main_best_players .top_players, .main_best_players .teams_compaire {
    float: left;
    border: 1px solid #d6d7d2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    width: 210px;
}

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

.main_best_players .player_of_the_game .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.main_best_players .player_of_the_game .photo img {
    border: 1px solid #d6d7d2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
    margin-bottom: 10px;
}

.main_best_players .player_of_the_game .name {
    margin-bottom: 10px;
}

.main_best_players .player_of_the_game .name a {
    text-decoration: none;
}

.main_best_players .player_of_the_game .name a:hover {
    text-decoration: underline;
}

.main_best_players .player_of_the_game .statistics {
    color: #666;
}

.main_best_players .top_players table {
    width: 100%;
}

.main_best_players .top_players table td {
    margin: 0px;
    padding: 0px;
}

.main_best_players .top_players a {
    text-decoration: none;
}

.main_best_players .top_players a:hover {
    text-decoration: underline;
}

.main_best_players .top_players td.spacer {
    height: 10px;
}

.main_best_players .top_players td.title {
    font-weight: bold;
    padding-right: 5px;
}

.main_best_players .top_players td.value {
    text-align: center;
    font-size: 13px;
    padding-left: 5px;
}

.main_best_players .top_players td.logo {
    width: 20px;
}

.main_best_players .teams_compaire {
    margin-right: 0px;
}

.main_best_players .teams_compaire .position {
    font-weight: bold;
    font-size: 13px;
}

.main_best_players .teams_compaire .spacer {
    height: 15px;
}

.main_best_players .teams_compaire .logo {
    width: 20px;
}

.main_best_players .teams_compaire .col {
    width: 135px;
    font-size: 10px;
}

.main_best_players .teams_compaire .col .bar {
    height: 12px;
    float: left;
    margin-right: 5px;
    background-color: #007dc3;
}

.main_best_players .teams_compaire .col .bar2 {
    background-color: #b22432;
}

.advanced_title {
    color: #6B737A;
    text-transform: uppercase;
    padding-left: 48px;
    font-size: 20px;
}

.advanced_table {
    padding-top: 16px;
}

.advanced_table > table {
    border-collapse: collapse;
    border-right: 1px solid white;
}

.advanced_table table.left-table tr.title td:first-child {
    border-right: 1px solid white;
}

.advanced_table .stats_01 tr {
    background-color: #efefef;
}

.advanced_table .stats_01 tr td .flag-icon {
    margin-top: 2px;
    margin-right: 8px;
    margin-left: 3px;
    border-radius: 50%;
}

.advanced_table .stats_01 tr.data_row td {
    border: 1px solid white;
    padding: 4px;
    color: #535a60;
}

.advanced_table .stats_01 tr.data_row td a {
    color: #535a60;
}

.advanced_table .stats_01 tr.title {
    background-color: #6b737a;
    font-size: 17px;
    height: 47px;
}

.advanced_table .stats_01 tr.title th {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}

.advanced_table .stats_01 tr td.team_position {
    background-color: white;
}

.advanced_table .stats_01 tr.title th.highlighted,
.advanced_table .stats_01 tr.title td.highlighted {
    background-color: #5f6468;
    text-align: center;
}

.advanced_table .stats_01 tr.title th.team_name,
.advanced_table .stats_01 tr.title td.team_name {
    font-weight: bold;
    text-align: left;
    border-left: 1px solid white;
}

.advanced_table .stats_01 tr th.team_name:before,
.advanced_table .stats_01 tr td.team_name:before {
    content: url('/assets/images/wc_logo.png?1');
    vertical-align: -50%;
}

.advanced_table .stats_01 tr.title th.team_name,
.advanced_table .stats_01 tr.title td.team_name {
    padding-left: 4px;
}

.advanced_table .stats_01 tr.title th.team_name > div,
.advanced_table .stats_01 tr.title td.team_name > div {
    display: inline;
    padding-left: 4px;
}

.advanced_table .stats_01 tbody > td {
    border: 1px solid white;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #EFEFEF;
    color: #545A60;
}

.advanced_table .stats_01 > tbody > tr > td:first-child {
    background-color: white;
}

.playoffs_table .stats_01 > tr {
    border-bottom: 1px white solid;
}

.playoffs_table .stats_01 tr.title td {
    color: white;
}

.playoffs_table .stats_01 tr.row1 td,
.playoffs_table .stats_01 tr.row2 td {
    text-align: left;
}

.playoffs_table .stats_01 tr.title td.team_name {
    background-color: #6B737A;
}

table.stats_01 tr td:not(.left) {
    text-align: center;
}

.design-v1 table.stats_01 th:not(:first-child).tablesorter-headerAsc,
.design-v1 table.stats_01 th:not(:first-child).tablesorter-headerDesc {
    background-color: #3399FF;
}

.design-v1 .stats_01_title {
    font-size: 15px;
    font-weight: bold;
}

.design-v1 .stats_01 .title,
.design-v1 .stats_01 thead tr {
    background-color: #f5821f;
}

.design-v1 .stats_01 td,
.design-v1 .stats_01 th {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.design-v1 .stats_01 td,
.design-v1 .stats_01 th {
    font-size: 1.2em;
}

.design-v1 .stats_01 .title td,
.design-v1 .stats_01 thead td,
.design-v1 .stats_01 thead th {
    color: #fff;
    cursor: help;
    font-weight: bold;
}

.design-v1 .stats_01 .title td a,
.design-v1 .stats_01 thead td a {
    color: #fff;
    text-decoration: none;
}

.design-v1 .stats_01 .title td a:hover,
.design-v1 .stats_01 thead td a:hover {
    text-decoration: underline;
}

.stats_01 td.marked {
    font-weight: bold;
}

.stats_01 .row1, .stats_01 tbody tr.row1, .stats_01 .row2, .stats_01 tbody tr.row2 {
    background-color: transparent;
}

.design-v1 table.stats_01 tr.body_row:nth-child(odd),
.design-v1 table.leaders_table tr.game_leader:nth-child(odd) {
    background-color: #eee;
}

.design-v1 table.stats_01 tr.body_row:hover {
    background-color: #ffd9bd;
}

.design-v1 .stats_01 .row1 a, .stats_01 .row2 a, .stats_01 tbody td a, .stats_01 tbody td a {
    color: #000;
    text-decoration: none;
}

.design-v1 .stats_01 .row1 a:hover, .stats_01 .row2 a:hover, .stats_01 .body_row td a:hover {
    text-decoration: underline;
}

.stats_01 .name a, .stats_01 tbody td.name a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.stats_01 .name a:hover, .stats_01 tbody td.name a:hover {
    text-decoration: underline;
}

.stats_01 .letter {
    font-size: 15px;
    font-weight: bold;
}

.stats_01 .small, .stats_01 tbody td .small, .stats_01 tfoot td .small, table.team_mvp .small {
    font-size: 10px;
    color: #666;
}

.stats_01 thead .small {
    color: #fff;
}

.stats_01 td span.light, .stats_01 td span.light a {
    color: #666;
}

.stats_01 td.active {
    background-color: #666666;
    color: #fff;
}

.stats_01 .link a {
    color: #db6600;
}

.stats_01 a.link {
    color: #db6600;
    text-decoration: underline;
}

.stats_01 a.link:hover {
    text-decoration: none;
}

.stats_01 td.title2 {
    padding: 3px;
}

.stats_01 thead tr, .stats_01 tbody tr.row1, .stats_01 tbody tr.row2, .stats_01 tfoot tr.row1, .stats_01 tfoot tr.row2 {
    text-align: center;
}

.stats_01 thead tr td.left, .stats_01 tbody tr.row1 td.left, .stats_01 tbody tr.row2 td.left, .stats_01 tfoot tr.row1 td.left, .stats_01 tfoot tr.row2 td.left {
    text-align: left;
}

.stats_01 tfoot tr {
    font-weight: bold;
}

.stats_01 tr.body_row td.number {
    text-align: center;
}

.stats_01 tr.body_row td.results {
    padding: 0 8px 0 8px;
    text-align: center;
    font-size: 1em;
}

.stats_01 tr.body_row td.center {
    text-align: center;
}

.stats_01 tr.body_row td.game_date {
    text-align: left;
    font-weight: bold;
}

.stats_01 tr.body_row td .team {
    display: flex;
}

.stats_01 tr.body_row td .team .logo {
    margin-right: 4px;
}

.stats_01 tr.body_row td .team .name_holder {
    text-align: left;
    display: flex;
    align-items: center;
}

.stats_01 tr.body_row td.visible_link a {
    color: #db6600;
}


.design-v1 .main_news .stats_01 {
    font-size: 0.9em;
}

.design-v1 .stats_01 .title td,
.design-v1 .stats_01 thead td,
.design-v1 .stats_01 thead th {
    font-size: 0.9em;
}

.stats_01 td .blurred, .stats_01 td.name .blurred {
    color: #7F785F;
}

.design-v1 .main_schedules_list table.stats_01 td,
.design-v1 .main_schedules_list table.stats_01 th {
    padding: 6px 5px 6px 5px;

}

.design-v1 .stats_01 td.team {
    width: auto !important;
}

.design-v1 .standings_01 .title {
    background-color: #f5821f;
}

.design-v1 .standings_01 td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.design-v1 .standings_01 td {
    font-size: 1.2em;
}

.design-v1 .standings_01 .title td {
    color: #fff;
    font-weight: bold;
    cursor: help;
    padding: 5px 3px 5px 3px;
}

.design-v1 .standings_01 .row1,
.design-v1 .standings_01 .row2 {
    background-color: transparent;
}

.design-v1 table.standings_01 tr.body_row:nth-child(odd) {
    background-color: #eee;
}

.design-v1 table.standings_01 tr.body_row:hover {
    background-color: #ffd9bd;
}

.design-v1 .standings_01 td a {
    color: #000;
    text-decoration: none;
}

.design-v1 .standings_01 td a:hover {
    text-decoration: underline;
}

.design-v1 .standings_01 .letter {
    font-size: 15px;
    font-weight: bold;
}

.design-v1 .standings_01 .results td {
    padding: 0 8px 0 8px;
    text-align: center;
    font-size: 1em;
}

.design-v1 .standings_01 .results td a {
    color: #000;
    text-decoration: none;
}

.design-v1 .standings_01 .results td a:hover {
    text-decoration: underline;
}


.table_04 td {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_04 td.letter {
    padding-top: 15px;
    font-weight: bold;
    padding-left: 5px;
    font-size: 13px;
}


.main_quotations .item {
    padding-bottom: 20px;
}

.main_quotations .item img.photo {
    float: left;
    margin: 0px 5px 3px 0px;
    padding: 1px;
    border: 1px solid #c7ba97;
}

.main_quotations .item div.author {
    font-weight: bold;
    padding-bottom: 7px;
}

.main_quotations .item div.text {
    padding-bottom: 7px;
}

.main_quotations .item div.comment {
    color: #717171;
}

.main_quotations .item div.feedbacks {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}


.main_shop div.categories div.item {
    padding-top: 3px;
    padding-bottom: 3px;
}

.main_shop .shop_clear {
    clear: left;
    line-height: 1px;
}

.main_shop .shop_item .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.main_shop .shop_item img.photo {
    padding: 1px;
    border: 1px solid #c7ba97;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.main_shop .shop_item div.price {
    padding-top: 5px;
}


.main_teams .main_infoblock_1 .center .logo_info .tbl1 {
    width: 150px;
    float: left;
}

.main_teams .main_infoblock_1 .center .logo_info .tbl2 {
    width: 150px;
    float: right;
}


.main_image {
    padding: 1px;
    border: 1px solid #c7ba97;
}


.main_teams .main_infoblock_1 .center .letters {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

.main_teams .main_infoblock_1 .center .letters a {
    text-decoration: none;
}

.main_teams .main_infoblock_1 .center .letters a:hover {
    text-decoration: underline;
}

.main_teams .main_infoblock_1 .center .types {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
    color: #666666;
}

.main_teams .main_infoblock_1 .center .types a {
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.main_teams .main_infoblock_1 .center .types a:hover {
    text-decoration: underline;
}


.main_teams .print_players .leagues_list {
    margin-bottom: 50px;
}

.main_teams .print_players .leagues_list .list_item {
    font-size: 1.2em;
    padding: 3px;
}

.main_teams .print_players .players_list {
    margin-bottom: 30px;
}

.main_teams .print_players .players_list .list_item {
    border: 1px solid #aaa;
    margin-bottom: 10px;
    height: 130px;
}

.main_teams .print_players .players_list .list_item_checked {
    border-left: 5px solid #000;
}

.main_teams .print_players .players_list .list_item .checkbox {
    float: left;
    width: 25px;
    overflow: hidden;
    padding-top: 20px;
}

.main_teams .print_players .players_list .list_item .photo {
    float: left;
    margin-right: 10px;
    width: 90px;
    overflow: hidden;
}

.main_teams .print_players .players_list .list_item .info {
    float: left;
}

.main_teams .print_players .players_list .list_item .info div {
    margin-bottom: 5px;
}

.main_teams .print_players .players_list .list_item .info .name {
    font-size: 1.2em;
    font-weight: bold;
}

.main_teams .print_players .players_list .list_item .info .number input {
    width: 16px;
    text-align: right;
    padding-right: 5px;
}

.main_teams .print_players .footer {
    margin-bottom: 50px;
}

.main_teams .print_players .footer span.counter {
    margin-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

.main_teams .print_players_popup .header {
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    height: 80px;
}

.main_teams .print_players_popup .header .logo {
    float: left;
    margin-right: 20px;
}

.main_teams .print_players_popup .header .name {
    margin-bottom: 6px;
    font-size: 1.4em;
    font-weight: bold;
}

.main_teams .print_players_popup .header .date {
    float: right;
    color: #666;
}

.main_teams .print_players_popup .team_name {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

.main_teams .print_players_popup .players_list table {
    width: 100%;
}

.main_teams .print_players_popup .players_list table thead tr td {
    background-color: #eee;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main_teams .print_players_popup .footer {
    margin-top: 70px;
    height: 30px;
}

.main_teams .print_players_popup .footer .right, .main_teams .print_players_popup .footer .left {
    float: right;
    width: 300px;
    border-top: 1px solid #333;
}

.main_teams .print_players_popup .footer .left {
    float: left;
}


.design-v1 .main_block_standings .stats_01 {
    float: left;
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
}


.design-v1 .main_block_standings .stats_01 .title td {
    padding: 4px 2px 4px 2px;
}

.design-v1 .main_block_standings .stats_01 .row1 td,
.design-v1 .main_block_standings .stats_01 .row2 td {
    padding-top: 2px;
    padding-bottom: 2px;
}


#body_center h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    color: #666666;
}

#body_center h3 a.inactive {
    color: #666666;
    text-decoration: none;
}

#body_center h3 a.inactive:hover {
    text-decoration: underline;
}


.info_user_home .col1 {
    float: left;
    width: 155px;
    margin-right: 20px;
    overflow: hidden;
}

.info_user_home .col2 {
    float: left;
    width: 303px;
    overflow: hidden;
}

.info_user_home img.ico {
    border: 1px solid #c6ba96;
    margin: 0px 0px 10px 0px;
}

.info_user_home .fav_team {
    height: 80px;
}

.info_user_home .fav_team img.logo {
    border: 0px;
    float: left;
    margin-right: 20px;
}

.info_user_home .fav_team .team {
    padding-bottom: 3px;
    font-weight: bold;
}

.info_user_home .fav_team .league a {
    color: #666666;
}

.info_user_home .col1 .rank {
    padding-bottom: 5px;
    font-size: 1.2em;
}

.info_user_home .col1 .rank .ok {
    font-weight: bold;
    color: green;
}

.info_user_home .col1 .rank .bad {
    font-weight: bold;
    color: red;
}

.design-v1 .main_feedbacks2 .item {
    overflow: auto;
    width: 518px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.design-v1 .main_feedbacks2 .item .content {
    display: flex;
}

div.feedbacks_display_block > div.main_feedbacks2 {
    display: flex;
    flex-direction: column;
}

div.feedbacks_display_block > div.main_feedbacks2 > div.tab-nav-wrapper {
    width: unset;
    overflow: inherit;
    margin: 0 auto;

}

div.feedbacks_display_block > div.main_feedbacks2 > div.tab-nav-wrapper > ul {
    text-align: center;
}

div.feedbacks_display_block > div.main_feedbacks2 > div.tab-nav-wrapper > ul li {
    background-color: #555;
}

div.feedbacks_display_block > div.main_feedbacks2 > div.tab-nav-wrapper > ul li:after {
    border-color: #555 transparent transparent transparent;
    border-width: 10px 13px 0 13px;
}

#grid_layout_body .stream_feedback .main_feedbacks2 .item {
    width: 100%;
}

.design-v1 #grid_layout_body .main_feedbacks2 .item {
    width: 672px;
    font-size: 1.1em;
}

.design-v1 #grid_layout_body.feedbacks_by_ip .main_feedbacks2 .item {
    width: 690px;
}

#grid_layout_body.feedbacks_by_ip > tbody > tr > td:nth-child(1) {
    width: unset;
}

#grid_layout_body.feedbacks_by_ip > tbody > tr > td:nth-child(1) > span {
    display: block;
    text-align: center;
}

#grid_layout_body.feedbacks_by_ip > tbody > tr > td:nth-child(2) {
    width: 310px;
}

.design-v1 #grid_layout_body .main_feedbacks2 .item .right-column .text {
    word-wrap: break-word;
    min-width: 300px;
}

.design-v1 #grid_layout_body .main_feedbacks2 .responses {
    padding-left: 30px;
}

.design-v1 #grid_layout_body .main_feedbacks2 .load-more,
.design-v1 #grid_layout_body .main_feedbacks2 .load-sorted {
    text-align: center;
    padding-right: 10px;
    padding-bottom: 15px;
}

.design-v1 #grid_layout_body .main_feedbacks2 .load-more.left {
    text-align: left;
}

.design-v1 #grid_layout_body .main_feedbacks2 .load-more a {
    text-align: left;
    text-decoration: none;
    color: #6C6869;
    margin-left: 50px;
}

.design-v1 #grid_layout_body .main_feedbacks2 .responses .item {
    width: 642px;
}

.design-v1 .main_feedbacks2 .item .content {
    padding: 0px 10px 5px 10px;
}

.design-v1 .main_feedbacks2 .item .bottom {
    height: 20px;
    padding: 10px 0 0 0;
}

.design-v1 .main_feedbacks2 .item img.ico {
    border-radius: 10px;
    float: left;
    margin: 0px 10px 5px 0px;
}

.design-v1 .main_feedbacks2 .item .date {
    color: #999;
}

.design-v1 .main_feedbacks2 .item .author {
    color: #db6600;
    font-weight: bold;
    padding-bottom: 7px;
    display: flex;
}

.design-v1 .main_feedbacks2 .item .author span {
    color: #db6600;
    font-weight: normal;
}

.main_feedbacks2 .item .content .text .reply {
    float: right;
    width: 16px;
    height: 16px;
    background: url(/config/basketnews.lt/themes/default/ico_reply_1.gif) no-repeat left top;
    margin: 0px 0px 10px 10px;
}

.main_feedbacks2 .item .content .text blockquote {
    border: 1px dashed #d7d8d3;
    background-color: #f6f7f9;
    padding: 10px;
    margin: 0px 20px 0px 60px;
}

.main_feedbacks2 .item .content .text blockquote strong {
    display: block;
}

.main_feedbacks2 .item .content .text .reply:hover {
    background: url(/config/basketnews.lt/themes/default/ico_reply_2.gif) no-repeat left top;
    cursor: pointer;
}

.main_feedbacks2 .item .content .text .report {
    float: right;
    width: 18px;
    height: 18px;
    background: url(/config/basketnews.lt/themes/default/ico_report.png) no-repeat left top;
    margin: 0px 0px 10px 10px;
}

.main_feedbacks2 .item .content .text .report:hover {
    background: url(/config/basketnews.lt/themes/default/ico_report_2.png) no-repeat left top;
    cursor: pointer;
}

.main_feedbacks2 .item .content .text .prof {
    float: right;
    width: 18px;
    height: 18px;
    background: url(/config/basketnews.lt/themes/default/ico_prof.png) no-repeat left top;
    margin: 0px 0px 10px 10px;
}

.main_feedbacks2 .item .content .text .prof:hover {
    background: url(/config/basketnews.lt/themes/default/ico_prof_2.png) no-repeat left top;
    cursor: pointer;
}

.main_feedbacks2 .item .content .text .feedback_youtube_link {
    float: left;
    padding: 0px 10px 10px 0px;
}

.main_feedbacks2 .item .content .text .feedback_youtube_link .thumbnail {
    border: 1px solid #c6ba96;
    float: left;
    padding: 1px;
}

.main_feedbacks2 .item .content .text .feedback_youtube_link .icon {
    background: url(/themes/default/ico_video.png) no-repeat center center;
    height: 35px;
    width: 35px;
    position: relative;
    left: 40px;
    top: 27px;
}

.design-v1 .main_feedbacks2 .item .bottom {
    display: flex;
    font-weight: 700;
    color: #6C6869;
}

.design-v1 .main_feedbacks2 .item .bottom > div {
    margin-right: 10px;
}

.design-v1 .main_feedbacks2 .item .bottom a {
    float: right;
    color: #6C6869;
}

.design-v1 .main_feedbacks2 .item .bottom .voting div,
.design-v1 .main_feedbacks2 .item .bottom .voting a {
    display: block;
    float: left;
    margin-left: 10px;
}

.main_feedbacks2 .item .admin {
    margin-top: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
}

.main_feedbacks2 .item .admin .delete {
    margin-left: 20px;
}

.main_feedbacks2 .item .admin input {
    font-size: 1em;
}

.main_feedbacks2 .feedbacks_prof_filter {
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    height: 23px;
    overflow: hidden;
}

.main_feedbacks2 .feedbacks_prof_filter span, .main_feedbacks2 .feedbacks_prof_filter a {
    padding: 5px 10px 0px 10px;
    margin-left: 5px;
    font-weight: bold;
    height: 21px;
    display: block;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.main_feedbacks2 .feedbacks_prof_filter span,
.main_feedbacks2 .feedbacks_prof_filter a.disabled {
    color: #666;
    cursor: default;
}

.main_feedbacks2 .feedbacks_prof_filter a {
    text-decoration: none;
    background-color: #eee;
}

.main_feedbacks2 .feedbacks_prof_filter a.disabled:hover {
    text-decoration: none;
}

.main_feedbacks2 .feedbacks_prof_filter a:hover {
    text-decoration: underline;
}

.main_feedbacks2 .item_prof {
    background-color: #f6f7f9;
}

table.list01 {
    border: 3px solid #eaeaea;
}

table.list01 td {
    padding: 3px 5px 3px 5px;
}

table.list01 thead tr {
    background-color: #eaeaea;
}

table.list01 thead tr td {
    color: #666666;
    font-weight: bold;
}

table.list01 thead tr td.vip {
    background: #eaeaea url(/themes/default/vip.png) no-repeat left center;
    padding-left: 16px;
}

table.list01 tbody tr.col1 {
    background-color: #fff;
}

table.list01 tbody tr.col2 {
    background-color: #eee;
}

table.list01 tbody tr td.vip {
    background: url(/themes/default/vip.png) no-repeat left center;
    padding-left: 16px;
}

table.list01 tbody td img.logo {
    border: 1px solid #af9f74;
    padding: 2px;
}

table.list01 tbody td .small {
    font-size: 0.9em;
    color: #666;
}


.design-v1 table.list02 {
    border: 3px solid #e6e6e6;
}

.design-v1 table.list02 td,
.design-v1 table.list02 th {
    padding: 2px 5px 2px 5px;
}

.design-v1 table.list02 thead tr {
    background-color: #f5821f;
}

.design-v1 table.list02 thead td,
.design-v1 table.list02 thead th {
    color: #fff;
    cursor: help;
    font-weight: bold;
}

table.list02 thead td a, table.list02 thead th a {
    color: #fff;
    text-decoration: none;
}

table.list02 thead td a:hover, table.list02 thead th a:hover {
    text-decoration: underline;
}

table.list02 tbody tr.row1 {
}

table.list02 tbody tr.row2 {
    background-color: #e6e6e6;
}

table.list02 tbody tr.row1 a, table.list02 tbody tr.row2 a {
    color: #000;
    text-decoration: none;
}

table.list02 tbody tr.row1 a:hover, table.list02 tbody tr.row2 a:hover {
    text-decoration: underline;
}

table.list02 tbody td.link a {
    color: #db6600;
}

table.list02 tbody tr.row1 td .small, table.list02 tbody tr.row2 td .small {
    font-size: 0.8em;
    color: #666;
}


.design-v1 table.list04 {
    border: 0;
}

.design-v1 table.list04 tbody tr:nth-child(odd) {
    background-color: #eee;
}

.design-v1 table.list04 tbody tr:hover {
    background-color: #ffd9bd;
}

.design-v1 table.list04 td,
.design-v1 table.list04 thead th {
    padding: 5px 3px 5px 3px;
    font-size: 12px;
}

.design-v1 table.list04 thead tr th.tablesorter-header {
    background-image: url(/config/basketnews.lt/themes/default/ico_sort_up_down.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 8px;
}

.design-v1 table.list04 thead tr th.tablesorter-headerAsc {
    background-image: url(/config/basketnews.lt/themes/default/ico_sort_up.png);
}

.design-v1 table.list04 thead tr th.tablesorter-headerDesc {
    background-image: url(/config/basketnews.lt/themes/default/ico_sort_down.png);
}

.design-v1 table.list04 tbody td.numbering {
    width: 1%;
    text-align: center;
}

.design-v1 table.list04 tbody td.less_actual,
.design-v1 table.list04 tbody td.less_actual a {
    color: #666;
}

.design-v1 table.list04 tbody td.number {
    text-align: center;
}

.design-v1 table.list04 tbody td.name a {
    text-decoration: none;
    color: #000;
}

.design-v1 table.list04 tbody td.name a:hover {
    text-decoration: underline;
}

.design-v1 table.list04 tbody td.result {
    text-align: center;
}


table.form01 td {
    padding: 3px 5px 3px 5px;
}

table.form01 span.comment {
    font-size: 0.9em;
    color: #666;
}


table.form02 td {
    padding: 3px 5px 3px 5px;
    font-size: 12px;
}

.design-v1 table.form02 td input,
.design-v1 table.form02 td select {
    font-size: 12px;
    width: 100%;
    padding: 3px;
}

.design-v1 table.form02 td input[type=submit] {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}

table.form02 tbody td:first-child, table.form02 tbody td.name {
    text-align: right;
    padding-top: 7px;
}

table.form02 td select[name="fteam"] {
    width: 150px;
}


#body_center_pop ul.small_menu {
    margin: 0px;
    padding: 0px;
    height: 30px;
}

#body_center_pop ul.small_menu li {
    list-style: none;
    float: right;
    margin-left: 10px;
}


ul.type01 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.type01 li {
    padding: 3px 0px 3px 0px;
}

ul.type02 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.type02 li {
    padding: 3px 0px 3px 0px;
    display: inline;
    padding-left: 10px;
    background: url(/themes/default/main_menu03.gif) no-repeat left center;
    margin-right: 15px;
    font-size: 1.2em;
}

ul.type02 li.active {
    font-weight: bold;
}


.main_error_message {
    color: #914e15;
    border: 1px solid #914e15;
    font-weight: bold;
    padding: 15px;
}

#grid_layout_body .main_error_message {
    color: #cc0000;
    border: 1px solid #cc0000;
}


.main_mark_ok {
    color: green;
}

.main_mark_bad {
    color: red;
}

.main_mark_vip {
    display: block;
    background: url(/themes/default/vip.png) no-repeat left center;
    padding-left: 16px;
}


.main_relations {
    padding-top: 30px;
}

.main_relations ul {
    margin-top: 0px;
    padding-top: 0px;
}

.main_relations ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}


.main_icon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.main_icon_ok {
    background: url(/themes/default/ico_ok.png) no-repeat center center;
}

.main_icon_ok_inactive {
    background: url(/themes/default/ico_ok_inactive.png) no-repeat center center;
}

.main_icon_bad {
    background: url(/themes/default/ico_bad.png) no-repeat center center;
}

.main_icon_bad_inactive {
    background: url(/themes/default/ico_bad_inactive.png) no-repeat center center;
}


ul.main_legend {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 30px;
    border: 1px dashed #aaa;
    color: #333;
}


.main_texts .block1 .center {
    font-size: 1.2em;
}

.main_texts table td p {
    margin: 0px;
    padding: 0px;
}

.main_texts3,
.design-v1 .page_profile {
    font-size: 1.4em;
    line-height: 1.5em;
}
.main_texts3 h1 {
    font-weight: normal;
    font-size: 1.6em;
}

.main_texts2_grid .main_texts {
    font-size: 15px;
    line-height: 22px;
}

.main_texts2_grid .main_texts .header_photo {
    margin-bottom: 20px;
}

.main_texts2_grid .main_texts .header_photo img {
    width: 100%;
}

.main_texts2_grid .main_texts section.infoblock2 {
    float: left;
    background-color: #eeeeee;
    width: 38%;
    margin: 0 3%;
    padding: 3%;
}

.main_texts2_grid .main_texts section.infoblock2 i.material-icons {
    font-size: 5em;
    color: #666;
}

.main_texts2_grid .main_texts section.infoblock2 h3 {
    font-weight: normal;
    font-size: 2em;
    margin: 15px 0 0 0;
}

.main_texts2_grid .main_texts section.infoblock1,
#body.form #body_center section.infoblock1
{
    padding: 50px 3% 50px 3%;
    background-color: #f8f8f8;
    display: flow-root;
}

.main_texts2_grid .main_texts section.infoblock1 h3,
#body.form #body_center section.infoblock1 h3
{
    font-weight: normal;
    font-size: 2em;
    margin: 0 0 30px 0;
}

.main_texts2_grid .main_texts section.infoblock1 .staff {
    width: 47%;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    display: flow-root;
}

.main_texts2_grid .main_texts section.infoblock1 .staff:nth-child(even) {
    margin-right: 6%;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #fff;
    float: left;
    margin: 0 15px 10px 0;
    background-color: #ddd;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .image img {
    width: 100%;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .name {
    font-size: 1.4em;
    padding-bottom: 3px;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .comment {
    font-size: 1em;
    padding-bottom: 4px;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .email, .main_texts2_grid .main_texts section.infoblock1 .staff .phone {
    font-size: 0.8em;
    line-height: 1.5em;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .email a, .main_texts2_grid .main_texts section.infoblock1 .staff .phone a {
    text-decoration: none;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .email a:hover, .main_texts2_grid .main_texts section.infoblock1 .staff .phone a:hover {
    text-decoration: underline;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .social {
    padding-top: 10px;
}

.main_texts2_grid .main_texts section.infoblock1 .staff .social a {
    text-decoration: none;
    color: #000;
    margin-right: 3px;
}


.main_gamesstandings ol {
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.main_gamesstandings ol li {
    background-color: #eee;
    padding: 5px;
    margin: 1px;
    cursor: move;
}

.main_gamesstandings ol.disabled li {
    cursor: auto;
    background-color: #fff;
}

.selected {
    font-weight: bold;
}

.info_drafts {
    height: 40px;

}

.sign-in {
    margin: 15px;
    padding: 0;
}

.register {
    margin: 0;
    padding: 0;
}

.form-header-bottom {
    border-bottom: 3px solid #f5821f;
}

.sign-in__button,
.register__button {
    background-color: #F4F4F4;
    border: none;
    border-top-left-radius: 6px;
    width: 50%;
    padding: 13px;
    display: inline-block;
    margin: 0 -3.6px 0 0;
    outline: none;
    cursor: pointer;
}

.design-v1 button.active {
    background-color: #E7E7E7;
    box-shadow: none;
    font-weight: bold;
}

.fb {
    background-color: white;
    color: #3B5998;
    align-items: center;
}

.google {
    background-color: white;
    color: #dd4b39;
    align-items: center;
}

#login_form_container,
#modal_login_form_container,
#modal_register_form_container,
#register_form_container {
    display: flex;
    flex-direction: column;
    margin: 12px;
}

#modal_login_form_container > *,
#login_form_container > *,
#register_form_container > *,
#modal_register_form_container > * {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#modal_login_form_container > input[type="text"],
#modal_login_form_container > input[type="password"],
#login_form_container > input[type="text"],
#login_form_container > input[type="password"],
#register_form_container > input[type="text"],
#register_form_container > input[type="password"],
#modal_register_form_container > input[type="text"],
#modal_register_form_container > input[type="password"] {
    padding: 6px;
    border-radius: 4px;
    border: 2px solid #f3f3f6;
}

#login_form_container > input[type="submit"],
#modal_login_form_container > input[type="submit"],
#register_form_container > input[type="submit"],
#modal_register_form_container > input[type="submit"],
#waiting_list_form input[type="submit"] {
    padding: 8px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-color: #f5821f;
    background-color: #f5821f;
}

.split {
    position: relative;
    border-top: 1px solid #707070;
}

.split > div {
    position: absolute;
    background-color: white;
    padding-left: 16px;
    padding-right: 16px;
    left: 50%;
    top: -9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
}

.outlined_button {
    width: 100%;
    border: 2px solid #707070;
    border-radius: 4px;
    display: flex;
    padding: 4px;
    align-items: center;
    text-align: center;
    cursor: pointer
}

.outlined_button > div {
    flex: 2;
}

.outlined_button > .name {
    flex: 3;
    white-space: nowrap;
}

.main_attentions_block {
    border: 3px solid #e4deca;
    background: #f7f5f0 url(/images/web/users_login_basketnews_logo.png) no-repeat right bottom;
    padding: 15px 60px 30px 15px;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.4em;
}

.main_flowing {
    overflow: auto;
    width: 500px;
}


.main_back_forward {
    height: 20px;
}

.main_back_forward .back {
    display: block;
    float: left;
}

.main_back_forward .type_link {
    float: left;
    margin-left: 15px;
}

.main_back_forward .forward {
    display: block;
    float: right;
}


.main_polls_elections ol li {
    border: 1px solid #999;
    margin: 0px 20px 20px 10px;
    background-color: #eee;
}

.main_polls_elections ol li .name {
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    padding: 5px;
}

.main_polls_elections ol li .image {
    padding: 5px 5px 5px 5px;
    float: left;
}

.main_polls_elections ol li .image img {
    border: 1px solid #c7ba97;
    padding: 1px;
}

.main_polls_elections ol li .description {
    color: #333;
    font-size: 1em;
    padding: 0px 5px 5px 5px;
}

.main_polls_elections ol li .move {
    background-color: #ddd;
    padding: 5px;
    text-align: center;
    cursor: move;
}

.main_polls_elections h3 {
    text-align: center;
}

.main_polls_elections div.submit {
    text-align: center;
}

.main_polls_elections div.thanks, .main_polls_elections div.thanks_results {
    text-align: center;
    border: 1px solid green;
    color: green;
    padding: 20px;
}

.main_polls_elections div.thanks {
    display: none;
}


.main_image {
    border: 1px solid #c6ba96;
    padding: 1px;
}


.main_players_list_detailed table.list td {
    vertical-align: top;
    padding-bottom: 30px;
}

.main_players_list_detailed table.list td.photo {
    padding-right: 20px;
}

.main_players_list_detailed table.list td div.title {
    font-weight: bold;
}

.main_players_list_detailed table.list td div.team {
    padding-top: 10px;
}

.main_players_list_detailed table.list td div.team img {
    padding-right: 5px;
}


.main_games_smsquest .question {
    font-size: 1.6em;
    padding-bottom: 10px;
}

.main_games_smsquest .rules {
    padding-bottom: 30px;
}

.main_games_smsquest .answers_list .answer {
    font-size: 1.4em;
}

.main_games_smsquest .answers_list .info {
    color: #999;
    padding-bottom: 7px;
}

.main_games_smsquest .answers_list .info span {
    font-weight: bold;
}


.main_mobile_version_block {
    height: 60px;
}

.main_mobile_version_block a {
    display: block;
    float: left;
    text-decoration: none;
    overflow: hidden;
}

.main_mobile_version_block a.col1, .main_mobile_version_block a.col3 {
    width: 220px;
    color: #e3802b;
    font-size: 18px;
    padding-top: 18px;
    height: 42px;
}

.main_mobile_version_block a.col2 {
    width: 360px;
    color: #000;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    height: 40px;
}

.main_mobile_version_block a.col1 {
    background: url(/themes/default/mobile.gif) no-repeat left center;
    padding-left: 100px;
}

.main_mobile_version_block a.col3 {
    background: url(/themes/default/mobile.gif) no-repeat right center;
    padding-right: 100px;
    text-align: right;
}


#body_left_newsstuff {
    float: left;
    width: 690px;
    overflow: hidden;
}

#body_right_newsstuff {
    padding-left: 10px;
    float: left;
    width: 300px;
    overflow: hidden;
    display: inline;
}

#body_left_newsstuff a {
    color: #0071bc;
}

#header_newsstuff {
    border-top: 5px solid #333;
    padding-top: 4px;
    margin-bottom: 10px;
}

#header_newsstuff .logo {
    height: 64px;
    width: 194px;
    float: left;
    margin-top: -9px;
    margin-right: 20px;
    background: url(/config/basketnews.lt/themes/default/keuras_logo01.png) no-repeat left top;
}

#header_newsstuff .logo a {
    display: block;
    height: 64px;
    width: 194px;
    float: left;
}

#header_newsstuff .menu {
    float: left;
    width: 745px;
    padding: 10px 20px 0px 20px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 7px;
    background: #0072bc url(/config/basketnews.lt/themes/default/keuras_menu01.png) repeat-x left top;
}

#header_newsstuff .menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header_newsstuff .menu ul li {
    float: left;
    padding-bottom: 10px;
    margin-right: 20px;
    font-size: 1.1em;
}

#header_newsstuff .menu ul li a {
    color: #fff;
    text-decoration: none;
}

#header_newsstuff .menu ul li a:hover {
    text-decoration: underline;
}

#header_newsstuff .menu ul li.active a {
    text-decoration: underline;
}

#header_newsstuff .menu ul li.home a {
    display: block;
    width: 13px;
    height: 13px;
    background: url(/config/basketnews.lt/themes/default/ico_home_3.png) no-repeat left top;
}

.main_newsstufflist .list_item {
    padding-bottom: 10px;
    padding-top: 18px;
    border-bottom: 1px solid #e6e6e6;
}

.main_newsstufflist .list_item:first-child {
    padding-top: 0px;
}

.main_newsstufflist .list_item .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 198px;
    height: 120px;
    overflow: hidden;
}

.main_newsstufflist .list_item .image .photo {
    display: block;
    float: left;
}

.main_newsstufflist .list_item .image img {
    padding: 1px;
    border: 1px solid #d6d7d2;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_newsstufflist .list_item .image .ico {
    display: block;
    float: left;
    width: 50px;
    height: 116px;
    margin-top: -118px;
    margin-left: 146px;
}

.main_newsstufflist .list_item .image .ico_1 {
    background: url(/config/basketnews.lt/themes/default/title_news_audio01.png) no-repeat right top;
}

.main_newsstufflist .list_item .image .ico_2 {
    background: url(/config/basketnews.lt/themes/default/title_news_video01.png) no-repeat right top;
}

.main_newsstufflist .list_item .image .ico_3 {
    background: url(/config/basketnews.lt/themes/default/title_news_photos01.png) no-repeat right top;
}

.main_newsstufflist .list_item .short_info, .main_newsstuff_view .short_info {
    height: 22px;
    color: #999;
}

.main_newsstufflist .list_item .short_info div, .main_newsstuff_view .short_info div {
    float: left;
}

.main_newsstufflist .list_item .short_info .date, .main_newsstuff_view .short_info .date {
    margin-right: 10px;
}

.main_newsstuff_view .short_info .author {
    border-left: 1px solid #999;
    margin-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.main_newsstufflist .list_item .short_info .group, .main_newsstuff_view .short_info .group {
    border-left: 1px solid #999;
    margin-right: 10px;
    padding-left: 10px;
}

#body_left_newsstuff .main_newsstufflist .list_item .short_info .group a {
    color: #999;
}

#body_left_newsstuff .main_newsstufflist .list_item .short_info .group a, #body_left_newsstuff .main_newsstuff_view .short_info .group a {
    text-decoration: none;
}

#body_left_newsstuff .main_newsstufflist .list_item .short_info .group a:hover, #body_left_newsstuff .main_newsstuff_view .short_info .group a:hover {
    text-decoration: underline;
}

.main_newsstufflist .list_item .short_info .feedbacks, .main_newsstuff_view .short_info .feedbacks {
    border-left: 1px solid #999;
    margin-right: 10px;
    padding-left: 10px;
}

#body_left_newsstuff .main_newsstufflist .list_item .short_info .feedbacks a, #body_left_newsstuff .main_newsstuff_view .short_info .feedbacks a {
    text-decoration: none;
    font-weight: bold;
}

#body_left_newsstuff .main_newsstufflist .list_item .short_info .feedbacks a:hover, #body_left_newsstuff .main_newsstuff_view .short_info .feedbacks a:hover {
    text-decoration: underline;
}

#body_left_newsstuff .main_newsstufflist .list_item .name {
    font-size: 1.5em;
    padding-bottom: 10px;
}

#body_left_newsstuff .main_newsstufflist .list_item .name a {
    text-decoration: none;
    font-weight: bold;
}

#body_left_newsstuff .main_newsstufflist .list_item .name a:hover {
    text-decoration: underline;
}

#body_left_newsstuff .main_newsstufflist .list_item .description {
    font-size: 1.2em;
}

#body_left_newsstuff .main_paging {
    font-size: 1.2em;
}

.main_newsstuff_view h1 {
    margin: 0px 0px 30px 0px;
}

#body_left_newsstuff .main_newsstuff_view h1 a {
    text-decoration: none;
}

.main_newsstuff_view .image_block {
    padding-bottom: 10px;
    line-height: 12px;
    margin-left: auto;
    margin-right: auto;
}

.main_newsstuff_view .image_block .image img {
    border: 1px solid #c6ba96;
    padding: 1px;
}

.main_newsstuff_view .image_block .author {
    text-align: center;
    color: #666666;
    font-size: 9px;
    text-decoration: underline;
    padding-top: 4px;
}

.main_newsstuff_view .image_block .author a {
    color: #666666;
}

.main_newsstuff_view .image_block .description {
    text-align: center;
    color: #666666;
    font-size: 10px;
    padding-top: 4px;
}

.main_newsstuff_view .item_text {
    font-size: 1.2em;
}

.main_newsstuff_view .main_feedbacks_form input.button {
    color: #fff;
    background-color: #0071bc;
    border: 1px solid #003456;
}

.main_newsstuff_view .main_infoblock_2_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_newsstuff.png) no-repeat left top;
}


.main_polls .main_infoblock_2_title span {
    background: url(/config/basketnews.lt/themes/default/main_infoblock_ico_polls2.gif) no-repeat left top;
}

.main_polls .list_item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main_polls .list_item .date {
    color: #b3b3b3;
}

.main_polls .list_item .name a {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.main_polls .list_item .name a:hover {
    text-decoration: underline;
}

.main_polls .list_item .name a.fb {
    color: #b3b3b3;
    text-decoration: none;
    font-weight: normal;
}

.main_users_updates .main_users_updates_list_item {
    margin-bottom: 5px;
}

.main_users_updates .main_users_updates_list_item .date {
    display: inline;
    color: #999;
    margin-right: 5px;
}

.main_users_updates .main_users_updates_list_item .action {
    display: inline;
    font-weight: bold;
}

.main_users_updates .main_users_updates_list_item .expand {
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
}

.main_users_updates .main_users_updates_list_item .comment {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    display: none;
}


#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#lean_overlay_alert {
    width: 250px;
    padding: 30px;
    display: none;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    font-size: 1.2em;
}

.main_players_list .header_letters, .main_persons_list .header_letters {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.main_players_list .header_letters a, .main_persons_list .header_letters a {
    text-decoration: none;
}

.main_players_list .header_letters a:hover, .main_persons_list .header_letters a:hover {
    text-decoration: underline;
}

.main_players_list .header_types, .main_persons_list .header_types {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
    color: #666;
}

.main_players_list .header_types a, .main_persons_list .header_types a {
    text-decoration: none;
    margin-left: 5px;
}

.main_players_list .header_types a:hover, .main_persons_list .header_types a:hover {
    text-decoration: underline;
}

.main_players_list .list_item, .main_persons_list .list_item {
    float: left;
    width: 210px;
    height: 40px;
    padding: 0px 30px 0px 10px;
    overflow: hidden;
}

.main_players_list .list_item .name a, .main_persons_list .list_item .name a {
    text-decoration: none;
    font-weight: bold;
}

.main_players_list .list_item .name a:hover, .main_persons_list .list_item .name a:hover {
    text-decoration: underline;
}

.main_players_list .list_item .teams, .main_persons_list .list_item .teams {
    color: #666;
}

.main_players_header .logo_info .tbl1, .main_persons_header .logo_info .tbl1 {
    width: 150px;
    float: left;
}

.main_players_header .logo_info .logo2, .main_persons_header .logo_info .logo2 {
    float: right;
    border: 1px solid #af9f74;
    margin-left: 10px;
}

.main_players_header .logo_info .tbl2, .main_persons_header .logo_info .tbl2 {
    width: 150px;
    float: right;
}

.main_players_header a {
    text-decoration: none;
    color: #333;
}

.main_players ul.simple_submenu_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
}

.main_players ul.simple_submenu_list li {
    padding-bottom: 3px;
    font-weight: bold;
}

.main_players ul.simple_submenu_list li.active a {
    color: #666666;
    text-decoration: none;
    font-size: 1.2em;
}

/* tmp */
.main_players .stats_01 td {
    padding: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 1em;
}


.main_block_tip {
    color: #666;
    font-size: 0.9em;
}

.main_block_tip2 {
    font-size: 1.1em;
}


table.list03 {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 0px;
}

table.list03 tr td {
    margin: 0px;
    padding: 2px 5px 2px 5px;
}

table.list03 tbody tr.row2 {
    background-color: #e6e6e6;
}


.main_persons .main_infoblock_1 .center .logo_info .tbl1 {
    width: 150px;
    float: left;
}

.main_persons .main_infoblock_1 .center .logo_info .logo2 {
    float: right;
    border: 1px solid #af9f74;
    margin-left: 10px;
}

.main_persons .main_infoblock_1 .center .logo_info .tbl2 {
    width: 150px;
    float: right;
}

.main_persons .main_infoblock_1 .center .letters {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

.main_persons .main_infoblock_1 .center .letters a {
    text-decoration: none;
}

.main_persons .main_infoblock_1 .center .letters a:hover {
    text-decoration: underline;
}

.main_persons .main_infoblock_1 .center .types {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
    color: #666666;
}

.main_persons .main_infoblock_1 .center .types a {
    text-decoration: none;
    margin-left: 5px;
}

.main_persons .main_infoblock_1 .center .types a:hover {
    text-decoration: underline;
}


.main_more_link {
    text-align: right;
    font-weight: bold;
}


.design-v1 ul.main_simple_submenu_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
}

.design-v1 ul.main_simple_submenu_list li {
    font-weight: bold;
    display: inline;
    float: left;
}

.design-v1 ul.main_simple_submenu_list li a {
    border-right: 1px solid #666;
    padding: 0px 7px 0px 7px;
    display: block;
}

.design-v1 ul.main_simple_submenu_list li:last-child a {
    border-right: none;
}

.design-v1 ul.main_simple_submenu_list li.active a {
    color: #666;
    text-decoration: none;
    font-size: 1.2em;
}

.design-v1 #grid_layout_body ul.main_simple_submenu_list {
    font-size: 1.2em;
}


/* JQuery UI */
/* 2012-01-08
.main_infoblock_standings .ui-state-default, .main_infoblock_standings .ui-widget-content .ui-state-default, .main_infoblock_standings .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: transparent; background-color: #eee; font-weight: bold; color: #000;}
.main_infoblock_standings .ui-state-default a, .main_infoblock_standings .ui-state-default a:link, .main_infoblock_standings .ui-state-default a:visited { color: #666; text-decoration: none; padding: 3px 10px 3px 10px;}
.main_infoblock_standings .ui-state-hover, .main_infoblock_standings .ui-widget-content .ui-state-hover, .main_infoblock_standings .ui-widget-header .ui-state-hover, .main_infoblock_standings .ui-state-focus, .main_infoblock_standings .ui-widget-content .ui-state-focus, .main_infoblock_standings .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: transparent; background-color: #eee; font-weight: bold; color: #c77405; }
.main_infoblock_standings .ui-state-hover a, .main_infoblock_standings .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.main_infoblock_standings .ui-state-active, .main_infoblock_standings .ui-widget-content .ui-state-active, .main_infoblock_standings .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: transparent; background-color: #ffffff; font-weight: bold; color: #eb8f00; }
.main_infoblock_standings .ui-state-active a, .main_infoblock_standings .ui-state-active a:link, .main_infoblock_standings .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.main_infoblock_standings .ui-widget :active { outline: none; }

.main_infoblock_standings .ui-corner-all, .main_infoblock_standings .ui-corner-top, .main_infoblock_standings .ui-corner-left, .main_infoblock_standings .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.main_infoblock_standings .ui-corner-all, .main_infoblock_standings .ui-corner-top, .main_infoblock_standings .ui-corner-right, .main_infoblock_standings .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.main_infoblock_standings .ui-corner-all, .main_infoblock_standings .ui-corner-bottom, .main_infoblock_standings .ui-corner-left, .main_infoblock_standings .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.main_infoblock_standings .ui-corner-all, .main_infoblock_standings .ui-corner-bottom, .main_infoblock_standings .ui-corner-right, .main_infoblock_standings .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

.main_infoblock_standings .ui-widget-content { border: none; background: transparent; padding: 0px;}
.main_infoblock_standings .ui-widget-header { border: none; background: transparent; }
*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: transparent;
    background-color: #eee;
    font-weight: bold;
    color: #000;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #666;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: transparent;
    background-color: #eee;
    font-weight: bold;
    color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: transparent;
    background-color: #ffffff;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-widget {
    font-family: Tahoma;
    font-size: 1em;
}

.ui-widget-content {
    border: none;
    background: transparent;
    padding: 0px;
    color: #000;
}

.ui-widget-content a {
    color: #000;
}

.ui-widget-header {
    border: none;
    background: transparent;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0px 0px 0px;
}


.main_infoblock_standings table.regular_table {
    width: 100%;
    margin-top: 5px;
}

.main_infoblock_standings table.regular_table tr.row1 td {
    background-color: #e6e6e6;
}

.main_infoblock_standings table.regular_table td {
    padding: 3px 5px 3px 5px;
}

.main_infoblock_standings table.regular_table tr td.position {
    color: #fff;
    font-weight: bold;
    background-color: #e6892e;
    padding-left: 10px;
    padding-right: 10px;
}

.main_infoblock_standings table.regular_table td.team a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

.main_infoblock_standings table.regular_table td.team a:hover {
    text-decoration: underline;
}

.main_infoblock_standings table.playoffs_table {
    width: 100%;
}

.main_infoblock_standings table.playoffs_table td.team {
    background-color: #e6e6e6;
    padding: 2px;
    padding-left: 10px;
    color: #666;
}

.main_infoblock_standings table.playoffs_table td.team a {
    color: #666;
    text-decoration: none;
}

.main_infoblock_standings table.playoffs_table td.team a:hover {
    text-decoration: underline;
}

.main_infoblock_standings table.playoffs_table td.team_winner {
    font-weight: bold;
}

.main_infoblock_standings table.playoffs_table td.spacer {
    height: 5px;
}

.main_infoblock_standings table.playoffs_table td.results {
    padding: 2px;
    width: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #e6892e;
}

.main_infoblock_standings table.playoffs_table td.results a {
    color: #fff;
    text-decoration: none;
}

.main_infoblock_standings table.playoffs_table td.results a:hover {
    text-decoration: underline;
}

.main_infoblock_standings table.playoffs_table td.group {
    padding-left: 10px;
    padding-top: 3px;
    color: #666;
}


.main_infoblock_players_leaders .cycle-slideshow div, .main_infoblock_teams_leaders .cycle-slideshow div {
    width: 100%;
}

.main_infoblock_players_leaders .cycle-slideshow div div, .main_infoblock_teams_leaders .cycle-slideshow div div {
    width: auto;
}

.main_infoblock_players_leaders .description, .main_infoblock_teams_leaders .description {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 1.5em;
    color: #333;
}

.main_infoblock_players_leaders .list_item, .main_infoblock_teams_leaders .list_item {
    clear: both;
    color: #333;
}

.main_infoblock_players_leaders .list_item .photo, .main_infoblock_teams_leaders .list_item .photo {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.main_infoblock_players_leaders .list_item .photo img, .main_infoblock_teams_leaders .list_item .photo img {
    padding: 0;
    border: 0;
}

.main_infoblock_players_leaders .list_item .name, .main_infoblock_teams_leaders .list_item .name {
    font-weight: bold;
    padding-bottom: 4px;
}

.main_infoblock_players_leaders .list_item .name a, .main_infoblock_teams_leaders .list_item .name a {
    text-decoration: none;
    color: #333;
}

.main_infoblock_players_leaders .list_item .name a:hover, .main_infoblock_teams_leaders .list_item .name a:hover {
    text-decoration: underline;
}


.main_infoblock_games_fauls .list_item {
    margin-bottom: 10px;
}

.main_infoblock_games_fauls .list_item .player {
    font-weight: bold;
}


.page_games_slotmachine {
    color: #fff;
}

.page_games_slotmachine ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page_games_slotmachine .jSlots-wrapper {
    overflow: hidden;
    height: 227px;
    display: inline-block; /* to size correctly, can use float too, or width*/
    border: 1px solid #000;
}

.page_games_slotmachine .slot {
    float: left;
}

.page_games_slotmachine .slot img {
    border: 1px solid #000;
}

#playNormal {
    display: none;
}

.page_games_slotmachine .slot_rotate_button {
    background: linear-gradient(#f99e1c, #ee701c);
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ee701c;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    width: 200px;

}

.page_games_slotmachine .slot_button {
    margin-top: 30px;
    text-align: center;
}

.page_games_slotmachine .slot_result {
    display: none;
}

.page_games_slotmachine .slot_status {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    padding: 10px;
    border: 1px solid #f78222;
}

.page_games_slotmachine .slot_status strong {
    font-size: 14px;
}

.page_games_slotmachine .slotmachine_title {
    color: #f78222;
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}

.page_games_slotmachine .slotmachine_block_images {
    margin-left: 170px;
    width: 610px;
}

.page_games_slotmachine .slotmachine_block_images .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.page_games_slotmachine .slotmachine_form {
    margin-top: 80px;
    margin-left: 170px;
    width: 610px;
}

.page_games_slotmachine .slotmachine_form, .page_games_slotmachine .slotmachine_form td {
    font-size: 14px;
}

.page_games_slotmachine .slotmachine_form form table td:first-child {
    padding-right: 15px;
}

.page_games_slotmachine .slotmachine_form form table td:last-child {
    font-weight: bold;
}

.page_games_slotmachine .slotmachine_form form input[type=text] {
    width: 200px;
}

.page_games_slotmachine .slotmachine_form form input[type=date] {
    width: 200px;
}

.page_games_slotmachine .slotmachine_form .slotmachine_form_left {
    float: left;
    width: 410px;
    margin-right: 40px;
}

.page_games_slotmachine .slotmachine_form .slotmachine_form_right {
    float: left;
    width: 500px;
}

.page_games_slotmachine .slotmachine_rules {
    font-size: 1.2em;
    margin-top: 40px;
}


.main_adult_content_block {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.main_adult_content_block .title {
    font-size: 30px;
}

.main_adult_content_block .buttons {
    margin: 30px 0px 10px 0px;
    height: 40px;
    padding-top: 20px;
}

#body_left_newsstuff .main_adult_content_block .buttons a {
    padding: 20px;
    background-color: #f78222;
    margin: 0px 10px 0px 10px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

#body_left_newsfootball .main_adult_content_block .buttons a {
    padding: 20px;
    background-color: #f78222;
    margin: 0px 10px 0px 10px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}


/*
.main_leagues_statistics .main_infoblock_2, .main_leagues_schedules .main_infoblock_2 {
	border: 0;
}
.main_leagues_statistics .main_infoblock_2_title, .main_leagues_schedules .main_infoblock_2_title {
	display: none;
}
*/
.design-v1 #grid_layout_body .main_infoblock_2 {
    border: 0;
    padding: 0 10px 0 0;
}
.design-v2 #grid_layout_body .main_infoblock_2 {
    border: 0;
    padding: 0;
}

#grid_layout_body tr td:last-child .main_infoblock_2 {
    padding-right: 0;
}

#grid_layout_body .main_infoblock_2_title {
    background: none;
    display: none;
}

#grid_layout_body.main_team_grid .main_infoblock_2_title,
#grid_layout_body.main_player_grid .main_infoblock_2_title {
    display: block;
}

#grid_layout_body.main_player_grid .main_infoblock_2 {
    padding-bottom: 15px;
}

#grid_layout_body .main_infoblock_2_title span {
    background: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1.8em;
    color: #333;
}

#grid_layout_body .main_infoblock_2_title span a {
    color: #333;
}


.chart_block_donut_half {
    position: relative;
    font-family: Arial;
    font-size: 13px;
    line-height: 1em;
    width: 120px;
    height: 60px;
}

.chart_block_donut_half .chart_block_donut_half_graph_cut {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.chart_block_donut_half .chart_block_donut_half_graph {
    width: 100%;
    height: 200%;
}

.chart_block_donut_half .chart_block_donut_half_perc {
    position: absolute;
    top: 19px;
    text-align: center;
    font-size: 0.9em;
    width: 98%;
    padding-left: 2%;
    color: #999;
}

.chart_block_donut_half .chart_block_donut_half_val {
    position: absolute;
    top: 40px;
    text-align: center;
    font-size: 2em;
    width: 98%;
    padding-left: 2%;
}


.chart_block_line_one_compare {
    height: 4px;
    overflow: hidden;
}

.chart_block_line_one_compare .col1, .chart_block_line_one_compare .col2 {
    height: 100%;
    width: 49%;
    width: calc(50% - 1px);
    float: left;
    background-color: #ccc;
}

.chart_block_line_one_compare .col1 {
    border-right: 1px solid #fff;
}

.chart_block_line_one_compare .col2 {
    border-left: 1px solid #fff;
}

.chart_block_line_one_compare .color {
    background-color: #b22432;
    height: 100%;
}

.chart_block_line_one_compare .col1 .color {
    float: right;
    background-color: #007dc3;
}


.chart_block_line_one_balance {
    height: 4px;
    overflow: hidden;
}

.chart_block_line_one_balance .row {
    height: 100%;
    background-color: #b22432;
}

.chart_block_line_one_balance .color {
    background-color: #007dc3;
    height: 100%;
}


.design-v1 #grid_layout_body .main_infoblock_1 {
    border: 0;
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0;
    color: #333;
}

.design-v1 #grid_layout_body .main_infoblock_1_title {
    background: transparent;
    height: auto;
    overflow: auto;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    text-shadow: none;
    margin-bottom: 5px;
}

.design-v1 #grid_layout_body .main_infoblock_1_title a {
    color: #333;
}

.design-v1 #grid_layout_body .main_infoblock_1_title span {
    background: transparent;
    display: block;
    height: auto;
    padding: 0;
}

#grid_layout_body .main_infoblock_results .center .team,
#grid_layout_body .main_infoblock_schedules .center .team {
    background-color: #eee;
    padding: 2px;
    padding: 3px 0 3px 10px;
    font-weight: normal;
    color: #333;
}

#grid_layout_body .main_infoblock_results .center .team a,
#grid_layout_body .main_infoblock_schedules .center .team a {
    color: #333;
}

#grid_layout_body .main_infoblock_results .center .rez1,
#grid_layout_body .main_infoblock_results .center .rez2,
#grid_layout_body .main_infoblock_schedules .center .rez1 {
    font-weight: normal;
    color: #333;
    padding: 3px;
}


#grid_layout_body .news_relations_blocks {
    margin-bottom: 50px;
    font-size: 12px;
}

#grid_layout_body .main_news .block_block .news_relations_blocks {
    margin-bottom: 0;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center table {
    color: #333;
}

.design-v1 #grid_layout_body .news_relations_blocks .main_infoblock_1 .center h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center h3 a {
    color: #000;
    text-decoration: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center h3 a:hover {
    text-decoration: underline;
}

#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 td {
    vertical-align: top;
    padding: 3px;
    margin: 0px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .information table td a {
    text-decoration: none;
    color: inherit;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .information table td a:hover {
    text-decoration: underline;
}

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

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

.design-v1 #grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links a {
    color: #db6600;
    text-decoration: none;
}

.design-v1 #grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links a:hover {
    text-decoration: underline;
}

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

.design-v1 #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;
}

.design-v1 #grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links ul li::before {
    display: none;
}

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

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_profile .photo {
    float: left;
    margin-right: 3%;
    width: 30%;
}

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

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


#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 .leagues_schedules .information table td,
#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .leagues_results .information table td {
    vertical-align: middle;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .leagues_schedules .information table tr td:nth-child(even),
#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .leagues_results .information table tr td:nth-child(even) {
    text-align: center;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .leagues_schedules .information table tr td:nth-child(even) {
    font-weight: bold;
    width: 45px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .leagues_schedules .information table tr td:nth-child(even) span {
    font-weight: normal;
}


#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: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	*/
    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;
}


#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%;
}

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

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

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .player,
#grid_layout_body .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;
}

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

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .player {
    height: 141px;
    font-size: 0.9em;
}

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

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .player a {
    text-decoration: none;
    color: #333;
}

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

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

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

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

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

.design-v1 #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;
}

.design-v1 #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;
}


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

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

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

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

.design-v1 #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;
}

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

.design-v1 #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%);
}

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

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

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

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

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

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

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

.design-v1 #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;
}

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


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

.design-v1 #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;
}

.design-v1 #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;
}

.design-v1 #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;
}

.design-v1 #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;
}

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

.design-v1 #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%;
}

.design-v1 #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%;
}

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

.design-v1 #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;
}

.design-v1 .high-content-wrapper .main_infoblock_news_pop .center .list_item {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #ccc;
}

.design-v1 .high-content-wrapper .main_infoblock_news_pop .center .list_item .date {
    color: #999;
    text-align: right;
}

.design-v1 .high-content-wrapper .main_infoblock_news_pop .center .list_item img {
    float: left;
    margin-right: 10px;
}

.design-v1 .high-content-wrapper .main_infoblock_news_pop .center .list_item .name {
    font-size: 1.1em;
}

.design-v1 .high-content-wrapper .main_infoblock_news_pop .center .list_item a {
    text-decoration: none;
    color: #333;
}

.design-v1 .high-content-wrapper .main_infoblock_news_pop .center .list_item a:hover {
    text-decoration: underline;
}

.design-v1 .high-content-wrapper .main_infoblock_1 .main_infoblock_news_new {
    width: 300px;
}

.design-v1 .high-content-wrapper .main_infoblock_1 .main_infoblock_news_new .center {
    border-left: 1px solid #f9a763;
}

.design-v1 .high-content-wrapper .main_infoblock_1 .main_infoblock_news_new .center .list_item {
    background: url(/config/basketnews.lt/themes/default/ico_arrow_right02.png) no-repeat left 9px;
    font-size: 13px;
    padding: 7px 0 7px 18px;
    border: none;
}

.design-v1 .high-content-wrapper .main_infoblock_1 .main_infoblock_news_new .center .list_item .date,
.design-v1 .high-content-wrapper span.date {
    background: url(/config/basketnews.lt/themes/default/ico_calendar01.png) no-repeat left top;
    padding: 0 0 2px 21px;
    color: #838383;
    font-size: 0.8em;
}

.design-v1 .high-content-wrapper .main_infoblock_1 .main_infoblock_news_new .center .list_item .name {
    color: #333;
    text-decoration: none;
    font-size: 1em;
}

.design-v1 .high-content-wrapper .main_infoblock_1 .main_infoblock_news_new .center .list_item .name:hover {
    text-decoration: underline;
}


.design-v1 .main_leagues_standings .extended_table {
    text-align: right;
    height: 20px;
    padding: 0 20px 0 0;
}

.main_leagues_standings .extended_table a {
    background: url(/themes/default/ico_popup.png) no-repeat center left;
    background-size: 17px;
    padding: 5px 0 5px 20px;
}

.main_leagues_standings > .main_infoblock_2 > .standings_container {
    display: flex;
    flex-direction: column;
}


.design-v1 .main_news_block_top:after {
    margin-bottom: 30px;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.design-v1 .main_news_block_top .list_item {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.design-v1 .main_news_block_top .list_item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 600;
    width: 100%;
    font-size: 1.8em;
}

.design-v1 .main_news_block_top .list_item .title a {
    color: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
}

.design-v1 .main_news_block_top .list_item .title a:hover {
    text-decoration: underline;
}

.design-v1 .main_news_block_top .list_item_1 {
    width: 561px;
}

.design-v1 .main_news_block_top .list_item_2 {
    width: 278px;
    height: 183px;
}

.design-v1 .main_news_block_top .list_item_2:nth-child(odd) {
    margin-left: 10px;
}

.design-v1 .main_news_block_top .list_item_2 .image img {
    width: 278px;
}

.design-v1 .main_news_block_top .list_item_2 .title {
    font-size: 1.2em;
}

.design-v1 .main_news_block_top .list_item_2 .title a {
    padding: 10px;
    font-size: 1.2em;
}


#stats_photos_block .list_item .image img,
#stats_photos_block .list_item {
    width: 146px;
    height: 146px;
}

#grid_layout_body #stats_photos_block .list_item .image img,
#grid_layout_body #stats_photos_block .list_item {
    width: 114px;
    height: 110px;
}

#grid_layout_body.main_player_grid #stats_photos_block .list_item.main_tab_block .image img,
#grid_layout_body.main_player_grid #stats_photos_block .list_item.main_tab_block {
    width: 121px;
    height: 115px;
}

#grid_layout_body .gallery-item #stats_photos_block .list_item {
    width: 128px;
    height: 128px;
}

.stream_gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 320px;
}

#grid_layout_body .gallery-item #stats_photos_block.stream_gallery_1 .list_item_2 {
    width: 269px;
    height: 133px;
}

#grid_layout_body .gallery-item #stats_photos_block.stream_gallery_1 .list_item_2 img {
    object-fit: cover;
}

#grid_layout_body .gallery-item #stats_photos_block.stream_gallery_2 .list_item_2 {
    width: 133px;
    height: 270px;
}

#grid_layout_body .gallery-item #stats_photos_block.stream_gallery_2 .list_item_2 img {
    object-fit: cover;
    height: 100%;
}

#stats_photos_block .list_item_1,
#stats_photos_block .list_item_1 .image img {
    width: 300px;
    height: 300px;
}

#grid_layout_body .photos_tab #stats_photos_block .list_item_1,
#grid_layout_body .photos_tab #stats_photos_block .list_item_1 .image img {
    width: 236px;
    height: 233px;
    margin-bottom: 0;
}

#grid_layout_body #stats_photos_block .list_item_1,
#grid_layout_body #stats_photos_block .list_item_1 .image img {
    width: 243px;
    height: 233px;
}

#grid_layout_body.main_player_grid #stats_photos_block .list_item_1.main_tab_block,
#grid_layout_body.main_player_grid #stats_photos_block .list_item_1.main_tab_block .image img {
    width: 253px;
    height: 242px;
    padding-left: 0;
}

#grid_layout_body .gallery-item #stats_photos_block .list_item_1,
#grid_layout_body .gallery-item #stats_photos_block .list_item_1 .image img {
    width: 260px;
    height: 260px;
}

#stats_photos_block .list_item_bg .image img {
    width: 314px;
    height: 314px;
    margin: 4px;
}

.gallery-item.main_photos_block_object .list_item {
    margin: 0 3px 4px 0;
}

#grid_layout_body.main_team_grid .main_photos_block_object .list_item,
#grid_layout_body.main_player_grid .main_photos_block_object .list_item {
    padding: 4px;
}

.main_photos_block_object .list_item {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 0 4px 0;
    width: 117px;
    height: 117px;
    padding: 1px;
    border: 1px solid #d6d7d2;
    border-radius: 3px;
}

.main_photos_block_object .list_item .image img {
    width: 117px;
    height: 117px;
}

.main_photos_block_object .list_item_1 {
    width: 367px;
    height: 367px;
    margin-right: 4px;
}

.main_photos_block_object .list_item_1 .image img {
    width: 367px;
    height: 367px;
}

.main_photos_block_object .more {
    text-align: right;
    font-weight: bold;
    padding: 10px 0 0 0;
}

#grid_layout_body .main_photos_block_object .main_infoblock_2_title {
    display: block;
}

#grid_layout_body .main_photos_block_object .list_item {
    padding: 0;
    border: 0;
    border-radius: 0;
}

#grid_layout_body .main_photos_block_object .list_item, #grid_layout_body .main_photos_block_object .list_item .image img {
    width: 167px;
    height: 167px;
    margin-right: 4px;
}

#grid_layout_body .main_photos_block_object .list_item_1, #grid_layout_body .main_photos_block_object .list_item_1 .image img {
    width: 509px;
    height: 509px;
}

#grid_layout_body .main_photos_block_object .list_item_1 {
    margin-right: 0;
}

#grid_layout_body #stream_list .main_photos_block_object .list_item_1 {
    margin-right: 6px;
}

.main_infoblock_video_object .list_item {
    margin: 0 10px 5px 0;
    float: left;
    overflow: hidden;
    width: 160px;
}

.main_infoblock_video_object .list_item:nth-child(3n+3) {
    margin-right: 0;
}

.main_infoblock_video_object .list_item:nth-child(4n+4) {
    clear: both;
}

.videos_tab .main_infoblock_video_object .list_item:nth-child(3n+3) {
    margin-right: 10px;
}

.videos_tab .main_infoblock_video_object .list_item:nth-child(4n+4) {
    margin-right: 0;
    clear: unset;
}

.videos_tab .main_infoblock_video_object .list_item:nth-child(5n+5) {
    clear: both;
}

.main_infoblock_video_object .list_item .image, .main_infoblock_video_block .list_item .image {
    overflow: hidden;
    padding: 1px;
    border: 1px solid #d6d7d2;
    border-radius: 3px;
    position: relative;
    margin: 0 0 4px 0;
}

.main_infoblock_video_object .list_item .image, .main_infoblock_video_object .list_item .image img {
    width: 156px;
}

.main_infoblock_video_object .list_item .image, .main_infoblock_video_object .list_item .image a:last-child {
    height: 104px;
}

.main_infoblock_video_object .list_item .image a:first-child, .main_infoblock_video_block .list_item .image a:first-child {
    float: left;
    display: block;
}

.main_infoblock_video_object .list_item .image a:last-child, .main_infoblock_video_block .list_item .image a:last-child {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 600;
    width: 50px;
    display: block;
    background: url(/config/basketnews.lt/themes/default/ico_video01.png) no-repeat center 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#grid_layout_body .main_infoblock_video_object .main_infoblock_2_title, #grid_layout_body .main_infoblock_video_block .main_infoblock_2_title {
    display: block;
}

#grid_layout_body .main_infoblock_video_object .list_item .image, #grid_layout_body .main_infoblock_video_block .list_item .image {
    padding: 0;
    border: 0;
    border-radius: 0;
}

#grid_layout_body .main_infoblock_video_object .list_item, #grid_layout_body .main_infoblock_video_object .list_item .image, #grid_layout_body .main_infoblock_video_object .list_item .image img {
    width: 219px;
}

#grid_layout_body .main_infoblock_video_object .list_item .image, #grid_layout_body .main_infoblock_video_object .list_item .image a:last-child {
    height: 144px;
}

.main_infoblock_video_object .list_item .image a:last-child, .main_infoblock_video_block .list_item .image a:last-child {
    top: 0;
    right: 0;
}

#grid_layout_body .main_infoblock_video_block .list_item .image, #grid_layout_body .main_infoblock_video_block .list_item .image img, .main_infoblock_video_block .list_item {
    width: 300px;
}

#grid_layout_body .main_infoblock_video_block .list_item .image, #grid_layout_body .main_infoblock_video_block .list_item .image a:last-child {
    height: 200px;
}

.main_infoblock_video_block .list_item {
    margin: 0;
    padding: 0px;
}

.main_infoblock_video_object .list_item .title {
    font-size: 1.2em;
}

.main_infoblock_video_block .list_item .title {
    font-size: 1.4em;
}


.main_news_title_groups_block {
    width: 994px;
    margin-top: 50px;
}

.main_news_title_groups_block .main_menu_center3 {
    margin-bottom: 12px;
}

.main_news_title_groups_block:after {
    margin-bottom: 0;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_news_title_groups_block h3, .main_news_title_groups_block h3 a {
    color: #333
}

.main_news_title_groups_block h3 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px 0;
    min-height: 28px;
    overflow: hidden;
    position: relative;
}

.main_news_title_groups_block h3 a {
    text-decoration: none;
}

.main_news_title_groups_block h3 img {
    position: absolute;
    top: -50%;
    right: 0;
}

.main_news_title_groups_block_column_1 {
    width: 694px;
    float: left;
}

.main_news_title_groups_block_column_2 {
    width: 300px;
    float: left;
}

.main_news_title_groups_block_column_2:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_news_title_groups_block .list_item {
    margin: 0 22px 22px 0;
    overflow: hidden;
    float: left;
    width: 325px;
}

.main_news_title_groups_block .main_news_title_groups_block_column_2 .list_item {
    width: 300px;
    margin-right: 0;
}

.main_news_title_groups_block .list_item_news {
    position: relative;
    overflow: hidden;
    height: 201px;
}

.main_news_title_groups_block .main_news_title_groups_block_column_2 .list_item_news {
    height: 172px;
}

.main_news_title_groups_block .list_item_news .image img {
    width: 325px;
}

.main_news_title_groups_block .main_news_title_groups_block_column_2 .list_item_news .image img {
    width: 300px;
}

.main_news_title_groups_block .list_item_news .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(rgba(255, 0, 0, 0), black);
    z-index: 600;
    width: 100%;
    font-size: 1.5em;
}

.main_news_title_groups_block .list_item_news .title a {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.main_news_title_groups_block .list_item_news .title a:hover {
    text-decoration: underline;
}

.main_news_title_groups_block .main_news_title_groups_block_column_1 .list_item_big {
    width: 672px;
    height: 415px;
}

.main_news_title_groups_block .main_news_title_groups_block_column_1 .list_item_big .list_item_news {
    height: 415px;
}

.main_news_title_groups_block .main_news_title_groups_block_column_1 .list_item_big .list_item_news .image img {
    width: 672px;
}

.main_news_title_groups_block .main_news_title_groups_block_column_1 .list_item_big .list_item_news .title {
    font-size: 1.8em;
}

.main_news_title_groups_block .main_news_title_groups_block_column_1 .list_item_big .list_item_news .title a {
    padding: 20px;
}


.main_news_title_top {
    margin-bottom: 50px;
}

.main_news_title_top:after {
    margin-bottom: 0;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_news_title_top .list_item {
    width: 316px;
    height: 250px;
    overflow: hidden;
    float: left;
    margin-bottom: 22px;
    position: relative;
}

.main_news_title_top .list_item:first-child {
    width: 654px;
    height: 522px;
}

.main_news_title_top .list_item_html {
    height: auto;
}

/*
.main_news_title_top .list_item .image img {
	width: 316px;
}
.main_news_title_top .list_item:first-child .image img {
	min-width: 654px;
	min-height: 452px;
	object-fit: cover;
}
*/
.main_news_title_top .list_item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    /*background:rgba(0, 0, 0, 0.5);*/
    z-index: 600;
    width: 100%;
}

.main_news_title_top .list_item .name .title {
    background-color: #fff;
    font-size: 1.5em;
    min-height: 40px;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.main_news_title_top .list_item:first-child .name .title {
    min-height: 70px;
}

.main_news_title_top .list_item .name .title a {
    color: #222;
    text-decoration: none;
}

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

.main_news_title_top .list_item:first-child .name .title .title_item {
    font-size: 2.2em;
    font-weight: normal;
}

.main_news_title_top .list_item .name .title ul.title_subitems {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
}

.main_news_title_top .list_item .name .title ul.title_subitems li {
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.main_news_title_top .list_item .name .title ul.title_subitems li:before {
    content: "\2023 \0020";
}

.main_news_title_top .list_item .name .title .title_description {
    font-size: 0.8em;
}

.main_news_title_top .list_item .name .title .fb {
    font-size: 0.8em;
    color: #666;
    visibility: hidden;
}

.main_news_title_top .list_item .name .author {
    background: rgba(0, 0, 0, 0.5);
    float: right;
    display: inline;
    padding: 3px 10px 3px 10px;
    color: #eee;
    visibility: hidden;
}

.main_news_title_top .list_item:first-child .name .author {
    visibility: visible;
}

.main_news_title_top .list_item_banner {
    height: 200px;
    width: 1000px;
    margin-left: -3px;

}


.main_news_title_stuff {
    margin-bottom: 50px;
}

.main_news_title_stuff:after {
    margin-bottom: 0;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_news_title_stuff .list_item {
    width: 316px;
    height: 250px;
    overflow: hidden;
    float: left;
    margin-bottom: 22px;
    position: relative;
}

.main_news_title_stuff .list_item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 600;
    width: 100%;
}

.main_news_title_stuff .list_item .name .title {
    background-color: #fff;
    font-size: 1.5em;
    min-height: 40px;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.main_news_title_stuff .list_item .name .title a {
    color: #222;
    text-decoration: none;
}

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

.main_news_title_stuff .list_item .name .title .title_description {
    font-size: 0.8em;
}

.main_news_title_stuff .list_item .name .title .fb {
    font-size: 0.8em;
    color: #666;
    visibility: hidden;
}

.main_news_title_stuff .list_item .name .author {
    background: rgba(0, 0, 0, 0.5);
    float: right;
    display: inline;
    padding: 3px 10px 3px 10px;
    color: #eee;
    visibility: hidden;
}

/*
.design-v1 .games_schedules_results_block {
    height: 70px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.design-v1 .games_schedules_results_block .banner {
    height: 65px;
    overflow: hidden;
    width: 195px;
    float: left;
    padding-top: 5px;
}

.design-v1 .games_schedules_results_block .frame {
    height: 70px;
    line-height: 70px;
    width: calc(100% - 53px);
    float: left;
}

.design-v1 .games_schedules_results_block.with_banner .frame {
    width: calc(100% - 247px);
}

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

.design-v1 .games_schedules_results_block .frame ul li {
    float: left;
    width: 156px;
    height: 100%;
    margin: 0;
    padding: 0 5px 0 5px;
    color: #2f2f2f;
    border-right: 1px solid #d3d3d3;
    overflow: hidden;
    line-height: normal;
}

.design-v1 .games_schedules_results_block .prevPage,
.design-v1 .games_schedules_results_block .nextPage {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    width: 26px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.design-v1 .games_schedules_results_block .prevPage:hover,
.design-v1 .games_schedules_results_block .nextPage:hover {
    background-color: #e1e1e1;
}

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

.design-v1 .games_schedules_results_block .prevPage {
    border-right: 1px solid #d3d3d3;
    width: 25px;
}

.design-v1 .games_schedules_results_block .prevPage span {
    border-width: 5px 5px 5px 0;
    border-color: transparent #f78221 transparent transparent;
}

.design-v1 .games_schedules_results_block .nextPage span {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #f78221;
}

.design-v1 .games_schedules_results_block ul li .date_container {
    margin: auto;
}
*/

.main_title_small_blocks:after {
    margin-bottom: 0;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.stream_body .main_title_small_blocks .main_infoblock_1 {
    width: 300px;
}

.main_title_small_blocks .main_infoblock_1 {
    float: left;
    width: 316px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    margin-bottom: 22px;
    padding: 0;
    border-radius: 0;
    color: #333;
    margin-bottom: 50px;
}

.main_title_small_blocks .main_infoblock_1:after,
.stream_body .main_infoblock_1:after {
    margin-bottom: 0;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_title_small_blocks .main_infoblock_1_title,
.design-v1 .stream_body .main_infoblock_1_title,
.feedbacks_by_ip .main_infoblock_1_title {
    background: transparent;
    height: auto;
    font-weight: normal;
    color: inherit;
    font-size: 1.1em;
    text-shadow: none;
    margin-bottom: 22px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f9a763;
    /* text-transform: uppercase; */
    font-size: 38px;
}

.main_title_small_blocks .main_infoblock_1_title a,
.design-v1 .stream_body .main_infoblock_1_title a {
    color: #333;
    text-decoration: none;
}

.main_title_small_blocks .main_infoblock_1_title a:hover,
.stream_body .main_infoblock_1_title a:hover {
    text-decoration: none;
}

.main_title_small_blocks .main_infoblock_1_title span,
.design-v1 .stream_body .main_infoblock_1_title span {
    background: transparent;
    display: block;
    height: auto;
    padding: 0 30px 0 0;
}


.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item {
    float: left;
    margin-bottom: 10px;
    width: 153px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.stream_body .main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item {
    width: 145px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:first-child {
    width: 100%;
    height: 240px;
}

.stream_body .main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:first-child {
    height: 221px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:nth-child(2n+0) {
    margin-right: 10px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .image .ico {
    display: none;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .image .photo {
    width: 100%;
    overflow: hidden;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:first-child .image .photo {
    display: block;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .image .photo img {
    min-width: 153px;
    min-height: 100px;
    max-width: 180px;
    object-fit: cover;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:first-child .image .photo img {
    min-width: 316px;
    min-height: 200px;
    max-width: 350px;
}

.stream_body .main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:first-child .image .photo img {
    min-width: 290px;
    min-height: 176px;
    max-width: 300px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 600;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    padding: 10px 0 0 0;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    min-height: 25px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item:first-child .name {
    font-size: 17px;
    min-height: 35px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .name a {
    color: #222;
    text-decoration: none;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .name a:hover {
    text-decoration: underline;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_video_new .center .list_item .name .fb {
    display: none;
}


.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center {
    background: url(/config/basketnews.lt/themes/default/ico_quote01.png) no-repeat 143px top;
    font-size: 13px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .image,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .image {
    float: left;
    margin: 0 10px 10px 0;
    width: 140px;
    min-height: 100px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .image img,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .image img {
    width: 100%;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .text,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .text {
    padding: 5px;
    background: url(/config/basketnews.lt/themes/default/ico_quote02.png) no-repeat right bottom;
    font-size: 1.1em;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .title,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .title {
    font-weight: bold;
    text-align: right;
    padding-top: 7px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .description,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .description {
    color: #777;
    margin-top: 7px;
    text-align: justify;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .comments,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .comments {
    display: none;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_quotations .center .archive,
div.stream_body .main_infoblock_1 .main_infoblock_quotations .center .archive {
    display: none;
}


.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new {
    height: auto;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item {
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    width: 153px;
    height: 153px;
    overflow: hidden;
    border: 0;
    position: relative;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item:nth-child(2n+1) {
    margin-right: 10px;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .image img {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(rgba(255, 0, 0, 0), black);
    z-index: 600;
    width: 100%;
    font-size: 1.1em;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .name a {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .name a:hover {
    text-decoration: underline;
}


.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table {
    width: 100%;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table td,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table td {
    font-size: 1.2em;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table tr:nth-child(3n+2) td,
.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table tr:nth-child(3n+0) td,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table tr:nth-child(3n+2) td,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table tr:nth-child(3n+0) td {
    background-color: #ededed;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center a,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center a {
    text-decoration: none;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center a:hover,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center a:hover {
    text-decoration: underline;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center .league,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center .league {
    padding: 10px 0 3px 0;
    font-weight: bold;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center .league a,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center .league a {
    color: #db6600;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center .team,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center .team {
    padding: 4px 0 4px 10px;
    color: #000;
}

#grid_layout_body .main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.team a,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.team a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    color: #000;
    overflow: hidden;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.tv,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.tv {
    text-align: center;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center .rss,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center .rss {
    display: none;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center .rez1,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center .rez1 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

#grid_layout_body .main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.rez1,
#grid_layout_body .main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.tv,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.rez1,
div.stream_body .main_infoblock_1 .main_infoblock_schedules_tv .center table tr td.tv {
    vertical-align: middle;
    width: 53px;
    padding: 0;
}

.main_title_small_blocks .main_infoblock_1 .main_infoblock_schedules_tv .center .rez1 a,
div.stream_body .main_infoblock_schedules_tv .center .rez1 a {
    color: #000;
}


.main_title_small_blocks .main_infoblock_internetai .main_infoblock_1 {
    width: 992px;
}


.submitAjax .form_error_message {
    display: none;
    color: red;
    margin-bottom: 20px;
}


ul.main_material_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

ul.main_material_menu li {
    display: inline;
}

.lightgallery_item {
    cursor: pointer;
}

.main_hide {
    display: none;
}


.guess12_title {
    margin-left: 25%;
    width: 50%;
    color: #ffffff;
    margin-top: 50px;
    padding: 9px 9px 12px 9px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #f78222;
    border-radius: 10px;
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}

.guess12_rules {
    color: white;
    font-size: 1.2em;
    margin-top: 40px;
}

#gameGuess12Wrapper {
    float: left;
    width: 770px;
    margin-left: 150px;
    font-size: 1.4em;
}

.page_games_guess12 {
    background: rgba(0, 0, 0, .5);
    background-size: contain;
    padding: 20px 20px 30px 20px;
}

.guess12-player {
    float: left;
    text-align: center;
    padding: 7px;
    color: white;
    width: 180px;
    background: rgba(0, 0, 0, .4);
    margin: 3px 20px;
    border: 1px solid grey;
    border-radius: 3px;
}

.guess12-player.hoverable {
    cursor: pointer;
}

.guess12button {
    background: rgba(0, 0, 0, .4);
    text-align: center;
    font-weight: bold;
    float: right;
    margin-top: 50px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    margin-right: 20px;
    border-radius: 3px;
    padding: 7px;
    width: 150px;
    border: 1px solid #f78222;
}

.guess12button:hover {
    background: rgba(0, 0, 0, .8);
}

#selectedGuess12text {
    color: red;
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
}

#guess12ShareFb.hidden {
    display: none;
}

#guess12ShareFb {
    display: inline-block;

}

#guess12ShareFb span {
    display: block;
    top: 0;
    margin-top: 2px;
    float: right;
    padding-right: 5px;
}

.guess12-player.hoverable:hover {
    border: 1px solid #f78222;
    font-weight: normal;
    background: rgba(0, 0, 0, .8);
}

#guess12ResultText {
    height: 17px;
    font-size: 1.3em;
    text-align: center;
    margin-top: 20px;
    color: #f78222;
}

.md-18 {
    font-size: 18px;
}

.guess12-player.selected {
    border: 1px solid #f78222;
    font-weight: normal;
    background: rgba(0, 0, 0, .8);
}


[class*="playhide_"] {
    display: none;
}

#plays_filter {
    float: left;
    width: 40%;
}

#plays_holder {
    float: left;
    width: 55%;
    margin-left: 5%;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    position: relative;
    height: 600px;
    overflow-y: scroll;
}

#plays_table {
    width: 100%;
}

.shoot_dot {
    background: red;
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.shoot_dot.success_dot {
    background: green;
}

.plays_throws {
    float: left;
    background: url('/themes/default/basketball_court.png');
    background-size: contain;
    width: 387px;
    height: 333px;
    margin-left: 30px;
    margin-top: 45px;
    margin-bottom: 15px;
    position: relative;
}

.plays_throws .court_team_name {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
}

.clear {
    clear: both;
}

.game-stat-tabs {
    padding-left: 0 !important;
}

ul.game-stat-tabs {
    padding-left: 20px;
    height: 50px;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

ul.game-stat-tabs li {
    list-style: none;
    cursor: pointer;
    padding: 12px 8px;
    border-left: none;
    float: left;
    background: grey;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

ul.game-stat-tabs li:hover,
ul.game-stat-tabs li.active {
    position: relative;
}

ul.game-stat-tabs li.active:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #777 transparent transparent transparent;
}

ul.game-stat-tabs li a {
    text-decoration: none;
    color: white;
}

.game-stats-tab {
    display: none;
}

.game-stats-tab.active {
    display: block;
}

.game-stats-tab.stats-window > div {
    display: flex;
    flex-direction: row;
}

.game-stats-tab.stats-window > div > .stats-container {
    flex: 1;
    margin-right: 8px;
}

.game-stat-tabs {
    padding-left: 0 !important;
}

ul.game-stat-tabs {
    padding-left: 20px;
    height: 50px;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

ul.game-stat-tabs li {
    list-style: none;
    cursor: pointer;
    padding: 12px 8px;
    border-left: none;
    float: left;
    background: grey;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

ul.game-stat-tabs li:hover,
ul.game-stat-tabs li.active {
    position: relative;
}

ul.game-stat-tabs li.active:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #777 transparent transparent transparent;
}

ul.game-stat-tabs li a {
    text-decoration: none;
    color: white;
}

.game-stats-tab {
    display: none;
}

.game-stats-tab.active {
    display: block;
}

.game-stats-tab.stats-window > div {
    display: flex;
    flex-direction: row;
}

.game-stats-tab.stats-window > div > .stats-container {
    flex: 1;
    margin-right: 8px;
}

.login-tabs {
    padding-left: 0 !important;
}

ul.login-tabs {
    padding-left: 20px;
    height: 50px;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

ul.login-tabs li {
    list-style: none;
    cursor: pointer;
    padding: 12px 8px;
    border-left: none;
    float: left;
    background: grey;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

ul.login-tabs li:hover,
ul.login-tabs li.active {
    position: relative;
}

ul.login-tabs li.active:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #777 transparent transparent transparent;
}

ul.login-tabs li a {
    text-decoration: none;
    color: white;
}

.login-tab {
    display: none;
}

.login-tab.active {
    display: block;
}

.login-tab.stats-window > div {
    display: flex;
    flex-direction: row;
}

.login-tab.stats-window > div > .stats-container {
    flex: 1;
    margin-right: 8px;
}

div.main_infoblock_2 div.game div.league {
    text-align: center;
    padding-bottom: 30px;
}

div.main_infoblock_2 div.game div.league a {
    text-transform: uppercase;
}

div.main_infoblock_2 div.game div.league a, table.score a, table.score span.team_name {
    font-weight: bold;
    color: black;
    text-decoration: unset;
}

div.team_holder {
    flex: 1;
    margin: auto 0;
}

div.left_team_holder > table {
    float: right;
}

div.right_team_holder > table {
    float: left;
}

div.quarters_holder {
    flex-shrink: 0;
    text-align: center;
}

div.quarters_holder div#tv {
    align-items: center;
    gap: 8px;
    display: flex;
    padding: 8px;
    justify-content: center;
}

table.score {
    margin: 0 auto;
}

table.score td {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}

#grid_layout_body td table.score td.separator {
    width: 28px;
}

#grid_layout_body td table.score td.team_logo {
    width: 90px;
}

table.score a.team_name, table.score td span, table.score span.team_name {
    vertical-align: middle;
    font-size: 14px;
}

table.score img {
    vertical-align: middle;
}

table.score img.team_logo {
    padding-left: 10px;
    padding-right: 10px;
}

table.score span.team-points,
.game_info_mini span.team-points {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
}

table.score span.winner,
.game_info_mini span.winner {
    color: #f78222;
}

table.score td.quarters-cell {
    width: 30%;
    text-align: center;
    font-size: 50px;
}

table.score td.quarters-cell div#quarters-container table {
    margin: 0 auto;
}

table#quarters td {
    padding: 3px 10px;
}

table.score td.quarter {
    font-weight: bold;
}


table.score.game_leaders {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

table.score tr.game_leader a {
    font-weight: normal;
}

table.score tr.game_leader td {
    text-align: left;
}

table.score tr.game_leader td.right {
    text-align: right;
}

table.score tr.game_leader td.points {
    text-align: center;
}

table.score a.coefficients {
    background-color: #bd1e36;
    border-radius: 3px;
    color: white;
    padding: 7px;
    font-size: 19px;
}

table.score a.coefficients img {
    height: 20px;
}

table#quarters tr:first-child td {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

table#quarters td.team {
    text-align: left;
    font-weight: normal;
}

div#quarters-container {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

div#quarters-container table {
    margin: 0 auto;
    background-color: #f3f3f3;
}

div#venue {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}

.main_leagues .game div#quarters-container .team {
    width: unset;
}

div.mvp_container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.top_performer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.mvp_container > div, div.top_performer_container > div {
    background: white;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    flex: 1;
}

div.top_performer_container > div {
    margin-right: 9px;
}

div.top_performer_container td.value {
    font-size: 48px;
}

div.top_performer_container td#eff_mvp > div {
    text-align: left;
    margin-bottom: 0;
}

div.top_performer_container tr.top_performer_category td {
    font-weight: bold;
    font-size: 13px;
}

div.top_performer_container tr.top_performer_name a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

div.top_performer_container tr.top_performer_name td {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.mvp_container > div > div#grid_layout_body > div.news_relations_blocks {
    margin-bottom: 0;
}

table.team_mvp {
    border-collapse: collapse;
    width: 100%;
}

table.team_mvp tr.team_name {
    vertical-align: center
}

table.team_mvp tr.name td {
    padding: 5px;
}

table.team_mvp tr.team_name td, div.top_performer_container tr.top_performer_category td {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

table.team_mvp tr.team_name a {
    font-weight: bold;
    font-size: 16px;
    color: black;
    text-decoration: none;
}

table.team_mvp tr.team_name img {
    vertical-align: middle;
}

table.team_mvp tr.stats_row:nth-child(even) {
    background-color: #ebebeb;
}

table.team_mvp tr.stats_row td:nth-child(even) {
    text-align: right;
}

table.team_mvp tr.row_with_background {
    background-color: #ebebeb;
}

table.team_mvp tr.row_with_background td.photo {
    background-color: white;
}

table.team_mvp tr.stats_row td, table.team_mvp td.category, table.team_mvp td.value {
    padding: 10px;
}

div.top_performer_container table.team_mvp tr.stats_row td,
div.top_performer_container table.team_mvp td.category,
div.top_performer_container table.team_mvp td.value {
    padding: 3px;
}

div.top_performer_container table.team_mvp tr.stats_row td a {
    text-decoration: none;
    color: black;
    white-space: nowrap;
}

table.team_mvp td.photo {
    vertical-align: top;
}

table.team_mvp td.photo a {
    color: black;
    text-decoration: none;
}

table.team_mvp td.value {
    text-align: right;
}

table.team_mvp_right {
    text-align: right;
}

table.team_mvp_right td.value {
    text-align: left;
}

table.team_mvp tr.stats_row td:nth-child(odd) {
    text-align: left;
}

table.team_mvp tr.top_score {
    vertical-align: bottom;
}

#game_players_container div#grid_layout_body > div.news_relations_blocks, #game_players_container div#grid_layout_body > div.news_relations_blocks > div.main_infoblock_1 {
    margin-bottom: 0;
}

#game_players_container {
    width: 36%;
    float: left;
}

#game_news {
    margin-top: 0;
}

#game_news div.list_item {
    width: 309px;
}

#game_infoblock {
    border: none;
}

div.results p.title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

div.results table {
    border-collapse: collapse;
    width: 100%;
}

div.results table tr td:first-child {
    width: 220px;
}

div.results tr p {
    margin: 0;
}

div.results tr td:nth-child(2) span {
    font-size: 18px;
    font-weight: bold;
    float: right;
}

div.results.schedule tr td:nth-child(2) span {
    font-size: 11px;
    float: left;
}

div.results span.win {
    color: green;
}

div.results span.defeat {
    color: red;
}

div.results tr td {
    padding-bottom: 5px;
    padding-top: 5px;
    height: 20px;
}

div.results tr:nth-child(even) td {
    background: #eee;
}

div.results tr:not(:first-child) td:first-child {
    padding-left: 10px;
}

div.results tr td:not(:first-child) {
    text-align: right;
    padding-right: 5px;
}

div.results tr td:not(:first-child) a {
    float: right;
}

div.results.schedule tr td:first-child {
    padding-left: 10px;
}

div.results tr a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.results tr div.time a {
    font-weight: normal;
}

div.results p.title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

div.leaders table {
    border-collapse: collapse;
    width: 100%;
}

div.leaders table tr td:first-child {
    width: 330px;
}

div.leaders tr p {
    margin: 0;
}

div.leaders tr td:nth-child(2) span {
    font-size: 18px;
    font-weight: bold;
    float: right;
}


div.leaders tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}

div.leaders tr:nth-child(even) td {
    background: #eee;
}

div.leaders tr td {
    padding-left: 10px;
    padding-right: 10px;
}

div.leaders tr a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.leaders.records table thead tr {
    background-color: #f5821f;
}

div.leaders.records table thead tr td {
    font-size: 0.9em;
    color: white;
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

div.leaders.records table tr td .career_team {
    display: flex;
    align-items: center;
    height: 24px;
}

div.leaders.records table tr td .career_team img,
div.leaders.records table tr td .career_team span
{
    max-width: 20px;
    margin-right: 8px;
}

div.leaders.records table tr td:first-child {
    width: auto;
}

div.leaders.records tr td {
    padding-left: 5px;
    padding-right: 5px;
}

div.row > div {
    float: left;
}

div.row div.left_column {
    width: 49%;
    margin-right: 1%;
}

div.row div.right_column {
    width: 50%;
}

div.main_infoblock_results div.main_infoblock_1_title span {
    background: none;
    padding-left: 6px;
}

.design-v1 #stream_list * {
    box-sizing: border-box;
}

.design-v1 #stream_list {
    box-sizing: border-box;
}

#stream_list .fb {
    color: #b3b3b3;
    font-weight: normal;
}

.design-v1 #stream_list .item {
    float: left;
    width: 100%;
    position: relative;
}

#stream_list .item.quiz {
    min-height: 500px;
}


#stream_list .item .category > a {
    color: white;
    text-decoration: none;
}

#stream_list .item .category {
    position: absolute;
    font-weight: bold;
    color: white;
    background: #2f2f2f;
    width: auto;
    font-size: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    opacity: 1;
    height: 21px;
    top: -16px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#stream_list div.item .category {
    right: 0;
}

#stream_list .video-item {
    width: 100%;
}

#stream_list .news-item {
    width: 100%;
    overflow: hidden;
}

.design-v1 #stream_list .news-item img {
    width: 45%;
    overflow: hidden;
}

.design-v1 #stream_list .news-item.full_size img,
.design-v1 #stream_list .news-item .custom-item img {
    width: 100%;
}

.design-v1 #stream_list .news-item .custom-item img {
    height: auto;
}

.design-v1 #stream_list .news-item.full_size,
.design-v1 #stream_list .video-item,
.design-v1 #stream_list .custom-item {
    padding-right: 10px;
}

.design-v1 #stream_list .news-item.full_size div.item-content {
    padding-top: 15px;
}

.design-v1 #stream_list .news-item h2,
.design-v1 #stream_list .video-item h2,
.design-v1 #stream_list .gallery-item h2,
.design-v1 #favorite-teams h2 {
    color: #f78222;
    font-weight: normal;
    font-size: 18px;
}

.design-v1 #stream_list .news-item.full_size h2 {
    font-size: 21px;
}

#stream_list .custom-item {
    width: 100%;
}

.design-v1 #stream_list .video-item h2,
.design-v1 #stream_list .custom-item h2,
.design-v1 #stream_list .gallery-item h2 {
    padding-bottom: 10px;
}

.design-v1 #stream_list .custom-item ul {
    margin-top: 0;
}

/*
#stream_list .gallery-item {
    width: 100%;
    height: 280px;
}

#stream_list .gallery-item a.list_item_1 img,
#stream_list .gallery-item a.list_item_4 img {
    position: relative;
}

#stream_list .gallery-item a.list_item_1 img.photos {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 5px;
}

#stream_list .gallery-item a .counter {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    font-size: 48px;
    color: white;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#stream_list .gallery-item a.last_item_last:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    z-index: 1;
}
*/

.design-v1 #stream_list .news-item > img {
    float: left;
}

.design-v1 #stream_list .news-item div.desc *:last-child {
    margin-bottom: 0;
}

.design-v1 #stream_list .news-item > .item-content {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 55%;
}

.design-v1 #stream_list .news-item.full_size > .item-content {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
}

.design-v1 #stream_list .news-item p.date_row {
    margin-top: 8px;
    font-size: 14px;
}

.design-v1 #stream_list .game-item {
    width: 100%;
}

.design-v1 #stream_list iframe {
    width: 100%;
}

.design-v1 #stream_list .desc {
    font-size: 14px;
    line-height: 19px;
}

.design-v1 #stream_list h2 {
    margin: 0;
}

.design-v1 #stream_list a:hover h2 span.title {
    text-decoration: underline;
}

.design-v1 #stream_list a:hover h2 span.fb {
    text-decoration: none;
}

.design-v1 #stream_list a {
    color: initial;
    text-decoration: none;
}

#stream_list table.score td {
    vertical-align: middle;
}

#stream_list table.score td.team_name_column {
    width: 30%;
}

#stream_list table.score td.team_logo_column {
    width: 8%;
}

#stream_list table.score td.team_points_column {
    width: 24%;
}

/*
#stream_list .schedule_item .league {
    display: none;
}
*/

#stream_list .game_container .team_holder {
    width: 42%;
}

#stream_list .game-item .game_container .team_holder {
    width: 100%;
}

#stream_list .game_container .quarters_holder {
    width: 16%;
    padding-bottom: 5px;
}

#stream_list .game_container .quarters_holder.with_border {
    border-bottom: 1px solid #eaeaea;
    height: 70px;
}

#stream_list .game_container .game_date {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}

#stream_list .game_container .game_date a {
    text-decoration: none;
}


#stream_list .game_container.with_border {
    border-bottom: 1px solid #eaeaea;
    height: 130px;
}

#stream_list div.left_team_holder table.score td:first-child {
    width: 200px;
}

#stream_list div.team_holder table.score tr.game_leader.first_row td {
    border-top: 1px solid #eaeaea;
}

#stream_list div.separator {
    margin-top: 30px;
    margin-bottom: 30px;
    width: calc(100% - 52px);
    float: left;
}

#stream_list div.separator_bottom_margin ~ div.separator_bottom_margin,
#stream_list div.jscroll-added > div.separator_bottom_margin {
    margin-bottom: 50px;
}

#stream_list.internal {
    min-height: 50px;
}

#stream_list.favorite_list {
    margin-top: 0;
}

#stream_list div.separator_bottom_margin ~ div.separator_bottom_margin.important_game,
#stream_list div.jscroll-added > div.separator_bottom_margin.important_game {
    margin-bottom: 25px;
}

#stream_list div.separator.with_title {
    margin-top: 40px;
    margin-bottom: 10px;
    width: calc(100% - 50px);
}

#stream_list div.separator.full_width {
    width: 100%;
}

#stream_list div.separator > span {
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

#stream_list div.separator > span.title {
    font-size: 1em;
    display: block;
    height: auto;
    background: #000 url(/config/basketnews.lt/themes/m/default/bg_header.png) repeat-x left bottom;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 2px 10px 2px 10px;
    border: 1px solid #000;
    border-radius: 5px 0 0 5px;
}

#stream_list div.separator.full_width > span.title {
    border-radius: 5px;
}

#stream_list img.separator_logo {
    border: 1px solid black;
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 8px;
    padding: 2px;
}

#stream_list div.social_share {
    float: right;
}

#stream_list .embedded_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

#stream_list .embedded_video.square {
    padding-bottom: 100%;
}

.embedded_video {
    clear: both;
}

#stream_list .embedded_video iframe, .embedded_video .fb-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.embedded_video + div.embedded_video {
    margin-top: 10px;
}

#stream_list div.main_leagues_game_text {
    padding-top: 5px;
}

#stream_list div.series_result {
    font-size: 13px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.design-v2 #stream_list div.series_result {
    display: none;
}
.design-v1 #stream_list div.series-result {
    display: none;
}

#stream_list table.leaders_table {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

#stream_list table.leaders_table tr:hover {
    background-color: #eee;
}

#stream_list table.leaders_table td {
    padding-bottom: 5px;
    padding-top: 5px;
}

#stream_list table.leaders_table td.points {
    padding-left: 15px;
    padding-right: 15px;
    width: 5%;
}

#stream_list table.leaders_table td.name {
    width: 37%;
    padding-left: 10px;
    padding-right: 10px;
}

#stream_list table.leaders_table td.stats_category {
    width: 16%;
    text-align: center;
}

#stream_list table.leaders_table td span.left {
    float: left;
}

#stream_list table.leaders_table td span.right {
    float: right;
}

#stream_list table.leaders_table td.right_value {
    text-align: right;
}

#stream_list .main_leagues .game table,
#stream_list .main_infoblock_2 {
    margin-bottom: 0;
}

#stream_list .coefficients {
    width: 100px;
}

#stream_list .coefficients a {
    background-color: #E50126;
    border-radius: 3px;
    color: white;
    padding: 7px;
    font-size: 16px;
}

#stream_list .coefficients a img {
    padding-top: 7px;
    height: 20px;
}

.stream_body,
.news_body {
    overflow: visible !important;
}

.sticky_ad {
    padding-top: 8px;
}

.right-blocks > div.sticky_ad:first-child {
    padding-top: 0px;
}

.sticky_ad > *,
.endless_sticky_ad > * {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 60px;
}

.design-v2 .sticky_ad > *,
.design-v2 .endless_sticky_ad > * {
    top: 100px;
}

@media (max-width: 991.98px) {
    .design-v2 .hide-on-mobile {
        display: none;
    }
}

.design-v1 #grid_layout_body > tbody > tr > td.stream {
    width: 870px;
    overflow: hidden;
    display: inline-block;
    padding-top: 14px;
}

.design-v1 #grid_layout_body > tbody > tr > td.stream.favorite-stream {
    padding-top: 0;
}

.design-v1 .stream_feedback .main_news {
    padding: 35px 0 15px 0;
}

.design-v1 .stream_feedback .dynamic_news .main_news {
    padding: 0;
}

.design-v1 .stream_feedback #stream_list .custom-item h2 {
    padding-bottom: 10px;
}

#grid_layout_body .main_teams a {
    text-decoration: none;
}

.main_team_grid div.main_teams table td {
    font-size: 14px;
}

#grid_layout_body.cols_12 > tbody > tr > td {
    width: 8.33%;
}

.main_team_grid table td.value {
    font-weight: bold;
}

.main_team_grid ul.game-stat-tabs {
    background-color: #777;
    height: 36px;
}

.main_team_grid div.results tr td:nth-child(2) span {
    font-weight: normal;
}

.main_team_grid div.leaders tr a {
    font-weight: normal;
}

.main_team_grid div.leaders tr a {
    font-weight: normal;
}

.main_team_grid div.leaders .player_name {
    font-weight: bold;
}

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

#grid_layout_body.main_team_grid .main_infoblock_2 {
    padding: 0 10px 20px 0;
}

.tab-nav-wrapper {
    width: 100%;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto 20px;
}

.tab-nav-wrapper > ul {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
    z-index: 100;
    width: 100%;
}

.tab-nav-wrapper > ul li.active {
    position: relative;
}

.tab-nav-wrapper li.active:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 13px 0 13px;
    border-color: #777 transparent transparent transparent;
}

.tab-nav-wrapper > ul li {
    list-style: none;
    cursor: pointer;
    padding: 12px 8px;
    border-left: none;
    float: left;
    background: #777;
    text-transform: uppercase;
    font-weight: bold;
}

.tab-nav-wrapper > ul li,
.tab-nav-wrapper > ul li a {
    color: #fff;
    text-decoration: none;
}

.tab-nav-wrapper > ul li a:hover {
    text-decoration: underline;
}

.tab {
    display: none;
}

.tab_active {
    display: block;
}

#grid_layout_body .tab_active {
    display: table-cell;
}

#grid_layout_body a.win {
    color: green;
}

#grid_layout_body a.defeat {
    color: red;
}

div.venue_container > div {
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

div.venue_container > div > i.material-icons {
    font-size: 32px;
    color: #777;
    padding-right: 20px;
    padding-left: 10px;
}

div.center_photo {
    text-align: center;
    margin-bottom: 10px;
}

div.center_photo > img {
    width: 100%;
}

a.social_icon > img {
    height: 24px;
}

a.social_icon {
    color: #777;
    padding: 14px;
}

table.table_02.rosters td {
    font-size: 1.2em;
}

#grid_layout_body .main_infoblock_1.records {
    margin-bottom: 40px;
    padding-right: 20px;
}

div.load_spinner {
    text-align: center;
    margin-top: 10px;
}

.design-v2 .load_spinner {
    margin-bottom: 10px;
}

a.load_button {
    color: white;
    text-decoration: none;
}

.stream_ad_without_float > div,
.stream_ad > div {
    padding-left: 8px;
    padding-right: 8px;
}

.stream_ad > div {
    float: left;
}

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

.main_players_header .main_info_line {
    height: 75px;
    width: 100%;
    background: #f6f7f9;
}

.main_players_header .main_info_line .number {
    height: 100%;
    width: 85px;
    margin-left: 350px;
    float: left;
    text-align: center;
    line-height: 75px;
    font-weight: bold;
    font-size: 34px;
}

.main_players_header .main_info_line ul.social {
    float: right;
    height: 75px;
}

.main_players_header .main_info_line ul.social li {
    padding-right: 10px;
    height: 75px;
    line-height: 75px;
    color: #434340;
    list-style: none;
    float: right;
}

.main_players_header .main_info_line .name {
    height: 100%;
    margin-left: 20px;
    line-height: 75px;
    font-size: 26px;
    font-weight: bold;
    float: left;
}

.main_players_header .info .photo {
    margin-top: -40px;
    margin-left: 20px;
    float: left;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 3px #f6f7f9;
    -moz-box-shadow: 0px 0px 10px 3px #f6f7f9;
    box-shadow: 0px 0px 10px 3px #f6f7f9;
}

.main_players_header .info .team {
    width: 300px;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}

.main_players_header .info .team table thead tr td {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f6f7f9;
    padding: 5px 120px 5px 15px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
}

.main_players_header .info .team table thead tr td .team_logo {
    position: absolute;
    top: -30px;
    right: 15px;
    float: right;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: white;
}

.main_players_header .info .team table tbody tr td {
    padding: 2px 15px;
    font-size: 12px;
}

.main_players_header .info .team table tbody tr td.value {
    font-weight: bold;
}

.main_players_header .info .team table tbody tr td.value span {
    font-family: Tahoma, Arial, Verdana;
}

.main_players_header .info .team table thead tr td .team_logo img {
    margin-left: 14px;
    margin-top: 11px;
}

#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item,
#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item .image,
#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item .image img {
    width: 152px;
}

#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item .image,
#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item .image a:last-child {
    height: 101px;
}

#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item:nth-child(3n+3) {
    margin-right: 10px;
}

#grid_layout_body.main_player_grid .main_infoblock_video_object .list_item:nth-child(4n+4) {
    clear: unset;
}


div.main_stats {
    width: 460px;
    float: left;
    display: table;
    margin-top: 10px;
}

div.main_stats a {
    text-decoration: none;
    color: black;
}

div.main_stats > div {
    width: 25%;
    display: table-cell;
    padding: 10px;
}

div.main_stats > div > div {
    text-align: center;
    font-weight: bold;
}

div.main_stats > div > div.category {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
}

div.main_stats > div > div.value {
    padding: 15px 0;
    font-size: 22px;
}

div.main_stats > div > div.position {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

div.main_stats > div > div.category,
div.main_stats > div > div.position {
    background-color: #f6f7f9;
}

p#records_options {
    padding-left: 2px;
}

#comparison {
    padding-left: 150px;
    padding-right: 150px;
    width: 100%;
}

#comparision_header {
    display: table;
    width: 100%;
}

#comparision_header > div {
    display: table-row;
    width: 100%;
}

#comparision_header > div > div {
    display: table-cell;
    width: 50%;
}

#comparision_header > div > div > div > div {
    float: left;
}

#comparision_header > div > div > div > div.team {
    width: 220px;
}

#comparision_header select {
    width: 100%;
    margin-top: 5px;
}

#comparision_header .strong {
    font-weight: bold;
}

#comparision_header .left_player {
    padding-left: 150px;
    padding-right: 25px;
}

#comparision_header .right_player {
    padding-left: 25px;
    padding-right: 150px;
}

#video_block_responsive {
    width: 100%;
    overflow: hidden;
}

#video_block_responsive .list_item {
    float: left;
    margin: 0.8%;
    box-sizing: border-box;
}

#video_block_responsive.cols_3 .list_item {
    width: calc(33.3% - 1.06%);
}

#video_block_responsive.cols_3 .container > div:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}

#video_block_responsive.cols_3 .container > div:nth-child(3n+3) {
    margin-right: 0;
}

#video_block_responsive.cols_4 .list_item {
    width: calc(25% - 1.2%);
}

#video_block_responsive.cols_4 .container > div:nth-child(4n+1) {
    margin-left: 0;
    clear: left
}

#video_block_responsive.cols_4 .container > div:nth-child(4n+4) {
    margin-right: 0;
}

#video_block_responsive .list_item img {
    width: 100%;
    height: auto;
    display: block
}

#video_block_responsive .list_item .title {
    font-size: 1.2em;
}

#video_block_responsive .image {
    overflow: hidden;
    position: relative;
    margin: 0 0 4px 0;
}

#video_block_responsive .list_item .image a:last-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 600;
    height: 100%;
    width: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5) url(/config/basketnews.lt/themes/default/ico_video01.png) no-repeat center 10px;
}


tr.bordered > td {
    border-bottom: 1px solid #f5821f;
}

tr.bordered_top > td {
    border-top: 1px solid #f5821f;
}

.design-v1 .stream_element_title {
    background: transparent;
    height: auto;
    overflow: auto;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    text-shadow: none;
    margin-bottom: 5px;
    border-bottom: 1px solid #f9a763;
    text-transform: uppercase;
}

.design-v1 .stream_element_title > span {
    background: transparent;
    display: block;
    height: auto;
    padding: 0;
}

.design-v1 .stream_element_title.recommended_news {
    margin-right: 10px;
}

.games_schedules_results_block .frame ul li .visible div.info.results.coefficients a {
    background-color: #E50126;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    text-decoration: none;
    padding: 2px;
}

.games_schedules_results_block .frame ul li .visible div.info.results.coefficients a img {
    height: 7px;
}

.games_schedules_results_block .frame ul li .visible div.info.results.coefficients .live {
    text-align: center;
    height: 9px;
    line-height: 9px;
    font-size: 9px;
    padding: 0;
    position: absolute;
    top: 22px;
    font-weight: bold;
    text-transform: uppercase;
    right: 5px;
}

.dynamic_news {
    margin-top: 65px;
}

.grecaptcha-badge {
    visibility: hidden;
}

@font-face {
    font-family: "Integral CF";
    src: url(/assets/webfonts/IntegralCF-Regular.woff);
}

body .blocker {
    background-color: rgba(0,0,0,0.25);
}

#body.guess_game_body {
    width: unset;
    margin: 0;
}

#guess_game {
    font-family: "Integral CF";
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    background: url("/config/basketnews.lt/images/en_background.png");
    background-size: cover;
    position: relative;
}

#guess_game .text {
    color: green;
    text-align: center;
    padding-top: 16px;
    font-size: 16px;
}

#guess_game .title {
    font-size: 47px;
    line-height: 47px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

#guess_game .title p {
    margin: 0;
}

#guess_game .title p.second-row {
    margin-top: 24px;
    font-size: 100px;
}

#guess_game .group > ul {
    background-color: #4dd1fb;
    padding: 16px;
    border-radius: 50px;
    margin: 0 8px;
}

#guess_game .group_name {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

#guess_game form {
    flex-wrap: unset;
    display: flex;
    flex-direction: column;
}

#guess_game form .stage {
    display: flex;
    flex-direction: row;
}

#guess_game .main_message {
    padding: 96px 32px;
    text-align: center;
    font-size: 18px;
    color: white;
}

#guess_game #bet_logo {
    position: absolute;
    top: 16px;
    left: 16px;
    color: white;
    font-size: 16px;
    line-height: 22px;
}

#guess_game #bet_logo.top_right {
    left: unset;
    right: 16px;
}

#guess_game #bet_logo.bottom_left {
    top: unset;
    bottom: 16px;
}

#guess_game #bet_logo.bottom_right {
    top: unset;
    bottom: 16px;
    left: unset;
    right: 16px;
}

#guess_game #bet_logo img {
    height: 50px;
}

#guess_game .button_container {
    text-align: center;
    padding-bottom: 32px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#guess_game .button_container a {
    text-decoration: none;
}

#guess_game .submit_form {
    font-family: 'Integral CF';
    background-color: #4dd1fb;
    color: white;
    padding: 8px 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    border-radius: 20px;
    font-size: 18px;
    margin-top: 8px;
    cursor: pointer;
}

#guess_game form {
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px;
    margin-right: 8px;
}

#guess_game .group {
    padding-top: 15px;
    padding-bottom: 15px;
    flex: 1 0 21%;
}

#guess_game .group-row,
#guess_game .team-row {
    display: flex;
    flex-direction: row;
}

#guess_game .group-row .position {
    width: 30px;
    background-color: #474D4D;
    height: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 7px;
    font-size: 16px;
}

#guess_game .team-row .position {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-right: 8px;
}

#guess_game .team-row .name {
    flex: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 0 2px 4px;
    font-size: 14px;
    background-color: #002542;
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-left: 8px;
}

#guess_game .team-row .flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-right: 8px
}

#guess_game .team-row .country-name {
    flex: 1;
}

#guess_game .team-row.correct_guess .name {
    background-color: darkseagreen;
}

#guess_game .team-row.wrong_guess .name {
    background-color: indianred;
}

#guess_game ul.sortable {
    display: block;
    list-style: none;
}

#guess_game ul.sortable > li {
    display: flex;
    cursor: move;
    align-items: flex-end;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

#guess_game ul.sortable > li:hover div.name {
    background: #EF8226;
}

#guess_game ul.sortable > li.active {
    background: #ccc;
}

#guess_game ul.sortable > li.dragging {
    background: #e0ffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}

#game_tree {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 4px black solid;
    padding-bottom: 10px;
    background-color: #AEAEAE;
}

#game_tree.reverse {
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 10px;
    border-top: 0;
    margin-bottom: 20px;
}

#game_tree > div {
    height: 25px;
    display: flex;
    flex-direction: row;
}

#game_tree > div.teams_row {
    height: 40px;
}

#game_tree > div.separator_row {
    height: 4px;
}

#game_tree > div > .placeholder {
    width: 10%;
    background-color: #AEAEAE;
}

#game_tree > div > .dark_placeholder {
    flex: 1;
    background-color: #AEAEAE;
}

#game_tree > div > .team_block {
    flex: 1;
    background-color: #E4E4E4;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 4px;
}

#game_tree > div > .team_block.active {
    background-color: #EF8226;
}

#game_tree > div > .team_block.correct_guess {
    background-color: yellowgreen;
}

#game_tree > div > .team_block:hover {
    background-color: #E9C2A2;
}

#game_tree > div > .single_team {
    flex: 2;
    margin: 0 5px;
}

#game_tree > div > .light_placeholder {
    flex: 2;
    background-color: #C7C7C7;
}

#game_tree .border_right {
    border-right: 2px solid #474D4D;
}

#game_tree .border_left {
    border-left: 2px solid #474D4D;
}

#game_tree .border_top {
    border-top: 4px solid #474D4D;
}

#game_tree .border_bottom {
    border-bottom: 4px solid #474D4D;
}

#game_tree .light_border_left {
    border-left: 5px solid #C7C7C7;
}

#game_tree .light_border_right {
    border-right: 5px solid #C7C7C7;
}

#playoff_tree_container {
    margin: 8px;
}

#game_tree.playoff_tree {
    border: 0;
    background-color: unset;
    padding: 0
}

#game_tree.playoff_tree > div > .dark_placeholder,
#game_tree.playoff_tree > div > .placeholder,
#game_tree.playoff_tree > div > .light_placeholder {
    background-color: unset;
}

#game_tree.playoff_tree > div > .border_right,
#game_tree.playoff_tree > div > .border_left {
    border-color: #BFBFBF;
}

#game_tree.playoff_tree > div > .light_team_block {
    border-color: white;
}

#game_tree.playoff_tree > div > .team_block {
    margin-left: 5px;
    margin-right: 5px;
}

#game_tree.playoff_tree > div > .placeholder {
    width: 3%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients {
    display: flex;
    flex-direction: row;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients > div {
    width: 60px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients > div > a {
    border-radius: 3px;
    padding: 3px;
    font-size: 16px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients > div > a > img {
    height: 12px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients.cbet > div {
    width: 65px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients.cbet > div > a > img {
    height: 20px;
    position: relative;
    top: 4px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients.cbet > div > a {
    background-color: white;
    border: 1px solid #2578F0;
    color: #2578F0;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .coefficients.betsafe > div > a {
    background-color: #E50126;
    color: white;
}

span.red {
    color: red;
}

.game_error_cell {
    text-align: center;
}

.design-v1 .main_leagues_schedules .team,
.design-v1 .main_leagues_standings .team {
    display: flex;
}

.design-v1 .main_leagues_schedules .team .logo,
.design-v1 .main_leagues_standings .team .logo {
    margin-right: 4px;
}

.main_leagues_schedules .team .name_holder,
.main_leagues_standings .team .name_holder {
    display: flex;
    align-items: center;
}

.design-v1 .rounded_logo {
    border-radius: 50%;
}

.stats_01 .game_info {
    position: absolute;
    left: -999999px;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}

.game_info {
    z-index: 101;
    box-shadow: 1px 1px 4px;
}

.game_info_mini > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.game_info_mini .logo {
    width: 35%
}

.game_info_mini .score {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

#mind_fights_table .points {
    transition-delay: 0.1s;
}

.feedbacks_by_ip_title {
    margin-left: 20px;
    margin-right: 5px;
}

.show_by_ip img {
    height: 15px;
    margin-left: 6px;
}

.delayed_text {
    font-size: 10px;
}

.podcast-episodes {
    margin-left: 0;
}

.podcast-episodes select,
.podcast-episodes input {
    font-size: 12px;
    padding: 3px;
    width: 220px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 2px solid #f3f3f6;
}

.podcast-episodes input[type=submit] {
    background-color: #f78222;
    color: white;
    border: none;
    margin-left: 32px;
    cursor: pointer;
}

table.schedules_data_table {
    border-collapse: collapse;
    width: 100%;
}

table.schedules_data_table td, table.schedules_data_table th {
    border: 1px solid #e2e2e2;
}

table.schedules_data_table tr:first-child td {
    border-top: 0;
}

table.schedules_data_table tr:last-child td {
    border-bottom: 0;
}

table.schedules_data_table tr td:first-child,
table.schedules_data_table tr th:first-child {
    border-left: 0;
}

table.schedules_data_table tr td:last-child,
table.schedules_data_table tr th:last-child {
    border-right: 0;
}

table.schedules_data_table td {
    padding: 6px;
    font-family: "Open Sans";
    font-weight: 700;
}

table.schedules_data_table td.date {
    width: 100px;
}

table.schedules_data_table td.date span.calendar_icon {
    width: 18px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

table.schedules_data_table td.date span.calendar_icon span:first-child {
    font-size: 18px;
    flex-basis: 100%;
}

table.schedules_data_table td.date span.calendar_icon span:last-child {
    text-align: center;
    justify-content: center;
    align-self: center;
    flex-basis: 100%;
    margin-left: -100%;
    font-size: 0.7em;
    vertical-align: middle;
    padding-top: 3px;
}

table.schedules_data_table td.time {
    text-align: center;
}

table.schedules_data_table td.date > div {
    display: flex;
    align-items: center;
}

table.schedules_data_table td.date > div > span {
    padding-left: 4px;
}

table.schedules_data_table a {
    text-decoration: none;
    color: #393a3a;
}

table.schedules_data_table td.date a {
    padding-left: 4px;
}

/*
.data_container > div > div {
    display: flex;
    align-items: center;
    padding-left: 6px;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 13px;
    padding-bottom: 20px;
}

.data_container > div > div > span {
    padding-left: 10px;
}

#second_menu {
    background-color: #3C3C3C;
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 650;
    transition: visibility 0s, opacity 0.5s linear;
}

.design-v1 .second_menu_container {
    margin: auto;
    display: flex;
    width: 1200px;
    padding: 50px;
    justify-content: space-between;
    box-sizing: border-box;
}

.second_menu_container > div {
    padding: 25px;
    min-width: 160px;
}

.second_menu_container > div > div.title {
    color: #EF7D00;
    font-size: 19px;
    padding-bottom: 8px;
}

.second_menu_container > div > div.title > a {
    text-decoration: none;
    color: #EF7D00;
}

.second_menu_container > div > div.list {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.second_menu_container > div > div.list > a,
.second_menu_container > div > div.list > div.item {
    text-decoration: none;
    color: #f9f9f9;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.second_menu_container > div > div.list > a:hover {
    color: #f58220;
}

.second_menu_container > div > div.list > a + a,
.second_menu_container > div > div.list > div.item {
    border-top: 1px solid #646262;
}

.second_menu_container > div > div.list > div.social_links > a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 5px;
}

.second_menu_container > div > div.list > div.social_links > a.facebook {
    background-image: url(/themes/default/icons-facebook-white.webp);
}

.second_menu_container > div > div.list > div.social_links > a.instagram {
    background-image: url(/themes/default/icons-instagram-white.webp);
}

.second_menu_container > div > div.list > div.social_links > a.twitter {
    background-image: url(/themes/default/icons-twitter-white.webp);
    background-size: 50% auto;
}

.second_menu_container > div > div.list > div.social_links > a.youtube {
    background-image: url(/themes/default/icons-youtube-white.webp);
    background-size: 50% auto;
}
*/

.endless_sticky_ad {
    top: 60px !important;
}

.design-v2 .endless_sticky_ad {
    top: 100px !important;
}

#stream_list .game_container {
    padding: 0;
}

.game_container {
    padding: 0;
    display: flex;
    width: 100%;
}

.design-v1 #stream_list_container {
    border: 1px solid #e7eaf8;
    border-bottom: 0;
    margin-right: 16px;
    position: relative;
    padding: 38px 32px 0 32px;
}

.design-v1 #stream_list_container_buttons {
    position: absolute;
    left: 32px;
    top: -21px;
    background-color: #fff;
    display: flex;
}

.design-v1 .stream_list_container_button {
    padding: 8px 16px 8px 16px;
    border-bottom: 1px solid #e7eaf8;
    font-size: 1.6em;
}

.design-v1 .stream_list_container_button a {
    color: #283346;
    text-decoration: none;
}

.design-v1 .stream_list_container_button_active {
    border-color: #e43e16;
    /* margin-bottom: -8px; */
    position: relative;
    font-weight: bold;
}

.news_relations_blocks table.team_mvp tr > td {
    padding: 3px;
}

.design-v1 .news_relations_blocks .team_mvp tr.top_performer_category td {
    font-size: 18px;
}

.news_relations_blocks .team_mvp .top_score #eff_mvp,
.news_relations_blocks .team_mvp .top_score #eff_mvp > div {
    text-align: left;
}

.news_relations_blocks .team_mvp .top_score #eff_mvp {
    font-size: 48px;
}

.news_relations_blocks .team_mvp tr.top_performer_name > td a {
    text-decoration: none;
    color: black;
    white-space: nowrap;
    font-weight: bold;
}

table#schedules_table tr:nth-child(odd),
table#tv_table tr:nth-child(odd) {
    background: white;
}

.flex_container {
    display: flex;
    flex-direction: row;
}

.flex_container > .main_infoblock_2 {
    flex: 1;
}


.main_schedules_list .back_forward {
    display: flex;
    flex-direction: row;
    padding: 8px 0 8px 0;
}

.main_schedules_list .back_forward div {
    width: 50%;
}

.main_schedules_list .back_forward div.forward {
    text-align: right;
}

.main_schedules_list .back_forward a {
    font-size: 1.1em;
    text-decoration: none;
}

.main_schedules_list .back_forward a:hover {
    text-decoration: underline;
}

.design-v1 .social-ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    position: absolute;
    margin-left: -92px;
}

.social-ul .fa,
.social-ul .fab {
    padding: 10px;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.social-ul .fa:hover,
.social-ul .fab:hover {
    opacity: 0.7;
}

.social-ul .fa-facebook-messenger {
    background: #006AFF;
    color: white;
}

.social-ul .fa-facebook {
    background: #3B5998;
    color: white;
}

.social-ul .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-ul .fa-envelope {
    background: grey;
    color: white;
}

.social-ul .fa-copy {
    background: grey;
    color: white;
    cursor: pointer;
}

.social-ul .fa-whatsapp {
    background: #25D366;
    color: white;
}

.social-ul .fa-check {
    background: green;
    color: white;
}

.text_container {
    position: relative;
    min-height: 250px;
}

.text_container h2, .text_container h3 {
    margin-bottom: 16px;
}
    
.design-v1 .text_container_introduction {
    padding: 0 0 20px 0;
    font-size: 1.2em;
}

#waiting_list_form {
    flex-direction: column;
    margin-left: 0;
}

#body.fantasy_body {
    background: url(/config/basketnews.lt/images/arena_2.jpg) no-repeat center center;
    width: 1200px;
    margin-left: 0;
}

#fantasy_container {
    display: flex;
    flex-direction: column;
}

#fantasy_container > div {
    margin: 100px auto;
    background-color: rgb(88, 88, 88);
    border-radius: 20px;
    box-sizing: border-box;
    width: 400px;
    color: white;
}

#fantasy_container > div > div {
    padding: 20px;
}

#fantasy_container > div h1 {
    text-align: center
}

#fantasy_container > div input[type="email"] {
    border: 1px solid rgb(151, 151, 151);
    border-radius: 0;
    color: rgb(0, 0, 0);
    padding: 20px 10px;
    margin: 0 auto 10px;
    width: calc(100% - 20px);
}

.design-v1 .page_profile > form {
    display: flex;
    flex-direction: column;
    margin: 0 15px 40px 15px;
}

.design-v1 .page_profile > form > .form-group,
#favorite-teams > .form-group {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.design-v1 .page_profile > form > h3 {
    margin-top: 40px;
}

.design-v1 .page_profile > form > .form-group > input,
#favorite-teams > .form-group > input {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    padding: 0 12px;
    box-sizing: border-box;
}

.design-v1 .input-error {
    border: 1px solid red !important;
}

.checkbox-label {
    display: flex;
    align-items: center;
}

#mail-news {
    margin-right: 5px;
}

.error-message {
    color: red;
}

.success-message {
    color: green;
}

.error-message,
.success-message {
    font-size: 24px;
    line-height: 15px;
    bottom: -16px;
}

.design-v1 .page_profile > form > .form-group > label.form-label {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}

.design-v1 .page_profile > form > .form-group > select,
#favorite-teams .form-group > select {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    background: transparent;
    padding: 0 12px;
    box-sizing: border-box;
}

.design-v1 .page_profile > form > .form-group > label > input {
    width: 20px;
    height: 20px;
}

.page_membership .payment_details_form > div > form > div > .form-group {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.page_membership .payment_details_form > div > form > .form-group {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.page_membership .payment_details_form > div > form > div > .form-group > input {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    padding: 0 12px;
    box-sizing: border-box;
}

.page_membership .payment_details_form > div > form > .form-group > select {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    padding: 0 12px;
    box-sizing: border-box;
    background-color: white;
}

.page_membership .payment_details_form > div > form > .form-group > .checkbox-label > input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.design-v1 [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.design-v1 [type="file"] + label {
    background: #f15d22;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.design-v1 [type="file"] + label:hover {
    background-color: orange;
}

.design-v1 [type="file"] + label.btn-2 {
    background-color: orange;
    border-radius: 4px;
    overflow: hidden;
}

.design-v1 [type="file"] + label::before {
    color: #fff;
    content: "";
    font-size: 100%;
    height: 100%;
    right: 130%;
    line-height: 3.3;
    position: absolute;
    top: 0;
    transition: all 0.3s;
}

.design-v1 [type="file"] + label:hover {
    background-color: #E77415;
}

.design-v1 [type="file"] + label::before {
    right: 75%;
}

.design-v1 .image-output {
    max-width: 60px;
    max-height: 60px;
    width: 100%;
    height: 100%;
}

.design-v1 .closeicon {
    top: -30px;
    right: -70px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.design-v1 .closeicon > li {
    top: 0;
    left: 0;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: black;
}

.design-v1 .closeicon > li:first-child {
    transform: rotate(45deg);
}

.design-v1 .closeicon > li:last-child {
    transform: rotate(-45deg);
}

.social-connect {
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
}

.social-connect > i {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.social-connect.fb-icon > i {
    background-color: #3B5998;
}

.social-connect.google-icon > i {
    background-color: #DB4437;
}

.social-connect.apple-icon > i {
    background-color: black;
}

.design-v1 .submit-profile,
.refresh {
    padding: 1rem 50px;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
}

.refresh {
    color: white;
    padding: 10px;
    width: 100%;
    background-color: grey;
}

ul.main_messages2 {
    width: 100%;
    border: 1px solid #F58220;
    border-radius: 4px;
    padding-inline-start: 0;
    padding: 10px 10px;
    list-style: none;
    box-sizing: border-box;
}
ul.main_messages2 li {
    padding: 2px 0;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.user-text-block {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.user-text-block > a {
    margin-top: 10px;
    align-self: flex-end;
}

.green {
    color: green;
}

.grey {
    color: grey;
}

.selected-teams-list {
    margin-bottom: 15px;
    border-bottom: 1px solid grey;
}

.selected-team {
    display: flex;
    font-size: 14px;
    padding: 10px 10px;
    align-items: center;
}

#team-limit-error {
    position: initial;
}

.image-label {
    position: relative;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 5px;
}

.fantasy-logo-col {
    text-align: center;
    margin: 0 auto;
}

.info-row {
    border: 1px solid #db6600;
    margin-bottom: 30px;
    padding: 10px 10px;
    border-radius: 5px;
    line-height: 1.5rem;
    list-style: none;
}

.sticky_ad {
    max-width: 300px;
}

.user_public_container {
    width: 100%;
}

.user_info_block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.user_info_block > img {
    max-width: 100px;
    max-height: 100px;
}

.user_info_block > .display_name {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    align-items: center;
}

.feedbacks_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.feedbacks_container > .feedbacks_block {
    min-width: 350px;
}

.feedbacks_container > .feedbacks_block .feedback_item {
    max-width: 350px;
    min-width: 350px;
    padding: 5px;
    line-height: 1.5rem;
}

.feedback_item .text blockquote {
    border: 1px dashed #d7d8d3;
    background-color: #f6f7f9;
    padding: 10px;
    margin: 0px 5px;
}

.feedback_item .text blockquote strong {
    display: block;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
    margin: 25px 0;
}

.remove-team .material-icons {
    font-size: 15px;
    font-weight: 800;
    margin-left: 10px;
}

.patron-icon-menu {
    position: absolute;
    left: 19px;
    top: 19px;
    width: 13px;
    height: 13px;
}

.patron-icon-feedbacks {
    position: absolute;
    right: 9px;
    top: 36px;
}

.user-link-feedbacks {
    position: relative;
}

.advanced-stats-container {
    display: flex;
    justify-content: center;
}

.badges {
    display: flex;
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}

.badges .badge {
    border: 1px solid #f78222;
    border-radius: 4px;
    padding: 4px;
    margin-right: 4px;
}

.badges .badge a {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.badges .badge a img {
    margin-right: 8px;
}

.unsubscribed-information h1 {
    color: #f78222;
}

.unsubscribed-information h1, .unsubscribed-information p {
    text-transform: lowercase;
}

.unsubscribed-information h1::first-letter, .unsubscribed-information p::first-letter {
    text-transform: capitalize;
}

.page_membership .plans_container {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 50px;
}

.page_membership .plans_container .plan_box {
    width: 24%;
    flex-basis: 24%;
    padding: 0 0.5rem;
}

.page_membership .plan_image {
    text-align: center;
    padding-top: 10px;
}

.page_membership .plan_image img {
    justify-content: center;
    height: 250px;
}

.page_membership .plans_container .plan {
    box-sizing: border-box;
    display: block;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 227, 221);
    border-radius: 4px;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.page_membership .plans_container .plan .plan_title {
    align-content: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 15px 0;
}

.page_membership .plans_container .plan .plan_price_box .plan_price {
    align-content: center;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.page_membership .plans_container .plan .plan_price_box .price_description {
    font-size: 14px;
    text-align: center;
    color: grey;
}

.page_membership .plans_container .plan .join .yearly_subscription_text {
    font-size: 12px;
    text-align: center;
    padding-top: 18px;
}

.page_membership .plans_container .plan .plan_description {
    padding: 15px;
    text-align: left;
    font-size: 1.3em;
}

.page_membership .plans_container .plan .join {
    display: block;
    text-align: center;
    margin: 25px 0 25px 0;
}

.page_membership .plans_container .plan .join_button {
    padding: 0.85rem 4rem;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.text_center {
    text-align: center;
}

.page_membership .payment_container {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 50px;
}

.page_membership .payment_container .payment_form {
    flex-basis: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 227, 221);
    border-radius: 4px;
    padding: 1rem;
}

.page_membership .payment_type_container {
    display: flex;
    align-items: flex-start;
    place-content: flex-start;
    box-sizing: border-box;
    flex-flow: row wrap;
    -webkit-box-pack: start;
}

.page_membership .payment_type_container .payment_type {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
    flex-basis: 50%;
    cursor: pointer;
}

.page_membership .payment_type .with_border {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 227, 221);
    border-radius: 4px;
    width: 100%;
    position: relative;
    transition: all 0.1s ease;
}

.page_membership .payment_type_container .payment_type .type_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0.5rem;
}

.page_membership .payment_type_container .payment_type .price {
    font-size: 15px;
    padding: 0.5rem;
}

.page_membership .payment_container .payment_details {
    display: flex;
    align-items: flex-start;
    place-content: center;
    box-sizing: border-box;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    padding: 0.5rem;
}

.page_membership .payment_details .form_label {
    font-size: 16px;
    font-weight: bold;
    flex-basis: 40%;
}

.page_membership .payment_details .payment_details_form {
    flex-basis: 60%;
}

.page_membership .payment_details_form > div > form > button {
    width: 100%;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
    height: 32px;
}

.page_membership .payment_details_form > div > form > button:disabled {
    background-color: grey;
    cursor: not-allowed;
    opacity: 0.7;
}

.page_membership .with_border .discount_tag {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding-right: 0.15rem;
    padding-top: 0.15rem;
}

.page_membership .discount_tag .discount_text {
    border-radius: 4px;
    background-color: red;
    padding: 0.15rem 0.35rem;
}

.page_membership .payment_type > .checked_box, .page_membership .plan_box > .checked_box {
    border-color: #E77415;
    border-width: 2px;
}

.page_membership .payment_type_container > button {
    appearance: none;
    border: none;
    background-color: inherit;
    text-align: inherit;
}

.checkbox-label > a {
    margin-left: 4px;
}

.page_membership .plans_container > .plan_box > .plan > .join > .disabled_button {
    background-color: grey;
    cursor: default;
}

.page_membership .memberships_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.page_membership .terms_modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    font-size: 14px;
    line-height: 1.5rem;
}

.page_membership .cancel_membership_modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    font-size: 14px;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
}

.page_membership .cancel_membership_modal_content img {
    width: 33%;
}

.page_membership .cancel_plan {
    cursor: pointer;
}

.page_membership .close_modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.page_membership .close_modal:hover,
.page_membership .close_modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.page_membership .modal_buttons {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.page_membership .modal_button {
    padding: 0.45rem 2rem;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 10px 10px 0 10px;
    text-decoration: none;
}

.page_membership .bg_red {
    background-color: red;
}

.page_membership .bg_green {
    background-color: green;
}

.page_membership .plan_details_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

#favorite-teams {
    padding: 10px;
    width: 100%;
    border: 1px solid #e7eaf8;
    box-sizing: border-box;
}

#favorite-teams .submit-profile {
    padding: 10px;
    width: 100%;
}

#favorite-teams .submit-profile.disabled {
    opacity: 0.3;
}

#favorite-teams .remove-team {
    cursor: pointer;
    float: right;
}

#favorite-teams .remove-team img {
    margin-left: 10px;
}

#favorite-teams .selected-teams-list {
    border-bottom: 1px solid #e7eaf8;
}

#favorite-teams .selected-team img {
    width: 20px;
}

#favorite-teams .selected-team a {
    margin-left: 10px;
    color: black;
    text-decoration: none;
    flex: 1;
    align-items: center;
}

#league_schedule table {
    width: 100%;
}

.main_leagues .game .series_result {
    text-align: center;
}

.page_membership_intro {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 1.3em;
}

.page_membership_intro_col1 {
    width: 40%;
}

.page_membership_intro_col1 img {
    width: 100%;
}

.page_membership_intro_counter {
    text-align: center;
    padding-top: 30px;
    font-size: 1.2em;
}

.page_membership_intro_counter div:nth-of-type(2) {
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 5px;
}

.page_membership_intro_col2 {
    width: 60%;
}

.page_membership_intro_description {
    font-size: 1em;
    padding-left: 30px;
}

.page_membership_intro_h1 {
    font-size: 1.6em;
    font-weight: 800;
    margin-bottom: 32px;
}

.page_membership_intro_h2 {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 20px;
}

.page_membership_intro_description li {
    padding-top: 5px;
}

.page_membership .top_members_list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    font-size: 14px;
}
.page_membership .top_members_list ul li {
    padding: 3px 0;
}

.design-v1 .banners_paid_content_info_block_black,
.design-v1 .banners_paid_content_info_block_white {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 120px;
    text-decoration: none;
    margin-top: 35px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px 18px 130px;
}
.design-v1 .banners_paid_content_info_block_black {
    background-image: url(/config/basketnews.lt/themes/default/membership_bnplus_short_769x373_black.png);
    background-color: #040707;
    color: #fff;
}
.design-v1 .banners_paid_content_info_block_white {
    background-image: url(/config/basketnews.lt/themes/default/membership_bnplus_short_769x373_white.png);
    background-color: #fff;
    border: 3px solid #040707;
    color: #040707;
}

.design-v1 .banners_paid_content_info_block_white.cbet_logo {
    background-image: url(/config/basketnews.lt/images/01-logotipas-cbet_rgb__black_blue.png?v=1);
    background-position-y: center;
}

.design-v1 .banners_paid_content_info_block_orange {
    text-align: center;
    border: 1px solid orange;
    border-radius: 10px;
    padding: 80px 30px 30px 30px;
    background: url(/config/basketnews.lt/images/plus_white.png) no-repeat center 20px;
    background-size: 50%;
    width: 50%;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
}
.design-v1 .banners_paid_content_info_block_orange .button55 {
    padding-top: 50px;
    align-content: center;
}
.design-v1 .banners_paid_content_info_block_orange .button55 a {
    background-color: orange;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}
.design-v1 .banners_paid_content_info_block_orange .button55.unlock_button a {
    color: black;
    border: 1px solid orange;
    background-color: white;
}
.design-v1 .banners_paid_content_info_block_orange .description {
    font-size: 0.7em;
    margin-top: 40px;
    text-align: left;
}
.design-v1 .banners_paid_content_info_block_orange .description ul {
    margin: 0;
    padding-left: 20px;
}

.design-v1 .banners_paid_content_info_block_fadeaway {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: -40px 0 0 0;
    padding: 40px 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
}

.membership_paid_content_not_full_tip {
    margin-top: 32px;
}

.plus_link {
    padding-top: 13px;
    padding-bottom: 16px;
}

.design-v1 #grid_layout_body .feedback-form input[type="submit"]:disabled {
    opacity: 0.9;
}

.design-v1 #grid_layout_body .feedback-form input[type="submit"]:disabled:hover {
    cursor: not-allowed;
}

#body.form #body_left_2cols {
    width: 100%;
}

#body.form #body_center {
    float: unset;
    margin: auto;
}

#body.form #body_left {
    width: 0;
}

.flex {
    display: flex;
    width: 1170px;
    flex-direction: row;
}

.flex .column p {
    height: 0;
    margin: 0;
}

.flex .column-0 {
    flex: 1;
}

.flex div.column-1 {
    width: 387px;
    display: flex;
    flex-direction: column;
}

.main_texts2_grid .main_texts .flex div.column-0 section.infoblock1 {
    margin-bottom: 8px;
}

.main_texts2_grid .main_texts .flex div.column-1 section.infoblock2 {
    float: unset;
    width: unset;
    margin-bottom: 8px;
}

.design-v1 .loader {
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.design-v1 .loading {
    border: 2px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.camp_form {
    display:flex;
}

#body.form #body_center {
    width: 100%;
}

#body.form #body_center .camp_form > section.contacts {
    background-color: #F58220;
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#body.form #body_center .camp_form > section.contacts a,
#body.form #body_center .camp_form > section.contacts h3
{
    background-color: #F58220;
    color: white;
}

.camp_form > section {
    margin: 8px;
    flex: 1;
}

.design-v1 #grid_layout_body .feedbacks_display_block .main_infoblock_2 {
    padding: 0;
}

.design-v1 .feedbacks-message {
    color: #F58220;
    border: 1px solid #F58220;
    font-weight: bold;
    padding: 15px;
}

@media only screen and (max-width: 42em){
    #videoAd {
        min-height: 263px !important;
    }
    #snack_dex2, #snack_mex2 {
        max-height: 50px !important;
        max-width: 320px !important;
    }
    .snackSticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .snackStickyParent {
        min-height: 600px !important;
    }
}

@media only screen and (min-width: 42em){
    #videoAd {
        min-height: 311px !important;
    }
    #belowVideoAd {
        min-height: 90px !important;
    }
}

.page_membership .plans_container .plan .join_button.success {
    background-color: green;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}

.payment_method > div {
    text-align: center;
    padding: 2px;
}

.user_public_container > div {
    flex-direction: row;
}

.user_public_container > div > div {
    width: 360px;
}

.article_ads_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.slicknav_menu.users_nav .logo a {
    display: block;
    background: url(/config/basketnews.lt/themes/m/default/logo_new_2001x310.png) no-repeat center center;
    background-size: 150px;
}

.design-v1 .hide-on-v1 {
    display: none;
}

.text .ad_row {
    padding-bottom: 0.5rem;
}

.ad_row.infinite_ad {
    padding-bottom: 20px;
}

.sticky_ad_container > div {
    position: sticky;
    top: 100px;
}

.team-name-coefficient {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 12px;
}

.team-name-coefficient .team-coefficient {
    display: block;
    background-color: #bd1e36;
    color: white;
    border-radius: 2px;
    padding: 4px;
    font-size: 11px;
    font-weight: bold;
}

.games_schedules_results_block .team-coefficient {
    display: block;
    background-color: #bd1e36;
    color: white;
    border-radius: 2px;
    padding: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 4px;
}

.text_container h2 + h3 {
    margin-top: 16px;
}

.cloned-form {
    width: 100%;
}