@charset "UTF-8";
/* ----------------------------------------------------------------------
	Base Colors
-------------------------------------------------------------------------*/
/*Colors*/
/*FONTS*/
@font-face {
  font-family: inspiro-icons;
  src: url("fonts/inspiro-icons.eot?mxrs1k");
  src: url("fonts/inspiro-icons.eot?mxrs1k#iefix") format("embedded-opentype"), url("fonts/inspiro-icon.ttf?mxrs1k") format("truetype"), url("fonts/inspiro-icons.woff?mxrs1k") format("woff"), url("fonts/inspiro-icons.svg?mxrs1k#inspiro-icons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-display: auto;
}
@font-face {
  font-family: iconmoon;
  src: url("fonts/icomoon.eot?mxrs1k");
  src: url("fonts/icomoon.eot?mxrs1k#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?mxrs1k") format("truetype"), url("fonts/icomoon.woff?mxrs1k") format("woff"), url("fonts/icomoon.svg?mxrs1k#inspiro-icons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-display: auto;
}
.desktop {
  display: block;
}

.mobile {
  display: none;
}

h1 {
  font-size: 36px;
}

.icon-comments-white, .icon-eye-white, .icon-eye-dark {
  font-family: iconmoon;
  font-size: 16px;
  color: #000000;
  margin-right: 12px;
  font-style: normal;
}

.icon-comments-dark, .icon-eye-dark {
  font-family: iconmoon;
  font-size: 16px;
  color: #3a3b46;
  margin-right: 12px;
  font-style: normal;
}

.icon-twitter, .icon-facebook, .icon-instagram, .icon-youtube {
  font-family: iconmoon;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
}

.icon-comments-white:before {
  content: "\e901";
}

.icon-comments-dark:before {
  content: "\e901";
}

.icon-eye-white:before {
  content: "\e900";
}

.icon-eye-dark:before {
  content: "\e900";
}

.date-white, .comments-white, .view-white {
  text-align: left;
  color: #000000;
  margin-right: 20px;
}

.date-dark, .comments-dark, .view-dark {
  text-align: left;
  color: #6A6B7B;
  margin-right: 20px;
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube:before {
  content: "\ea9d";
}

iframe {
  margin: auto;
  display: block;
}

strong, b {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}

a strong, a b {
  color: #c93835;
}

p {
  color: #a7a9b0;
}

body {
  font-family: "Noto Sans";
  background-color: #ffffff;
  margin: 0px;
}

.container {
  margin: 0 auto;
  color: #6A6B7B;
  position: relative;
}

header {
  height: 50px;
  background-color: #2a2b33;
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0 3px 2px -2px rgba(42, 43, 53, 0.7);
}
header .menu-bar {
  display: none;
  float: right;
  cursor: pointer;
  margin-top: 12px;
}
header .bar1, header .bar2, header .bar3 {
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: 0.4s;
  border-radius: 3px;
}
header .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
header .change .bar2 {
  opacity: 0;
}
header .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
header .menu-mobile li {
  display: none;
  position: relative;
  margin-left: 0px;
  padding-top: 15px;
}
header .menu-mobile li ul li a {
  font-size: 15px;
}
header .menu-mobile li a {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
}
header .menu-mobile li a:hover {
  color: #000000;
  border-bottom: solid 4px #c93835;
}
header .menu-mobile li .sub-menu-mobile {
  display: none;
}
header .menu-mobile li .sub-menu-mobile li {
  padding-top: 13px;
  position: relative;
}
header .menu-mobile li .sub-menu-mobile li a:before {
  position: absolute;
  top: 5px;
  left: -20px;
  content: "-";
  color: #6A6B7B;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 10px;
  padding: 0px;
  margin: 0px;
}
header .menu-mobile li .sub-menu-mobile li a:hover {
  border-bottom: none;
}
header .menu-mobile li a:hover {
  border-bottom: none;
}
header .menu-mobile li .active {
  display: block;
}
header .search-header-box {
  position: absolute;
  display: none;
  right: 0px;
  top: 55px;
  z-index: 999;
  width: 96%;
  background-color: #c93835;
  padding: 25px;
}
header .search-header-box .search-header-filed {
  height: 50px;
  padding-left: 10px;
  padding-right: 15px;
  background-color: #fff;
  border: none;
  text-align: left;
  width: 90%;
  color: #000000;
}
header .search-header-box a {
  margin-left: 15px;
  color: #000 !important;
}
header .search-header-box .icon-search {
  font-size: 24px !important;
}
header .search-box a {
  vertical-align: -5px;
}

.logo-box {
  float: left;
  display: inline-block;
}
.logo-box .logo {
  float: left;
  margin-right: 5px;
  margin-top: 8px;
}

.sportlive-logo-text {
  width: 90px;
  height: 26px;
  font-family: Axiforma;
  font-size: 19.1px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 27.1px;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
}
.sportlive-logo-text span {
  font-weight: 300;
}

header nav {
  display: inline-block;
}

header nav ul {
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 50px;
  padding: 0px;
}

header nav .main-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding-top: 10px;
}
header nav .main-menu li a {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
}
header nav .main-menu li a:hover {
  color: #ffffff;
  border-bottom: solid 4px #c93835;
}
header nav .main-menu li .active-link {
  color: #ffffff;
  border-bottom: solid 4px #c93835;
}

header nav .sub-menu {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background-color: #2A2B33;
  width: 300px;
  top: 50px;
  z-index: 999;
  padding-bottom: 15px;
  padding-top: 10px;
}
header nav .sub-menu li {
  margin-right: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-top: 0px;
}
header nav .sub-menu li a {
  display: block;
  width: 100%;
  line-height: 0.5px;
  font-size: 15px;
  padding-top: 22px;
}
header nav .sub-menu li a:hover {
  color: #ffffff;
  border: none;
  display: block;
  width: 100%;
}
header nav .sub-menu li a:hover:before {
  position: absolute;
  top: 12px;
  left: -20px;
  content: "-";
  color: #c93835;
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 10px;
  padding: 0px;
  margin: 0px;
}
header nav .sub-menu li .active-link {
  color: #000000;
  border-bottom: none;
}

header nav .active {
  display: block;
}

header .search-box {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
}
header .search-box a {
  text-decoration: none;
  color: #ffffff;
}
header .search-box a:focus, header .search-box a:active, header .search-box a:link {
  text-decoration: none;
}
header .search-box .icon-search {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
}
header .search-box .icon-search:before {
  content: "\e9eb";
}

.mega-board {
  margin: auto;
  text-align: center;
}

.slick-initialized .slick-slide {
  margin-right: 8px;
}

#home-slider {
  display: none;
}

#home-slider div figure {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
#home-slider div figure img {
  object-fit: contain;
  width: 100%;
  cursor: pointer;
  opacity: 0.9;
}
#home-slider div .slider-caption {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}
#home-slider div .slider-caption p {
  color: #ffffff;
}
#home-slider div .slider-caption a {
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-left: 5px;
}
#home-slider div .slider-caption div {
  vertical-align: middle;
  display: table-cell;
  padding-left: 5px;
}

