@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, #search-mobile {
  display: none;
}

h1 {
  font-size: 36px;
}

h2 {
  color: #000000;
}

.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: #BA3382;
}

p {
  color: #a7a9b0;
}

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

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

header {
  height: 60px;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0 3px 2px -2px #00bfee;
}
header .menu-bar {
  display: none;
  float: right;
  cursor: pointer;
  margin-top: 12px;
}
header .bar1, header .bar2, header .bar3 {
  width: 20px;
  height: 3px;
  background-color: #000000;
  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: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  text-transform: uppercase;
}
header .menu-mobile li a img {
  width: 30px;
  vertical-align: -8px;
  margin-right: 10px;
}
header .menu-mobile li a:hover {
  color: #000000;
  border-bottom: solid 4px #BA3382;
}
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: 60px;
  z-index: 999;
  width: 30%;
  background-color: #BA3382;
  padding: 25px;
  border-radius: 10px;
}
header .search-header-box .search-header-filed {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: none;
  text-align: left;
  width: 70%;
  color: #000000;
  border-radius: 10px;
}
header .search-header-box .search-button-menu {
  color: #ffffff !important;
  background-color: #00bfee;
  padding: 5px 20px;
  position: absolute;
  top: 25px;
  right: 35px;
  border-radius: 10px;
}
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;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 350px;
  padding-bottom: 20px;
}
.iframe-container iframe {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.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 .menu-icons {
  display: flex;
  float: right;
  margin-top: 15px;
  position: absolute;
  right: 10px;
}
header nav .menu-icons li {
  display: inline-flex;
  margin-right: 10px;
}
header nav .menu-icons li img {
  width: 30px;
}

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: 20px;
}
header nav .main-menu li a {
  position: relative;
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  text-transform: uppercase;
}
header nav .main-menu li a:hover {
  color: #000000;
  border-bottom: solid 4px #BA3382;
}
header nav .main-menu li .active-link {
  color: #000000;
  border-bottom: solid 4px #BA3382;
}

header nav .sub-menu {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  width: 185px;
  top: 62px;
  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: 22px;
  font-size: 17px;
  padding-top: 0px;
}
header nav .sub-menu li a:hover {
  color: #000000;
  border: none;
  display: block;
  width: 100%;
}
header nav .sub-menu li a:hover:before {
  position: absolute;
  top: 12px;
  left: -20px;
  content: "-";
  color: #BA3382;
  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;
  margin-right: 10px;
}
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: 18px;
  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;
}

.horoscope_menu {
  display: none;
  margin: 0px;
  padding: 0px;
}
.horoscope_menu .slick-slide figure {
  margin: 0px;
}
.horoscope_menu .slick-slide figure img {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  width: 70px;
  margin: auto;
  text-align: center;
}
.horoscope_menu .slick-slide figure a {
  width: 70px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}
.horoscope_menu .slick-slide figure span {
  display: block;
  text-align: center;
  color: #00bfee;
}

#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;
  border-radius: 10px;
}
#home-slider div .slider-caption {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  border-radius: 10px;
}
#home-slider div .slider-caption p {
  color: #ffffff;
}
#home-slider div .slider-caption a {
  font-family: "Akrobat";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  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;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#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;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  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;
  border-radius: 10px;
  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: 4px;
  left: 0px;
  padding: 10px;
  width: 92%;
  border-radius: 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: 22px;
  font-size: 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;
  border-radius: 10px;
}

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

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

.top-articles-block-left-part .top-articles-caption {
  position: absolute;
  border-radius: 10px;
  left: 0px;
  bottom: 0px;
  width: 99%;
  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: "Akrobat";
  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: 16px;
  font-weight: normal;
  line-height: 14px;
}
.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;
  border-radius: 10px;
}
.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;
  border-radius: 10px;
}
.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: "Akrobat";
  font-size: 20px;
  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: "Akrobat";
  font-size: 20px;
  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: "Akrobat";
  font-size: 14px;
  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;
  border-radius: 10px;
}
.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: "Akrobat";
  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: "Akrobat";
  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;
  border-radius: 10px;
}
.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: "Akrobat";
  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;
}