#home-slider .icon-right-arrow {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  position: absolute;
  right: 3px;
  top: 33%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px 5px 8px 8px;
}
#home-slider .icon-right-arrow:before {
  content: "\e95a";
}

#home-slider .icon-left-arrow {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  position: absolute;
  left: 0px;
  top: 33%;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 12px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  cursor: pointer;
  padding: 8px 8px 8px 5px;
}
#home-slider .icon-left-arrow:before {
  content: "\e959";
}

#home-slider div:last-child, .galleries-block .last-child, .row .col-lg-6:nth-child(2), .row .col-lg-6:nth-child(4), .home-categories-box .col-lg-4:nth-child(3) {
  padding-right: 0px;
  margin-right: 0px;
}

.galleries-block .last-child, .row .col-lg-6:nth-child(2), .row .col-lg-6:nth-child(4) {
  padding-left: 8px;
}

.top-articles-block img {
  opacity: 0.9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.top-articles-block-right-part div {
  margin-bottom: 1px;
}
.top-articles-block-right-part figure {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.top-articles-block-right-part figure img {
  opacity: 1;
  width: 100%;
}
.top-articles-block-right-part figure .slider-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  background: linear-gradient(to bottom, transparent 0, #000 100%);
}
.top-articles-block-right-part figure .slider-caption a {
  color: #ffffff;
  text-shadow: 1px 1px 1px #555;
  text-decoration: none;
  margin-bottom: 0px;
  line-height: 18px;
  display: block;
}
.top-articles-block-right-part figure .slider-caption a:hover {
  text-decoration: underline;
}

.top-articles-block .navigation {
  position: absolute;
  background-color: #000;
  box-sizing: border-box;
  color: #000000;
  bottom: 0px;
  right: 8px;
  height: 26px;
  margin-left: 5px;
  width: calc(100% - 15px);
}
.top-articles-block .navigation span {
  float: left;
  margin-left: 5px;
  margin-top: 2px;
}

.search-field {
  width: 80%;
  height: 50px;
  padding-left: 10px;
}

.search-button {
  height: 55px;
  width: 15%;
  background-color: #c93835;
  color: #fff;
  border: 1px solid;
  cursor: pointer;
}

.top-articles-block-left-part {
  padding-right: 0px !important;
  position: relative;
  height: 390px;
}

.top-articles-block-left-part .top-articles-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  padding-top: 20px;
  padding-bottom: 10px;
}
.top-articles-block-left-part .top-articles-caption a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Noto Sans";
  font-size: 27px;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.top-articles-block-left-part .top-articles-caption .description {
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
}
.top-articles-block-left-part .top-articles-caption p {
  padding-left: 10px;
  padding-right: 10px;
}

.top-articles-block-right-part {
  padding: 0px;
  height: 405px;
  margin: 0px 1px 0px;
}

.highlight-block h3 {
  height: 47px;
  overflow: hidden;
  line-height: 22px;
  margin: 0px;
}
.highlight-block div {
  display: inline-flex;
}
.highlight-block figure {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.highlight-block figure img {
  opacity: 0.9;
}
.highlight-block figure .highlight-article-caption {
  position: absolute;
  left: 0px;
  bottom: 4px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  padding-top: 20px;
  width: 100%;
  max-height: 90px;
}
.highlight-block figure .highlight-article-caption p {
  padding-left: 10px;
  padding-right: 10px;
}
.highlight-block figure .highlight-article-caption a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.highlight-block ul {
  width: 100%;
  margin: 0px;
  margin-top: -4px;
  margin-left: 0px;
  list-style-type: none;
  background-color: #2a2b33;
  padding: 0px;
}
.highlight-block ul li {
  border-bottom: 2px solid #3a3b46;
  overflow: hidden;
  padding: 15px;
}
.highlight-block ul li a {
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.highlight-block ul li span {
  display: block;
  width: 100%;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #6a6b7b;
}
.highlight-block ul li:last-child {
  border-bottom: none;
}

.home-categories-box {
  position: relative;
}
.home-categories-box img {
  opacity: 0.9;
}
.home-categories-box .content-sl-360 {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.home-categories-box .content-sl-360 a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.home-categories-box .content-sl-360 p {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
}
.home-categories-box div {
  position: relative;
  display: inline-block;
  padding-right: 0px;
  margin-right: 8px;
}
.home-categories-box .content-text-box {
  left: 0px;
  bottom: 4px;
  right: 50px;
  position: absolute;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  width: 100%;
  max-height: 95px;
  overflow: hidden;
}
.home-categories-box .content-text-box p {
  padding-left: 10px;
  padding-right: 10px;
}
.home-categories-box .content-text-box a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.home-categories-list ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.home-categories-list ul li {
  clear: both;
  margin-bottom: 20px;
}
.home-categories-list ul li .right-part {
  margin-left: 25px;
  margin-top: 4px;
}
.home-categories-list ul li .category-breadcrumb-list {
  color: #ffffff;
  background-color: #c93835;
  padding: 5px 10px;
  text-transform: uppercase;
}
.home-categories-list ul li .category-breadcrumb-list-arrow {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  right: 8px;
  top: 40px;
  color: #fff;
  font-size: 18px;
}
.home-categories-list ul li .category-breadcrumb-list-arrow:before {
  content: "\e95a";
  color: #000000;
}
.home-categories-list ul li a {
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  text-transform: uppercase;
}
.home-categories-list ul li .title {
  text-transform: none;
  margin-top: 12px;
  display: block;
}
.home-categories-list ul li p {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #6A6B7B;
  text-decoration: none;
}

.advertising-label {
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  vertical-align: 5px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
}

.ads-box {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.right-box {
  margin-top: 20px;
}
.right-box .inner-box {
  position: relative;
  display: inline-block;
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
}
.right-box .one-article-box {
  padding: 0px 16px 10px 16px;
}
.right-box h2 {
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 3px;
}
.right-box ul {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style-type: none;
}
.right-box ul li {
  clear: both;
  padding-bottom: 20px;
  height: 80px;
  overflow: hidden;
}
.right-box ul li figure {
  margin-left: 7px;
}
.right-box ul li .article-image {
  width: 100%;
  opacity: 0.9;
  border-radius: 5px;
}
.right-box ul li a {
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
.right-box ul li .gray-link {
  color: #6A6B7B;
}
.right-box ul li p {
  font-family: "Noto Sans";
  font-size: 5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  color: #6A6B7B;
}
.right-box .transferline-box li, .right-box .comments-box li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #3a3b46;
  height: 100px;
}
.right-box .transferline-box li .right-column-right, .right-box .comments-box li .right-column-right {
  margin-left: 15px;
}
.right-box .transferline-box li:last-child, .right-box .comments-box li:last-child {
  border-bottom: none;
}
.right-box .links-ads ul li {
  height: 15px;
  padding-bottom: 10px;
}
.right-box .links-ads ul li a {
  text-decoration: underline;
}
.right-box .see-all-articles-button {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #c93835;
  text-decoration: none;
  width: 100%;
  display: block;
}
.right-box figure {
  position: relative;
  margin: 0px 0px 10px;
}
.right-box figure .title-box {
  position: absolute;
  left: 0px;
  bottom: 4px;
  padding: 10px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  width: calc(100% - 20px);
}
.right-box figure .title-box a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-decoration: none;
}
.right-box img {
  object-fit: contain;
  opacity: 0.9;
}
.right-box p {
  margin-top: 3px;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #6a6b7b;
}

.breadcrumb ul {
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 13px;
}
.breadcrumb ul li a {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}
.breadcrumb ul li + li:before {
  font-family: inspiro-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: "\e95a";
  color: #000000;
  font-size: 18px;
  margin-right: 13px;
}

article .article-image {
  position: relative;
}
article .article-image .source {
  position: absolute;
  right: 0px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 12px;
  bottom: 5px;
  border-radius: 10px;
}
article p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto";
  color: #000000;
  margin-bottom: 10px;
}
article p а, article p a:active, article p a:visited, article p a:link {
  color: #c93835;
  text-decoration: none;
}
article img {
  width: 100%;
  object-fit: contain;
  opacity: 1;
}
article .keywords-list {
  display: inline-block;
  padding-left: 0px;
  margin: 0px;
}
article .keywords-list li {
  background-color: #2a2b33;
  display: inline-block;
  padding: 9px 15px 5px;
  margin-top: 10px;
}
article .keywords-list li a {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #d9d9d9;
  display: block;
  text-align: center;
  text-decoration: none;
}
article .keywords-list li:first-child {
  background-color: transparent;
  padding: 0px 10px 10px 0px;
}
article .keywords-list li:first-child span {
  font-weight: bold;
}

.social-box {
  padding: 0px;
  width: 100%;
  height: 74px;
  background-color: #cecece;
}
.social-box ul {
  margin: 0px;
  padding: 15px;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.social-box ul li {
  display: inline-block;
  padding: 13px 15px;
  background-color: #3a3b46;
  margin-right: 13px;
}
.social-box ul li a {
  font-style: normal;
  text-decoration: none;
}
.social-box ul .author {
  float: right;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
}
.social-box ul .author span {
  vertical-align: 15px;
  margin-right: 15px;
}
.social-box ul .author img {
  width: 46px;
  margin-right: 15px;
}
.social-box ul .author-text {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
}

.transferLine-description {
  min-height: 150px;
}

.more-articles-box {
  padding: 10px 10px 10px 10px;
}
.more-articles-box h2 {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 25px;
}
.more-articles-box ul {
  margin: 0px;
  padding: 0px;
}
.more-articles-box ul li {
  margin-bottom: 0px;
}
.more-articles-box ul li img {
  width: 100%;
}
.more-articles-box ul li div:nth-child(2) {
  padding-left: 10px;
}
.more-articles-box ul a {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-decoration: none;
}
.more-articles-box ul a:hover {
  text-decoration: underline;
}
.more-articles-box ul .related-article-more-link {
  text-align: right;
  float: right;
  color: #c93835;
  font-size: 14px;
  text-decoration: none;
}

.load-more-articles-button {
  width: 350px;
  height: 40px;
  border: solid 1px #c93835;
  display: block;
  margin: 0 auto;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.logo_bullrend {
  float: right;
  position: absolute;
  right: 0px;
  top: 8px;
}
.logo_bullrend img {
  width: 140px;
}

.galleries-block div {
  display: inline-block;
}
.galleries-block figure {
  margin: 0px 0px 16px;
  padding: 0px;
  position: relative;
}
.galleries-block figure img {
  opacity: 0.9;
  height: 320px;
}
.galleries-block figure .highlight-article-caption {
  position: absolute;
  left: 0px;
  bottom: 4px;
  right: 50px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  min-height: 60px;
}
.galleries-block figure .highlight-article-caption h2 {
  padding-left: 10px;
  line-height: 12px;
}
.galleries-block figure .highlight-article-caption p {
  line-height: 12px;
}
.galleries-block figure .highlight-article-caption a, .galleries-block figure .highlight-article-caption span {
  text-shadow: 1px 1px 1px #555;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.galleries-block ul {
  margin-top: 20px;
  margin-left: 0px;
  list-style-type: none;
  background-color: #2a2b33;
  padding: 0px;
}
.galleries-block ul li {
  border-bottom: 2px solid #3a3b46;
  height: 50px;
  overflow: hidden;
  padding-left: 28px;
  padding-top: 38px;
  padding-bottom: 38px;
}
.galleries-block ul li a {
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.galleries-block ul li span {
  display: block;
  width: 100%;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #6a6b7b;
}
.galleries-block ul li:last-child {
  border-bottom: none;
}
.galleries-block .date-white, .galleries-block .comments-white, .galleries-block .view-white, .galleries-block .icon-eye-white, .galleries-block .icon-eye-dark {
  color: #ffffff;
}

.gallery-slider figure img {
  height: 130px;
  overflow: hidden;
}

.gallery-slider-for {
  display: none;
}
.gallery-slider-for figure {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.gallery-slider-for figure img {
  margin: auto;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}
.gallery-slider-for .icon-right-arrow {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  position: absolute;
  right: 2px;
  top: 45%;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}
.gallery-slider-for .icon-right-arrow:before {
  content: "\e95a";
}
.gallery-slider-for .icon-left-arrow {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  position: absolute;
  left: 2px;
  top: 45%;
  color: #fff;
  font-size: 48px;
  z-index: 999;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}
.gallery-slider-for .icon-left-arrow:before {
  content: "\e959";
}
.gallery-slider-for .slider-caption {
  position: absolute;
  left: 0px;
  right: 20px;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  max-height: 220px;
  color: #ffffff;
}
.gallery-slider-for .slider-caption p {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-slider-for .slider-caption a {
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
}
.gallery-slider-for .slider-caption .title {
  font-size: 18px;
  color: #ffffff;
}
.gallery-slider-for .date-white, .gallery-slider-for .comments-white, .gallery-slider-for .view-white, .gallery-slider-for .icon-eye-white, .gallery-slider-for .icon-eye-dark {
  color: #ffffff;
}

.galleries-filter-box {
  clear: both;
  width: 100%;
  display: inherit;
  border-radius: 0px;
}
.galleries-filter-box li {
  border-bottom: none !important;
  height: auto !important;
  padding-left: 30px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.galleries-filter-box li .active {
  background-color: #c93835;
  padding: 10px;
  text-decoration: underline;
}

.livecomments-block ul {
  margin: 0px;
  padding: 0px;
}
.livecomments-block ul li {
  padding-top: 10px;
  border-bottom: 2px solid #3a3b46;
  padding-bottom: 10px;
  position: relative;
}
.livecomments-block ul li .center-image {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.livecomments-block ul li .livecomments-date {
  font-size: 12px;
  vertical-align: 3px;
}
.livecomments-block ul .livecomments-result {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.livecomments-block .video-box {
  position: relative;
  height: 450px;
}
.livecomments-block a, .livecomments-block strong {
  color: #c93835;
}

hr {
  margin-top: 5px;
  color: #c93835;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  height: 5px;
  background-color: #c93835;
  border: none;
}

.headline {
  font-family: "Noto Sans";
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  padding-bottom: 8px;
  background-color: #ffffff;
  margin: 0;
  color: #000000;
  font-weight: bold;
  width: 100%;
}

article .headline, .gallery-title {
  line-height: 40px;
}

.right-link {
  text-align: right;
  float: right;
  color: #c93835;
  text-decoration: none;
  line-height: 0px;
  margin-right: 10px;
}

footer {
  margin-top: 118px;
  background-color: #2f3039;
  padding-bottom: 50px;
}
footer .logo-box {
  margin-top: 20px;
  width: 100%;
}
footer .logo-box .sportlive-logo-text {
  vertical-align: 10px;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer .social-box-footer {
  float: right;
}
footer .social-box-footer li {
  display: inline-block;
  padding: 13px 15px;
  border-radius: 50px;
  background-color: #cecece;
  margin-right: 13px;
}
footer .social-box-footer li a {
  font-style: normal;
  text-decoration: none;
}
footer .row-footer {
  padding-top: 20px;
  border-bottom: 2px solid #3a3b46;
  padding-bottom: 20px;
  clear: both;
}
footer .menu-footer {
  list-style-type: none;
}
footer .menu-footer li {
  list-style-type: none;
}
footer .menu-footer li a {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
footer .menu-footer .title {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer-text {
  font-family: "Noto Sans";
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.12;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}
footer .footer-show-menu-button {
  display: none;
}
footer .ns1-box {
  margin-top: 10px;
}
footer .menu-footer-services {
  list-style-type: none;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .menu-footer-services li {
  margin-right: 30px;
  display: inline-block;
}
footer .menu-footer-services li a {
  color: #ffffff;
  font-weight: bold;
}

.pagination {
  margin-top: 50px;
}
.pagination a {
  text-decoration: none;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #c93835;
  height: 25px;
  display: inline-block;
  border: solid 1px #2a2b33;
  padding: 30px;
}
.pagination .current {
  color: #000000;
  text-decoration: none;
  border: solid 1px #2a2b33;
  padding: 26px;
  vertical-align: -5px;
  font-size: 24px;
  width: 15px;
}

.currencies {
  position: relative;
  clear: both;
  width: 100%;
}
.currencies table tbody:before {
  line-height: 1em;
  content: ".";
  color: white;
  /* bacground color */
  display: block;
}
.currencies table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.currencies table tbody tr:nth-child(even) {
  background-color: #fff;
}
.currencies table tbody tr {
  height: 40px;
  color: #939598;
  font-size: 16px;
}

.currencies td a {
  color: #000;
}

.type_of_view {
  position: absolute;
  top: 24px;
  right: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.type_of_view li {
  float: left;
  margin: 0 0 0 7px;
}

.type_of_view li a {
  width: 14px;
  height: 14px;
  text-indent: -66px;
  display: block;
  overflow: hidden;
  background: url(../images/site_images/sprite_icons.gif) no-repeat 0 0;
}

#view_table {
  background-position: -5px 0;
}

.type_of_view li.active #view_table {
  background-position: -24px 0;
}

a#view_table:hover {
  background-position: -24px 0;
}

#view_box {
  background-position: -43px 0;
}

.type_of_view li.active #view_box {
  background-position: -62px 0;
}

a#view_box:hover {
  background-position: -62px 0;
}

#currencies_table,
#currencies_charts {
  display: none;
}

#currencies_charts {
  position: relative;
  margin: 0;
  padding: 20px 0 38px 0;
  list-style: none;
}

#currencies_charts li {
  height: 76px;
  margin: 0 0 33px 0;
}

#currencies_charts li div {
  position: relative;
  float: left;
  padding: 0 27px 0 0;
}

#currencies_charts li div.last_child {
  padding: 0;
}

#currencies_charts li div.label_box {
  position: absolute;
  top: 68px;
  left: 9px;
  padding: 0 5px;
}

#currencies_charts div.flash_chart {
  padding: 0;
}

#currencies_charts a {
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 76px;
  text-indent: -200px;
  overflow: hidden;
}

#currencies_table td.first_child {
  text-align: left;
  padding-left: 10px;
}

.currencies h2 {
  margin: 0;
}

.currencies table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 38px 0;
}

.currencies table tr.even {
  background-color: #f5f5f5;
}

.currencies table td {
  font: 12px/38px;
}

.currencies td img {
  vertical-align: middle;
}

.currencies thead tr {
  background: url(../images/site_images/bgr_dotted_border_horizontal.gif) repeat-x 0 38px;
}

.currencies thead td {
  font-weight: bold;
}

.colgroup_width {
  width: 80px;
}

.selected_currency {
  margin: 0 0 40px;
}

.selected_currency img.chart {
  margin: 0 0 0 40px;
  position: relative;
  z-index: 1;
}

#currency-right-listing {
  margin-bottom: 20px;
}

#currency-right-listing li {
  float: left;
  width: 300px;
  height: 7px;
  color: #939598;
  font-size: 16px;
  padding-top: 5px;
}

#currency-right-listing li:nth-child(odd) {
  background-color: #f5f5f5;
}

#currency-right-listing li:nth-child(even) {
  background-color: #fff;
}

#currency-right-listing li .currnecy-text {
  float: left;
  width: 140px;
  text-align: left;
}

#currency-right-listing li .currnecy-buy {
  float: left;
  width: 70px;
}

#currency-right-listing li .currnecy-sale {
  float: left;
  width: 70px;
}

#currency-right-listing li .trend {
  float: left;
  width: 60px;
  margin-top: 8px;
}