.about-us-block p {
  line-height: 24px;
  font-size: 20px;
  margin-top: 10px;
}

.image-home-block figure {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border-radius: 10px;
}
.image-home-block figure img {
  display: inline;
  object-fit: cover;
  border-radius: 10px;
}
.image-home-block figure .image-article-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  padding-top: 20px;
  width: 100%;
  max-height: 90px;
  border-radius: 10px;
}
.image-home-block figure .image-article-caption p {
  padding-left: 10px;
  padding-right: 10px;
}
.image-home-block figure .image-article-caption a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Akrobat";
  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;
}
.image-home-block figure .image-article-caption .icon {
  width: 35px;
  position: absolute;
  right: 10px;
  bottom: 6px;
}
.image-home-block .first-images {
  margin-bottom: 20px;
}
.image-home-block .first-images figure {
  height: 340px;
}
.image-home-block .first-images img {
  max-width: 460px;
  height: 340px;
}
.image-home-block .first-images a {
  font-size: 20px !important;
}

.home-categories-list img {
  border-radius: 10px;
}
.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: #BA3382;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 10px;
}
.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: "Akrobat";
  font-size: 20px;
  font-weight: bold;
  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: "Akrobat";
  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: "Akrobat";
  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: "Akrobat";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 3px;
}
.right-box h2 a:first-child {
  margin-right: 10px;
}
.right-box h2 a:nth-child(2) {
  margin-left: 10px;
}
.right-box h2 .active {
  color: #BA3382;
  font-weight: bold;
  text-decoration: underline;
}
.right-box .lastedArticles, .right-box #lastedReadButton {
  display: none;
}
.right-box ul {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style-type: none;
}
.right-box ul li {
  clear: both;
  padding-bottom: 20px;
}
.right-box ul li figure {
  margin-left: 7px;
}
.right-box ul li .article-image {
  width: 100%;
  opacity: 0.9;
  border-radius: 10px;
  border-radius: 5px;
}
.right-box ul li a {
  font-family: "Akrobat";
  font-size: 18px;
  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: "Akrobat";
  font-size: 18px;
  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 {
  font-size: 16px;
  line-height: 24px;
}
.right-box .links-ads ul li a:hover {
  text-decoration: underline;
  color: #000000;
}
.right-box .see-all-articles-button {
  font-family: "Akrobat";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #BA3382;
  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: "Akrobat";
  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;
  border-radius: 10px;
}
.right-box p {
  margin-top: 3px;
  font-family: "Akrobat";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.social_box ul {
  margin: 0px;
  padding: 0px;
  height: 45px;
}
.social_box li {
  display: inline-block;
  border-radius: 50px;
  background-color: #00bfee;
  margin-right: 8px;
  padding: 13px 15px;
  padding-bottom: 10px !important;
  vertical-align: top;
}
.social_box li a:hover {
  text-decoration: none !important;
}
.social_box li .icon-twitter:hover, .social_box li .icon-facebook:hover, .social_box li .icon-instagram:hover, .social_box li .icon-youtube:hover {
  text-decoration: none !important;
}
.social_box li:first-child {
  background-color: transparent;
  padding-top: 5px;
}

.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 ul li {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
article h3 {
  color: #000000;
  font-size: 21px;
}
article h2 {
  margin-top: 30px;
}
article p {
  font-size: 20px;
  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: #BA3382;
  text-decoration: none;
}
article img {
  opacity: 0.9;
  border-radius: 10px;
  margin: auto;
  display: block;
  width: 100%;
}
article .article-image-box {
  position: relative;
}
article .article-image-box .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 .article-image-box img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
article .center-image {
  width: 380px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: block;
}
article .keywords-text {
  color: #00bfee;
  font-weight: bold;
  font-size: 20px;
}
article .keywords-list {
  display: inline;
  padding-left: 12px;
}
article .keywords-list li {
  display: inline-block;
  background-color: #BA3382;
  border-radius: 10px;
  padding: 10px 6px;
  list-style-type: none;
}
article .keywords-list li a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.social-box {
  padding: 0px;
  width: 100%;
  height: 74px;
  background-color: #cecece;
  margin-top: -10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.social-box ul {
  margin: 0px;
  padding: 15px;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.social-box ul li {
  display: inline-block;
}
.social-box ul .button {
  padding: 13px 15px;
  background-color: #00bfee;
  margin-right: 13px;
  border-radius: 50px;
}
.social-box ul .button 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: 30px;
}
.social-box ul .author img {
  width: 46px;
  margin-right: 20px;
}
.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: "Akrobat";
  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: "Akrobat";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d9d9d9;
  text-decoration: none;
}
.more-articles-box ul .related-article-more-link {
  text-align: right;
  float: right;
  color: #BA3382;
  font-size: 14px;
  text-decoration: none;
}

.load-more-articles-button {
  width: 350px;
  height: 40px;
  border-radius: 10px;
  border: solid 1px #BA3382;
  display: block;
  margin: 0 auto;
  font-family: "Akrobat";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.3;
  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;
  overflow: hidden;
}
.galleries-block figure img {
  height: 320px;
  display: block;
  margin: auto;
  opacity: 0.9;
  border-radius: 10px;
  max-width: 460px;
}
.galleries-block figure .highlight-article-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 50px;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
  padding-top: 20px;
  padding-bottom: 5px;
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
}
.galleries-block figure .highlight-article-caption h2 {
  padding-left: 10px;
  line-height: 12px;
  margin: 0px;
}
.galleries-block figure .highlight-article-caption a {
  text-shadow: 1px 1px 1px #555;
  font-family: "Akrobat";
  font-size: 20px;
  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 figure .highlight-article-caption p {
  text-shadow: 1px 1px 1px #555;
  font-family: "Akrobat";
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  line-height: 22px;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.galleries-block ul {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 30px;
}
.galleries-block ul li {
  display: inline-block;
  background-color: #BA3382;
  border-radius: 10px;
  padding: 10px 6px;
}
.galleries-block ul li a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.galleries-block ul .active {
  background-color: #00bfee;
}
.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 {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding: 0px;
  border-radius: 10px;
}
.gallery-slider img {
  object-fit: contain;
  cursor: pointer;
  opacity: 0.9;
  border-radius: 10px;
}
.gallery-slider .slider-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 20px;
  width: 100%;
  max-height: 90px;
  border-radius: 10px;
  color: #ffffff;
}
.gallery-slider .icon-right-arrow {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  position: absolute;
  right: 6px;
  top: 37%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  width: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 5px 8px 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.gallery-slider .icon-right-arrow:before {
  content: "\e95a";
}
.gallery-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: 37%;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  width: 12px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 8px 8px 8px 5px;
}
.gallery-slider .icon-left-arrow:before {
  content: "\e959";
}
.gallery-slider p {
  margin-left: 10px;
}
.gallery-slider a {
  color: #ffffff;
}

.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;
  border-radius: 10px;
}
.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);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.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: 995;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.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;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.gallery-slider-for .slider-caption p {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-slider-for .slider-caption a {
  font-family: "Akrobat";
  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: 22px;
  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%;
  border-radius: 0px;
}

.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: #BA3382;
}

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

.headline {
  font-family: "Akrobat";
  font-size: 38px;
  line-height: 42px;
  text-align: left;
  padding-bottom: 8px;
  background-color: #ffffff;
  margin: 0;
  color: #000000;
  font-weight: bold;
  width: 100%;
}
.headline .icon {
  width: 35px;
  margin-right: 10px;
  vertical-align: -5px;
}

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

.right-link {
  text-align: right;
  float: right;
  color: #BA3382;
  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: "Akrobat";
  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: "Akrobat";
  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 span {
  border-radius: 10px;
}
.pagination a {
  text-decoration: none;
  font-family: "Akrobat";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #BA3382;
  height: 18px;
  display: inline-block;
  border: solid 1px #2a2b33;
  padding: 8px;
  border-radius: 10px;
}
.pagination .current {
  text-decoration: none;
  font-family: "Akrobat";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background-color: #BA3382;
  height: 18px;
  display: inline-block;
  border: solid 1px #2a2b33;
  padding: 8px;
  border-radius: 10px;
}

.horoscope-list span {
  display: block;
  text-align: center;
  color: #00bfee;
}

.horoscope-navigation {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.horoscope-navigation ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.horoscope-navigation ul li {
  display: inline-block;
  background-color: #BA3382;
  border-radius: 10px;
  padding: 10px 6px;
}
.horoscope-navigation ul li a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.horoscope-navigation ul .active {
  background-color: #00bfee;
}

.daily_horoscope {
  margin: 0px;
  padding: 0px;
}

.daily_horoscope h2 {
  display: block;
  font-size: 30px;
  margin: 0;
}

.daily_horoscope h2 span {
  display: block;
  font-size: 18px;
  color: #999;
  text-align: left;
  clear: both;
}

.horoscope_image {
  display: block;
}

.daily_horoscope p {
  line-height: 24px;
  font-size: 20px;
  color: #000000;
  font-family: "Roboto";
}

.myhoroscope_box {
  clear: both;
  width: auto;
  padding: 10px 0 20px 0;
  margin: 0 2px 0 10px;
  background: url(../images/bgr_box.png) repeat-x 0 0;
  color: #7f7f7f;
  overflow: hidden;
}

.myhoroscope_box strong {
  display: block;
  font: bold 16px Georgia;
  padding-top: 4px;
}

.myhoroscope_box ul {
  margin-top: 20px;
  overflow: hidden;
}

.myhoroscope_box ul li {
  float: left;
  width: 76px;
}

.myhoroscope_box a {
  font: 12px/18px Arial;
  color: #7f7f7f;
}

.daily_ratings {
  margin: 80px 8px 0 10px;
  color: #00bfee;
  float: left;
}

.daily_ratings div {
  height: 19px;
  margin-bottom: 25px;
  color: #00bfee;
}
.daily_ratings div ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.daily_ratings div ul li {
  display: inline-block;
  list-style-type: none;
  width: 50px;
  height: 35px;
  background-color: #00bfee;
  margin-right: 5px;
  border-radius: 10px;
}
.daily_ratings div ul .text {
  background-color: transparent;
}
.daily_ratings div ul .text em {
  font-size: 20px;
  vertical-align: -5px;
  font-weight: bold;
}
.daily_ratings div ul .grey {
  background-color: #cecece;
}

.horoscope-inner-description {
  margin-right: 20px;
}

.quotes-box {
  display: table;
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("https://i.actualno.com/iwoman/images/quotes-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 10px;
}
.quotes-box .iwoman-logo {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}
.quotes-box .quotes-box-inner {
  display: table-cell;
  vertical-align: middle;
}
.quotes-box p {
  font-size: 32px;
  color: #000000;
  font-style: italic;
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 32px;
}
.quotes-box .author {
  font-size: 16px;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  padding: 0px;
}

.cite-right-box {
  margin-right: 10px;
  margin-left: 10px;
}

.cite-box {
  padding: 10px;
  padding-bottom: 25px;
  cursor: pointer;
  position: relative;
  background-color: #BA3382;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cite-box .quotes-text {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}
.cite-box .left-quotes {
  position: absolute;
  top: 5px;
  left: 1px;
}
.cite-box .quotes-author {
  color: #fff !important;
  float: right;
  font-size: 15px;
  line-height: 0px;
}

.view-more-quotes {
  position: relative;
  background-color: #00bfee;
  height: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.view-more-quotes a {
  display: block;
  padding-top: 5px;
  text-align: center;
  color: #ffffff;
}

.horoscope-right-block {
  padding: 10px;
}
.horoscope-right-block h2 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.horoscope-right-block #next_sign {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 99;
}
.horoscope-right-block #prev_sign {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}
.horoscope-right-block img {
  width: 190px;
  margin: auto;
}
.horoscope-right-block .zodiacName {
  text-align: center;
  font-size: 16px;
}

.luck-box {
  display: table;
  position: relative;
  background: url("https://i.actualno.com/iwoman/luck/luck-bg.png") no-repeat;
  width: 100%;
  height: 385px;
  margin-bottom: 40px;
  margin-top: 10px;
  background-position: center;
}
.luck-box .luck-box-inner {
  display: table-cell;
  vertical-align: middle;
}
.luck-box .luck-box-inner p {
  font-size: 32px;
  color: #000000;
  font-style: italic;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.luck-box .iwoman-logo {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}

.newluck-button,
.newquotes-button {
  border-radius: 10px;
  background-color: #BA3382;
  position: absolute;
  bottom: 5px;
  left: 35%;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
}

.sharefacebook {
  border-radius: 10px;
  background-color: #00bfee;
  position: absolute;
  bottom: 5px;
  right: 38%;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
}

.sharefacebook .fa-facebook {
  position: absolute;
  font-size: 30px;
  right: 24px;
  bottom: 0px;
}

.newquotes-button,
.quotes-box .sharefacebook {
  bottom: 5px;
}

.quotes-social-box {
  float: right;
  margin-bottom: 30px;
}

.luck-right-box-desktop,
.luck-right-box-mobile {
  margin-bottom: 20px;
  margin-left: 10px;
}

.luck-right-box-desktop {
  display: block;
}

.luck-right-box-mobile {
  display: block;
}

.joke-box {
  display: table;
  position: relative;
  background: url("https://i1.actualno.com/iwoman/images/joke-bg.jpg") repeat;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  margin-top: 10px;
  background-position: center center;
}
.joke-box .joke-box-inner {
  display: block;
  vertical-align: middle;
  margin-top: 40px;
  margin-bottom: 80px;
}
.joke-box .joke-box-inner p {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  font-style: italic;
  text-align: center;
  margin: 0px;
  padding: 0px 15px;
}
.joke-box .newluck-button {
  left: 38%;
}
.joke-box .newluck-button, .joke-box .sharefacebook {
  bottom: 15px;
}
.joke-box .iwoman-logo {
  position: relative;
  top: 30px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}

.jokes, .jokes-list {
  margin: 0px;
  padding: 0px;
}
.jokes a, .jokes p, .jokes-list a, .jokes-list p {
  color: #000000;
  font-size: 18px;
}

.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: #BA3382;
  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: #00bfee;
  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: #BA3382;
  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: #BA3382;
}

.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: 70px;
}

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

.border-radius-10 {
  border-radius: 10px;
}

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

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.slideshow-container .next {
  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);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-decoration: none;
}
.slideshow-container .next:before {
  content: "\e95a";
}
.slideshow-container .next :hover {
  text-decoration: none;
}

.slideshow-container .prev {
  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: 995;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}
.slideshow-container .prev:before {
  content: "\e959";
}
.slideshow-container .prev :hover {
  text-decoration: none;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.navigation-image {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 10px;
}

.navigation-image .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #00bfee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.navigation-image .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.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;
}

.updates {
  padding: 5px;
}

@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: #ffffff;
    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;
    right: 10px;
  }
  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, #search-mobile {
    display: block;
  }

  .highlight-block {
    position: relative;
  }

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

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

  #search-mobile {
    display: block;
    position: absolute;
    color: #000000;
    left: 10px;
    top: 6px;
  }
  #search-mobile img {
    width: 25px;
  }

  .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 {
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 92%;
    border-radius: 10px;
    background: linear-gradient(to bottom, transparent 0, #000 100%);
  }

  .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: 20px !important;
    line-height: 22px;
  }

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

  .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: 20px;
  }
}
@media only screen and (max-width: 769px) and (min-width: 20px) {
  article h2 {
    line-height: 28px;
  }
  article .center-image {
    width: 100%;
  }

  .iframe-container {
    position: relative;
    width: 100%;
    height: 220px;
    padding-bottom: 20px;
  }
  .iframe-container iframe {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  body, html {
    width: 99.8%;
    overflow-x: hidden;
  }

  hr {
    width: 100%;
  }

  #search-mobile {
    display: block;
    position: absolute;
    color: #000000;
    left: 10px;
    top: 6px;
  }
  #search-mobile img {
    width: 25px;
  }

  .search-header-box, #search-button {
    display: none;
  }

  .right-link {
    display: none;
  }

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

  .newluck-button, .newquotes-button {
    left: 10px;
    bottom: 10px;
  }

  .joke-box .newluck-button {
    left: 10px;
    bottom: 10px;
  }

  .sharefacebook {
    right: 10px !important;
    bottom: 10px !important;
  }

  .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;
  }

  .daily_horoscope .head, .daily_horoscope span {
    display: block !important;
    text-align: center !important;
  }

  .horoscope_image {
    display: block;
    width: 300px;
    margin: auto;
  }

  .daily_ratings {
    margin: auto;
    float: none;
  }
  .daily_ratings ul {
    justify-content: center;
    display: flex;
  }
  .daily_ratings ul .text {
    background-color: transparent;
    width: 65px;
    overflow: hidden;
  }

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

  .image-home-block .row {
    display: none;
  }

  #home-slider div figure a > img {
    border-radius: 10px;
  }
  #home-slider div .slider-caption {
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 78%);
    padding-top: 20px;
    display: block;
    height: auto;
    padding-bottom: 5px;
  }
  #home-slider div .slider-caption a {
    line-height: 22px;
  }

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

  .top-articles-block-left-part .top-articles-caption {
    padding-bottom: 5px;
  }
  .top-articles-block-left-part .top-articles-caption a {
    font-size: 20px;
    line-height: 24px;
  }
  .top-articles-block-left-part .top-articles-caption p {
    margin: 0px;
  }

  .top-articles-block-right-part {
    height: auto;
    border-radius: 10px;
  }
  .top-articles-block-right-part figure .slider-caption {
    width: 94%;
  }
  .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: 20px !important;
  }

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

  .top-articles-block img {
    border-radius: 10px;
  }

  .image-home-block figure {
    height: auto;
  }

  .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: 10px;
  }
  .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: 10px;
  }

  header {
    position: fixed;
    z-index: 999;
    top: 0px;
    height: 40px;
  }
  header .menu-mobile {
    display: none;
    background-color: #ffffff;
    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: 2px;
    margin-bottom: 13px;
    text-align: center;
    margin: auto;
    width: 130px;
    display: block;
    float: none;
  }
  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: 20px;
  }

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

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

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

  .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 li {
    margin-bottom: 10px;
  }

  .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;
  }

  .horoscope-navigation ul li {
    margin-bottom: 10px;
    margin-right: 3px;
  }
  .horoscope-navigation ul li a {
    font-size: 14px;
  }

  .daily_horoscope .head, .daily_horoscope span {
    display: block !important;
    text-align: center !important;
  }

  .horoscope_image {
    display: block;
    width: 300px;
    margin: auto;
  }

  .daily_ratings {
    margin: auto;
    float: none;
  }
  .daily_ratings div ul {
    justify-content: center;
    display: flex;
  }
  .daily_ratings div ul li {
    width: 30px;
    height: 30px;
  }
  .daily_ratings div ul .text {
    background-color: transparent;
    width: 65px;
    overflow: hidden;
  }
  .daily_ratings div ul .text em {
    vertical-align: -7px;
  }

  .horoscope_menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .horoscope_menu .icon-left-arrow {
    width: 14px;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 99;
  }
  .horoscope_menu .icon-right-arrow {
    width: 14px;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 99;
  }
  .horoscope_menu .slick-slide figure span {
    font-size: 13px;
  }

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

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

  .social-box .author img {
    display: none;
  }
  .social-box .author span {
    margin-right: 0px !important;
    font-size: 12px;
    margin-top: 7px;
  }
  .social-box ul {
    width: 93% !important;
  }
  .social-box ul .button {
    margin-right: 0px;
  }
  .social-box .date-white, .social-box .comments-white, .social-box .view-white {
    margin-right: 5px;
  }
  .social-box .author-text {
    font-size: 12px;
    margin-top: 15px;
  }

  .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: 10px;
    padding: 0px;
  }
  .pagination .current {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 20px;
    width: 10px;
    height: 5px;
    padding: 0px;
    background-color: transparent;
  }
  .pagination a {
    line-height: 1;
    height: 18px;
    padding: 8px;
    border-radius: 10px;
  }

  .article-image-box .source {
    font-size: 11px;
  }

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

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

  footer .logo-box .logo {
    width: 130px;
  }
  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;
  }

  .social-box {
    height: 55px;
  }
  .social-box .date-white {
    font-size: 12px;
  }
  .social-box ul .button {
    padding: 6px 8px;
  }

  article .article-image-box img {
    width: 100%;
  }
}

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