#currency-right-listing li .trend-down {
  background: url(../images/site_images/currency_price_down.gif) no-repeat 0 0;
  width: 16px;
  height: 16px;
}

#currency-right-listing li .trend-up {
  background: url(../images/site_images/currency_price_up.gif) no-repeat 0 0;
  width: 16px;
  height: 16px;
}

#currency-right-listing li .trend-nochange {
  background: url(../images/site_images/currency_price_nochange.gif) no-repeat 0 0;
  width: 16px;
  height: 16px;
}

.currency_rate ul li a {
  font: 14px Tahoma;
  color: #1a6596;
  text-decoration: none;
}

.currency_rate ul li.active {
  background: url(../images/site_images/bgr_currencies.gif) no-repeat 0 0;
}

.joke-current {
  color: #000000;
}

.jokes, .jokes-list {
  margin: 0px;
  padding: 0px;
}
.jokes a, .jokes p, .jokes-list a, .jokes-list p {
  color: #a7a9b0;
}

.one_line_box {
  padding: 0 10px;
  position: relative;
  margin-top: 10px;
}

.one_line_box > *, .online-help-box > * {
  display: inline-block;
  vertical-align: middle;
}

.online-help-box > * {
  vertical-align: -15px;
}

.one_line_box .txt {
  font-size: 12px;
}

.one_line_box .more_btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  line-height: 24px;
  padding-left: 10px;
  background-color: #fff;
}

.online-help-box {
  padding: 0px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.online-help-box div {
  width: 100%;
  clear: both;
}

#donate_bank_btn {
  color: #c60023;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

#bank-box {
  display: none;
}

.online-help-box p, .online-help-box a {
  line-height: 25px;
  font-size: 18px;
}

.online-help-box form {
  margin-left: -10px;
  margin-top: 15px;
}

.one_line_box h4:after, .online-help-box h6:after,
.one_line_box .head4:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #c93837;
}

.online-help-box h6 {
  position: relative;
  margin-right: 15px;
  margin-left: -12px;
  padding: 6px 9px 6px 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #c93837;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

.online-help-box h6 {
  margin-left: 0px;
  width: 61.5%;
  text-align: left;
}

.one_line_box .txt {
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
}

.error-box {
  width: 650px;
  margin: auto;
}

.error404-title-box {
  height: 315px;
  overflow: hidden;
}

.error404-title {
  font-size: 220px;
  line-height: 0px;
  font-family: Tahoma Regular;
  font-weight: bold;
  color: #c93837;
  text-align: center;
}

.error-description {
  font-size: 16px;
  font-family: Tahoma Regular;
  text-align: center;
  line-height: 16px;
  margin-bottom: 55px;
  font-style: italic;
}

.error-description a {
  color: #c93837;
  font-style: italic;
  text-decoration: underline;
}

.error-bttn {
  width: 330px;
  margin: auto;
}

.error-market-bttn, .error-home-bttn {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-right: 15px;
  font-family: Tahoma Regular;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
}

.error-market-bttn {
  background-color: #b1b4ba;
}

.error-home-bttn {
  background-color: #636976;
}

sup {
  line-height: 0px;
}

a, a:active {
  text-decoration: inherit;
  color: #000000;
}

a:hover {
  text-decoration: underline !important;
}

a:focus {
  outline: none;
}

.headline a:hover, .main-menu a:hover, .logo-box a:hover {
  text-decoration: none !important;
}

.error404-text {
  font-size: 72px;
  text-align: center;
  color: #c93835;
}

.p-right-0 {
  padding-right: 0px !important;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 40px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-75 {
  margin-top: 80px;
}

.banner-in-category {
  display: block;
  position: relative;
  text-align: center;
}

.fc-consent-root .fc-dialog-container .fc-secondary-button .fc-button-background {
  background-color: transparent !important;
}

.fc-consent-root .fc-dialog-container .fc-secondary-button .fc-button-label {
  color: rgb(25, 103, 210) !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .more-articles-box ul {
    display: inline-block;
  }
  .more-articles-box ul li {
    display: table;
    float: left;
    margin-bottom: 40px;
  }
  .more-articles-box ul li div {
    display: table-cell;
    float: left;
  }
  .more-articles-box ul li div:nth-child(2) {
    padding-left: 10px;
  }

  .more-articles-box ul {
    display: inline-block;
  }
  .more-articles-box ul li {
    display: table;
    float: left;
    margin-bottom: 40px;
  }
  .more-articles-box ul li div {
    display: table-cell;
    float: left;
  }
  .more-articles-box ul li div img {
    width: 100%;
  }
  .more-articles-box ul li div:nth-child(2) {
    padding-left: 10px;
    height: 130px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .right-box ul li {
    height: auto;
  }

  header {
    position: fixed;
    z-index: 999;
    top: 0px;
    height: 70px;
  }
  header .menu-mobile {
    display: none;
    background-color: #2A2B33;
    width: 100%;
    height: auto;
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 999;
    margin-bottom: 50px;
  }
  header .menu-mobile ul {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .menu-mobile ul li {
    display: inline-block;
    width: 100%;
  }
  header .active {
    display: block;
  }
  header .menu {
    display: none;
  }
  header .menu-bar {
    display: inline-block;
    margin-top: 25px;
  }
  header .logo-box {
    width: 150px;
    margin-left: 40%;
    margin-bottom: 13px;
    margin-top: 20px;
  }
  header .logo-box .logo {
    margin-top: 2px;
    width: 145px;
  }
  header .search-box {
    float: left;
    padding-top: 25px;
    margin-right: 10px;
    position: absolute;
  }
  header .search-box .icon-search {
    font-size: 20px;
  }
  header .sportlive-logo-text {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .mega-board {
    margin-top: 75px;
  }

  .load-more-articles-button {
    margin-bottom: 20px;
    width: 100%;
  }

  .right-box ul li {
    height: auto;
  }

  .teams-flag {
    overflow: hidden;
    height: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-articles-box ul {
    display: inline-block;
  }
  .more-articles-box ul li {
    display: table;
    float: left;
    margin-bottom: 40px;
  }
  .more-articles-box ul li div {
    display: table-cell;
    float: left;
  }
  .more-articles-box ul li div img {
    width: 100%;
  }
  .more-articles-box ul li div:nth-child(2) {
    padding-left: 10px;
  }
  .more-articles-box ul li:last-child {
    display: none;
  }

  .gallery-slider-for figure {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .gallery-slider-for figure img {
    width: 100%;
    border-radius: 10px;
    height: auto !important;
    overflow: unset;
  }

  .gallery-slider figure img {
    object-fit: cover !important;
    height: auto !important;
    overflow: unset;
  }

  .home-categories-box div {
    margin-right: 8px;
  }

  .transferline-box img {
    width: 60px;
  }

  .right-block {
    flex-basis: 100%;
    max-width: 100%;
  }

  hr {
    width: 100%;
  }

  #home-slider div .slider-caption {
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 22%);
    width: 100%;
  }
  #home-slider div .slider-caption a {
    margin-left: 30px;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 790px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .highlight-block {
    position: relative;
  }

  .home-categories-list {
    position: relative;
  }

  .top-articles-block-left-part {
    height: 460px;
    overflow: hidden;
  }
  .top-articles-block-left-part .description {
    display: none;
  }

  .top-articles-block-right-part {
    height: 205px;
  }
  .top-articles-block-right-part figure .slider-caption {
    position: absolute !important;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
    padding: 20px 0px 10px;
  }
  .top-articles-block-right-part figure .slider-caption a {
    display: block;
    margin-left: 10px;
  }
  .top-articles-block-right-part .article-box {
    display: inline-block;
    position: relative;
    width: 33%;
  }

  .top-articles-block-left-part .top-articles-caption {
    border-bottom-left-radius: 0px;
  }

  .top-articles-block-right-part {
    height: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .top-articles-block-right-part .slider-caption {
    position: relative !important;
  }
  .top-articles-block-right-part .slider-caption a {
    font-size: 18px;
  }

  .top-articles-block .navigation {
    display: none !important;
  }

  .top-articles-block img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .right-link {
    position: absolute;
    right: 0px;
    top: 30px;
  }

  #currency-right-listing li {
    width: 100%;
  }

  #currency-right-listing li .trend {
    margin-left: 30px;
    margin-top: 0px;
  }

  .right-box ul li figure {
    margin-left: 20px;
  }
  .right-box ul li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .right-box ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 769px) and (min-width: 20px) {
  body, html {
    width: 99.8%;
    overflow-x: hidden;
  }

  hr {
    width: 100%;
  }

  .right-link {
    display: none;
  }

  .related-article-more-link {
    text-align: left;
    float: left;
  }

  .logo_bullrend {
    right: 10px;
    top: 25px;
  }

  .currencies table tbody tr {
    height: auto;
    color: #939598;
    font-size: 16px;
    background-color: transparent !important;
  }

  #currency-right-listing li {
    width: 100%;
  }
  #currency-right-listing li .trend {
    margin-left: 5px;
    margin-top: 0px;
  }

  .galleries-block .last-child, .row .col-lg-6:nth-child(2), .row .col-lg-6:nth-child(4) {
    padding-left: 0px;
  }

  .search-field {
    width: 63%;
  }

  .search-button {
    width: 30%;
  }

  .right-box ul li {
    height: auto;
  }

  .col-xs-12 {
    margin-bottom: 10px;
  }

  .load-more-articles-button {
    margin-bottom: 20px;
    width: 100%;
  }

  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .teams-flag {
    overflow: hidden;
    height: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .teams-flag .slick-list {
    margin-left: 8px;
  }

  #home-slider div figure a > img {
    border-radius: 0px;
  }
  #home-slider div .slider-caption {
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 22%);
    width: 100%;
  }
  #home-slider div .slider-caption a {
    line-height: 22px;
  }

  .top-articles-block-left-part {
    height: 260px;
    overflow: hidden;
  }
  .top-articles-block-left-part .description {
    display: none;
  }

  .top-articles-block-left-part .top-articles-caption {
    border-bottom-left-radius: 0px;
  }

  .top-articles-block-right-part {
    height: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .top-articles-block-right-part .slider-caption {
    position: absolute;
    left: 0px;
    bottom: 4px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
    padding-top: 20px;
    width: 100%;
    max-height: 90px;
  }
  .top-articles-block-right-part .slider-caption a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-articles-block .navigation {
    display: none;
  }

  .top-articles-block img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .highlight-block figure img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .right-box .inner-box {
    padding: 24px 30px 10px 24px;
    display: inline-block;
    padding-left: 5%;
    padding-right: 5% !important;
  }
  .right-box .inner-box .mostReadArticle a {
    font-size: 20px;
  }

  .home-categories-box img {
    border-radius: 10px;
  }
  .home-categories-box div {
    display: block;
    margin-right: 0px;
  }

  .home-categories-list img {
    border-radius: 0px;
  }
  .home-categories-list ul li .right-part {
    margin-left: 5px;
    margin-top: 20px;
  }
  .home-categories-list ul li .right-part .category-breadcrumb-list {
    border-radius: 0px;
  }

  header {
    position: fixed;
    z-index: 999;
    top: 0px;
    height: 40px;
  }
  header .menu-mobile {
    display: none;
    background-color: #2A2B33;
    width: 100%;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 999;
  }
  header .menu-mobile ul {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
  }
  header .menu-mobile ul li {
    display: inline-block;
    width: 100%;
  }
  header .active {
    display: block;
  }
  header .menu {
    display: none;
  }
  header .menu-bar {
    display: inline-block;
    margin-top: 8px;
  }
  header .logo-box {
    margin-top: 6px;
    margin-bottom: 13px;
    margin-left: 30%;
  }
  header .logo-box .logo {
    width: 130px;
    margin-top: 0px;
  }
  header .search-box {
    position: absolute;
    padding-top: 10px;
    display: block;
  }
  header .sportlive-logo-text {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
  }

  .mega-board {
    margin-top: 60px;
  }

  #home-slider div .slider-caption a {
    font-size: 18px;
  }

  #home-slider div .slider-caption div {
    padding-left: 25px;
    padding-right: 20px;
  }

  .breadcrumb-article-title {
    display: none !important;
  }

  .breadcrumb ul li a {
    font-size: 14px;
  }
  .breadcrumb ul li + li:before {
    font-size: 14px;
  }

  .livecomments-block ul li .center-image {
    left: 0px;
  }
  .livecomments-block ul li img {
    width: 80px;
  }
  .livecomments-block ul li .like-comments-box img {
    width: 22px;
  }
  .livecomments-block ul li .unlike-live-comments {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -6px;
  }

  .gallery-slider-for figure {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .gallery-slider-for figure img {
    width: 100%;
    border-radius: 10px;
    height: auto !important;
    overflow: unset;
  }

  .galleries-filter-box {
    display: none;
  }

  .gallery-slider {
    height: 150px;
    overflow: hidden;
  }
  .gallery-slider figure img {
    object-fit: cover !important;
    height: auto !important;
    overflow: unset;
  }

  .galleries-image-description {
    display: none;
  }

  .video-box {
    position: relative;
    height: 350px;
  }

  .sl-360-text {
    display: none;
  }

  header .search-box a {
    vertical-align: 0px;
  }

  .social-box .author img {
    display: none;
  }
  .social-box .author span {
    vertical-align: -12px !important;
    margin-right: 0px !important;
    font-size: 13px;
  }
  .social-box ul {
    width: 93% !important;
  }

  .pagination {
    margin-top: 0px;
  }
  .pagination .page, .pagination .next, .pagination .last, .pagination .previous, .pagination .first {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 0px;
  }
  .pagination .current {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 20px;
    width: 10px;
    height: 5px;
    padding: 0px;
    background-color: transparent;
  }
  .pagination a {
    line-height: 1;
    height: 18px;
    padding: 8px;
    border-radius: 0px;
  }

  .headline {
    line-height: 36px;
    font-size: 26px;
  }

  .m-top-30 {
    margin-top: 10px;
  }

  footer .menu-footer {
    margin-bottom: 30px;
    position: relative;
  }
  footer .menu-footer ul {
    display: none;
  }
  footer .footer-show-menu-button {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .right-block {
    flex-basis: 100%;
    max-width: 100%;
  }

  .online-help-box h6 {
    width: 92%;
    font-size: 13px;
    line-height: 16px;
  }

  .online-help-box form {
    margin-top: 10px;
    display: block;
    display: block;
    text-align: center;
    width: 100%;
  }

  .online-help-box h6:after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
