@font-face {
  font-family: "metropolis";
  src: url(../fonts/metropolisregular.woff2) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "metropolis";
  src: url(../fonts/metropolismedium.woff2) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "metropolis";
  src: url(../fonts/metropolissemibold.woff2) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "metropolis";
  src: url(../fonts/metropolisbold.woff2) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.light-mode {
  background-color: #ffffff;
  color: #1e1e1e ;
}
.dark-mode {
  background-color: #2b2b2b ;
  color: #ffffff;
}
.dark-mode #newsRead *{
  color: #ffffff;
}
.dark-mode .newsBox > strong {
color: #ffffff !important;
}
.ads.mobile{display: none !important;}
/**/
.wp-block-button__link {
color: #fff;
background-color: #32373c;
border-radius: 9999px;
box-shadow: none;
text-decoration: none;
padding: calc(.667em + 2px) calc(1.333em + 2px);
font-size: 1.125em
}
.wp-block-file__button {
background: #32373c;
color: #fff;
text-decoration: none
}
:root {
   --wp--preset--aspect-ratio--square: 1;
   --wp--preset--aspect-ratio--4-3: 4/3;
   --wp--preset--aspect-ratio--3-4: 3/4;
   --wp--preset--aspect-ratio--3-2: 3/2;
   --wp--preset--aspect-ratio--2-3: 2/3;
   --wp--preset--aspect-ratio--16-9: 16/9;
   --wp--preset--aspect-ratio--9-16: 9/16;
   --wp--preset--color--black: #000000;
   --wp--preset--color--cyan-bluish-gray: #abb8c3;
   --wp--preset--color--white: #ffffff;
   --wp--preset--color--pale-pink: #f78da7;
   --wp--preset--color--vivid-red: #cf2e2e;
   --wp--preset--color--luminous-vivid-orange: #ff6900;
   --wp--preset--color--luminous-vivid-amber: #fcb900;
   --wp--preset--color--light-green-cyan: #7bdcb5;
   --wp--preset--color--vivid-green-cyan: #00d084;
   --wp--preset--color--pale-cyan-blue: #8ed1fc;
   --wp--preset--color--vivid-cyan-blue: #0693e3;
   --wp--preset--color--vivid-purple: #9b51e0;
   --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
   --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
   --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
   --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
   --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
   --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
   --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
   --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
   --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
   --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
   --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
   --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
   --wp--preset--font-size--small: 13px;
   --wp--preset--font-size--medium: 20px;
   --wp--preset--font-size--large: 36px;
   --wp--preset--font-size--x-large: 42px;
   --wp--preset--spacing--20: 0.44rem;
   --wp--preset--spacing--30: 0.67rem;
   --wp--preset--spacing--40: 1rem;
   --wp--preset--spacing--50: 1.5rem;
   --wp--preset--spacing--60: 2.25rem;
   --wp--preset--spacing--70: 3.38rem;
   --wp--preset--spacing--80: 5.06rem;
   --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
   --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
   --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
   --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
   --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
   gap: 0.5em;
}
:where(.is-layout-grid) {
   gap: 0.5em;
}
body .is-layout-flex {
   display: flex;
}
.is-layout-flex {
   flex-wrap: wrap;
   align-items: center;
}
.is-layout-flex> :is(*, div) {
   margin: 0;
}
body .is-layout-grid {
   display: grid;
}
.is-layout-grid> :is(*, div) {
   margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
   gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
   gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
   gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
   gap: 1.25em;
}
.has-black-color {
   color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
   color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
   color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
   color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
   color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
   color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
   color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
   color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
   color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
   color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
   color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
   color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
   background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
   background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
   background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
   background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
   background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
   background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
   background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
   background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
   background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
   background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
   background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
   background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
   border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
   border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
   border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
   border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
   border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
   border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
   border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
   border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
   border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
   border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
   border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
   border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
   background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
   background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
   background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
   background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
   background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
   background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
   background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
   background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
   background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
   background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
   background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
   background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
   font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
   font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
   font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
   font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
   gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
   gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
   gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
   gap: 2em;
}
:root :where(.wp-block-pullquote) {
   font-size: 1.5em;
   line-height: 1.6;
}
/**/
.newsBox2 > i{background: #c90914;opacity: 0.7;}
.header-middle{background-color: #c90914}
.videoNewsBox ul li a strong:hover,.newsBox:hover>strong,.newsBox>strong:hover{color: #c90914}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li.active a:before,
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .submit,
.tag,[data-tooltip]:before,#profile .top > div > div > div > p span,#profile .top > div .award li a,
#profile .bottom .left .tab .tabMenu > li.active,#profile .bottom .left .tab .tabContent ul li a p em b,#profile .bottom .left .tab .tabContent .more a,
.numberSlider .nav > div:hover,#profile .bottom .left .tab .tabContent ul li a p em b:before,.img-col:hover .cover-btn,.ayarlarkaydet:hover,.kolexit p,
.more:hover img,.form-switch.active,a.other-text,.to-top{background: #c90914!important;}
#profileEdit > div > div:first-child ul li a:hover, #profileEdit > div > div:first-child ul li a.active,.authorBox ul li a strong,
#home > .bottom > .left .twoLineNews > div > div > div > div > div > div a strong:hover{color: #c90914}
.sirrl svg.titledot rect,.set-in-right .titledot rect {    fill: #c90914;}
footer .center > div .bulletin .form input{background: #2b2b2b}
footer .center > div .bulletin .form button{background: #2b2b2b}
.fixtureBox .top > div ul li.active,.fixtureBox .bottom > div .t table tr td.center ul li time,.fixtureBox .bottom > div .h > div{background: #c90914}
.fixtureBox .bottom > div .t table tr td:last-child a,.ydl-other ul li a h2,.yr-in a span,.yr-in a:hover p,.datepicker-panel>ul>li[data-view="month current"], .datepicker-panel>ul>li[data-view="year current"]{color: #c90914}
.yinl-left b,.set-top-text p b,.flex-times.flex-start a:hover,.yinl-right a:hover {color: #c90914!important;}
#newsSend > .content > div .row > div:first-child form .category ul li a.active,.sinl-top figure{border-color:#c90914!important;}
.pageWrapper .pageBread ul li:last-child a,.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .submit,
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li.active a:before,.pageWrapper .pageMainWrap .contentWrap .pageNav ul li > a:before,
.videonews .ntitle h3:before, .videonews li figure span, .videonews li:hover{background: #c90914}
body{background-color: #efefef}
.lastmin-slider .owl-dots button.active:after{border-color: transparent transparent #efefef}
.left .more a, .mainSlide .owl-dots button.active,
.panel-slider .owl-dots button.active, .panel-slider .owl-nav .owl-prev:hover, .panel-slider .owl-nav .owl-next:hover,
.ntitle h3:before, .sticky-bread,.datepicker-panel>ul>li.picked{background-color: #c90914 !important;}
.four-manset-pagination ul li.active:before, .four-manset-pagination ul li:hover:before{border-color: #c90914}
.videoNewsBox ul li a strong:hover, .newsBox:hover>strong, .newsBox>strong:hover, #newsRead .bottom .left .detail p strong{color: #c90914}
#newsRead .bottom .left .tags ul li:hover,  span.icon-border-count
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a:hover strong, .sixNews .right .newsBox2>span:hover strong{color: #c90914}
.sixNews .left div:not(:first-child) .newsBox2>span:hover strong{color: #c90914}
.owl-yazarlar-in a:hover h2, .owl-yazarlar-in a:hover h5{color: #c90914}
.hm-in-left nav ul li a{color: #fff}
.hm-in-right ul li a svg path,.hm-in-right ul li a svg circle, .hm-in-right ul li a{stroke:#fff;}
.hm-in-right ul li a:hover span{background-color: #222222}
.hm-in-right ul li a.hamburger svg path {stroke: none!important;
fill: #fff;}
.hm-in-right ul li a span{background-color: #fff}
.hm-in-right ul li a{border-color: #fff}
.header-bottom{background-color: #222222}
.header-bottom ul a, .header-bottom ul svg path, .header-bottom ul svg rect {color: #999999;fill: #999999}
.header-bottom ul a:hover, .header-bottom ul a.active{color:#ffffff}
.header-bottom ul a:hover svg path, .header-bottom ul a:hover svg rect{fill: #ffffff}
.sondakika.son-flash:after, .sondakika.son-flash:before {border-color: transparent transparent #ffffff;}
.sondakika.son-flash, .sondakika.son-flash:after{background-color: #c90914}
.sondakika.son-flash span{color: #ffffff}
.sondakika:after, .sondakika:before {border-color: transparent transparent #fdca49;}
.sondakika, .sondakika:after{background-color: #222222}
.sondakika span{color: #fdca49}
.fn-in-right a:hover,.tyi-in-right h5:hover,.tyi-in-bottom a:hover{color: #c90914 !important;}
.mainSlide .owl-nav button:hover, .manset4 .owl-dots button.active, .sliderhamburger:hover{background-color: #c90914;}
.hmb-in-left ul li a:before{background-color: #ffffff}
.header-middle-bottom, .header-middle2{background-color: #c90914}
.hmb-in-left ul li a, .hm2-in .hm2-right ul li a{color: #fff}
.hm2-in .hm2-right ul li a svg path, .hm2-in .hm2-right ul li a svg rect{fill :#fff}
   .new-header-gray{background-color: #222222}
.h4b-carousel a{color: #999999}
#owl-h4b .owl-nav button u{background-color: #ffffff}
.h4b-carousel span{color: #ffffff}
.h4b-carousel i, .h4b-carousel a{color: #999999}
.hour24 svg path {fill: #ffffff}
.nhg-right ul li span, .nhg-right ul li p{color: #999999}
   .cb-ver-head, .p-d-body .ss-top ul li.active, #newsRead .top .siteMap li strong, .p-d-body .ss-top ul li:hover, #newsRead .bottom .left .tags ul li:hover{background-color: #c90914}
.koleksiyonexit-in a.kolcikar{background-color: #c90914 !important;}
.takipettiklerim-in-right>a:hover{color: #c90914 !important;}
.db-in input:focus {
   color: #c90914;
   border-color: #c90914;
}
.radio input:checked ~ .checkmark{background-color: #c90914;border-color:#c90914}
.goldto-bottom a{background-color: #c90914}
.db-in input:focus::placeholder {
   color: #c90914;
}
.goldto-miktar input:focus {
color: #c90914;
border-color: #c90914;
}
.goldto-miktar input:focus::placeholder {
color: #c90914;
}
.goldto-bottom select:focus {
border-color: #c90914;
}
header .header-charts {
z-index: 9!important;
}
.header-middle {
z-index: 99;
}
.hc-in:after {
background-color: #2A2E39;
}
.hc-down .highcharts-markers path:last-child,
.hc-down .highchats-series path {
fill: #FD5C56;
}
.hc-down .highcharts-series path:first-child {
stroke: #FD5C56;
}
/**/
.roboto {
  font-family: metropolis, sans-serif
}
.robotoCondensed {
  font-family: metropolis, sans-serif
}
.block {
  display: block
}
.iblock {
  display: inline-block
}
.inline {
  display: inline
}
.none {
  display: none
}
.fleft {
  float: left
}
.fright {
  float: right
}
.rel {
  position: relative
}
.abs {
  position: absolute
}
.tcenter {
  text-align: center !important
}
.tleft {
  text-align: left !important
}
.tright {
  text-align: right !important
}
.w100 {
  width: 100%
}
a {
  text-decoration: none !important
}
.w-light {
  font-weight: 300 !important
}
.w-bold {
  font-weight: 700 !important
}
.w-normal {
  font-weight: 400 !important
}
.w-medium,
.w-semi {
  font-weight: 500 !important
}
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none
}
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
  outline: 0
}
input {
  -webkit-appearance: none
}
p {
  margin: 0
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
form {
  margin: 0
}
.t-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block
}
.pointer {
  cursor: pointer
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
.rows:after,
.rows:before {
  content: "";
  display: table;
  clear: both
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
.colFill {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px
}
.colFixed {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
img {
  max-width: 100%
}
table {
  border-spacing: 0
}
.container {
  width: 100%;
  max-width: calc( 100vw - 350px );
  padding: 0 12px;
  margin: 0 auto
}
.mm-page__blocker {
  background: rgba(34, 34, 34, .9)
}
.header-top {
  background-color: #fff;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header {
  width: 100%;
  position: relative;
}
.ht-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ht-left-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
}
.ht-left-in img {
  margin-right: 11px;
}
.ht-left-in span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
.ht-left-in span u {
  color: #5D9B0D;
  text-decoration: none;
  margin: 0 7px;
}
.ht-left-in span b {
  color: #777777;
}
.ht-left-in.down span u {
  color: #EC1A29;
}
.ht-left-in:last-child {
  margin-right: 0;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ht-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ht-right-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ht-right-in span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
}
.weatherStatus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.weatherStatus i {
  margin-right: 10px;
  color: #2c9287;
  font-size: 20px;
  width: 24px;
  height: 24px;
  display: block;
  transition: .3s;
  transition: background-color .2s ease-in-out;
  background-image: url(../img/hava/icon-h1-25.svg)
}
.karla-karisik-yagmurlu {
  background-image: url(../img/hava/icon-h1-19.svg) !important
}
.cok-bulutlu,
.default,
.kapali {
  background-image: url(../img/hava/icon-h1-27.svg) !important
}
.duman,
.pus,
.toz-veya-kum-firtinasi {
  background-image: url(../img/hava/icon-h1-21.svg) !important
}
.ruzgarli,
.soguk {
  background-image: url(../img/hava/icon-h1-25.svg) !important
}
.bulutlu,
.parcali-az-bulutlu,
.parcali-bulutlu {
  background-image: url(../img/hava/icon-h1-49.svg) !important
}
.az-bulutlu {
  background-image: url(../img/hava/icon-h1-29.svg) !important
}
.acik,
.sicak {
  background-image: url(../img/hava/icon-h1-33.svg) !important
}
.hafif-sagnak-yagisli {
  background-image: url(../img/hava/icon-h1-41.svg) !important
}
.dolu {
  background-image: url(../img/hava/icon-h1-14.svg) !important
}
.yogun-kar-yagisli {
  background-image: url(../img/hava/icon-h1-17.svg) !important
}
.icon-12 {
  background-image: url(../img/hava/icon-h1-tornado.svg) !important
}
.icon-13,
.orta-siddetli-yagmur {
  background-image: url(../img/hava/icon-h1-10.svg) !important
}
.icon-15 {
  background-image: url(../img/hava/icon-h1-05.svg) !important
}
.hafif-kar,
.kar,
.kar-olasiligi {
  background-image: url(../img/hava/icon-h1-05.svg) !important
}
.hafif-yagmur,
.hafif-yagmurlu,
.yagmur,
.yagmur-olasiligi {
  background-image: url(../img/hava/icon-h1-41.svg) !important
}
.guneyli-kuvvetli-ruzgar,
.kuzeyli-kuvvetli-ruzgar {
  background-image: url(../img/hava/icon-h1-21.svg) !important
}
.ht-right-in img {
  margin-right: 12px;
}
.ht-right-in:first-child {
  margin-right: 24px;
}
.ht-right-in svg {
  margin-left: 5px;
}
.ht-right-in:last-child span b {
  color: #5283C7;
}
.ht-right-in:last-child {
  cursor: pointer;
}
.ht-right-in ul li a:hover {
  color: #c90914;
}
.ht-right-in span b {
  color: #649F16;
  margin-left: 7px;
}
.ht-right-in ul {
  top: 26px;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 49%);
  position: absolute;
  text-align: left;
  z-index: 99;
  position: absolute;
  width: 160px;
  max-height: 170px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 12px 0;
  min-width: 160px;
  z-index: 3;
  visibility: hidden;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(.2, .2);
  transform: scale(.2, .2);
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 4px rgb(0 0 0 / 49%);
}
.ht-right-in ul.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.ht-right-in ul li {
  font-size: 13px !important;
  font-weight: 500 !important;
  position: relative;
  line-height: 30px !important;
  padding: 0 19px;
  height: 30px;
}
.ht-right-in ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
  padding: 5px 0;
}
.ht-right-in ul.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.header-bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  flex-wrap: wrap;
  padding: 13px 0 0 0;
}
.header-bottom ul li {
  margin-right: 26px;
  margin-bottom: 13px;
}
.header-bottom ul li:last-child {
  margin-right: 0;
}
.header-bottom {
  background-color: #222222;
  width: 100%;
}
.header-bottom ul a {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-bottom ul a:hover,
.header-bottom ul a.active {
  color: #fff;
}
.header-bottom ul a:hover path,
.header-bottom ul a.active path {
  fill: #fff;
}
.header-bottom ul svg {
  margin-right: 10px;
}
.header-middle {
  width: 100%;
  background-color: #C90914;
  position: relative;
}
.hm-in {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hm-in-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hm-in-left nav ul li {
  display: inline-block;
  position: relative;
}
.hm-in-left nav ul li a {
  text-transform: uppercase;
  letter-spacing: 0.1px;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  transform-origin: center;
  margin-right: 20px;
}
.hm-in-left nav ul li a:hover:before,
.hm-in-left nav ul li a.active:before,
.hmb-in-left ul li a:hover:before,
.hmb-in-left ul li a.active:before {
  width: 100%;
}
.hm-in-left nav ul li a:before,
.hmb-in-left ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width .3s ease-in-out;
}
div#logo a {
  margin-right: 38px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
div#logo a span {
  margin-top: -3px;
}
div#logo img {
  max-height: 68px;
}
.hm-in-left nav ul li:last-child a {
  margin-right: 0;
}
.lastol {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 0;
  flex-wrap: wrap;
}
.lastol-out {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}
.lastol-in {
  width: 100%;
  margin-bottom: 40px;
}
.lastol-in a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 13px;
  transition: background-color .2s ease-in-out;
}
.lastol-in a figure {
  margin: 0;
  width: 100%;
  height: 370px;
  position: relative; 
}
.lastol-in a figure img {
  width: 100%;  margin: auto;
  height: 100%;
  object-fit: cover;
}
.lastol-in span.tag {
  font-size: 1rem;
  font-weight: 600 !important;
  padding: 0 9px;
  height: 24px;
  line-height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 2px 0 0;
}
.lastol-in a h3 {
  padding: 9px 14px 0 14px; min-height: 54px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #010101;
  transition: color .2s ease-in-out;
}
.lastol-in a:hover h3 {
  color: #fff;
}
.lastol-in a>span {
  color: #db2027;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 9px;
}
.lastol-in a svg {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.lastol-in a>span u {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  background: #db2027;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  z-index: 99;
}
.lastol-in a>span u:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  left: 3px;
  top: 3px;
}
.dashanim p {
  background: red;
  width: calc(100% - 77px);
  height: 2px;
  position: relative;
  z-index: 99;
}
.dashanim {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.dashanim-in {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 12px 4px, 12px 4px, 4px 12px, 4px 12px;
  animation: dash 5s linear infinite;
  display: block;
  position: absolute;
  left: 0;
}
@keyframes dash {
  0% {
      transform: translateX(0);
  }
  90% {
      transform: translateX(50%);
  }
  100% {
      transform: translateX(0);
  }
}
.hm-in-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hm-in-right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 8px;
  flex-direction: column;
}
.hm-in-right ul li:last-child a {
  margin-right: 0;
}
.hm-in-right ul li a span {
  width: 8px;
  height: 2px;
  margin-bottom: 1px;
  display: block;
  background-color: #F1F1F1;
  border-radius: 8px;
}
.hm-in-right ul li a span:last-child {
  margin-bottom: 0;
}
.lastmin-slider a {
  height: 330px;
  width: 100%;
  display: block;
}
.lastmin-slider a figure {
  height: 330px;
  object-fit: cover;
  width: 40%;
  float: right;
  margin:0 38px 0 0;
}
.lastmin-slider a figure img {
  height: 100%;
  width: auto !important;
  /*object-fit: cover;*/
}
.lastmin-slider {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 0;
}
.lastmin-slider a h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.5rem;
  width: 50%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px 0 20px;
}
/*.lastmin-slider a:before {
  content: "";
  position: absolute;
  top: 140px;
  background-color: #000;
  width: 4px;
  height: 450px;
  left: 46%;
  transform: translate(-50%, -50%) rotate(-32deg);
  z-index: 999;
  margin-left: 2px;
}*/
.lastmin-slider a .slide-tag {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
  background-color: #FDCA49;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
}
.lastmin-slider .owl-dots:before {}
.lastmin-slider .owl-dots {
  display: flex !important;
  position: absolute;
  counter-reset: dots;
  height: auto;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  left: 20px;
  bottom: 20px;
}
.lastmin-slider .owl-dots button {
  border: 0;
  background-color: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #222222;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 28px;
  min-width: 28px;
  min-height: 28px;
}
.lastmin-slider .owl-dots button:last-child {
  margin-right: 0;
}
.lastmin-slider .owl-dots button.active {
  background-color: #222;
  color: #fff;
}
.lastmin-slider .owl-dots button.active:after {
  border-width: 0 6px 6px 6px;
  content: '';
  border-style: solid;
  display: block;
  border-color: transparent transparent #ffffff;
  position: absolute;
  bottom: -20px;
}
.lastmin-slider a svg {
  position: absolute;
  top: 0;
  left: 0;
}
.sondakika {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 52px;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: transform .35s ease-in-out;
}
.sondakika.active {
  transform: translateY(-120%);
}
.sondakika.active2 {
  right: -52px;
}
.sondakika.active3 {
  transform: translateY(120%);
}
.sondakika span {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: .30px;
  color: #FDCA49;
  display: block;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 33px;
  animation: sccale 1.5s ease-out infinite normal;
}
.sondakika:after,
.sondakika:before {
  border-width: 0 25px 24px 27px;
  content: '';
  border-style: solid;
  display: block;
  border-color: transparent transparent #FDCA49;
  position: absolute;
  bottom: 0;
}
.sondakika:before {
  bottom: 100%;
  margin-bottom: 26px;
}
@keyframes sccale {
  0% {
      transform: scale(1) rotate(180deg) translate(0);
  }
  25% {
      transform: scale(0.9) rotate(180deg) translate(0);
  }
  50% {
      transform: scale(1) rotate(180deg) translate(0);
  }
  70% {
      transform: scale(0.9) rotate(180deg) translate(0);
  }
  100% {
      transform: scale(1) rotate(180deg) translate(0);
  }
}
.sondakika-shine {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  z-index: 99;
  height: 100%;
}
.sondakika-shine.active {
  animation: shinee .5s linear forwards;
  animation-delay: 1.3s;
}
.sondakika-shine-out {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  z-index: 99;
  height: 100%;
}
.sondakika-shine p:nth-child(5),
.sondakika-shine p:nth-child(6),
.sondakika-shine p:nth-child(7),
.sondakika-shine p:nth-child(8) {
  bottom: -320px;
}
.sondakika-shine p {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -130px;
  transform: rotate(105deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
  width: 100px;
  height: 100px;
}
@keyframes shinee {
  from {
      transform: translateY(0);
  }
  to {
      transform: translateY(-200%);
  }
}
a.sonaktif:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  background-color: #222;
  height: 100%;
  content: "";
  z-index: 9;
}
.flasaktif a.sonaktif:after {
  background-color: #ca0a14;
}
.tag {
  display: inline-block;
  font-style: normal;
  color: #fff;
  background: #c90914;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600 !important;
  padding: 0 9px;
  height: 24px;
  line-height: 25px;
  border-radius: 2px;
}
.tag.green {
  background: #178c29
}
.tag.pink {
  background: #b32d44
}
.tag.purple {
  background: #5133a5
}
.tag.orange {
  background: #f88b28
}
.tag.blue {
  background: #214b7f
}
.newsBox {
  display: block;
  background: #fff;
  font-size: 0
}
.dark-mode .newsBox {
  background: none;
}
.newsBox span {
  position: relative;
  display: block
}
.newsBox span img {
  width: 100%;
  object-fit: cover;
}
.newsBox span>strong {
  position: absolute;
  left: 15px;
  bottom: 15px
}
.newsBox span>i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  color: #fff;
  display: block;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  margin: -25px 0 0 -25px;
  text-align: center !important;
  background: rgba(201, 9, 20, .85)
}
.newsBox>strong {
  height: 64px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #010101;
  padding: 11px 15px 9px 15px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.newsBox>strong span {
  display: block;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: unset
}
.newsBox.blue span>i {
  background: rgba(33, 75, 127, .85)
}
.newsBox.purple span>i {
  background: rgba(78, 63, 127, .85)
}
.newsBox.orange span>i {
  background: rgba(233, 111, 38, .85)
}
.newsBox.orange:hover>strong {
  color: #e96f26
}
.newsBox.green span>i {
  background: rgba(23, 140, 41, .85)
}
.newsBox.green:hover>strong {
  color: #178c29
}
.newsBox2 {
  position: relative;
  display: block;
  font-size: 0
}
.newsBox2 img {
  width: 100%;
  object-fit: cover
}
.newsBox2>i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  color: #fff;
  display: block;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  margin: -25px 0 0 -25px;
  text-align: center !important;
  background: rgba(201, 9, 20, .85)
}
.newsBox2>em {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2
}
.newsBox2>em.right {
  left: auto;
  right: 15px
}
.newsBox2>span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
  padding-left: 14px
}
.newsBox2>span strong {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2
}
.fourTab .newsBox2>span strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  -webkit-line-clamp: 3
}
.newsBox2>span strong span {
  display: block;
  color: #fdde11
}
.newsBox2>span strong.sm {
  font-size: 16px;
  max-height: 38px;
  line-height: normal
}
.newsBox2>span strong.md {
  font-size: 22px;
  max-height: 54px;
  line-height: normal
}
.newsBox2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
}
.ads {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 0
}
.ads img {
  margin: 0 auto
}
.formGroup {
  width: 100%;
  padding-bottom: 12px
}
.formGroup>label {
  display: block;
  font-size: 13px;
  color: #242424;
  padding-bottom: 5px;
  font-weight: 500
}
.formGroup>div {
  position: relative
}
.formGroup>div input,
.formGroup>div select {
  width: 100%;
  display: block;
  padding: 0;
  border: 1px solid #dedede;
  padding: 8px 10px;
  font-size: 13px;
  color: #242424;
  line-height: 14px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-appearance: none;
  appearance: none
}
.formGroup>div input:focus,
.formGroup>div select:focus {
  background: #f7f7f7
}
.formGroup>div select {
  padding-right: 30px
}
.formGroup>div i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  color: #a5a5a5;
  font-size: 10px;
  text-align: center !important;
  width: 30px
}
.formGroup>div i:before {
  line-height: 0;
  display: block
}
.formGroup.horizontal {
  display: table
}
.formGroup.horizontal>label {
  display: table-cell;
  padding-bottom: 0;
  padding-right: 12px;
  font-weight: 500
}
.formGroup.horizontal>div {
  display: table-cell
}
.formGroup:last-child {
  padding-bottom: 0
}
.formGroup2>label {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600 !important;
  display: block;
  padding-bottom: 7px
}
.formGroup2>div {
  position: relative;
  background: #edeae6
}
.formGroup2>div input,
.formGroup2>div select {
  position: relative;
  z-index: 2;
  border: none;
  padding: 0;
  width: 100%;
  font-weight: 600 !important;
  color: #757575;
  font-size: 12px;
  padding: 10px 15px;
  line-height: 14px;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0
}
.formGroup2>div select {
  padding-right: 50px
}
.formGroup2>div select+i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px;
  width: 34px;
  text-align: center !important;
  font-size: 10px;
  color: #757575;
  background: #d9d6d3
}
.btn {
  padding: 0;
  border: 1px solid #dedede;
  background: #f7f7f7;
  font-size: 13px;
  color: #242424;
  line-height: 14px;
  padding: 8px 15px;
  cursor: pointer;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
.btn:hover {
  background: #c90914;
  color: #fff;
  border-color: #c90914
}
.btn.blue:hover {
  background: #222074;
  border-color: #222074
}
.tab .tabContent>div {
  display: none
}
.tab .tabContent>div.active {
  display: block
}
.economyTable {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-spacing: 0
}
.economyTable tbody tr td {
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 10px 5px;
  color: #2953b8;
  font-size: 12px;
  font-weight: 700 !important
}
.economyTable tbody tr td img {
  max-width: unset
}
.economyTable tbody tr td.change {
  width: 10px;
  font-weight: 500;
  font-size: 14px
}
.economyTable tbody tr td.change span {
  position: relative;
  padding-left: 20px
}
.economyTable tbody tr td.change span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border: 6px solid transparent
}
.economyTable tbody tr td.change.up span {
  color: #3fa65a;
  display: block
}
.economyTable tbody tr td.change.up span:before {
  border-bottom-color: #3fa65a;
  margin-top: -9px
}
.economyTable tbody tr td.change.down span {
  color: #c90914;
  display: block
}
.economyTable tbody tr td.change.down span:before {
  border-top-color: #c90914;
  margin-top: -3px
}
.economyTable tbody tr td:first-child {
  width: 10px;
  padding-left: 15px
}
.economyTable tbody tr td:last-child {
  padding-right: 15px
}
.economyTable tbody tr:last-child td {
  border-bottom: none
}
.authorBox ul {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none
}
.authorBox ul li {
  border-top: 1px solid #d8d8d8
}
.authorBox ul li a {
  display: block;
  position: relative;
  padding: 20px 15px 20px 98px
}
.authorBox ul li a img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #d9d0cc
}
.authorBox ul li a strong {
  display: block;
  color: #c90914;
  font-weight: 700 !important;
  font-size: 15px
}
.authorBox ul li a span {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.authorBox ul li:first-child {
  border-top: none
}
.videoNewsBox ul {
  background: #fff;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8
}
.videoNewsBox ul li {
  border-bottom: 1px solid #d8d8d8
}
.videoNewsBox ul li a {
  display: block;
  position: relative;
  padding: 20px 15px 20px 175px;
  min-height: 120px
}
.videoNewsBox ul li a span {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 0
}
.videoNewsBox ul li a span img {
  width: 145px;
  height: 90px;
  object-fit: cover
}
.videoNewsBox ul li a span i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  display: block;
  width: 18px;
  text-align: center !important;
  background: #c90914
}
.videoNewsBox ul li a strong {
  display: block;
  line-height: 20px;
  font-size: 15px;
  color: #222;
  max-height: 60px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.videoNewsBox ul li a em {
  display: block;
  font-style: normal;
  color: #848484;
  font-size: 13px;
  font-weight: 500 !important;
  padding-top: 5px
}
.popularNewsBox ul {
  background: #fff;
}
.popularNewsBox ul li {
  position: relative;
}
.popularNewsBox ul li:not(:last-child):after {
  background: #E6E6E6;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
}
.popularNewsBox ul li a {
  display: block;
  position: relative
}
.popularNewsBox ul li a span {
  position: relative;
  display: block;
  color: #010101;
  padding: 13px 15px 14px 60px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 2;
}
i.popshadow {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.popularNewsBox ul li a:hover i.popshadow {
  visibility: visible;
  opacity: .3;
}
.popularNewsBox ul li a span b {
  font-weight: 600;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  text-align: center !important;
  width: 30px;
  display: block;
  line-height: 30px;
  border-radius: 100%;
  font-size: 15px;
  background: #efefef;
  color: #010101;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
.popularNewsBox ul li a span strong {
  display: block;
  line-height: 22px;
  font-size: 15px;
  height: 42px;
  overflow: hidden;
  font-weight: 600;
}
.popularNewsBox ul li a span em {
  display: none;
  font-style: normal;
  font-size: 13px;
  color: #626161;
  font-weight: 500 !important;
  padding-top: 5px
}
.popularNewsBox ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0
}
.popularNewsBox ul li a:hover img {
  opacity: 1
}
.popularNewsBox ul li a:hover span {
  color: #fff
}
.pdlCss {
  max-height: 312px
}
.pdlCss.mxh {
  max-height: 100% !important
}
.fixtureBox {
  background: #333
}
.fixtureBox .top {
  display: table;
  width: 100%
}
.fixtureBox .top>div {
  display: table-cell
}
.fixtureBox .top>div .head>* {
  padding: 10px 15px
}
.fixtureBox .top>div ul {
  font-size: 0;
  text-align: right !important;
  white-space: nowrap
}
.fixtureBox .top>div ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700 !important;
  color: #fff;
  padding: 18px 15px;
  cursor: pointer
}
.fixtureBox .top>div ul li.active {
  background: #178c29
}
#agenda .fixtureBox>.center {
  position: relative;
  display: none;
  background: #848484;
  padding: 0 32px
}
.fixtureBox>.center .swiper-container .swiper-slide {
  width: auto;
  font-size: 12px;
  font-weight: 700 !important;
  color: #fff;
  padding: 0 15px;
  line-height: 32px;
  cursor: pointer
}
.fixtureBox>.center .swiper-container .swiper-slide.active {
  background: #178c29
}
.fixtureBox>.center .swiper-button-next,
.fixtureBox>.center .swiper-button-prev {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  margin: 0;
  padding: 0;
  height: auto;
  width: 32px;
  color: #fff;
  font-size: 12px
}
.fixtureBox>.center .swiper-button-next:after,
.fixtureBox>.center .swiper-button-prev:after {
  display: none
}
.fixtureBox>.center .swiper-button-prev {
  right: auto;
  left: 0
}
.fixtureBox .bottom {
  padding: 0 15px 15px
}
.fixtureBox .bottom>div {
  background: #fff;
  padding: 15px
}
.fixtureBox .bottom>div .h {
  position: relative;
  background: #333;
  padding: 7px 120px 7px 45px
}
.fixtureBox .bottom>div .h img {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 21px;
  height: 14px;
  margin-top: -7px
}
.fixtureBox .bottom>div .h strong {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px
}
.fixtureBox .bottom>div .h>div {
  position: absolute;
  right: 0;
  top: 0;
  background: #178c29;
  height: 100%;
  width: 110px
}
.fixtureBox .bottom>div .h>div i {
  position: absolute;
  right: 15px;
  color: #fff;
  top: 50%;
  line-height: 0;
  font-size: 10px
}
.fixtureBox .bottom>div .h>div select {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 110px;
  border: none;
  background: 0 0;
  color: #fff;
  font-weight: 700 !important;
  font-size: 12px;
  padding: 0 15px;
  -webkit-appearance: none;
  appearance: none
}
.fixtureBox .bottom>div .h>div select option {
  color: #1a1a1a
}
.fixtureBox .bottom>div .t {
  overflow: auto;
  max-height: 342px
}
.fixtureBox .bottom>div .t table {
  width: 100%;
  table-layout: fixed
}
.fixtureBox .bottom>div .t table tr td {
  font-size: 14px;
  color: #1a1a1a;
  padding: 10px;
  height: 50px
}
.fixtureBox .bottom>div .t table tr td:first-child {
  font-size: 13px;
  color: #333;
  width: 85px;
  white-space: nowrap
}
.fixtureBox .bottom>div .t table tr td:nth-child(3) {
  text-align: right !important
}
.fixtureBox .bottom>div .t table tr td.dot {
  width: 90px
}
.fixtureBox .bottom>div .t table tr td.dot ul {
  font-size: 0;
  white-space: nowrap
}
.fixtureBox .bottom>div .t table tr td.dot ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #9f9f9f;
  margin: 2px
}
.fixtureBox .bottom>div .t table tr td.dot ul li.green {
  background: #188128
}
.fixtureBox .bottom>div .t table tr td.dot ul li.red {
  background: #d30f41
}
.fixtureBox .bottom>div .t table tr td.dot ul li.yellow {
  background: #e6ab00
}
.fixtureBox .bottom>div .t table tr td.center {
  width: 150px;
  padding: 0;
  white-space: nowrap;
  text-align: center !important
}
.fixtureBox .bottom>div .t table tr td.center ul {
  font-size: 0
}
.fixtureBox .bottom>div .t table tr td.center ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  padding: 2px
}
.fixtureBox .bottom>div .t table tr td.center ul li span {
  background: #f0f0f0;
  line-height: 20px;
  width: 18px;
  display: block;
  text-align: center !important;
  color: #333
}
.fixtureBox .bottom>div .t table tr td.center ul li time {
  background: #178c29;
  line-height: 20px;
  width: 44px;
  display: block;
  text-align: center !important;
  color: #fff
}
.fixtureBox .bottom>div .t table tr td.center ul li img {
  display: block
}
.fixtureBox .bottom>div .t table tr td.center ul li:first-child {
  padding-right: 8px
}
.fixtureBox .bottom>div .t table tr td.center ul li:last-child {
  padding-left: 8px
}
.fixtureBox .bottom>div .t table tr td:last-child {
  width: 85px;
  text-align: right !important
}
.fixtureBox .bottom>div .t table tr td:last-child a {
  font-size: 20px;
  color: #178c29
}
.fixtureBox .bottom>div .t table tr:nth-child(even) {
  background: #f0f0f0
}
.fixtureBox .bottom>div .t table tr:nth-child(even) td.center ul li span {
  background: #fff
}
.fixtureBox .bottom>div .mobile {
  display: none
}
.fixtureBox .bottom>div .mobile .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
.fixtureBox .bottom>div .mobile .swiper-slide .team {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  text-align: center !important;
  padding: 30px 0;
  padding-right: 50px
}
.fixtureBox .bottom>div .mobile .swiper-slide .team img {
  height: 40px
}
.fixtureBox .bottom>div .mobile .swiper-slide .team strong {
  display: block;
  padding: 10px 0;
  color: #1a1a1a;
  font-size: 14px
}
.fixtureBox .bottom>div .mobile .swiper-slide .team ul {
  font-size: 0;
  white-space: nowrap
}
.fixtureBox .bottom>div .mobile .swiper-slide .team ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #9f9f9f;
  margin: 2px
}
.fixtureBox .bottom>div .mobile .swiper-slide .team ul li.green {
  background: #188128
}
.fixtureBox .bottom>div .mobile .swiper-slide .team ul li.red {
  background: #d30f41
}
.fixtureBox .bottom>div .mobile .swiper-slide .team ul li.yellow {
  background: #e6ab00
}
.fixtureBox .bottom>div .mobile .swiper-slide .team:last-child {
  padding-right: 0;
  padding-left: 50px
}
.fixtureBox .bottom>div .mobile .swiper-slide .center {
  position: absolute;
  text-align: center !important;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  transform: translateY(-50%)
}
.fixtureBox .bottom>div .mobile .swiper-slide .center .score {
  width: 80px;
  text-align: center !important
}
.fixtureBox .bottom>div .mobile .swiper-slide .center .score span {
  vertical-align: middle;
  background: #f0f0f0;
  line-height: 24px;
  width: 24px;
  text-align: center !important;
  color: #333;
  display: inline-block
}
.fixtureBox .bottom>div .mobile .swiper-slide .center .score b {
  vertical-align: middle;
  margin: 0 5px
}
.fixtureBox .bottom>div .mobile .swiper-slide .center .time {
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  padding-top: 10px
}
.fixtureBox .bottom>div .mobile .swiper-slide .center .time strong {
  display: block
}
.fixtureBox .bottom>div .mobile .navDot {
  text-align: center !important;
  padding-bottom: 15px
}
.fixtureBox .bottom>div .mobile .navDot span {
  width: 10px;
  height: 10px;
  margin: 2px;
  background: #9f9f9f
}
.fixtureBox .bottom>div .mobile .navDot span.swiper-pagination-bullet-active {
  background: #c90914
}
.scrollTable>div:last-child {
  overflow: auto
}
.scrollTable>div:last-child table {
  width: 100%
}
.head {
  position: relative;
  background: #c90914
}
.head>h1,
.head>h2,
.head>h3,
.head>h4,
.head>h5,
.head>h6,
.head>strong {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 10px 20px !important;
  display: block;
  font-family: metropolis, sans-serif
}
.head>a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 85px;
  color: #fff;
  background: #aa0d0f;
  font-size: 12px;
  font-weight: 700 !important;
  text-align: center !important
}
.head>a span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 0;
  transform: translateX(-50%);
  padding-right: 20px;
  white-space: nowrap
}
.head>a span i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 10px
}
.head>a+h1,
.head>a+h2,
.head>a+h3,
.head>a+h4,
.head>a+h5,
.head>a+h6,
.head>a+strong {
  padding-right: 100px
}
.head>a.md {
  width: 110px
}
.head>a.md+h1,
.head>a.md+h2,
.head>a.md+h3,
.head>a.md+h4,
.head>a.md+h5,
.head>a.md+h6,
.head>a.md+strong {
  padding-right: 125px
}
.head>a.lg {
  width: 135px
}
.head>a.lg+h1,
.head>a.lg+h2,
.head>a.lg+h3,
.head>a.lg+h4,
.head>a.lg+h5,
.head>a.lg+h6,
.head>a.lg+strong {
  padding-right: 150px
}
.head.blue {
  background: #222074
}
.head.lightBlue {
  background: #214b7f
}
.head.purple {
  background: #3b227d
}
.head.purple>a {
  background: #351d73
}
.head.lightPurple {
  background: #4e3f7f
}
.head.lightPurple>a {
  background: #4e3f7f
}
.head.orange {
  background: #f88b28
}
.head.orange>a {
  background: #e8760f
}
.head.black {
  background: #222
}
.head.black>a {
  background: #e8760f
}
.head.gray {
  background: #848484
}
.head.gray>a {
  background: #757575
}
.head.pink {
  background: #cb4b4c
}
.head.pink>a {
  background: #757575
}
.head.transparent {
  background: 0 0
}
.head.transparent>a {
  background: 0 0
}
.policy {
  position: fixed;
  left: 0;
  bottom: -100%;
  right: 0;
  padding: .8rem 0;
  background: rgba(255, 255, 255, .94);
  border-top: solid .1rem #eee;
  color: #666;
  overflow: hidden;
  transition: all .4s ease-in-out;
  z-index: 15
}
.policy .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 32px
}
.policy .container p {
  font-size: 11px
}
.policy .container p a {
  color: #666;
  text-decoration: underline !important
}
.policy .container>a {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  width: 20px;
  line-height: 14px;
  text-align: center !important
}
.policy.active {
  bottom: 0
}
.horoscope>div {
  background: url(../img/homeHoroscope.jpg) no-repeat center;
  background-size: cover;
  padding: 19px 0
}
.horoscope>div ul {
  font-size: 0;
  text-align: center !important
}
.horoscope>div ul li {
  display: inline-block
}
.horoscope>div ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500 !important;
  width: 78px;
  padding: 10px 0;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
.horoscope>div ul li a i {
  display: block;
  font-size: 48px;
  margin-bottom: 11px
}
.horoscope>div ul li a>span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700 !important;
  opacity: 0;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
.horoscope>div ul li a>span span {
  display: block
}
.horoscope>div ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #812535;
  opacity: 0;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
.horoscope>div ul li a:hover>span {
  opacity: 1
}
.horoscope>div ul li a:hover::before {
  opacity: .9
}
.horoscope.purple>div {
  background: url(../img/womanHoroscope.jpg) no-repeat center;
  background-size: cover
}
.horoscope.purple>div ul li a:before {
  background: #4e3f7f
}
.horoscopeCalculation .row {
  margin: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 5px 6px
}
.horoscopeCalculation .row>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  padding: 9px
}
.alerts li {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #157a1e;
  background: #f2fdf3;
  border: 1px solid #c1ecd7;
  padding: 15px 15px 15px 55px;
  line-height: 18px;
  margin-top: 12px
}
.alerts li i {
  position: absolute;
  left: 5px;
  top: 50%;
  line-height: 0;
  text-align: center !important;
  width: 50px;
  font-size: 18px
}
.alerts li.danger {
  background: #fdf2f2;
  border-color: #ecc0c0;
  color: #c90914
}
.alerts li:first-child {
  margin-top: 0
}
.pop {
  position: fixed;
  z-index: 16 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background: #ebebeb;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
.pop.open {
  opacity: 1;
  visibility: visible
}
.pop>a {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  color: #fff;
  line-height: 40px;
  width: 40px;
  text-align: center !important
}
.pop #registerAndLogin,
.pop .registerAndLoginContent {
  padding: 40px 0
}
[data-tooltip] {
  position: relative
}
[data-tooltip]:before {
  position: absolute;
  content: attr(data-tooltip);
  left: 50%;
  white-space: nowrap;
  bottom: 100%;
  transform: translateX(-50%);
  font-family: metropolis, sans-serif;
  background: #c90914;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 15px;
  margin-bottom: 10px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  visibility: visible
}
[data-tooltip]:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 100%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #c90914;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  visibility: visible
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible
}
body {
  margin: 0;
  background: #dcdcdc;
  font-family: metropolis, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  opacity: 1
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0 !important
}
body :after,
body :before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0 !important
}
body.bgWhite {
  background: #fff
}
body.newsSendOpen {
  overflow: hidden
}
body.newsSendOpen>* {
  filter: blur(5px)
}
body.newsSendOpen>.pop {
  filter: blur(0)
}
body.newsSendOpen>header {
  filter: blur(0)
}
body.newsSendOpen>header {
  filter: blur(5px)
}
body.load {
  opacity: 1
}
#home {
  padding: 10px 12px 20px 12px;
}
#home .cuff {
  padding-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#home .cuff .left {
  flex: 0 0 100%;
  max-width: calc(100% - 300px);
  padding: 0 10px
}
#home .cuff .left .bottom {
  background: #222;
  background: #848484;
  padding: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  display: none
}
#home .cuff .left .bottom li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  padding: 3px
}
#home .cuff .left .bottom li a {
  display: block;
  text-align: center !important;
  font-size: 12px;
  font-weight: 700 !important;
  color: #fff;
  line-height: 18px;
  padding: 6px;
  background: #222;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#home .cuff .left .bottom li a.active,
#home .cuff .left .bottom li a:hover {
  background: #c90914
}
#home .cuff .left .bottom li a.green.active,
#home .cuff .left .bottom li a.green:hover {
  background: #42b053
}
#home .cuff .left .bottom li a.orange.active,
#home .cuff .left .bottom li a.orange:hover {
  background: #fe9e14
}
#home .cuff .left .bottom li a.blue.active,
#home .cuff .left .bottom li a.blue:hover {
  background: #47a0cf
}
#home .cuff .right {
  -ms-flex: 0 0 384px;
  flex: 0 0 300px;
  max-width: 300px;
  padding: 0 0 20px 0
}
#home .fiveNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 0
}
#home .fiveNews>div {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  padding-bottom: 20px
}
#home>.bottom {
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home>.bottom>.left {
  /*-ms-flex: 0 0 792px;
  flex: 0 0 792px;*/
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding: 0 20px 0 0;
}
#home>.bottom>.left .sixNewsSymmetry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}
#home>.bottom>.left .sixNewsSymmetry>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 20px 10px 0
}
#home>.bottom>.left .sixNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
#home>.bottom>.left .sixNews .left {
  -ms-flex: 0 0 66.67%;
  flex: 0 0 66.67%;
  max-width: 66.67%;
  padding: 0 12px
}
#home>.bottom>.left .sixNews .left>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#home>.bottom>.left .sixNews .left>div>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  padding: 20px 10px 0
}
#home>.bottom>.left .sixNews .left>div>div:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  padding: 20px 10px 0;
  padding-top: 0;
}
#home>.bottom>.left .sixNews .right {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 12px
}
#home>.bottom>.left .sixNews .right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
#home>.bottom>.left .sixNews .right>div>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  padding: 0 10px 20px 10px;
  height: auto;
}
#home>.bottom>.left .sixNews .right>div>div a {
  height: 100%
}
#home>.bottom>.left .sixNews .right>div>div a img {
  height: 158px
}
#home>.bottom>.left .sixNews .left>div>div:first-child a {
  height: 222px;
}
#home>.bottom>.left .sixNews .left>div>div:first-child a img {
  height: 100% !important;
}
.left .economy {
  margin-bottom: 20px;
}
.left .economy>div:last-child {
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-top: none;
  background: #fff
}
.left .economy>div:last-child>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.left .economy>div:last-child>div>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0;
}
.left .economy>div:last-child>div>div:first-child {
  -ms-flex: 0 0 66.67%;
  flex: 0 0 66.67%;
  max-width: 66.67%;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
}
.left .economy .newsBox2 img {
  height: 253px
}
#home>.bottom>.left .twoLineNews {
  position: relative;
  padding-right: 140px;
  margin-bottom: 20px;
}
#home>.bottom>.left .twoLineNews>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
#home>.bottom>.left .twoLineNews>div>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px
}
#home>.bottom>.left .twoLineNews>div>div>div>a img {
  height: 210px
}
#home>.bottom>.left .twoLineNews>div>div>div>div {
  padding: 14px;
  height: 100%;
  background: #fff;
  border-top: none
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  padding: 7px 7px 0 7px;
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a img {
  width: 100%;
  display: block;
  height: 110px;
  object-fit: cover
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a strong {
  display: block;
  font-size: 15px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-weight: 600;
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a:hover strong {
  color: #c90914
}
#home>.bottom>.left .twoLineNews .ads {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  bottom: 0;
  margin-bottom: 0;
}
#home>.bottom>.left .twoLineNews .ads img {
  height: 100%
}
#home>.bottom>.left .tvAndNewspaper {
  position: relative;
  padding-right: 224px
}
#home>.bottom>.left .tvAndNewspaper .tv {
  margin-top: 24px
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol {
  position: relative;
  z-index: 2;
  background: #3b227d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 17px;
  text-align: center !important
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol li {
  font-size: 14px;
  color: #fff;
  font-weight: 500 !important;
  line-height: 19px;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 10px;
  padding: 8px
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol li:first-child {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  padding: 8px;
  background: #7152c6
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(2) {
  background: #fc4482
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div {
  position: relative;
  z-index: 2;
  height: 268px;
  overflow: auto
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul {
  background: #f9f9f9;
  display: table;
  width: 100%;
  border-spacing: 0
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li {
  display: table-row;
  margin: 0
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div {
  display: table-cell;
  width: 40%;
  padding: 0;
  background: #fed7e5;
  border-bottom: 1px solid #fff;
  height: 67px;
  padding: 5px 10px;
  text-align: center !important;
  vertical-align: middle
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p {
  font-size: 14px;
  color: #222
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p strong {
  display: block;
  color: #fc4482;
  padding-bottom: 5px;
  font-weight: 500
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p span {
  padding-right: 5px
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div p span:last-child {
  padding: 0 0 0 5px
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:first-child {
  width: 20%;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  background: #f9f9f9
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:last-child {
  background: #efeafa
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li:last-child>div {
  border-bottom: none
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div::-webkit-scrollbar {
  width: 17px
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div::-webkit-scrollbar-track {
  background: #7152c6
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div::-webkit-scrollbar-thumb {
  background-color: #5133a5;
  transform: scale(.5)
}
#home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child:before {
  position: absolute;
  content: "";
  left: -1px;
  top: 0;
  right: -1px;
  height: 200px;
  background: #5133a5
}
#home>.bottom>.left .tvAndNewspaper .newspaper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 200px
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child {
  padding: 14px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none;
  position: relative
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .swiper-slide a {
  display: block;
  font-size: 0
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .swiper-slide a img {
  width: 100%
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .pager {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 14px;
  text-align: center !important;
  z-index: 2;
  width: auto;
  line-height: 32px;
  color: #757575;
  font-size: 12px;
  font-weight: 700 !important
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .nav {
  background: #edeae6;
  margin-top: 10px
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .nav:after,
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .nav:before {
  content: "";
  display: table;
  clear: both
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .nav>div {
  float: left;
  line-height: 32px;
  width: 32px;
  text-align: center !important;
  background: #d9d6d3;
  font-size: 12px;
  color: #757575;
  cursor: pointer;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .nav>div:last-child {
  float: right
}
#home>.bottom>.left .tvAndNewspaper .newspaper>div>div:last-child .nav>div:hover {
  background: #a3a3a3;
  color: #fff
}
#home>.bottom>.left .popular {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 20px
}
#home>.bottom>.left .popular>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px 20px 10px;
}
#home>.bottom>.left .popular>div .ads250x250,
#home>.bottom>.left .popular>div .newsBox2,
#agenda .left .popular>div .newsBox2 {
  height: 233px
}
#home>.bottom>.left .popular>div .ads250x250 img,
#home>.bottom>.left .popular>div .newsBox2 img {
  height: 100%
}
#home>.bottom>.left .popular>div:nth-child(2) {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 10px 20px 10px;
}
#home>.bottom>.left .sport {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  background: #fff;
  position: relative;
}
#home>.bottom>.left .sport>div:first-child {
  -ms-flex: 0 0 66%;
  flex: 0 0 100%;
  /*max-width: calc(100% - 247px);*/
  max-width: 66%;
  padding: 0 10px;
  padding: 0;
  height: 364px;
  position: relative;
}
#home>.bottom>.left .sport>div:first-child a {
  height: 100%
}
#home>.bottom>.left .sport>div:first-child a img {
  height: 100%;
  object-fit: cover;
}
#home>.bottom>.left .sport>div:first-child a span {
  background: #f8f8f8;
  max-width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home>.bottom>.left .sport>div:first-child a span strong {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
}
#home>.bottom>.left .sport>div:first-child a:before {
  display: none
}
#home>.bottom>.left .sport>div:last-child {
  /*flex: 0 0 247px;*/
  flex: 0 0 33%;
  padding: 0 10px;
  padding: 0;
  /*max-width: 247px;*/
  max-width: 33%;
}
#home>.bottom>.left .sport>div:last-child .swiper-slide a {
  display: block;
  position: relative;
  font-size: 0
}
#home>.bottom>.left .sport>div:last-child .swiper-slide a img {
  width: 100%
}
#home>.bottom>.left .sport>div:last-child .swiper-slide a strong {
  position: absolute;
  left: 12px;
  bottom: 12px
}
#home>.bottom>.left .sport>div:last-child .pager li {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: 0 0;
  padding: 10px 20px;
  opacity: 1
}
#home>.bottom>.left .sport>div:last-child .pager li a {
  font-size: 15px;
  color: #000;
  font-weight: 600 !important;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home>.bottom>.left .sport>div:last-child .pager li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #178c29;
  opacity: 0;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#home>.bottom>.left .sport>div:last-child .pager li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #E6E6E6
}
#home>.bottom>.left .sport>div:last-child .pager li:first-child:after {
  display: none
}
#home>.bottom>.left .sport>div:last-child .pager li.swiper-pagination-bullet-active a {
  color: #178c29
}
#home>.bottom>.left .sport>div:last-child .pager li.swiper-pagination-bullet-active:before {
  opacity: 1
}
#home>.bottom>.left .sportSlider {
  padding-top: 24px
}
#home>.bottom>.left .sportSlider>div {
  position: relative
}
#home>.bottom>.left .sportSlider>div .nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}
#home>.bottom>.left .sportSlider>div .nav>div {
  background: rgba(255, 255, 255, .65);
  line-height: 40px;
  width: 40px;
  text-align: center !important;
  font-size: 12px;
  color: #000;
  font-weight: 700 !important;
  cursor: pointer;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#home>.bottom>.left .sportSlider>div .nav>div:hover {
  background: #fff
}
#home>.bottom>.left .fixtureBox {
  margin-bottom: 20px
}
#home>.bottom>.right {
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
}
#home>.bottom>.right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home>.bottom>.right>div>div {
  order: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#home>.bottom>.right .fourTab>div>div {
  position: relative
}
#home>.bottom>.right .fourTab .tabMenu {
  display: table;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  background: #848484
}
#home>.bottom>.right .fourTab .tabMenu li {
  display: table-cell;
  text-align: center !important;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 700 !important;
  line-height: 36px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#home>.bottom>.right .fourTab .tabMenu li.active,
#home>.bottom>.right .fourTab .tabMenu li:hover {
  background: #c90914
}
#home>.bottom>.right .fourTab .tabMenu li.green.active,
#home>.bottom>.right .fourTab .tabMenu li.green:hover {
  background: #42b053
}
#home>.bottom>.right .fourTab .tabMenu li.orange.active,
#home>.bottom>.right .fourTab .tabMenu li.orange:hover {
  background: #fe9e14
}
#home>.bottom>.right .fourTab .tabMenu li.blue.active,
#home>.bottom>.right .fourTab .tabMenu li.blue:hover {
  background: #47a0cf
}
#home>.bottom>.right .fourTab .newsBox2>span {
  bottom: 35px
}
#home>.bottom>.right .fourTab .number {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-align: center !important;
  border-top: 1px solid #2f2f2f
}
#home>.bottom>.right .fourTab .number li {
  display: inline-block;
  opacity: 1;
  width: 34px;
  height: auto;
  line-height: 34px;
  text-align: center !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700 !important;
  color: #aba8a8;
  background: 0 0;
  border-left: 1px solid #2f2f2f
}
#home>.bottom>.right .fourTab .number li:first-child {
  border-left: none
}
#home>.bottom>.right .fourTab .number li.swiper-pagination-bullet-active {
  background: #c90914
}
.right .game ul {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none;
  font-size: 0;
  text-align: center !important;
  padding: 9px 0
}
.right .game ul li {
  display: inline-block;
  padding: 5px;
  vertical-align: middle
}
.right .game ul li span {
  display: block;
  font-size: 20px;
  font-weight: 700 !important;
  color: #fff;
  border-radius: 100%;
  line-height: 34px;
  width: 34px;
  background: #de0a16;
  background: -moz-linear-gradient(top, #de0a16 0, #a5050d 100%);
  background: -webkit-linear-gradient(top, #de0a16 0, #a5050d 100%);
  background: linear-gradient(to bottom, #de0a16 0, #a5050d 100%)
}
.right .game ul li span.black {
  background: #6a6a6a;
  background: -moz-linear-gradient(top, #6a6a6a 0, #212121 100%);
  background: -webkit-linear-gradient(top, #6a6a6a 0, #212121 100%);
  background: linear-gradient(to bottom, #6a6a6a 0, #212121 100%)
}
.right .game ul li b {
  font-size: 30px;
  color: #000
}
#economy {
  padding-bottom: 20px
}
#economy .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 20px;
}
#economy .top>div:first-child {
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 480px;
  padding: 0 10px;
  margin-bottom: 20px;
}
#economy .top>div:last-child {
  -ms-flex: 0 0 666px;
  flex: 0 0 666px;
  max-width: 600px;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 20px;
}
#economy .top>div:last-child ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -12px
}
#economy .top>div:last-child ul li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  padding: 10px 12px
}
#economy .top>div:last-child ul li a {
  display: block;
  position: relative;
  padding: 9px 0 9px 130px
}
#economy .top>div:last-child ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 84px;
  width: 115px;
  object-fit: cover
}
#economy .top>div:last-child ul li a strong {
  font-size: 17px;
  color: #222;
  font-weight: 700 !important;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px
}
#agenda .center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tab .tabContent>div.active {
  min-height: 400px !important;
}
.fixtureBox .bottom>div .t table tr td.center {
  width: 150px;
  padding: 0;
  white-space: nowrap;
  text-align: center !important;
  margin-bottom: 0 !important;
  display: table-cell !important;
}
#agenda .center>div {
  -ms-flex: 0 0 282px;
  flex: 0 0 282px;
  max-width: 282px;
  padding: 0 10px
}
#agenda .center>div table {
  width: 100%;
  border: 0;
  background-color: #fff;
  color: #242424;
  font-size: 14px;
  text-align: center !important
}
#agenda .center>div table thead {
  font-size: 15px
}
#agenda .center>div table thead tr td {
  padding: 10px 15px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
#agenda .center>div table thead tr td:first-child {
  text-align: left !important
}
#agenda .center>div table thead tr td.select {
  padding: 0 20px;
  position: relative;
  background: #214b7f
}
.cryptoTable tr td {
  text-align: left !important;
}
#agenda .center>div table thead tr td.select i {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 0
}
#agenda .center>div table thead tr td.select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px;
  color: #fff
}
#agenda .center>div table thead tr td.select select option {
  color: #242424
}
#agenda .center>div table tbody tr td {
  border-top: 1px solid #d8d8d8;
  padding: 11px 15px;
  line-height: 22px;
  text-align: right;
}
#agenda .center>div:first-child table tbody tr:first-child td {
  height: 48px;
}
#agenda .center>div table tbody tr td:first-child {
  text-align: left !important;
  position: relative;
  padding-left: 47px;
  height: 47px;
}
#agenda .center>div table tbody tr td:first-child img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%)
}
#agenda .center>div table tbody tr td .nowMoney {
  padding-left: 20px;
  position: relative
}
#agenda .center>div table.cryptoTable tbody tr td:last-child {
  padding-left: 42px;
}
#agenda .center>div table tbody tr td .nowMoney:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border: 5px solid transparent;
  border-bottom-color: #37bb9b;
  margin-top: -7px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#agenda .center>div table tbody tr td .nowMoney.down:before {
  margin-top: -1px;
  border-bottom: transparent;
  border-top-color: #ff4264
}
#agenda .center>div table tbody tr td .gap {
  display: inline-block;
  background: #37bb9b;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 5px;
  min-width: 53px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#agenda .center>div table tbody tr td .gap.down {
  background: #ff4264
}
#agenda .center>div table tbody tr:nth-child(odd) {
  background: #f7f7f7
}
#agenda .center>div:first-child {
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 456px;
  padding: 0 10px 0 0
}
#agenda .center>div:last-child {
  -ms-flex: 0 0 384px;
  flex: 0 0 322px;
  max-width: 322px;
  padding: 0 0 0 10px;
}
#economy .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#economy .bottom .left .sixNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#economy .bottom .left .sixNews>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  padding: 0px 20px 20px 0
}
#economy .bottom .left .ads {
  margin-bottom: 20px;
}
#economy .bottom .right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#economy .bottom .right>div>div {
  order: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  padding: 20px 10px 0
}
#agenda,
#woman {
  padding-bottom: 20px;
  padding-top: 20px;
}
#agenda>div,
#woman>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#agenda>div .left,
#woman>div .left,
#sport>.bottom .left,
#profile .bottom .left,
#economy .bottom .left {
  /* flex: 0 0 792px; */
  width: calc(100% - 300px);
  padding: 0 20px 0 0;
}
#agenda>div .left .sixNews,
#woman>div .left .sixNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}
#agenda>div .left .sixNews>div,
#woman>div .left .sixNews>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px 20px 10px
}
#agenda>div .left .ads,
#woman>div .left .ads {
  margin-bottom: 20px;
}
.popular .ads {
  margin-bottom: 0 !important;
}
#agenda>div .right,
#woman>div .right,
#sport>.bottom .right,
#profile .bottom .right,
#economy .bottom .right {
  flex: 0 0 300px;
  max-width: 300px;
}
#agenda>div .right>div,
#woman>div .right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}
#agenda>div .right>div>div,
#woman>div .right>div>div {
  order: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px 20px 10px
}
#agenda>div .right .bestRead>div,
#woman>div .right .bestRead>div {
  position: relative
}
#agenda>div .right .bestRead .newsBox2>span,
#woman>div .right .bestRead .newsBox2>span {
  bottom: 35px
}
#agenda>div .right .bestRead .newsBox2:before,
#woman>div .right .bestRead .newsBox2:before {
  height: 220px
}
#agenda>div .right .bestRead .number,
#woman>div .right .bestRead .number {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-align: center !important;
  border-top: 1px solid #454545
}
#agenda>div .right .bestRead .number li,
#woman>div .right .bestRead .number li {
  display: inline-block;
  opacity: 1;
  width: 34px;
  height: auto;
  line-height: 34px;
  text-align: center !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700 !important;
  color: #fff;
  background: 0 0;
  border-left: 1px solid #454545
}
#agenda>div .right .bestRead .number li:first-child,
#woman>div .right .bestRead .number li:first-child {
  border-left: none
}
#agenda>div .right .bestRead .number li.swiper-pagination-bullet-active,
#woman>div .right .bestRead .number li.swiper-pagination-bullet-active {
  background: #c90914
}
#sport {
  padding-bottom: 20px
}
#sport .top .fiveNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}
#sport .top .fiveNews>div {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px
}
#sport>.bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sport>.bottom .left .fixtureBox .bottom>div .t {
  max-height: 342px
}
#sport>.bottom .left .sixNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}
#sport>.bottom .left .sixNews>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0px 10px 20px 10px
}
#sport>.bottom .left .ads {
  margin-bottom: 20px
}
.fixtureBox {
  margin-bottom: 20px;
}
#sport>.bottom .right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#sport>.bottom .right>div>div {
  order: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  padding: 20px 10px 0
}
#sport>.bottom .right .popularNews {
  padding-top: 24px
}
#sport>.bottom .right .popularNews .slider {
  margin-top: 10px
}
#sport>.bottom .right .popularNews>div {
  position: relative
}
#sport>.bottom .right .popularNews>div .nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}
#sport>.bottom .right .popularNews>div .nav>div {
  background: rgba(255, 255, 255, .65);
  line-height: 40px;
  width: 40px;
  text-align: center !important;
  font-size: 12px;
  color: #000;
  font-weight: 700 !important;
  cursor: pointer;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#sport>.bottom .right .popularNews>div .nav>div:hover {
  background: #fff
}
#technology {
  padding-bottom: 20px
}
#agenda .sliderTech {
  padding-top: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
  position: relative
}
#agenda .sliderTech .swiper-slide>div {
  padding: 2px
}
#agenda .sliderTech .swiper-slide>div img {
  height: 400px
}
#agenda .sliderTech .swiper-slide a:before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .6) 100%)
}
#agenda .sliderTech .swiper-slide a .tag {
  padding: 7px 10px
}
#agenda .sliderTech .swiper-slide a>span {
  padding: 20px
}
#agenda .sliderTech .swiper-slide a>span strong.sm {
  line-height: 22px;
  max-height: 44px
}
#agenda .sliderTech .swiper-slide a>span strong.md {
  line-height: 28px;
  max-height: 56px
}
#agenda .sliderTech .custom1 {
  width: 600px
}
#agenda .sliderTech .custom2 {
  width: 300px
}
#agenda .sliderTech .custom2>div {
  padding: 0
}
#agenda .sliderTech .custom2>div>div {
  padding: 2px
}
#agenda .sliderTech .custom2>div>div img {
  height: 198px
}
#agenda .sliderTech .nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  z-index: 5;
  height: 0;
  margin-top: -24px;
  padding: 0 2px
}
#agenda .sliderTech .nav>div {
  float: left;
  color: #fff;
  background: rgba(233, 111, 38, .8);
  opacity: .8;
  line-height: 48px;
  width: 34px;
  text-align: center !important;
  font-size: 20px;
  cursor: pointer
}
#agenda .sliderTech .nav>div:last-child {
  float: right
}
#technology>.container>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#technology>.container>div .left {
  -ms-flex: 0 0 792px;
  flex: 0 0 792px;
  max-width: 792px;
  padding: 0 10px;
  margin-top: 24px
}
#technology>.container>div .left .sixNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#technology>.container>div .left .sixNews>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  padding: 20px 10px 0
}
#technology>.container>div .left .ads {
  margin-bottom: 20px
}
#registerAndLogin,
.registerAndLoginContent {
  background: #ebebeb;
  position: relative;
  padding: 30px 0
}
#registerAndLogin:before,
.registerAndLoginContent:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 165px;
  background: #222
}
#registerAndLogin .container,
.registerAndLoginContent .container {
  position: relative;
  z-index: 2;
  max-width: 614px
}
#registerAndLogin .container>div,
.registerAndLoginContent .container>div {
  background: #fff;
  box-shadow: 0 2px 3px #c9c9c9;
  padding: 35px 85px 0
}
#registerAndLogin .container>div span,
.registerAndLoginContent .container>div span {
  font-size: 30px;
  color: #2b2b2b
}
#registerAndLogin .container>div span strong,
.registerAndLoginContent .container>div span strong {
  color: #c90914
}
#registerAndLogin .container>div .form>div,
.registerAndLoginContent .container>div .form>div {
  margin-top: 20px;
  position: relative
}
#registerAndLogin .container>div .form>div input[type=password],
#registerAndLogin .container>div .form>div input[type=text],
#registerAndLogin .container>div .form>div textarea,
.registerAndLoginContent .container>div .form>div input[type=password],
.registerAndLoginContent .container>div .form>div input[type=text],
.registerAndLoginContent .container>div .form>div textarea {
  font-size: 15px;
  color: #2b2b2b;
  font-family: metropolis, sans-serif;
  resize: none;
  width: 100%;
  padding: 0;
  border: 1px solid #dedede;
  line-height: 18px;
  padding: 15px 20px
}
#registerAndLogin .container>div .form>div input[type=password]::-webkit-input-placeholder,
#registerAndLogin .container>div .form>div input[type=text]::-webkit-input-placeholder,
#registerAndLogin .container>div .form>div textarea::-webkit-input-placeholder,
.registerAndLoginContent .container>div .form>div input[type=password]::-webkit-input-placeholder,
.registerAndLoginContent .container>div .form>div input[type=text]::-webkit-input-placeholder,
.registerAndLoginContent .container>div .form>div textarea::-webkit-input-placeholder {
  color: #2b2b2b
}
#registerAndLogin .container>div .form>div input[type=password]::-moz-placeholder,
#registerAndLogin .container>div .form>div input[type=text]::-moz-placeholder,
#registerAndLogin .container>div .form>div textarea::-moz-placeholder,
.registerAndLoginContent .container>div .form>div input[type=password]::-moz-placeholder,
.registerAndLoginContent .container>div .form>div input[type=text]::-moz-placeholder,
.registerAndLoginContent .container>div .form>div textarea::-moz-placeholder {
  color: #2b2b2b
}
#registerAndLogin .container>div .form>div input[type=password]:-ms-input-placeholder,
#registerAndLogin .container>div .form>div input[type=text]:-ms-input-placeholder,
#registerAndLogin .container>div .form>div textarea:-ms-input-placeholder,
.registerAndLoginContent .container>div .form>div input[type=password]:-ms-input-placeholder,
.registerAndLoginContent .container>div .form>div input[type=text]:-ms-input-placeholder,
.registerAndLoginContent .container>div .form>div textarea:-ms-input-placeholder {
  color: #2b2b2b
}
#registerAndLogin .container>div .form>div input[type=password]:-moz-placeholder,
#registerAndLogin .container>div .form>div input[type=text]:-moz-placeholder,
#registerAndLogin .container>div .form>div textarea:-moz-placeholder,
.registerAndLoginContent .container>div .form>div input[type=password]:-moz-placeholder,
.registerAndLoginContent .container>div .form>div input[type=text]:-moz-placeholder,
.registerAndLoginContent .container>div .form>div textarea:-moz-placeholder {
  color: #2b2b2b
}
#registerAndLogin .container>div .form>div .passwordForgot,
.registerAndLoginContent .container>div .form>div .passwordForgot {
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  font-size: 15px;
  transform: translateY(-50%);
  color: #1a4d99
}
#registerAndLogin .container>div .form>div.check label,
.registerAndLoginContent .container>div .form>div.check label {
  color: #2b2b2b;
  font-size: 15px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block
}
#registerAndLogin .container>div .form>div.check label a,
.registerAndLoginContent .container>div .form>div.check label a {
  font-weight: 500;
  color: #4769b0
}
#registerAndLogin .container>div .form>div.check label:before,
.registerAndLoginContent .container>div .form>div.check label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: 1px solid #dedede;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#registerAndLogin .container>div .form>div.check label i,
.registerAndLoginContent .container>div .form>div.check label i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  text-align: center !important;
  line-height: 0;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#registerAndLogin .container>div .form>div.check input,
.registerAndLoginContent .container>div .form>div.check input {
  display: none
}
#registerAndLogin .container>div .form>div.check input:checked+label:before,
.registerAndLoginContent .container>div .form>div.check input:checked+label:before {
  border-color: #000;
  background: #000
}
#registerAndLogin .container>div .form>div.check input:checked+label i,
.registerAndLoginContent .container>div .form>div.check input:checked+label i {
  opacity: 1
}
#registerAndLogin .container>div .form>div button,
.registerAndLoginContent .container>div .form>div button {
  width: 100%;
  border: none;
  background: #222;
  font-size: 18px;
  font-weight: 700 !important;
  color: #fff;
  line-height: 24px;
  padding: 13px 15px
}
#registerAndLogin .container>div .alerts,
.registerAndLoginContent .container>div .alerts {
  margin-top: 20px
}
#registerAndLogin .container>div .foot,
.registerAndLoginContent .container>div .foot {
  font-weight: 500;
  background: #f7f7f7;
  margin: 30px -85px 0;
  text-align: center !important;
  color: #2b2b2b;
  font-size: 15px;
  padding: 25px
}
#registerAndLogin .container>div .foot:after,
#registerAndLogin .container>div .foot:before,
.registerAndLoginContent .container>div .foot:after,
.registerAndLoginContent .container>div .foot:before {
  content: "";
  display: table;
  clear: both
}
#registerAndLogin .container>div .foot a,
.registerAndLoginContent .container>div .foot a {
  color: #c90914;
  font-weight: 500
}
#profile {
  padding-bottom: 20px;
  overflow: hidden
}
#profile>ul {
  font-size: 0;
  padding: 24px 0
}
#profile>ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
#profile>ul li a {
  font-size: 14px;
  color: #222;
  font-weight: 500
}
#profile>ul li i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 8px;
  color: #222;
  width: 24px;
  text-align: center !important
}
#profile>ul li i+a {
  margin-right: 24px
}
#profile>ul li strong {
  color: #fff;
  background: #c90914;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 15px;
  display: block
}
#profile .top {
  position: relative;
  background: #222
}
#profile .top>div {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  margin: 0
}
#profile .top>div .social {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  font-size: 0;
  padding: 30px
}
#profile .top>div .social li {
  display: inline-block;
  padding: 5px
}
#profile .top>div .social li a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  width: 44px;
  border-radius: 100%;
  background: #1fb8fc;
  text-align: center !important
}
#profile .top>div .social li a.icon-facebook {
  background: #5b7cc5
}
#profile .top>div .social li a.icon-instagram {
  background: #f3740d
}
#profile .top>div>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  text-align: center !important;
  color: #fff;
  padding: 30px 0 15px
}
#profile .top>div>div h2 {
  font-size: 20px;
  font-weight: 500 !important
}
#profile .top>div>div p {
  font-size: 15px;
  padding: 15px 0 25px
}
#profile .top>div>div>div {
  position: relative;
  font-size: 0
}
#profile .top>div>div>div img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: auto;
  object-fit: cover;
  border: 4px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -33px
}
#profile .top>div>div>div>p {
  padding: 0;
  padding-top: 75px;
  padding-right: 70px;
  display: inline-block;
  width: 50%;
  font-size: 15px
}
#profile .top>div>div>div>p span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  width: 44px;
  border-radius: 100%;
  background: #c90914;
  text-align: center !important
}
#profile .top>div>div>div>p strong {
  font-weight: 500 !important;
  display: block;
  padding-top: 7px
}
#profile .top>div>div>div>p:last-child {
  padding-right: 0;
  padding-left: 70px
}
#profile .top>div>div>div>p:last-child span {
  background: #f9b832
}
#profile .top>div>div>div>p:last-child span:before {
  background: #f9b832
}
#profile .top>div>div>div>p:last-child span:after {
  border-top-color: #f9b832
}
#profile .top>div .award {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  font-size: 0;
  text-align: right !important;
  padding: 30px
}
#profile .top>div .award li {
  display: inline-block;
  padding: 5px
}
#profile .top>div .award li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  width: 44px;
  border-radius: 100%;
  background: #c90914;
  text-align: center !important
}
#profile .top>div .award li a span {
  position: absolute;
  right: 2px;
  top: -2px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0be53e;
  border: 2px solid #11ae36
}
#profile .top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}
#profile .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#profile .bottom .left .tab {
  padding-top: 20px
}
#profile .bottom .left .tab .tabMenu {
  display: table;
  width: 100%;
  background: #848484
}
#profile .bottom .left .tab .tabMenu>li {
  display: table-cell;
  text-align: center !important;
  font-size: 0;
  cursor: pointer;
  padding: 9px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#profile .bottom .left .tab .tabMenu>li span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700 !important;
  color: #fff;
  position: relative;
  line-height: 18px;
  padding-left: 30px
}
#profile .bottom .left .tab .tabMenu>li span i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 50%;
  line-height: 0
}
#profile .bottom .left .tab .tabMenu>li.active {
  background: #c90914
}
#profile .bottom .left .tab .tabContent ul li {
  padding-top: 20px
}
#profile .bottom .left .tab .tabContent ul li a {
  display: block;
  position: relative;
  padding-left: 255px;
  min-height: 150px
}
#profile .bottom .left .tab .tabContent ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  height: 150px;
  object-fit: cover
}
#profile .bottom .left .tab .tabContent ul li a p {
  position: relative;
  display: block
}
#profile .bottom .left .tab .tabContent ul li a p strong {
  display: block;
  font-size: 18px;
  color: #242424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}
#profile .bottom .left .tab .tabContent ul li a p span {
  display: block;
  font-size: 15px;
  color: #242424;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  margin-top: 10px
}
#profile .bottom .left .tab .tabContent ul li a p em {
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  font-size: 0
}
#profile .bottom .left .tab .tabContent ul li a p em b {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #c90914;
  padding: 7px 20px;
  border-radius: 14px;
  margin: 10px
}
#profile .bottom .left .tab .tabContent ul li a p em b:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c90914;
  left: -14px;
  top: 50%;
  margin-top: -4px
}
#profile .bottom .left .tab .tabContent ul li a p em b:first-child {
  margin-left: 0;
  border-bottom-left-radius: 0
}
#profile .bottom .left .tab .tabContent ul li a p em b:first-child:before {
  display: none
}
#profile .bottom .left .tab .tabContent .more {
  margin-top: 30px;
  text-align: center !important;
  position: relative
}
#profile .bottom .left .tab .tabContent .more a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700 !important;
  color: #fff;
  background: #c90914;
  line-height: 18px;
  padding: 9px 20px;
  border-radius: 18px
}
#profile .bottom .left .tab .tabContent .more:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #dcdcdc
}
#profile .bottom .right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#profile .bottom .right>div>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
#profile .bottom .right>div:first-child {
  margin-top: 20px;
}
#profileEdit {
  padding: 30px 12px
}
#profileEdit>div {
  display: table;
  border: 1px solid #d8d8d8;
  width: 100%
}
#profileEdit>div>div {
  display: table-cell;
  vertical-align: top
}
#profileEdit>div>div:first-child {
  background: #f8f9fa;
  border-right: 1px solid #d8d8d8;
  width: 250px
}
#profileEdit>div>div:first-child ul {
  padding: 25px 25px 25px 0
}
#profileEdit>div>div:first-child ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #242424;
  line-height: 20px;
  padding: 10px 20px 10px 65px;
  border-radius: 0 20px 20px 0;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#profileEdit>div>div:first-child ul li a i {
  position: absolute;
  left: 30px;
  top: 50%;
  line-height: 0;
  width: 25px;
  text-align: center !important;
  font-size: 20px;
  color: #5f6368;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#profileEdit>div>div:first-child ul li a i.icon-id-card {
  font-size: 22px
}
#profileEdit>div>div:first-child ul li a i.icon-bell {
  font-size: 18px
}
#profileEdit>div>div:first-child ul li a.active,
#profileEdit>div>div:first-child ul li a:hover {
  color: #c90914
}
#profileEdit>div>div:first-child ul li a.active i,
#profileEdit>div>div:first-child ul li a:hover i {
  color: #c90914
}
#profileEdit>div>div:first-child ul li a.active {
  background: #fde8e8
}
#profileEdit>div>div:last-child>div {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
  text-align: center !important
}
#profileEdit>div>div:last-child>div>img {
  max-width: 100%
}
#profileEdit>div>div:last-child>div>h2 {
  font-size: 24px;
  color: #202124;
  font-weight: 600;
  padding-top: 25px
}
#profileEdit>div>div:last-child>div form {
  display: table;
  width: 100%
}
#profileEdit>div>div:last-child>div form>div {
  display: table-row
}
#profileEdit>div>div:last-child>div form>div>label {
  display: table-cell;
  text-align: right !important;
  width: 10px;
  white-space: nowrap;
  vertical-align: top;
  font-size: 14px;
  color: #242424;
  padding-right: 30px;
  line-height: 36px;
  padding-top: 20px
}
#profileEdit>div>div:last-child>div form>div>div {
  display: table-cell;
  padding-top: 20px
}
#profileEdit>div>div:last-child>div form>div>div input,
#profileEdit>div>div:last-child>div form>div>div textarea {
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #242424;
  padding: 0;
  width: 100%;
  resize: none;
  padding: 9px 15px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#profileEdit>div>div:last-child>div form>div>div input:focus,
#profileEdit>div>div:last-child>div form>div>div textarea:focus {
  background: #f7f7f7
}
#profileEdit>div>div:last-child>div form>div.form-action>div {
  text-align: right !important
}
#profileEdit>div>div:last-child>div form>div.form-action>div button,
#profileEdit>div>div:last-child>div form>div.form-action>div input[type=submit] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #c90914;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#profileEdit>div>div:last-child>div form>div.form-action>div button:hover,
#profileEdit>div>div:last-child>div form>div.form-action>div input[type=submit]:hover {
  background: #a70a13
}
#newsSend {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  filter: blur(0);
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 99999
}
#newsSend>.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}
#newsSend>.close {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  max-width: 100%;
  text-align: right !important;
  height: 0;
  transform: translateX(-50%);
  padding: 0 15px
}
#newsSend>.close a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 15px
}
#newsSend>.content {
  position: fixed;
  left: 50%;
  top: 56px;
  bottom: 56px;
  width: 0;
  max-width: 100%;
  width: 1200px;
  padding: 0 15px;
  transform: translateX(-50%)
}
#newsSend>.content>div {
  width: 100%;
  background: #fff;
  overflow: auto;
  max-height: 100%
}
#newsSend>.content>div .row {
  margin: 0;
  border: 1px solid #d8d8d8
}
#newsSend>.content>div .row>div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px
}
#newsSend>.content>div .row>div:first-child {
  padding: 0 20px 20px;
  width: 70%
}
#newsSend>.content>div .row>div:first-child>strong {
  display: block;
  text-align: center !important;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 400 !important;
  padding: 18px 0
}
#newsSend>.content>div .row>div:first-child>strong strong {
  color: #c90914;
  font-weight: 600
}
#newsSend>.content>div .row>div:first-child form .input {
  position: relative;
  background: #fff;
  margin-bottom: 14px;
  border: 1px solid #dedede
}
#newsSend>.content>div .row>div:first-child form .input input,
#newsSend>.content>div .row>div:first-child form .input select {
  width: 100%;
  padding: 0;
  font-size: 15px;
  color: #2b2b2b;
  line-height: 18px;
  padding: 15px;
  background: 0 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1
}
#newsSend>.content>div .row>div:first-child form .input input[type=file],
#newsSend>.content>div .row>div:first-child form .input select[type=file] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0
}
#newsSend>.content>div .row>div:first-child form .input input::-webkit-input-placeholder,
#newsSend>.content>div .row>div:first-child form .input select::-webkit-input-placeholder {
  color: #2b2b2b
}
#newsSend>.content>div .row>div:first-child form .input input::-moz-placeholder,
#newsSend>.content>div .row>div:first-child form .input select::-moz-placeholder {
  color: #2b2b2b
}
#newsSend>.content>div .row>div:first-child form .input input:-ms-input-placeholder,
#newsSend>.content>div .row>div:first-child form .input select:-ms-input-placeholder {
  color: #2b2b2b
}
#newsSend>.content>div .row>div:first-child form .input input:-moz-placeholder,
#newsSend>.content>div .row>div:first-child form .input select:-moz-placeholder {
  color: #2b2b2b
}
#newsSend>.content>div .row>div:first-child form .input.url {
  border-color: #959595
}
#newsSend>.content>div .row>div:first-child form .input.url input {
  padding-left: 45px
}
#newsSend>.content>div .row>div:first-child form .input.url b {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 48px;
  font-size: 20px;
  color: #000;
  width: 35px;
  text-align: center !important
}
#newsSend>.content>div .row>div:first-child form .input input[type=file]+label {
  display: block;
  line-height: 46px;
  background: #c1c1c1;
  background: -moz-linear-gradient(bottom, #c1c1c1 0, #ededed 100%);
  background: -webkit-linear-gradient(bottom, #c1c1c1 0, #ededed 100%);
  background: linear-gradient(to top, #c1c1c1 0, #ededed 100%);
  position: relative;
  padding: 0 20px 0 40px
}
#newsSend>.content>div .row>div:first-child form .input input[type=file]+label i {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  text-align: center !important;
  line-height: 0;
  font-size: 13px
}
#newsSend>.content>div .row>div:first-child form .input input[type=file]+label span {
  font-weight: 500;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}
#newsSend>.content>div .row>div:first-child form .input>i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  width: 40px;
  text-align: center !important;
  background: #ebebeb;
  font-size: 12px
}
#newsSend>.content>div .row>div:first-child form .input>i+input,
#newsSend>.content>div .row>div:first-child form .input>i+select {
  padding-right: 55px
}
#newsSend>.content>div .row>div:first-child form .input>em {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  width: 44px;
  text-align: center !important;
  font-size: 20px;
  border-left: 1px solid #959595;
  background: #c1c1c1;
  background: -moz-linear-gradient(bottom, #c1c1c1 0, #ededed 100%);
  background: -webkit-linear-gradient(bottom, #c1c1c1 0, #ededed 100%);
  background: linear-gradient(to top, #c1c1c1 0, #ededed 100%)
}
#newsSend>.content>div .row>div:first-child form .input>em+input,
#newsSend>.content>div .row>div:first-child form .input>em+select {
  padding-right: 55px
}
#newsSend>.content>div .row>div:first-child form .input.sm input,
#newsSend>.content>div .row>div:first-child form .input.sm select {
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px
}
#newsSend>.content>div .row>div:first-child form .input.sm input[type=file]+label {
  line-height: 42px
}
#newsSend>.content>div .row>div:first-child form .input.sm em {
  line-height: 42px
}
#newsSend>.content>div .row>div:first-child form .input.sm.url b {
  line-height: 42px
}
#newsSend>.content>div .row>div:first-child form .category {
  padding: 6px 0 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px
}
#newsSend>.content>div .row>div:first-child form .category ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#newsSend>.content>div .row>div:first-child form .category ul li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  padding: 0 10px 20px
}
#newsSend>.content>div .row>div:first-child form .category ul li a {
  font-weight: 500;
  display: block;
  text-align: center !important;
  color: #2b2b2b;
  font-size: 15px;
  border: 1px solid #dedede;
  padding: 15px;
  background: #f0f0f0;
  background: -moz-linear-gradient(bottom, #f0f0f0 0, #fafafa 100%);
  background: -webkit-linear-gradient(bottom, #f0f0f0 0, #fafafa 100%);
  background: linear-gradient(to top, #f0f0f0 0, #fafafa 100%);
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#newsSend>.content>div .row>div:first-child form .category ul li a i {
  display: block;
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#newsSend>.content>div .row>div:first-child form .category ul li a.active {
  background: #c90914;
  border-color: #c90914;
  color: #fff
}
#newsSend>.content>div .row>div:first-child form .category ul li a.active i {
  color: #fff
}
#newsSend>.content>div .row>div:first-child #editor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
#newsSend>.content>div .row>div:first-child #editor>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  padding: 0
}
#newsSend>.content>div .row>div:first-child #editor .ql-toolbar {
  order: 1;
  border: 1px solid #dedede;
  border-top: none;
  padding: 8px
}
#newsSend>.content>div .row>div:first-child #editor .ql-container {
  height: 240px;
  overflow: auto;
  border: 1px solid #dedede
}
#newsSend>.content>div .row>div:first-child .alert {
  background: #333;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 10px 20px 10px 40px;
  margin-top: 20px
}
#newsSend>.content>div .row>div:first-child .alert i {
  position: absolute;
  left: 5px;
  top: 50%;
  line-height: 0;
  width: 35px;
  text-align: center !important
}
#newsSend>.content>div .row>div:first-child .inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#newsSend>.content>div .row>div:first-child .inline>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  padding: 20px 12px 0
}
#newsSend>.content>div .row>div:first-child .inline>div .input {
  margin-bottom: 0
}
#newsSend>.content>div .row>div:first-child .cap {
  margin-top: -20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px
}
#newsSend>.content>div .row>div:first-child .cap>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
#newsSend>.content>div .row>div:first-child .cap>div>div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  padding: 20px 12px
}
#newsSend>.content>div .row>div:first-child .cap>div>div .input {
  margin-bottom: 0
}
#newsSend>.content>div .row>div:last-child {
  float: right;
  width: 23%;
  min-height: 648px;
  padding: 0 10px;
  background: #f8f9fa;
  border-left: 1px solid #d8d8d8;
  padding: 60px 20px
}
#newsSend>.content>div .row>div:last-child .file {
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 20px;
  position: relative
}
#newsSend>.content>div .row>div:last-child .file span {
  position: absolute;
  background: #c90914;
  color: #fff;
  line-height: 30px;
  top: -10px;
  left: 20px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 15px
}
#newsSend>.content>div .row>div:last-child .file input {
  display: none
}
#newsSend>.content>div .row>div:last-child .file label {
  display: block;
  font-size: 0;
  cursor: pointer
}
#newsSend>.content>div .row>div:last-child .file label img {
  object-fit: cover;
  width: 100%
}
#newsSend>.content>div .row>div:last-child button {
  width: 100%;
  display: block;
  padding: 0;
  border: 1px solid #57a22e;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  padding: 15px;
  background: #59a82f;
  background: linear-gradient(0deg, #59a82f 0, #5fb433 100%);
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  cursor: pointer
}
#newsSend>.content>div .row>div:last-child button span {
  position: relative;
  padding-left: 24px
}
#newsSend>.content>div .row>div:last-child button span i {
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 0
}
#newsSend>.content>div .row>div:last-child button:hover {
  background: #5fb433;
  background: linear-gradient(0deg, #5fb433 0, #59a82f 100%)
}
#newsSend>.content>div .row>div:last-child button.dark {
  border-color: #333;
  background: #000;
  background: linear-gradient(0deg, #000 0, #333 100%)
}
#newsSend>.content>div .row>div:last-child button.dark:hover {
  background: #333;
  background: linear-gradient(0deg, #333 0, #000 100%)
}
#newsSend.open {
  opacity: 1;
  visibility: visible
}
#newsRead {
  padding-bottom: 20px
}
#newsRead .top .siteMap {
  display: inline-block;
  font-size: 0;
  padding: 20px 0;
  vertical-align: middle;
  padding-bottom: 15px
}
#newsRead .top .siteMap li {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
#newsRead .top .siteMap li a {
  font-size: 14px;
  /* color: #222; */
  font-weight: 500
}
#newsRead .top .siteMap li i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 21px;
  /* color: #222; */
  text-align: center !important;
  font-style: normal;
  margin-top: -4px;
}
#newsRead .top .siteMap li i:before {
  content: "\203A";
  padding: 0 10px;
  display: inline-block;
}
#newsRead .top .siteMap li i+a {
  margin-right: 24px;
  display: block;
  margin-top: -4px;
}
#newsRead .top .siteMap li strong {
  color: #fff;
  background: #c90914;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 10px;
  display: block;
  margin-right: 10px;
  max-width: 465px;
  max-height: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
#newsRead .top>time {
  float: right;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  position: relative;
  padding-left: 17px;
  vertical-align: middle;
  top: 22px
}
#newsRead .top>time i {
  position: absolute;
  left: -3px;
  top: 70%;
  line-height: 0;
  font-size: 21px
}
#newsRead .top h1 {
  letter-spacing: 0;
  font-size: 48px;
  color: #333;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 10px;
}
#newsRead .top h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #333;
  padding-top: 0;
  padding-bottom: 12px;
}
#newsRead .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#newsRead .bottom .left {
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding: 0 10px;
  padding: 20px 20px 0 0;
  padding-top: 0;
}
#newsRead .bottom .left .detail>* {
  margin-bottom: 20px !important
}
#newsRead .bottom .left .detail>:last-child {
  margin-bottom: 0 !important
}
#newsRead .bottom .left .detail .cap:after,
#newsRead .bottom .left .detail .cap:before {
  content: "";
  display: table;
  clear: both
}
#newsRead .bottom .left .detail .cap>img {
  width: 100%;
  display: block;
  margin-bottom: 15px
}
#newsRead .bottom .left .detail .cap>a {
  font-size: 0;
  float: left
}
#newsRead .bottom .left .detail .cap>a i {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center !important;
  color: #333;
  font-size: 14px;
  background: #c90914;
  vertical-align: middle
}
#newsRead .bottom .left .detail .cap>a strong {
  display: inline-block;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  margin: 0 6px;
  margin-left: 8px
}
#newsRead .bottom .left .detail .cap>a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #646464;
  padding-left: 12px;
  position: relative
}
#newsRead .bottom .left .detail .cap>a span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #9e9ea0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin-top: -2px
}
#newsRead .bottom .left .detail .cap ul {
  float: right;
  display: inline-block;
  font-size: 0;
  vertical-align: middle
}
#newsRead .bottom .left .detail .cap ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}
#newsRead .bottom .left .detail .cap ul li a img {
  width: 30px;
  height: 30px;
  border-radius: 100%
}
#newsRead .bottom .left .detail .cap ul li a i {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center !important;
  color: #444;
  font-size: 14px;
  background: #c90914;
  vertical-align: middle
}
#newsRead .bottom .left .detail p {
  font-size: 17px;
  line-height: 28px;
  color: #333
}
#newsRead .bottom .left .detail p strong {
  color: #333
}
#newsRead .bottom .left .detail p.shortCode {
  padding: 20px 15px;
  /*background: #fdfaf2;*/
  border: 1px solid #fbf2df;
  font-size: 15px
}
#newsRead .bottom .left .detail .slider .number {
  background: #222;
  width: 100%;
  font-size: 0;
  text-align: center !important;
  border-top: 1px solid #454545
}
#newsRead .bottom .left .detail .slider .number li {
  display: inline-block;
  opacity: 1;
  width: 36px;
  height: auto;
  line-height: 36px;
  text-align: center !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700 !important;
  color: #fff;
  background: 0 0;
  border-left: 1px solid #454545
}
#newsRead .bottom .left .detail .slider .number li:first-child {
  border-left: none
}
#newsRead .bottom .left .detail .slider .number li.swiper-pagination-bullet-active {
  background: #c90914
}
#newsRead .bottom .left .detail h2 {
  font-weight: 700;
  font-size: 24px
}
#newsRead .bottom .left .detail h3 {
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  font-size: 20px
}
#newsRead .bottom .left .detail .relatedContent {
  position: relative
}
#newsRead .bottom .left .detail .relatedContent>strong,
.yazar-post .relatedContent>strong {
  position: absolute;
  right: 15px;
  top: -9px;
  z-index: 1;
  padding: 1px ​10px;
  font-weight: 600 !important
}
#newsRead .bottom .left .detail .relatedContent a {
  display: block;
  background: #222;
  position: relative;
  padding: 15px 15px 15px 155px
}
#newsRead .bottom .left .detail .relatedContent a img,
.yazar-detay-right .relatedContent a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 140px;
  object-fit: cover
}
#newsRead .bottom .left .detail .relatedContent a strong,
.yazar-detay-right .relatedContent a strong {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  height: 26px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 582px;
  white-space: nowrap
}
#newsRead .bottom .left .detail .relatedContent a em,
.yazar-detay-right .relatedContent a em {
  display: block;
  font-style: normal;
  color: #cacaca;
  font-size: 12px;
  font-weight: 600 !important;
  padding-top: 5px;
  text-transform: uppercase
}
.yazar-detay-right .relatedContent a em {
  display: none;
}
#newsRead .bottom .left .detail blockquote {
  display: block;
  font-size: 16px;
  color: #757373;
  line-height: 24px;
  position: relative;
  margin: 0 0 24px;
  border-left: 2px solid #f4f4f4;
  padding: 15px 15px 15px 60px
}
#newsRead .bottom .left .detail blockquote .icon-quote {
  position: absolute;
  color: #e8e8e8;
  left: 25px;
  top: 10px;
  font-size: 18px
}
#newsRead .bottom .left .detail ol {
  margin: 0;
  padding: 0;
  counter-reset: li-counter
}
#newsRead .bottom .left .detail ol li {
  list-style: none;
  font-size: 15px;
  line-height: 28px;
  padding-left: 30px;
  position: relative
}
#newsRead .bottom .left .detail ol li:first-child:before {
  line-height: 18px;
}
#newsRead .bottom .left .detail ol li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  line-height: 17px;
  height: 20px;
  border-radius: 100%;
  text-align: center !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700 !important;
  background: #222;
  content: counter(li-counter);
  counter-increment: li-counter
}
#newsRead .bottom .left .tags {
  border-top: .5px dotted #e9e9e9;
  padding: 20px 0;
  margin-bottom: 0
}
#newsRead .bottom .left .tags ul {
  margin: 0 -5px;
  font-size: 0;
  padding: 15px 0
}
#newsRead .bottom .left .tags ul:after,
#newsRead .bottom .left .tags ul:before {
  content: "";
  display: table;
  clear: both
}
#newsRead .bottom .left .tags ul li a {
  color: #969696 !important;
}
#newsRead .bottom .left .tags ul li a:hover {
  color: #fff !important;
}
#newsRead .bottom .left .tags ul li:hover a {
  color: #fff
}
#newsRead .bottom .left .tags ul li {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
  background: #fbfbfb;
  line-height: 18px;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
#newsRead .bottom .left .tags ul li:hover {
  color: #fff;
  background: #c90914;
  border-color: #c90914
}
#newsRead .bottom .left .sixNews .row>div {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  padding: 12px
}
#newsRead .bottom .left .commentForm {
  margin-top: 12px
}
#newsRead .bottom .left .commentForm form {
  border: 1px solid #d8d8d8
}
#newsRead .bottom .left .commentForm form>div {
  padding: 0 20px
}
#newsRead .bottom .left .commentForm form>div>p {
  color: #81878c;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 20px 0 20px 35px;
  border-bottom: 1px solid #d8d8d8
}
#newsRead .bottom .left .commentForm form>div>p svg {
  width: 25px;
  height: 25px;
  margin-top: -13px;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}
#newsRead .bottom .left .commentForm form>div>p i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px
}
#newsRead .bottom .left .commentForm form>div #editorTool {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
#newsRead .bottom .left .commentForm form>div #editorTool>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  padding: 0
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar {
  order: 1;
  border: none;
  border-top: 1px solid #dedede;
  padding: 8px 0
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div {
  margin: 0 -8px
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div:after,
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div:before {
  content: "";
  display: table;
  clear: both
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div>span {
  margin: 0;
  padding: 0 8px;
  border-left: 1px solid #d9dbdf
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div>span:first-child {
  border-left: none
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar .send {
  padding: 0 8px
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar .send button {
  width: auto;
  color: #81878c;
  font-size: 15px;
  font-weight: 500 !important;
  background: #e8eaed;
  padding: 5px 20px;
  border-radius: 3px;
  height: auto
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-container {
  height: 160px;
  overflow: auto;
  border: none;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-container .ql-editor {
  padding: 20px 0
}
#newsRead .bottom .left .commentForm form>div #editorTool>span {
  display: block;
  font-size: 12px;
  color: #81878c;
  padding: 7px 0
}
#newsRead .bottom .left .commentForm form>p {
  font-size: 12px;
  background: #f8f9fa;
  color: #81878c;
  border-top: 1px solid #d8d8d8;
  padding: 15px 20px
}
#newsRead .bottom .left .commentForm form>p strong {
  font-weight: 400 !important;
  color: #c90914
}
#newsRead .bottom .left .comments {
  margin-top: 24px;
  border: 1px solid #d8d8d8
}
#newsRead .bottom .left .comments>strong {
  display: block;
  font-size: 20px;
  color: #81878c;
  font-weight: 500;
  padding: 20px;
  position: relative;
}
#newsRead .bottom .left .comments>strong:after {
  background-color: #eee;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
  height: 1px;
  position: absolute;
  content: "";
}
#newsRead .bottom .left .comments ul li {
  padding: 20px 20px 18px 60px;
  border-top: 1px solid #d8d8d8;
  position: relative
}
#newsRead .bottom .left .comments ul li .icons {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
  text-align: right !important;
  font-size: 0;
  padding: 0 10px
}
.commentForm .ql-editor.ql-blank::before {
  left: 0;
}
#newsRead .bottom .left .comments ul li .icons i {
  display: inline-block;
  color: #81878c;
  font-size: 24px;
  vertical-align: middle;
  margin: 5px
}
#newsRead .bottom .left .comments ul li .icons i.icon-reply {
  font-size: 18px
}
#newsRead .bottom .left .comments ul li .h {
  position: relative;
  padding-right: 100px;
  margin-bottom: 0
}
#newsRead .bottom .left .comments ul li .h strong {
  color: #c90914;
  font-weight: 500;
  line-height: 24px
}
#newsRead .bottom .left .comments ul li .h time {
  position: absolute;
  right: 24px;
  top: -3px;
  line-height: 24px;
  color: #81878c;
  font-size: 12px;
  font-weight: 500
}
#newsRead .bottom .left .comments ul li .h div {
  position: absolute;
  right: 0;
  top: 0
}
#newsRead .bottom .left .comments ul li .h div>i {
  line-height: 24px;
  width: 24px;
  text-align: center !important;
  color: #5f6368;
  cursor: pointer
}
.likeDislike .commentLike {
  background: url(../img/svg/like.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  top: 2px;
  left: -63px;
  height: 16px;
  width: 16px !important;
}
.likeDislike .commentDislike {
  background: url(../img/svg/like.svg);
  background-size: 16px;
  transform: scaleY(-1);
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  top: -14px;
  height: 16px;
  width: 16px !important;
  right: 26px;
}
.likeCss {
  float: left;
  position: relative;
  right: 20px;
  top: -28px;
  font-size: 10px;
  left: -42px;
}
.dislikeCss {
  float: left;
  position: relative;
  top: -28px;
  font-size: 10px;
  right: 10px;
}
#newsRead .bottom .left .comments ul li>p {
  font-size: 14px;
  color: #222;
  line-height: 22px;
  width: calc(100% - 50px)
}
#newsRead .bottom .left .comments ul li.reply {
  background: #f8f9fa;
  padding-left: 90px;
}
#newsRead .bottom .left .comments ul li:first-child {
  border-top: none
}
#newsRead .bottom .right {
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  padding: 0
}
#newsRead .bottom .right>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#newsRead .bottom .right>div>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
#newsRead .bottom .right>div>div.popularNewsBox {
  margin-bottom: 20px;
}
footer {
  background: #222;
  width: 100%;
}
footer .top {
  background: #1c1c1c;
  padding: 15px 0
}
footer .top p {
  font-size: 14px;
  color: #9da1a4;
  line-height: 20px;
  letter-spacing: -.1px;
  font-weight: 500
}
footer .top p strong {
  font-weight: 400 !important;
  color: #fff
}
footer .center {
  padding: 20px 12px
}
footer .center>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
footer .center>div .menu {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 10px;
  padding: 12px
}
footer .center>div .menu>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  /*margin-left: -12px*/
}
footer .center>div .menu>div>div {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  /* max-width: 20%; */
  padding: 0 10px
}
footer .center>div .menu strong {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px
}
footer .center>div .menu ul li {
  padding-bottom: 15px
}
footer .center>div .menu ul li a {
  font-size: 14px;
  color: #fff
}
footer .center>div .menu ul li:last-child {
  padding-bottom: 0
}
footer .center>div .bulletin {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 10px;
  padding: 12px
}
footer .center>div .bulletin>strong {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-bottom: 15px
}
footer .center>div .bulletin .form {
  position: relative
}
footer .center>div .bulletin .form input {
  width: 100%;
  padding: 0;
  line-height: 36px;
  background: #2b2b2b;
  color: #fff;
  border: none;
  padding: 0 50px 0 15px;
  font-weight: 500;
  font-family: metropolis
}
footer .center>div .bulletin .form input::-webkit-input-placeholder {
  color: #fff
}
footer .center>div .bulletin .form input::-moz-placeholder {
  color: #fff
}
footer .center>div .bulletin .form input:-ms-input-placeholder {
  color: #fff
}
footer .center>div .bulletin .form input:-moz-placeholder {
  color: #fff
}
footer .center>div .bulletin .form button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  width: 36px;
  color: #fff;
  padding: 0;
  text-align: center !important;
  border: none;
  background: #c90914;
  font-size: 28px;
  font-weight: 700 !important;
  cursor: pointer
}
footer .center>div .bulletin p {
  font-size: 14px;
  color: #9da1a4;
  letter-spacing: 0;
  padding: 7px 0 25px;
  font-weight: 500
}
footer .center>div .bulletin ul {
  font-size: 0
}
footer .center>div .bulletin ul li {
  display: inline-block;
  padding-right: 20px
}
footer .center>div .bulletin ul li a {
  font-size: 18px;
  color: #9da1a4;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}
footer .center>div .bulletin ul li a:hover {
  color: #fff
}
footer .center>div .bulletin ul li:last-child {
  padding-right: 0
}
footer .bottom {
  background: #2b2b2b;
  padding: 10px 0
}
footer .bottom .container>div {
  display: table;
  width: 100%;
  font-weight: 500
}
footer .bottom .container>div p {
  display: table-cell;
  font-size: 14px;
  color: #9da1a4;
  line-height: 20px;
  padding: 5px 0
}
footer .bottom .container>div p a,
footer .bottom .container>div p strong {
  font-weight: 400 !important;
  color: #fff
}
footer .bottom .container>div p:last-child {
  text-align: right !important
}
.burcTopWidget {
  width: 100%;
  margin-top: 24px;
  background: #fff;
  clear: both;
  font-family: metropolis, sans-serif
}
.burcTopWidget .burcIconArea {
  width: 100%
}
.burcTopWidget .burcIconArea li {
  width: 17.5%;
  display: inline-block;
  float: left;
  width: 96px;
  text-align: center;
  padding: 20px;
  border-right: 3px solid #f4f4f4;
  cursor: pointer
}
.burcTopWidget .burcIconArea li:last-child {
  border-right: 0
}
.burcTopWidget .burcIconArea li.active {
  background: #2a2a2a;
  color: #fff
}
.burcTopWidget .burcIconArea li span {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 4px;
}
.burcTopWidget .burcIconArea li img {
  width: 52px
}
.burcTopWidget .burcWidgetContent {
  background: #2a2a2a;
  width: 100%;
  padding: 20px;
  display: none
}
.burcTopWidget .burcWidgetContent.active {
  display: block
}
.burcTopWidget .burcWidgetContent h3 {
  color: #adadad !important;
  font-size: 14px !important;
  font-family: metropolis, sans-serif;
  font-weight: 700
}
.burcTopWidget p {
  color: #fff;
  margin-top: 6px;
}
.burcTopWidget .burcWidgetContent>a {
  color: #fdde11;
  margin-top: 10px;
  position: relative;
  top: 5px
}
.burcTopWidget .burcWidgetContent .widgetBottom a {
  color: #fff;
  font-weight: 600;
  margin-right: 10px
}
.burcTopWidget .burcWidgetContent .widgetBottom {
  margin-top: 25px
}
.burcWrapper {
  padding: 24px 12px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #d8d8d8
}
.burcAllScroll {
  position: absolute;
  height: 300px;
  overflow: auto;
  width: 150px;
  background: #fff;
  padding: 20px;
  top: 85px;
  right: -13px;
  display: none
}
.burcAllScroll li {
  padding: 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px
}
.burcAllScroll li:hover {
  color: #4e3f7f
}
.infinityDiv {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 740px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 1px 0 8px -1px rgba(0, 0, 0, .118);
  -moz-box-shadow: 1px 0 8px -1px rgba(0, 0, 0, .118);
  box-shadow: 1px 0 8px -1px rgba(0, 0, 0, .3)
}
.infinityDiv img {
  object-fit: cover;
  float: left
}
.infinityDiv h4 {
  padding-left: 120px;
  padding-top: 10px;
  color: #c90914 !important;
}
.infinityDiv p {
  padding-left: 120px;
  padding-top: 10px;
  color: #000 !important;
  position: relative;
  bottom: 10px
}
.infinityDiv .progress-bar {
  background-color: #eee;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: width .1s ease
}
.vurguluCode {
  display: inline;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin: 0 5px
}
.colorYellow {
  background: #fdde11
}
.colorRed {
  background: #c90914
}
.colorPurple {
  background: #4e3f7f
}
.colorGreen {
  background: #178c29
}
.colorBlue {
  background: #214b7f
}
.ql-snow .ql-tooltip {
  left: 0 !important
}
.authorcomment ol li {
  padding: 0 !important;
  border-top: none !important;
  list-style: normal
}
.authorcomment ul li {
  padding: 0 !important;
  border-top: none !important
}
.authorcomment ul {
  list-style: normal !important
}
.authorcomment ol {
  list-style: disc !important
}
.relatedContent .icon-play-arrow {
  position: absolute;
  left: 45px !important;
  font-size: 18px !important;
  color: #fff !important;
  display: block !important;
  width: 50px !important;
  line-height: 45px !important;
  border-radius: 100% !important;
  text-align: center !important;
  z-index: 2
}
#newsRead .bottom .left .tags ul li:hover {
  border-color: inherit
}
.ql-editor.ql-blank:before {
  font-size: 15px !important;
  color: #2b2b2b !important;
  font-style: normal
}
.newsPapper:nth-child(-n+3) {
  padding-top: 27px
}
.icon-play-arrow:hover {
  transform: rotate(360deg);
  transition: .3s
}
.icon-play-arrow {
  transform: rotate(0);
  transition: .3s
}
#newsRead .bottom .left .detail iframe {
  width: 100% !important;
  height: 478px
}
.shareDivArea .active {
  visibility: visible !important;
  transition: .3s
}
.a-plus {
  width: 42px !important;
  height: 29px;
  float: right;
  margin-right: 52px;
  cursor: pointer;
  position: relative;
  background: url(../img/text-size.svg) center center no-repeat !important;
  margin-left: 15px;
  float: left
}
#newsRead .bottom .left .detail p.shortCodeBlue {
  padding: 20px 15px;
  /*background: #f1f8fb;*/
  border: 1px solid#ddedf6;
  font-size: 15px
}
#newsRead .bottom .left .detail p.shortCodePurple {
  padding: 20px 15px;
  /*background: #f7f1fb;*/
  border: 1px solid#e5ddf6;
  font-size: 15px
}
#newsRead .bottom .left .detail p.shortCodeRed {
  padding: 20px 15px;
  /*background: #fbf1f1;*/
  border: 1px solid#f6e2e2;
  font-size: 15px
}
#newsRead .bottom .left .detail p.shortCodeGreen {
  padding: 20px 15px;
  /*background: #f1fbf7;*/
  border: 1px solid#d1f0e2;
  font-size: 15px
}
#newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar .send button:hover {
  background-color: #81878c;
  color: #e8eaed
}
.commentForm .authorInput {
  width: 100%;
  border: none
}
@-moz-keyframes sonDakika {
  100% {
      background: red
  }
}
@-webkit-keyframes sonDakika {
  100% {
      background: red
  }
}
#puan-box {
  border: 1px solid #ececec;
  padding: 20px 20px 8px;
  margin: 0
}
#puan-box ul {
  margin: 0;
  padding: 0;
  list-style: none
}
#puan-box ul li {
  margin-bottom: 15px;
  list-style: none
}
#puan-box .puan-top {
  overflow: hidden
}
#puan-box .puanlama-score {
  background: #e62f2f;
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px
}
#puan-box .puanlama-score .puanlama {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
  display: block
}
#puan-box .puanlama-score .puanlama-text {
  background: #222;
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 10px
}
#puan-box .puan-top {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd
}
#puan-box .puan-top .puan-text .puan-title {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: 8px 0 10px
}
#puan-box .puan-top .puan-text p {
  margin-bottom: 0
}
#puan-box ul li .puan-kritik-bar-container {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, open sans, sans-serif;
  background: rgba(0, 0, 0, .03);
  height: 25px;
  overflow: hidden
}
#puan-box ul li .puan-kritik-bar {
  float: left;
  height: 25px;
  background: #e62f2f;
  padding: 0 1em;
  transition: all .3s;
  line-height: 24px;
  color: #fff;
  font-size: 13px
}
#puan-box ul li:hover .puan-kritik-bar {
  color: #fff
}
#puan-box ul li .puan-kritik-bar span.legp {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  padding: 0 0 0 10px;
  text-transform: uppercase
}
#puan-box ul li .puan-kritik-bar-container span.right {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, .6);
  z-index: 99;
  float: right;
  line-height: 25px;
  position: absolute;
  top: 0;
  right: 0
}
#puan-box .puan-total-score {
  background: #f2f2f2;
  overflow: hidden
}
#puan-box .puan-total-score .left {
  float: left;
  max-width: 50%;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 15px;
  margin: 0;
  text-transform: uppercase
}
#puan-box .puan-total-score .right {
  float: right;
  font-size: 18px;
  background: #ff3718;
  color: #fff;
  font-weight: 600;
  padding: 0 12px;
  height: 54px;
  line-height: 54px
}
#puan-box .puan-total-score .right i {
  color: #fff;
  font-size: 17px;
  margin: 0 2px
}
#puan-box .puan-summary {
  border: 1px solid #eee;
  padding: 25px;
  margin: 0 0 25px
}
#puan-box .puan-summary p {
  margin: 0
}
#puan-box .puan-total-score .type-star {
  font-size: 14px;
  padding: 7px 15px
}
#puan-box .puan-total-score-box [class*=icon-] {
  font-size: 18px;
  color: #fff;
  margin: 0 1px
}
.haberSingle:after {
  content: '';
  display: block;
  width: 740px;
  height: 16px;
  background-image: url(../img/content-separatrix.webp);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 8px;
  margin-top: 32px;
  max-width: 100%;
}
.flex-l {
  display: flex;
  padding: 0 12px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
#agenda .flex-l {
  padding: 0;
}
.mainSlide {
  width: calc(100% - 400px);
  position: relative;
  margin-bottom: 20px;
}
#owl-mainSlide a {
  display: block;
  width: 100%;
}
#owl-mainSlide a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
}
#owl-mainSlide a img {
  object-fit: cover;
  min-height: 200px;
  width: 100%;
  height: 403px;
}
.mainSlide .owl-nav button .arrowhover {
  display: none;
}
.mainSlide .owl-nav button:hover img {
  display: none;
}
.mainSlide .owl-nav button:hover .arrowhover {
  display: block;
}
#owl-mainSlide a strong {
  position: absolute;
  left: 0;
  bottom: 11px;
  font-size: 36px;
  color: #fff;
  font-weight: 600 !important;
  font-family: metropolis, sans-serif;
  line-height: 47px;
  padding: 0 17px;
  height: auto;
  height: auto !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mainSlide .owl-dots {
  background: #fff;
  counter-reset: dots;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 58px;
}
.mainSlide .owl-dots button {
  background-color: #EAEAEA;
  border: 0;
  box-shadow: unset;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: 600 !important;
  color: #222;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  margin-right: 10px;
}
.mainSlide .owl-dots button:last-child {
  margin-right: 0;
}
#owl-mainSlide .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
#owl-mainSlide .owl-dot span {
  display: none;
}
.mainSlide .owl-dots button.active {
  background-color: #C90914;
  color: #fff;
}
.mainSlide .owl-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  height: 58px;
  padding: 0 16px;
}
.mainSlide .owl-nav button {
  width: 24px;
  height: 28px;
  background-color: #EAEAEA;
  border: 0;
  box-shadow: unset;
  font-weight: bold;
  padding-top: 2px;
  border-radius: 2px;
}
.mainSlide .owl-nav button:hover {
  background-color: #c90914;
}
.mainSlide .owl-nav button img {
  max-height: 11px;
}
.mainSlide .owl-nav button:last-child {
  border-right: 0;
}
.mainSlide .owl-nav button:first-child img {
  transform: rotate(180deg);
}
.altec {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.altec>div {
  flex: 0 0 33.3%;
  max-width: calc(33.3% - 10px);
}
.hmfix .header-middle.on,
.hmfix .header-middle2.on {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.hmfix .header-middle.on {
  border-top: 0 !important;
}
.customize-support.hmfix .header-middle.on,
.customize-support.hmfix .header-middle2.on {
  position: fixed;
  width: 100%;
  top: 32px;
  z-index: 999;
  box-shadow: 0 2px 4px rgb(17 21 25 / 28%);
}
.left .sport {
  height: 364px;
  margin-bottom: 20px;
}
.newsBox2 img {
  width: 100%;
  object-fit: cover;
}
#owll-sp .owl-nav,
.sport .bvgl-title {
  display: none;
}
.sport .bvgl-title h2 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: block;
  text-transform: uppercase;
}
#owll-sp {
  height: 169px;
}
#owll-sp .owl-dots {
  opacity: 0;
  user-select: none;
  visibility: hidden;
}
#owll-sp div a {
  height: 169px;
  display: block;
  width: 100%;
}
#owll-sp div a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home>.bottom>.left .sport>div:first-child a span strong {
  display: block;
  margin-top: 8px;
}
#home>.bottom>.left .sport>div:last-child .pager li a:hover {
  color: #178c29;
}
.owll-sp li a.active,
.owll-sp li a:hover {
  color: #178c29 !important;
}
.ntitle {
  width: 100%;
  height: 53px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #E6E6E6;
}
.ntitle h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  padding-left: 28px;
  position: relative;
}
.ntitle h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: 4px;
  background-color: #C90914;
  margin-top: -12px;
  left: 15px;
}
.onecikantab {
  width: 380px;
  background-color: #fff;
  margin-bottom: 20px;
}
.onecikantab-bottom {
  background-color: #fff;
  width: 100%;
  padding: 1px;
  padding-bottom: 0;
}
.onecikantab-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 58px;
  padding: 0 15px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #E6E6E6;
}
.onecikantab-bottom ul li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 12px;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  box-shadow: 0 1px 1px rgb(209 208 208);
  margin-right: 6px;
}
.onecikantab-bottom ul li:last-child a {
  margin-right: 0;
}
.onecikantab-bottom ul li.active a,
.onecikantab-bottom ul li a:hover {
  background-color: #C90914;
  color: #fff;
  box-shadow: unset;
}
.onecikantab-top ul {
  width: 100%;
}
.onecikantab-top ul {
  display: none;
}
.onecikantab-top ul.active {
  display: block;
}
.onecikantab-top ul li {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #E6E6E6;
  transition: background-color .2s ease-in-out;
  position: relative;
}
.onecikantab-top ul li:last-child {
  border-bottom: 0;
}
.onecikantab-top ul li a p {
  font-size: 15px;
  line-height: 22px;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 16px;
  font-weight: 600;
  transition: color .2s ease-in-out;
}
.onecikantab-top ul li:hover {
  background: #222222;
}
.onecikantab-top ul li:hover p {
  color: #fff;
}
.onecikantab-top ul li a figure {
  width: 124px;
  height: 76px;
  margin: 0;
  min-width: 124px;
}
.onecikantab-top ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onecikantab-top ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onecikantab-top ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 10px;
  height: 104.92px;
  -webkit-mask-image: url(../img/onecikanbefore.svg);
  mask-image: url(../img/onecikanbefore.svg);
  z-index: 1;
  background: #484848;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.onecikantab-top ul li:hover:before {
  opacity: 1;
  visibility: visible;
}
.videonews li {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #E6E6E6;
  transition: background .2s ease-in-out;
}
.videonews li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 64px;
}
.videonews li a figure {
  margin: 0;
  width: 104px;
  height: 64px;
  min-width: 104px;
  margin-right: 12px;
  position: relative;
}
.videonews li a figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videonews li a p {
  font-size: 15px;
  line-height: 22px;
  color: #010101;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s ease-in-out;
}
.videonews li a span {
  font-size: 13px;
  font-weight: 600;
  color: #848484;
  transition: color .2s ease-in-out;
}
.videonews li:hover {
  background-color: #c90914;
}
.videonews li:hover p,
.videonews li:hover span {
  color: #fff;
}
.videonews {
  background-color: #fff;
  width: 100%;
}
.videonews li:last-child {
  border-bottom: 0;
}
.videonews li figure span {
  background-color: #c90914;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.threenews-ad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background-color: #fff;
  padding: 0 20px 20px 20px;
  position: relative;
}
.threenews-ad-right {
  width: 300px;
  position: relative;
  z-index: 1;
}
.threenews-lig {
  width: 330px;
  position: relative;
  z-index: 1;
}
.spor-sondakika {
  width: 350px;
  background: #fff;
  border: 1px solid #E6E6E6;
  position: relative;
  z-index: 1;
}
.threenews-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.threenews-title h3 {
  color: #fff;
  padding-left: 14px;
}
.threenews-title h3:before {
  background-color: #fff;
  left: 0;
}
.threenews-title>a {
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
}
.threenews-title .ntitle {
  background: transparent;
  border: 0;
  width: auto;
}
.threenews-title>a svg {
  margin-left: 12px;
}
.threenews-title>a:hover svg,
li.detayliin a:hover svg {
  animation: rightarrow 1s infinite ease-in-out;
}
@keyframes rightarrow {
  0% {
      transform: translateX(0)
  }
  50% {
      transform: translateX(10px)
  }
  100% {
      transform: translateX(0)
  }
}
.spor-sondakika ul li:hover p {
  color: #fff;
}
.spor-sondakika ul li:hover {
  background-color: #208b2f;
}
.spor-sondakika ul li {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #E6E6E6;
  transition: background-color .2s ease-in-out;
  position: relative;
}
.spor-sondakika ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spor-sondakika ul li a figure {
  width: 124px;
  height: 76px;
  min-height: 76px;
  margin: 0;
  min-width: 124px;
}
.spor-sondakika ul li a figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.threenews-lig>a figure {
  margin: 0;
  width: 100%;
  height: 192px;
  margin-bottom: 20px;
}
.threenews-lig>a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tli-left span:first-child {
  width: 10px;
  min-width: 10px;
  display: inline-block;
}
.threenews-lig .spor-sondakika {
  width: 100%;
  max-width: 100%;
}
.videonews-out {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.threenews-lig .spor-sondakika ul li p {
  padding-right: 0;
  padding-left: 16px;
}
.threenews-lig .spor-sondakika .ntitle {
  height: 48px;
}
.spor-sondakika ul li p {
  font-size: 15px;
  line-height: 22px;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 16px;
  font-weight: 600;
  transition: color .2s ease-in-out;
}
.threenews-out {
  width: 100%;
  padding: 0 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.threenews-ad>svg {
  position: absolute;
  left: 0;
  top: 0;
}
.threenews-lig-in .ntitle h3:before {
  background-color: #208B2F;
  left: 14px;
  display: none;
}
.threenews-lig-in .ntitle h3 {
  padding-left: 14px;
}
.threenews-lig-in .ntitle {
  border: 0;
  height: 47px;
}
.spor-son-lig {
  border: 1px solid #E6E6E6;
  border-top: 0;
  background-color: #fff;
}
.threenews-lig-in {
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 14px;
  border-left: 0;
  border-right: 0;
}
.threenews-ad-right .rek {
  margin-bottom: 15px;
}
.tli-right span {
  color: #0D0D0D;
  font-weight: 700;
  font-size: 15px;
  display: block;
  text-align: center;
  width: 20px;
  text-align: center;
}
.tli-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  min-width: 90px;
}
.spor-son-lig li {
  display: flex;
  padding: 0 14px;
  height: 41px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
  padding-right: 14px;
}
.spor-son-lig li:last-child {
  height: 39px;
}
.spor-sondakika ul li:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
  padding-top: 13px;
}
.spor-sondakika ul li:first-child {
  padding-top: 13px;
}
.threenews-lig .spor-sondakika ul li:first-child {
  padding-top: 12px;
}
.threenews-lig .spor-sondakika ul li:last-child {
  padding-bottom: 12px;
  padding-top: 12px;
}
.spor-sondakika .ntitle h3:before {
  background-color: #208B2F;
}
.tli-left span {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.tli-left span:last-child {
  font-size: 14px;
  margin-left: 12px;
}
.tli-in-right span {
  color: #0D0D0D;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 20px;
  text-align: center;
}
.tli-in-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  min-width: 90px;
  text-align: center;
}
.spor-son-lig li:last-child {
  border-bottom: 0;
}
.tli-right span:last-child {
  margin-right: 0;
}
.spor-son-lig li:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 40px;
  background: #4A8BEE;
}
.spor-son-lig li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 40px;
  background: #F67B38;
}
.spor-son-lig li:nth-child(3):before {
  background: #40A65A;
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 40px;
}
.sixNews .left div:not(:first-child) .newsBox2>span,
.sixNews .right .newsBox2>span {
  position: relative;
  background-color: #fff;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #010101;
  padding: 11px 15px 9px 15px;
}
.sixNews .left div:not(:first-child) .newsBox2>span strong,
.sixNews .right .newsBox2>span strong {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #010101;
}
.sixNews .left div:not(:first-child) .newsBox2>span em,
.sixNews .right .newsBox2>span em {
  position: absolute;
  top: -39px;
}
#home>.bottom>.left .sixNews .left div:not(:first-child) a img,
#home>.bottom>.left .sixNews .right a img {
  height: 158px;
  min-height: 158px;
}
.yazarlar-left {
  width: 380px;
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  padding: 10px 25px 4px 25px
}
.yl-in {
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #e5e5e5
}
.yl-in:last-child {
  border-bottom: 0
}
.yl-in-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px
}
.yl-in-top a:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  margin-left: 10px
}
.yl-in-top a figure {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0
}
.yl-in-top a figure img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover
}
.yl-in-top a span {
  color: #fc433e;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: metropolis
}
.yl-in-top a date {
  font-size: 11px;
  font-weight: 400;
  color: #817f7f
}
line {
  display: block;
  width: 100%
}
.yl-in-bottom a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
  display: block;
  transition: color .2s ease-in-out;
  font-family: metropolis
}
.yl-in-bottom a:hover {
  color: #fc433e
}
.yl-in-bottom p {
  color: #000;
  font-size: 13px;
  line-height: 21px
}
.yazarlar-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}
.yazarlar-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.yr-in {
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  background-color: #fff;
  width: calc(33% - 10px);
  display: flex;
  margin-bottom: 20px;
  max-height: 120px
}
.yr-in a {
  display: block
}
.yr-in a figure {
  width: 120px;
  height: 120px;
  background-color: #d3d3d3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0
}
.yr-in a span {
  font-size: 15px;
  font-weight: 600;
  font-family: metropolis;
  color: #fc433e;
  display: block;
  margin-bottom: 5px
}
.yr-in a p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  font-family: metropolis;
  line-height: 22px;
  transition: color .2s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical
}
.yr-in .yr-lastc {
  padding: 12px 20px 20px 20px
}
.yr-in a:hover p {
  color: #fc433e
}
.kyif-in {
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  display: flex;
  justify-content: space-between;
  position: relative
}
.kyif-in.kyifn1 {
  width: 281px;
  height: 50px
}
.kyifn1 figure {
  position: absolute;
  right: 0;
  pointer-events: none
}
.kyif-in a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  line-height: 50px
}
.kyif-in a span,
.kyif-in input {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  display: block;
  padding: 0 25px;
  font-family: metropolis
}
.kyif-in input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #fc433e !important
}
.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
  border-bottom-color: #fc433e !important;
  display: none !important
}
.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"] {
  font-size: 16px !important;
  color: #fc433e;
  font-family: metropolis
}
.datepicker-panel>ul>li.highlighted {
  background-color: #fc433e !important;
  color: #fff
}
.datepicker-panel>ul>li:hover {
  color: #fc433e
}
.datepicker-panel>ul>li.picked {
  background-color: #fc433e !important;
  color: #fff !important
}
.datepicker-container {
  width: 275px !important;
  font-family: metropolis;
  font-size: 14px !important;
  margin-top: -10px;
  box-shadow: unset !important;
  border: 1px solid #ddd !important;
  margin-left: -1px
}
.datepicker-panel>ul {
  width: 100% !important
}
.datepicker-panel ul:first-child {
  height: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 500
}
.datepicker-container ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.datepicker-container ul:nth-child(2) li {
  width: 39px;
  height: 34px;
  font-size: 13px;
  line-height: 34px;
  color: #454545;
  font-weight: 500
}
.datepicker-container ul:nth-child(3) li {
  width: 39px !important;
  height: 36px !important;
  line-height: 36px;
  color: #454545;
  font-weight: 500
}
.datepicker-container ul:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start
}
.datepicker-container ul li.muted {
  opacity: 0;
  visibility: hidden
}
li.muted[data-view="day next"] {
  display: none
}
ul[data-view=months],
ul[data-view=years] {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: center;
  padding-left: 10px !important
}
.datepicker-panel>ul[data-view=months]>li {
  width: 63.5px !important
}
.datepicker-panel>ul>li[data-view="month next"] {
  margin-right: -20px
}
.datepicker-panel>ul>li[data-view="month prev"] {
  margin-left: -20px
}
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"] {
  background-image: url(../img/nx.png);
  background-size: cover;
  width: 8px;
  height: 15px;
  font-size: 0 !important
}
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="years next"] {
  transform: rotate(180deg)
}
.datepicker-panel>ul>li:hover,
.datepicker-panel>ul>li[data-view="month current"]:hover,
.datepicker-panel>ul>li[data-view="month next"]:hover,
.datepicker-panel>ul>li[data-view="month prev"]:hover,
.datepicker-panel>ul>li[data-view="year current"]:hover,
.datepicker-panel>ul>li[data-view="years current"]:hover {
  background-color: transparent !important
}
.datepicker-panel>ul>li.picked {
  background-color: #fc433e !important;
  color: #fff !important
}
.kyif-in input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #000
}
.datepicker-panel>ul>li[data-view="month current"] {
  user-select: none !important;
  pointer-events: none !important;
  cursor: auto !important
}
.kyif-in figure {
  width: 64px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  pointer-events: none;
  margin: 0
}
.kyif-in figure img {
  max-width: 100%;
  transition: transform .75s ease-in-out
}
.kyif-in.kyifn1 form {
  width: 100%
}
.kyif-in.kyifn2 {
  width: 290px
}
.kyif-in.kyifn3 {
  width: 250px
}
.kyif-in.kyifn4 {
  width: 179px
}
.kyi-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}
.kyif-in a:hover img {
  transform: rotateY(360deg)
}
.kyif-in .alt-cat-box {
  pointer-events: none;
  max-width: 100%
}
.kyif-in .alt-cat-box-bar {
  max-height: 378px;
  height: auto
}
.kyif-in .alt-cat-box.act {
  visibility: visible;
  opacity: 1;
  pointer-events: auto
}
.kyif-in .alt-cat-box li a {
  height: 30px
}
.kyif-in .alt-cat-box:after {
  display: none
}
.kyif-in .alt-cat-box {
  top: 51px;
  right: unset;
  left: 0;
  padding-top: 0;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34)
}
.kyif-in .alt-cat-box-bar {
  border-radius: 0;
  background-color: #f4f4f4;
  width: 210px;
  max-width: 100%
}
.kyif-in .alt-cat-box li a {
  color: #000
}
.kyif-in .alt-cat-box li a:hover {
  background-color: #e5e5e5
}
.kyif-in .simplebar-scrollbar:before {
  background: #cecece !important
}
.kyif-in .simplebar-vertical {
  background: #fff !important;
  border-radius: 0 !important
}
.yazar-detay-left {
  width: 300px;
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  padding: 20px 20px 0 20px
}
.ydl-top-in {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}
.ydl-top figure {
  width: 100px;
  height: 100px;
  min-width: 120px;
  background-color: #d3d3d3;
  margin-right: 10px !important;
  min-width: 100px;
  min-height: 100px;
}
.ydl-top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.ydl-top-right h2 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px
}
.ydl-top-right p:before {
  content: open-quote;
  font-size: 32px;
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
}
.ydl-top-right p:before {
  font-size: 31px;
}
.ydl-top-right p {
  color: #626161;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}
.ydl-top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  border: 0;
  background: 0 0;
  width: 100%;
}
.ydl-top ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  margin-right: 5px;
}
.ydl-top li a i {
  display: block;
  height: 20px;
  transition: .3s;
  background-color: #9da1a4;
  transition: background-color .2s ease-in-out;
}
.ydl-top ul li a {
  display: flex;
  width: 36px;
  height: 36px;
  border-width: 2px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 2px solid #9da1a4;
}
.ydl-top ul li a.facebook {
  border-color: #257fc3
}
.ydl-top ul li a.facebook i {
  background-color: #257fc3
}
.ydl-top ul li a.facebook:hover {
  background-color: #257fc3
}
.ydl-top ul li a.facebook:hover i {
  background-color: #fff !important
}
.ydl-top ul li a.twitter {
  border-color: #1da1f2
}
.instagram i {
  width: 17px;
  -webkit-mask-image: url(../img/icons/footerInstagram.svg);
  mask-image: url(../img/icons/footerInstagram.svg);
}
.youtube i {
  width: 20px;
  -webkit-mask-image: url(../img/icons/footerYoutube.svg);
  mask-image: url(../img/icons/footerYoutube.svg);
}
.ydl-top ul li a.twitter i {
  background-color: #1da1f2
}
.ydl-top ul li a.twitter:hover {
  background-color: #1da1f2
}
.ydl-top-right .footerSocial li a.youtube:hover i {
  background-color: #fff;
}
.other-text:hover svg {
  animation: rightarrow 1s infinite ease-in-out;
}
.ydl-top.fixa {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  width: 300px;
  margin-left: -20px;
  padding: 20px 20px 0 20px;
  top: 0;
}
.hmfix .ydl-top.fixa {
  top: 70px;
}
.hmfix.customize-support .ydl-top.fixa {
  top: 100px;
}
.news-abone>span {
  display: block;
  width: max-content;
  margin-right: 10px;
  font-family: metropolis, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7e8488 !important;
  transition: color .2s ease-in-out;
}
.ydl-top ul li a.twitter:hover i {
  background-color: #fff !important
}
.ydl-top ul li a.instagram {
  border-color: #e86227
}
.ydl-top ul li a.instagram i {
  background-color: #e86227
}
.ydl-top ul li a.instagram:hover {
  background-color: #e86227
}
.ydl-top ul li a.instagram:hover i {
  background-color: #fff !important
}
.ydl-top ul li a.pinterest {
  border-color: #c92229
}
.ydl-top ul li a.pinterest i {
  background-color: #c92229
}
.ydl-top ul li a.pinterest:hover {
  background-color: #c92229
}
.ydl-top ul li a.pinterest:hover i {
  background-color: #fff !important
}
a.other-text {
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  background: #fc433e;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px
}
a.other-text svg {
  margin-left: 3px
}
.ydl-other h1 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px
}
.ydl-top ul li a.youtube {
  border-color: #c92229;
}
.ydl-top ul li a.youtube i {
  background: #c92229;
}
.ydl-top ul li a.instagram {
  border-color: #e86227;
}
.ydl-top ul li a.instagram:hover {
  background-color: #e86227;
}
.ydl-top ul li a.instagram i {
  background-color: #e86227;
}
.ydl-top-right .footerSocial li a.youtube:hover {
  border-color: #c92229;
  background-color: #c92229;
  transition: border 0s;
}
.ftum {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.ftum a {
  flex: 0 0 55%;
  max-width: calc(50% + 15px);
}
.ftum a:first-child {
  background: #257fc3;
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 600
}
.ftum a.follow-btn {
  max-width: calc(50% - 20px);
}
.ydl-other ul li {
  display: block;
  width: 100%;
  margin-bottom: 20px
}
.ydl-other ul li figure {
  width: 100px;
  height: 100px;
  background-color: #d3d3d3;
  margin-right: 11px;
  min-width: 100px;
  box-shadow: .57px .82px 1px rgba(165, 161, 161, .34);
  min-height: 100px
}
.ydl-other ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.ydl-other ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.ydl-other ul li a h2 {
  color: #fc433e;
  font-weight: 600;
  font-size: 15px
}
.ydl-other ul li a p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  margin-top: 7px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yazar-detay-left figure {
  margin: 0
}
.yazar-detay-right {
  width: calc(100% - 320px);
  background-color: #fff;
  padding: 20px 20px 10px 20px
}
.yazar-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.yazar-detay-right .relatedContent {
  position: relative
}
.yazar-detay-right .relatedContent a {
  display: block;
  background: #222;
  position: relative;
  padding: 15px 15px 15px 155px;
}
.yazar-detay-right .relatedContent a span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  bottom: 17px
}
.yazar-detay-right .relatedContent a span svg {
  margin-left: 8px
}
.yazar-detay-right .relatedContent a span svg {
  transition: transform .2s ease-in-out
}
.yazar-detay-right .relatedContent a:hover span svg {
  animation: rightarrow 1s infinite ease-in-out
}
.yazar-detay-right p strong {
  color: #c90914
}
.yazar-detay-right blockquote {
  display: block;
  font-size: 16px;
  color: #757373;
  line-height: 24px;
  position: relative;
  margin: 20px 0 19px 0 !important;
  border-left: 2px solid #f4f4f4;
  padding: 15px 15px 15px 60px
}
.yazar-detay-right blockquote p {
  color: #757373;
  font-size: 17px
}
.yazar-detay-right blockquote .icon-quote {
  position: absolute;
  color: #e8e8e8;
  left: 25px;
  top: 10px;
  font-size: 18px
}
.yazar-post {
  position: relative;
  margin-bottom: 12px
}
.yazar-post:not(:last-child):after {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background-image: url(../img/content-separatrix.webp);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 8px;
  margin-top: 20px
}
.yazar-post ul li {
  list-style: disc;
  list-style-type: disc;
  font-size: 18px !important;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px
}
.yazar-post ul {
  padding: 0 0 0 16px;
  display: block;
  align-items: center
}
.yazar-post p.shortCodeBlue {
  padding: 20px 15px;
  background: #f1f8fb;
  border: 1px solid#ddedf6;
  font-size: 15px
}
.yazar-post figure {
  margin: 0 !important
}
.yazar-post .wp-block-image img {
  max-width: 100%
}
.yazar-post figcaption {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #757373;
  text-align: center
}
.yazar-post ol {
  margin: 0;
  padding: 0;
  counter-reset: li-counter
}
.yazar-post ol li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  font-size: 18px !important;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px
}
.yazar-post iframe {
  width: 100% !important;
  height: 390px
}
.yazar-post ol li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700 !important;
  background: #c90914;
  content: counter(li-counter);
  counter-increment: li-counter
}
.yazar-detay-right h1 {
  font-family: metropolis;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -.15px;
  line-height: 1.2em;
  color: #000
}
.yazar-detay-right p {
  margin: 10px 0;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
a.readMore {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  background: transparent !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
a.readMore:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  background-image: linear-gradient(to top, rgb(255 255 255 / 92%) 30%, rgb(255 255 255 / 73%) 90%, rgb(25 26 83 / 0%) 100%);
  width: 100%;
  height: 147px;
  margin-bottom: 34px;
}
a.readMore span {
  display: inline-block;
  color: #fff;
  background: #db2027;
  padding: 0px 19px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  line-height: 35px;
}
a.readMore span svg path {
  fill: #fff;
}
.yazar-post {
  MAX-HEIGHT: 755px;
  overflow: hidden;
  margin-bottom: 2px;
}
.yazar-post.yp-sing {
  max-height: unset;
}
a.readMore svg {
  margin-left: 8px;
  margin-top: 2px;
}
a.readMore svg path {
  fill: #555;
}
a.readMore svg {
  transition: transform .2s ease-in-out
}
a.readMore:hover svg {
  animation: rightarrow 1s infinite ease-in-out
}
.yazar-detay-right .cap {
  position: relative;
  margin: 12px 0
}
.yazar-detay-right h2,
.yazar-detay-right h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 9px !important;
  margin-top: 15px
}
.yazar-detay-right h3 {
  font-size: 30px
}
.selectli-svg-in {
  background: #fff;
  padding: 0;
  position: absolute;
  right: 44px;
  top: -25px;
  width: 250px;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 2px 5px rgba(62, 60, 60, .56);
  border-radius: 8px;
  padding-right: 15px;
}
.kyi-filters .selectli-svg-in {
  top: 72px;
  left: 1px;
  right: unset;
}
.selectli-svg-in.on {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(-12px);
}
.selectli-svg-in:before {
  position: absolute;
  top: 21px;
  right: -9px;
  width: 9px;
  height: 21px;
  content: "";
  background-image: url(../img/icons/hvt2.png);
}
.kyi-filters .selectli-svg-in:before {
  top: -15px;
  right: 21px;
  transform: rotate(-90deg);
}
.selectli-place {
  width: calc(100% + 5px);
  background-color: #fff;
  padding: 10px 0 10px 10px;
  position: relative;
  border-top-left-radius: 10px;
}
.selectli-place input {
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  color: #515151;
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px 0 14px;
  width: 100%;
  border-radius: 4px;
}
.selectli-place input {
  text-transform: none;
}
.selectli-place:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 10px);
  height: 1px;
  background: #e8e8e8;
  left: 0;
}
.selectli-svg-in ul {
  height: 209px;
  overflow: auto;
  width: 245px;
  padding-right: 5px;
  border-bottom-left-radius: 8px;
}
.selectli-svg-in ul li {
  display: block;
}
.kyif-in a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.selectli-svg-in ul li a {
  color: #000;
  line-height: 26px;
  text-align: left !important;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease-in-out;
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  border-bottom: 1px solid #ccc;
}
.selectli-svg-in:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 59px);
  background: #fafafa;
  width: 20px;
  z-index: -1;
  border-radius: 0 0 8px 0;
  border-left: 1px solid #ddd;
}
.selectli-place img {
  position: absolute;
  right: 15px;
  top: 20px;
  pointer-events: none;
  user-select: none;
}
.selectli-svg-in ul::-webkit-scrollbar {
  width: 10px;
  right: 2px
}
.selectli-svg-in ul::-webkit-scrollbar-track {
  box-shadow: unset;
  border-radius: 0 8px 8px 0;
  background-color: #fafafa
}
.selectli-svg-in ul::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 5px;
  box-shadow: unset
}
.kyif-in input::placeholder {
  font-weight: 600;
}
.spor-son-lig.ssl2 .tli-right span,
.spor-son-lig.ssl2 .tli-in-right span {
  text-align: center;
  min-width: unset;
  width: unset;
}
.spor-son-lig.ssl2 .tli-right span {
  font-size: 12px;
  font-weight: 600;
}
.ssl2 .tli-right span:last-child,
.ssl2 .tli-in-right span:last-child {
  width: 120px;
  text-align: right;
}
.ssl2 .tli-in-right span:last-child img {
  margin: 0 0 0 2px;
  height: unset;
  width: unset;
  min-width: unset;
  border-radius: unset;
}
.ssl2 .tli-in-right span.down {
  color: #ee2d3b;
}
.ssl2 .tli-in-right span.up {
  color: #5d9b0d;
}
.ssl2 .threenews-lig-in .ntitle {
  width: calc(100% / 3);
  text-align: left;
}
.spor-son-lig.ssl2 .tli-right,
.spor-son-lig.ssl2 .tli-in-right {
  width: unset;
  min-width: unset;
}
.ssl2.spor-son-lig li:before {
  display: none !important;
}
.ssl2.spor-son-lig li:hover:before {
  display: block !important;
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 40px;
}
.ssl2.spor-son-lig li:before {
  background: #033b82;
}
.spor-son-lig li img {
  margin-right: 14px;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.spor-son-lig.ssl2 .tli-left span:first-child {
  width: 18px;
  display: inline-flex;
}
.spor-son-lig.ssl2 .tli-left {
  display: flex;
  align-items: center;
}
li.detayliin:before {
  display: none !important;
  visibility: hidden;
}
li.detayliin {
  padding: 12px 14px 13px 14px;
  height: unset !important;
}
li.detayliin a {
  display: flex;
  border-radius: 2px;
  background-color: #033b82;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
}
.threenews-lig>a h3 {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.threenews-lig>a {
  position: relative;
  display: block;
  width: 100%;
}
.threenews-lig>a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
}
.left-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  transition: transform .35s ease-in-out;
  box-shadow: 0 0 60px -5px rgb(0 0 0 / 10%);
  z-index: 999999;
  transform: translateX(-300px);
  overflow: auto;
  transition: all .7s cubic-bezier(.45, 0, .14, 1.03);
}
.left-menu.opened {
  transform: translateX(0);
}
.left-menu-header {
  position: relative;
}
form.newheadersearch {
  position: relative;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.newheadersearch a.openSearch {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #d8d8d8;
  pointer-events: none;
}
form.newheadersearch input {
  display: inline-block;
  line-height: normal;
  color: #9b97a1;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  width: 100%;
  font-family: metropolis, sans-serif;
  font-size: 15px !important;
  height: 60px;
  opacity: .6;
  padding: 10px;
}
.left-menu-body li {
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  display: block;
}
.left-menu-body li a {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: gray !important;
  font-weight: 500;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #ededed;
  padding-left: 20px;
}
form.newheadersearch {
  z-index: 999;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  padding-left: 45px
}
form.newheadersearch input {
  display: inline-block;
  line-height: normal;
  color: #9b97a1;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  width: 100%;
  font-family: metropolis, sans-serif;
  font-size: 15px !important;
  height: 60px;
  opacity: .6;
  padding: 10px;
  line-height: 60px;
}
.newheadersearch a.openSearch {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #9b97a1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .4;
}
.left-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  -moz-transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  -ms-transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  z-index: 99999;
}
.left-menu-overlay.on {
  display: block;
  opacity: 1;
  visibility: visible;
}
header .menu-item-has-children ul.sub-menu {
  position: absolute;
  left: -1px;
  top: 100%;
  background: #fff;
  padding: 12px 0;
  min-width: 215px;
  z-index: 99;
  visibility: hidden;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(.2, .2);
  transform: scale(.2, .2);
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 4px rgb(0 0 0 / 49%);
  border-radius: 2px;
  margin-top: -13px;
}
.sondakika.son-flash span b {
  margin: 3px 0;
}
header .menu-item-has-children ul.sub-menu {
  background-color: #fff;
}
header .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
header .menu-item-has-children ul.sub-menu li {
  text-align: left;
  width: auto;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 30px;
  border-right: 0;
  padding: 0 24px;
  transition: background-color .2s ease-in-out;
}
nav .menu ul.sub-menu li a {
  font-size: 13px !important;
  font-weight: 500 !important;
  position: relative;
  line-height: 31px !important;
  display: block;
  height: 30px;
  width: 100%;
  color: #222 !important;
  text-transform: none !important;
  margin-right: 0 !important;
  padding-right: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
nav .menu ul.sub-menu li:hover,
.ht-right-in ul li:hover {
  background-color: #dcdcdc;
}
nav .menu ul.sub-menu li a:before {
  display: none !important;
}
.spor-sondakika.sso-new {
  width: 100%;
  margin-bottom: 20px;
}
.spor-sondakika.sso-new figure {
  width: 118px;
  min-width: 118px;
  height: 76px;
  min-height: 76px;
  margin-left: 10px;
}
.spor-sondakika.sso-new p {
  padding-right: 0;
}
.dk-burc {
  width: 100%;
  height: 283px;
  position: relative;
  background-color: #33285b;
  padding: 9px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.threenews-ad-right>div:last-child {
  margin-bottom: 0;
}
.dk-burc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2;
  background-image: url(../img/burc/ast.jpg);
  object-fit: cover;
  background-size: cover;
}
.dk-burc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.dk-burc ul li {
  flex: 0 0 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dk-burc ul li a figure {
  margin: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 12px rgb(103 81 184 / 77%);
  transition: all .2s ease-in-out;
}
.dk-burc ul li a figure:hover {
  box-shadow: inset 0 0 20px rgb(103 81 184);
}
.dk-burc ul li a {
  width: 100%;
}
.dk-burc ul li:nth-child(4),
.dk-burc ul li:nth-child(8),
.dk-burc ul li:nth-child(12) {
  margin-right: 0;
}
.dk-burc ul li a span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
  margin-top: 3px;
}
.ast-date {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -10px;
  top: 0;
  width: 72px;
  height: 72px;
  background-color: rgba(39, 31, 68, .9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all .35s ease-in-out;
}
.dk-burc ul li:hover .ast-date {
  visibility: visible;
  opacity: 1;
}
.ast-date i {
  font-style: normal;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  display: block;
}
.ast-date i:first-child {
  margin-bottom: 4px;
}
#newsRead .haberSingle .newsBox>strong {
  padding: 10px 0 0 0;
}
.haberSingle .sixNews .head {
  display: none;
}
.haberSingle .sixNews .row>div {
  padding-top: 0 !important;
}
.commentForm .head {
  display: none;
}
.customize-support .left-menu {
  top: 32px;
}
.sb-right-icons .hamburger2 span {
  width: 8px;
  height: 2px;
  margin-bottom: 1px;
  display: block;
  border-radius: 8px;
  background-color: #F1F1F1;
}
.sb-right-icons .hamburger2 span:last-child {
  margin-bottom: 0;
}
.header-search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all .35s ease-in-out;
  cursor: auto;
  z-index: 99;
  background-color: #fff;
}
.header-search-form.opened {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.header-search-form .container {
  position: relative;
}
.hsf-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  -moz-transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  -ms-transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  transition: all 1s cubic-bezier(.45, 0, .14, 1.03);
  z-index: 98;
}
.hsf-overlay.on {
  display: block;
  opacity: 1;
  visibility: visible;
}
.hsf-in {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 70px;
}
.header-search-form .container form {
  height: 70px;
  padding-right: 70px;
}
.header-search-form form input {
  background-color: transparent;
  width: 100%;
  outline: 0;
  background: 0 0;
  border: 0;
  font-family: metropolis;
  -webkit-appearance: none;
  text-indent: 0;
  height: 70px;
  padding-right: 30px;
  font-size: 1.2em;
  font-weight: 400;
  color: #495057;
}
.s-close {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newsRead .bottom .left .commentForm form>div>p i.icon-user {
  width: 25px;
  height: 25px;
  margin-top: -13px;
  border-radius: 100%;
  overflow: hidden;
}
#newsRead .bottom .left .commentForm form>div>p i.icon-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
#videoPostHead {
  z-index: 1;
  float: left;
  width: 100%;
  height: auto;
  display: block;
  background-color: #2b3138;
  padding: 13px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .055);
  position: relative;
}
#videoPostHead:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 184px;
  background: url(../img/shapes/city.png) repeat-x;
}
.videoPostHead {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.vidgal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videoPostHead .singleBigTitle {
  position: relative;
  z-index: 10;
}
.vidgal h1 {
  float: left;
  padding-right: 30px;
}
.videoPostHead .singleBigTitle h1 {
  color: #fff;
}
.vidgal time {
  min-width: 300px;
  float: right;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 17px;
  vertical-align: middle;
}
.vidgal time i {
  position: absolute;
  left: -3px;
  top: 70%;
  line-height: 0;
  font-size: 21px;
}
.news-abone.vidgal2 {
  top: 0;
}
.videoPostHead .contentArea {
  float: left;
  width: 100%;
  height: 472px;
  display: block;
  margin-top: 14px;
  position: relative;
  z-index: 10;
}
.videoPostHead .contentArea .videoIframe {
  width: calc(100% - 330px);
  height: 100%;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  float: left;
}
.videoPostHead .contentArea .videoIframe iframe {
  width: 100%;
  height: 100%;
}
.videoPostHead .contentArea .rightPosts {
  width: 300px;
  display: block;
  height: 100%;
  background: #444a51;
  border-radius: 2px;
  overflow: hidden;
  padding: 18px 20px 17px;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}
.videoPostHead .contentArea .rightPosts span.title {
  width: 100%;
  display: block;
  float: left;
  text-transform: Uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.videoPostHead .contentArea .rightPosts ul {
  width: 100%;
  display: block;
  float: left;
  height: calc(100% - 37px);
  margin-top: 20px;
  overflow: auto;
}
.videoPostHead .contentArea .rightPosts ul li {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.videoPostHead .contentArea .rightPosts ul li a {
  display: block;
  color: #fff;
}
.videoPostHead .contentArea .rightPosts ul li .thumb {
  float: left;
  width: 108px;
  height: 62px;
  position: relative;
  margin-right: 12px;
  overflow: hidden;
}
.videoPostHead .contentArea .rightPosts ul li span {
  font-family: metropolis, sans-serif;
  float: left;
  width: calc(100% - 120px);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 5px;
}
.videoPostHead .contentArea .rightPosts ul li .thumb img {
  min-width: 100%;
  min-height: 65px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
i.videoIcon {
  position: Absolute;
  left: 20px;
  top: 20px;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, .7);
}
.videoIcon.center {
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.videoPostHead .contentArea .rightPosts ul li i.videoIcon {
  transition: .4s;
}
#agenda .lastmin-slider {
  padding: 0;
}
#agenda .left .mainSlide {
  width: 100%;
}
header .menu-item-has-children a:before {
  display: none;
}
.ncorona-out {
  width: 100%;
  padding: 0 0;
  margin-bottom: 20px;
}
.n-corona {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #18A09F;
  padding: 17px 20px;
  width: 100%;
}
.n-corona-right-left {
  display: flex;
  align-items: center;
}
.n-corona-fix {
  background-color: #16908F;
  margin-right: 12px;
  border-radius: 2px;
  width: 128px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 11px 13px;
}
.n-corona-right>.n-corona-fix {
  margin-right: 0;
  background: #127473;
}
.n-corona-fix h5 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
}
.n-corona-fix p {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #fff;
}
.n-corona-right-left2 {
  display: none;
}
.n-corona-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 175px;
}
.n-corona-left h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-left: 15px;
}
.n-corona-left h4 b {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 3px;
}
.n-corona-right {
  width: calc(100% - 175px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.n-corona-left svg {
  min-width: 68px;
}
.top-burc {
  width: 100%;
  margin-bottom: 20px;
}
.top-burc ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.top-burc ul li a {
  width: 78px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 2px 0;
  position: relative;
  text-align: center;
}
.top-burc ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #BBBBBB;
  width: 100%;
  height: 100%;
  border-radius: 0 0 2px 2px;
  z-index: -1;
}
.top-burc ul li a span {
  font-size: 14px;
  font-weight: 700;
  color: #616060;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.top-burc ul li a img {
  position: relative;
  z-index: 1;
}
.top-burc ul li a:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-image: url(../img/burc/topburcbg.png);
  width: 100%;
  height: 100%;
}
.top-burc ul li:hover {
  transform: translateY(6px);
}
.top-burc ul li {
  transition: transform .35s ease-in-out;
}
.sondakika.son-flash span {
  font-size: 30px;
  color: #fff;
}
.sondakika.son-flash:before,
.sondakika.son-flash:after {
  border-color: transparent transparent #fff;
}
.sondakika.son-flash,
.sondakika.son-flash:after {
  background-color: #ca0a14;
}
a.uson {
  border: 0 !important;
}
a.uson img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.puan-durumu-cont {
  background-color: #fff;
  margin: 20px 0;
  border-radius: 6px
}
.p-d-head {
  background: #267f45;
  border-radius: 6px 6px 0 0;
  padding: 15px 20px
}
.p-d-body .cb-ver-head {
  height: 40px;
  padding: 0 20px
}
.ss-top ul li {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #000;
  display: block;
  font-size: 12px;
  font-family: metropolis;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding: 0 20px;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  position: relative;
}
.p-d-body .ss-top ul li:last-child {
  border-right: 1px solid #e1e1e1;
}
.cb-veriler {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cb-veri-full .cb-veri {
  width: 100%;
  background: #fff;
  border: 0;
}
.cb-ver-head {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  background-color: #2c98f0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.p-d-body ul li {
  padding: 0
}
.p-d-body ul li a {
  padding: 0 20px;
  display: block
}
.p-d-head h1 {
  color: #fff;
  font-size: 16px
}
.cb-veri ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.p-d-body .cb-veri ul li {
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5
}
.p-d-body span {
  width: calc(100% / 12) !important;
  position: relative
}
.cb-veri ul li span {
  font-size: 13px;
  color: #0d0d0d;
  font-weight: 400;
  width: calc(100% / 4);
  text-align: center;
}
.cb-ver-head span {
  width: calc(100% / 4);
  text-align: center;
}
.p-d-body .cb-ver-head span:first-child {
  max-width: 55px
}
.p-d-body ul li span:first-child {
  text-align: left;
  max-width: 55px
}
.cb-ver-head span:first-child {
  width: calc(100% / 4);
  text-align: left;
}
.cb-veri-full .cb-ver-head span {
  width: calc(100% / 5);
}
.cb-veri-full .cb-ver-head span:first-child {
  width: calc(100% / 5);
}
.p-d-body .cb-ver-head span:first-child {
  max-width: 55px;
}
.p-d-body .cb-ver-head span:nth-child(2),
.p-d-body ul li span:nth-child(2) {
  width: 150px !important;
  text-align: left;
}
.p-d-body .cb-ver-head span:last-child,
.p-d-body ul li span:last-child {
  width: 150px !important;
  text-align: center;
}
.p-d-body .cb-veri ul {
  display: none;
}
.p-d-body ul li span.up:first-child:after {
  position: absolute;
  content: "";
  right: 50%;
  border: 5px solid transparent;
  border-bottom-color: #5bb615;
  margin-right: -3px;
  margin-top: 3px;
}
.p-d-body ul li span.down:first-child:after {
  position: absolute;
  content: "";
  right: 50%;
  border: 5px solid transparent;
  border-top-color: #c90914;
  margin-top: 5px;
  margin-right: -3px;
  margin-top: 3px;
}
.p-d-body ul li:nth-child(even) {
  background: #f1f3f4
}
.cb-veri-full .cb-veri ul li span:nth-child(2) {
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center
}
.pbodyin .cb-veri-full .cb-veri ul li span:nth-child(2) {
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: flex-start
}
.cb-veri-full .cb-veri ul li span:nth-child(2) img {
  margin-right: 9px;
  max-width: 30px;
  max-height: 30px
}
.p-d-body .cb-ver-head span:nth-child(2),
.p-d-body ul li span:nth-child(2) {
  width: 150px !important;
  text-align: left
}
.p-d-body .cb-ver-head span:last-child,
.p-d-body ul li span:last-child {
  width: 150px !important;
  text-align: center
}
.p-d-body ul li:after {
  display: none !important
}
.p-d-body .cb-veriler ul li:first-child:before,
.p-d-body .cb-veriler ul li:nth-child(2):before,
.p-d-body .cb-veriler ul li:nth-child(3):before,
.p-d-body .cb-veriler ul li:nth-child(4):before,
.p-d-body .cb-veriler ul li:nth-child(5):before {
  width: 3px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #267f45
}
.p-d-body .cb-veri ul li.dddown:before {
  width: 3px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #c90914
}
.p-d-body .cb-veriler ul li:nth-child(5):before {
  background-color: #2c98f0
}
.pbodyin {
  border: 1px solid #e6e6e6
}
.p-d-body .ss-top {
  display: block;
  width: 100%;
  z-index: 98;
  position: relative;
  background: #f5f5f5;
  border-bottom: 0;
  height: 40px
}
.p-d-body .ss-top ul::-webkit-scrollbar {
  display: none !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none
}
.p-d-body .cb-veri {
  border: 0
}
.ss-top ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-d-body .ss-top ul {
  justify-content: flex-start
}
.ss-top ul li.active:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  background-image: url(../img/box-end.svg);
  width: 13px;
  height: 13px;
  margin-left: -6.5px;
}
.p-d-body .ss-top ul li.active,
.p-d-body .ss-top ul li:hover {
  font-weight: 500;
  border-right-color: transparent;
  background-color: #2c98f0
}
.p-d-body .cb-veri ul li:hover {
  background: #f5f5f5 !important;
  border-color: #f5f5f5
}
a.other-text.author-current-user {
  max-width: 100%;
  flex: 0 0 100%;
  background: #fc433e
}
.ss-top ul li a {
  color: #222;
}
a.other-text.author-current-user svg {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px
}
.p-d-body ul li span:last-child b {
  display: inline-block;
  width: 30px;
  height: 21px;
  line-height: 22px;
  background: #e5e5e5;
  border-radius: 20px;
  font-weight: 500;
  text-align: center
}
.p-d-body ul li span:last-child {
  display: flex;
  justify-content: center;
  overflow: hidden
}
.p-d-body ul li span:last-child img:not(:first-child) {
  margin-left: 6px
}
.ss-top ul li.active a,
.ss-top ul li:hover a {
  color: #fff;
}
.threenews-yazar-in {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -20px;
}
.threenews-yazar-in .tyi-in {
  flex: 0 0 25%;
  max-width: calc( 25% - 15px );
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 14px 12px 10px 14px;
  margin-bottom: 20px;
}
.tyi-in-top figure {
  width: 66px;
  height: 66px;
  margin: 0 11px 0 0;
  border-radius: 100%;
  overflow: hidden;
}
.tyi-in-top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.tyi-in-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.tyi-in-right h5 {
  color: #010101;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease-in-out;
}
.tyi-in-right span {
  font-size: 12px;
  font-weight: 400;
  color: #949494;
  line-height: 16px;
  display: block;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tyi-in-bottom a {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #010101;
  margin-bottom: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color .2s ease-in-out;
}
.tyi-in-bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ads {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
.mobileg-g {
  display: none !important;
}
a[rel=prev] {
  display: none;
}
#newsRead .haberSingle:first-child .top {
  width: 100%;
}
#newsRead .haberSingle:first-child .commentForm {
  display: block !important;
}
#newsRead .detail a {
  color: #1e85d4;
}
.bottom .left .des-g.rk {
  margin-bottom: 16px;
}
.lholder {
  top: 10px;
  align-self: flex-start;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  z-index: 9;
}
.leftr {
  height: 1px;
  margin-left: -10px;
}
.lholder.container .leftr img {
  transform: translateX(-100%);
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.righttr {
  position: absolute;
  right: 2px;
  top: 0;
  height: 1px;
}
.lholder.container .righttr img {
  transform: translateX(100%);
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.header-middle2 {
  width: 100%;
  background: #C90914;
}
.hm2-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
}
.hm2-in .hm2-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hm2-left {
  min-width: 180px;
}
.hm2-in .hm2-right ul li a {
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.hm2-right {
  width: 100%;
  max-width: calc(100% - 180px);
}
.hm2-in .hm2-right ul li a svg path {
  fill: #fff;
}
.hm2-in .hm2-right ul li a svg {
  margin-right: 8px;
}
.hm2-in a#logo {
  margin-right: 0;
  height: 63px;
}
.hm2-in .hm2-right ul li {
  margin-right: 25px;
}
.hm2-in .hm2-right ul li:last-child {
  margin-right: 0;
}
.header-middle-bottom {
  position: relative;
  width: 100%;
  background-color: #c90914;
  border-top: 1px solid rgba(255, 255, 255, .25);
}
.hmb-in {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hmb-in-left ul li a {
  letter-spacing: 0.1px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 8px;
  padding-right: 20px;
  position: relative;
  line-height: 52px;
  display: block;
}
.hmb-in-left ul li:last-child a {
  margin-right: 15px;
  padding-right: 17px;
}
.hmb-in-left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hmb-in-left ul li {
  position: relative;
}
.hmb-in-left ul li a:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 17px;
  background-color: rgba(255, 255, 255, .25);
}
.header-middle-bottom .hsf-in,
.header-middle-bottom .header-search-form .container form,
.header-middle-bottom .header-search-form form input {
  height: 52px;
}
.header-middle-bottom ul.sub-menu {
  flex-direction: column;
}
.h4b-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
}
.hour24 {
  margin-top: 4px;
}
.hour24 g path {
  fill: #fff;
}
.h4b-carousel {
  max-width: 100%;
  padding-left: 81px;
}
.h4b-carousel .owl-item>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h4b-carousel span,
.h4b-carousel i,
.h4b-carousel a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.h4b-carousel i {
  margin: 0 9px;
}
.h4b-carousel a {
  color: #999999;
  white-space: nowrap;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.hour24 g.ffb {
  transform-origin: center;
  animation: hour24 2s infinite linear;
}
@keyframes hour24 {
  from {
      transform: rotate(0);
  }
  to {
      transform: rotate(360deg);
  }
}
.new-header-gray {
  width: 100%; background-color: #222222; margin-top:10px;
}
.nhg-in {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h4b-carousel .owl-nav {
  display: block;
  margin-left: 0;
  position: absolute;
  top: -20px;
  left: -70px;
  line-height: 0;
}
.h4b-carousel .owl-nav button {
  height: 52px;
  width: 26px;
  outline: none;
  border: 0;
  background: transparent;
}
.h4b-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, .10);
}
.h4b-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.h4b-carousel .owl-nav button img {
  margin: 0 auto;
  padding: 0;
  max-width: unset;
  width: auto;
}
.nhg-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 58%;
}
.nhg-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nhg-right ul li p {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  line-height: 1em;
  display: inline-block;
  margin-top: -0px;
}
.nhg-right ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nhg-right ul li span {
  font-size: 10px;
  font-weight: 700;
  color: #999;
  line-height: 1em;
  display: block;
  text-align: right;
}
.nhg-right ul li span b {
  display: block;
  font-size: 8px;
  font-weight: 500;
}
.nhg-right ul li img {
  margin: 0 5px;
}
.nhg-right ul li img {
  margin: 0 9px;
}
.nhg-right ul li:not(:last-child) {
  margin-right: 15px;
}
.right .threenews-lig-in .ntitle h3:before {
  display: block;
}
.right .threenews-lig-in .ntitle h3 {
  padding-left: 28px;
}
.right .spor-son-lig li:nth-child(19):before,
.right .spor-son-lig li:nth-child(20):before,
.right .spor-son-lig li:nth-child(21):before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 40px;
  background: #e13230;
}
.right .spor-son-lig li {
  position: relative;
}
.right .spor-son-lig {
  border: 0;
}
.rk a {
  display: block;
  line-height: 0;
}
.rk {
  margin-bottom: 20px;
  line-height: 0; text-align: center;
}
.hmb-in-left ul li a:before {
  left: -10px;
}
.ht-left .cov {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
}
.ht-left .cov b {
  color: #c90914;
}
.right .rk {
  margin-bottom: 0;
  line-height: 0;
}
div#newsRead>.ads.des-g {
  margin-bottom: 0;
}
.liked .sb-right-icons i {
  background-color: #222 !important;
}
.liked .sb-right-icons:hover {
  background-color: #fff;
}
.liked .sb-right-icons {
  background-color: #fff;
}
#newsRead .top>time b {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 6px;
}
#newsRead .top>time b:after {}
#newsRead .top>time b:after {
  content: "";
  position: absolute;
  right: 0;
  height: 17px;
  width: 1px;
  background: rgb(0 0 0 / 15%);
  top: 50%;
  margin-top: -8px;
}
#owl-h4b .owl-nav button u {
  display: block;
  height: 14px;
  background-color: #fff;
  width: 11px;
  -webkit-mask-image: url(../img/h4bprev.svg);
  mask-image: url(../img/h4bprev.svg);
  margin-left: 2px;
}
g.fsd {
  animation: unset;
}
#newsRead .bottom .left .detail .relatedContent .ilgiliplay img,
.yazar-post .relatedContent .ilgiliplay img {
  position: relative;
  width: unset;
  height: unset !important;
}
.ilgiliplay {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  z-index: 1;
}
a:hover .ilgiliplay {
  transform: translateY(-50%) rotate(360deg);
}
.wrapper .ilgiliplay {
  width: 36px;
  height: 36px;
  left: 36px;
}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar {
  width: 12px
}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-track {
  background: #51565c;
  border-radius: 20px
}
.videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-thumb {
  background: #ee574a;
  border-radius: 20px
}
.wrapper .ilgiliplay img {
  width: unset !important;
  height: unset !important;
  min-height: unset !important;
  min-width: unset !important;
}
#newsRead .bottom .left .comments ul li .icon-user {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: unset !important;
  font-size: unset !important;
}
#newsRead .bottom .left .comments ul li .icon-user img {
  border-radius: 100%;
  object-fit: cover;
}
.dotsAreaContent a {
  color: #797c80;
}
.icon-twitter {
  width: 18px !important;
  -webkit-mask-image: url(../img/footerTwitter.svg);
  mask-image: url(../img/footerTwitter.svg);
  display: block;
  height: 20px !important;
  background-color: #fff !important;
  line-height: unset !important;
}
.icon-pinterest2 {
  display: block;
  height: 20px !important;
  line-height: unset !important;
  width: 14px !important;
  -webkit-mask-image: url(../img/icons/footerPinterest.svg);
  mask-image: url(../img/icons/footerPinterest.svg);
  background-color: #fff !important;
}
ul.dotsAreaContent {
  right: 10px;
  top: 0;
  padding: 5px 10px !important;
}
.icon-facebook {
  width: 10px !important;
  -webkit-mask-image: url(../img/footerFacebook.svg);
  mask-image: url(../img/footerFacebook.svg);
  display: block;
  height: 20px !important;
  background-color: #fff !important;
  line-height: unset !important;
}
.alertSet {
  background-color: #f0fff4;
  border: 1px solid #4caf50;
  border-radius: 5px;
  padding: 15px;
  color: #2f855a;
  font-size: 13px;
  font-weight: 700;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none
}
.alertSet-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex
}
.alertSet svg {
  width: 16px;
  height: 16px;
  color: #48bb78;
  margin-right: 10px
}
.alertSet svg path {
  fill: #48bb78
}
.newsBox span .ilgiliplay {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.newsBox span .ilgiliplay img {
  height: unset !important;
  width: unset !important;
}
#newsRead .top .siteMap li:nth-child(3) i,
#newsRead .top .siteMap li:last-child {
  display: none;
}
@media (max-width:1175px) {
  .bottom .left .des-g.rk {
      margin-bottom: 10px;
  }
  .n-corona {
      flex-direction: column;
      PADDING: 6px 10px 10px 10PX;
      justify-content: FLEX-START;
      height: 116px;
      position: relative;
  }
  .n-corona-left img,
  .n-corona-left svg {
      display: none;
  }
  .n-corona-left h4 {
      font-size: 14px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
  }
  .n-corona-left {
      width: 100%;
      TEXT-ALIGN: CENTER;
      ALIGN-ITEMS: CENTER;
      justify-content: center;
      margin-bottom: 8px;
  }
  .n-corona-left h4 b {
      font-size: 14px;
      margin-top: 0;
      margin-left: 8px;
      background: #16908f;
      padding: 0 3px;
      border-radius: 2px;
      line-height: 20px;
      height: 21px;
  }
  .n-corona-right {
      width: 100%;
      justify-content: center;
      MARGIN-TOP: 2PX;
      flex-direction: column;
  }
  .n-corona-fix p {
      font-size: 14px;
      margin-top: 2px;
      background: #16908f;
      padding: 0 3px;
      border-radius: 2px;
      line-height: 20px;
      height: 21px;
  }
  .n-corona-fix {
      background: transparent;
      width: 70px;
      padding: 0;
      margin: 0 2px;
      height: unset;
  }
  .n-corona-fix h5 {
      font-size: 10px;
      font-weight: 700;
      line-height: 14px;
  }
  .n-corona-right-left {
      justify-content: center;
  }
  .n-corona-fix p {
      font-size: 11px;
  }
  .n-corona-right>.n-corona-fix {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      border-radius: 0;
  }
  .n-corona-right>.n-corona-fix p {
      margin-top: 0;
      margin-left: 5px;
  }
  .ncorona-out {
      margin-bottom: 10px;
      padding: 0;
  }
  #home .cuff .left {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
      padding: 0 10px
  }
  #home .cuff .right {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding: 0 10px
  }
  #home .fiveNews>div {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 5px
  }
  #home .fiveNews>div:nth-child(5) {
      display: none
  }
  #home>.bottom>.left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0
  }
  #home>.bottom>.right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0
  }
  #home>.bottom>.right .bestReadBox,
  #home>.bottom>.right .fourTab,
  #home>.bottom>.right .goalKing,
  #home>.bottom>.right .popularNewsBox {
      display: none
  }
  #home>.bottom>.right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #home>.bottom>.right .horoscope {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #home>.bottom>.right .game {
      order: 0
  }
  #economy .top>div:first-child,
  #economy .top>div:last-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #agenda .center>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px
  }
  #agenda .center>div:first-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      margin-bottom: 10px;
  }
  #agenda .center {
      margin-bottom: 10px !important;
  }
  #agenda .center>div:last-child {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px
  }
  #economy .bottom .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #economy .bottom .right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #economy .bottom .right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #economy .bottom .right>div>div:last-child,
  #economy .bottom .right>div>div:nth-child(2) {
      order: 0
  }
  #agenda>div .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #agenda>div .right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #agenda>div .right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #agenda>div .right>div>div:nth-child(1),
  #agenda>div .right>div>div:nth-child(4) {
      order: 0
  }
  #agenda>div .right>div>div.bestRead {
      display: none
  }
  #woman>div .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #woman>div .right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding-top: 24px
  }
  #woman>div .right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #woman>div .right>div>div:first-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #woman>div .right>div>div:nth-child(2) {
      order: 2
  }
  #sport .top .fiveNews>div {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 10px
  }
  #sport .top .fiveNews>div:last-child {
      display: none
  }
  #sport>.bottom .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0
  }
  #sport>.bottom .right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0
  }
  #sport>.bottom .right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0;
      order: 3
  }
  #sport>.bottom .right>div>div:nth-child(4) {
      order: 1;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #sport>.bottom .right>div>div:nth-child(2),
  #sport>.bottom .right>div>div:nth-child(5) {
      order: 2
  }
  #technology>.container>div .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #profile .bottom .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #profile .bottom .right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #profile .bottom .right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #profile .bottom .right>div>div:nth-child(3) {
      display: none
  }
  #newsRead .bottom .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 0
  }
  #newsRead .bottom .right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      display: none !important;
  }
  #newsRead .bottom .right>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #newsRead .bottom .right>div>div:first-child,
  #newsRead .bottom .right>div>div:nth-child(2),
  #newsRead .bottom .right>div>div:nth-child(3) {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #newsRead .bottom .right>div>div.bestReadBox,
  #newsRead .bottom .right>div>div.popularNewsBox {
      order: 2
  }
  footer .center>div .menu {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
      padding: 0 10px;
      padding: 12px
  }
  footer .center>div .bulletin {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding: 0 10px;
      padding: 12px
  }
}
@media (max-width:991px) {
  .popLiveB {
      padding: 0 !important;
      height: 180px !important;
  }
  .popLiveB .ntitle h3 {
      padding-left: 0 !important;
  }
  .rk {
      margin-bottom: 10px !important;
      line-height: 0;
  }
  .new-header-gray {
      display: none;
  }
  .top-burc {
      margin-bottom: 10px;
  }
  .top-burc ul {
      overflow: hidden;
      overflow-x: auto;
  }
  .top-burc ul li a {
      margin-right: 10px;
  }
  .top-burc ul li:last-child a {
      margin-right: 0;
  }
  .top-burc ul::-webkit-scrollbar {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .top-burc ul::-webkit-scrollbar-track {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .top-burc ul::-webkit-scrollbar-thumb {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  #home .cuff .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #home .cuff .right {
      display: none
  }
  #home .fiveNews>div {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 10px
  }
  #home .fiveNews>div:nth-child(4) {
      display: none
  }
  #sport .top .fiveNews>div {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 10px
  }
  #sport .top .fiveNews>div:nth-child(4) {
      display: none
  }
  #profile .top>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      order: -1;
      padding: 30px 0 15px
  }
  #profile .top>div .social {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      text-align: right !important;
      padding: 30px 0
  }
  #profile .top>div .award {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      text-align: left !important;
      padding: 30px 0
  }
  #newsSend>.content>div .row>div:first-child form .category ul li {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 0 10px 20px
  }
  #newsSend>.content>div .row>div:first-child .cap>div {
      padding-bottom: 20px
  }
  #newsSend>.content>div .row>div:first-child .cap>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 20px 12px 0
  }
  #newsSend>.content>div .row>div:first-child .inline>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 20px 12px 0
  }
  footer .center>div .menu {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 12px
  }
  footer .center>div .bulletin {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 12px
  }
  footer .bottom .container>div {
      display: block
  }
  footer .bottom .container>div p {
      display: block;
      text-align: center !important
  }
  footer .bottom .container>div p:last-child {
      text-align: center !important
  }
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div a img {
  width: 100px;
  height: 70px;
  margin-right: 12px;
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 15px;
  margin-bottom: 7px;
  position: relative;
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div:after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  max-width: calc(100% - 14px);
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div:last-child:after {
  display: none;
}
#home>.bottom>.left .twoLineNews>div>div>div>div>div>div:last-child {
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media (max-width:767px) {
  .mobile-sft {
      display: block !important
  }
  .fixtureBox .top {
      display: block
  }
  .fixtureBox .top>div {
      display: block
  }
  .fixtureBox .top>div:last-child {
      display: none
  }
  .fixtureBox .center {
      display: block
  }
  .fixtureBox .bottom {
      padding: 0
  }
  .fixtureBox .bottom>div {
      padding: 0
  }
  .fixtureBox .bottom>div .h {
      padding: 0
  }
  .fixtureBox .bottom>div .h img {
      display: none
  }
  .fixtureBox .bottom>div .h strong {
      display: none
  }
  .fixtureBox .bottom>div .h>div {
      position: relative;
      height: auto;
      top: auto;
      bottom: 0;
      width: 100%
  }
  .fixtureBox .bottom>div .h>div select {
      position: relative;
      width: 100%;
      line-height: 32px
  }
  .fixtureBox .bottom>div .t {
      display: none
  }
  .fixtureBox .bottom>div .mobile {
      display: block
  }
  #home .cuff .left .bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0
  }
  #home .fiveNews>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px
  }
  #home .fiveNews>div:nth-child(3) {
      display: none
  }
  #home>.bottom .left .sixNewsSymmetry>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #home>.bottom .left .sixNews .left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      margin-bottom: 10px;
  }
  #home>.bottom .left .sixNews .right {
      display: none
  }
  #home>.bottom .left .economy>div:last-child>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 12px 12px 0
  }
  #home>.bottom .left .economy>div:last-child>div>div:first-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 12px 12px 0
  }
  #home>.bottom .left .economy>div:last-child>div>div:last-child {
      padding-bottom: 12px
  }
  #home>.bottom .left .twoLineNews {
      padding: 0
  }
  #home>.bottom .left .twoLineNews>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #home>.bottom .left .twoLineNews>div>div:first-child {
      margin-bottom: 10px
  }
  #home>.bottom .left .twoLineNews .ads {
      display: none
  }
  #home>.bottom .left .tvAndNewspaper {
      padding: 0
  }
  #home>.bottom .left .tvAndNewspaper .tv>div>div:last-child>ol {
      padding: 0
  }
  #home>.bottom .left .tvAndNewspaper .tv>div>div:last-child>div {
      height: auto;
      overflow: visible
  }
  #home>.bottom .left .tvAndNewspaper .tv>div>div:last-child:after {
      display: none
  }
  #home>.bottom .left .tvAndNewspaper .newspaper {
      position: unset;
      width: 100%;
      margin-top: 24px
  }
  #home>.bottom .left .popular>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0;
      order: 2
  }
  #home>.bottom .left .popular>div:nth-child(2) {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      order: 1;
      padding: 20px 10px 0
  }
  #home>.bottom .left .popular>div:nth-child(3) {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      order: 0;
      padding: 20px 10px 0
  }
  #home>.bottom .left .popular>div:last-child {
      display: none
  }
  #home>.bottom .left .sport>div:first-child {
      display: none
  }
  #home>.bottom .left .sport>div:last-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 0
  }
  #home>.bottom .right>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #home>.bottom .right .game {
      margin-top: 24px
  }
  #home>.bottom .right .game ul li span {
      font-size: 16px;
      line-height: 38px;
      width: 38px
  }
  #home>.bottom .right .horoscopeCalculation {
      margin-top: 24px
  }
  #economy .top>div:last-child ul li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 10px 12px
  }
  #agenda .center>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 !important;
  }
  #agenda .center>div:nth-child(2) {
      margin-bottom: 10px !important;
  }
  #agenda .center>div table thead tr td {
      padding: 10px 5px
  }
  #agenda .center>div table tbody tr td {
      padding: 12px 5px
  }
  #agenda .center>div table tbody tr td:first-child {
      padding-left: 40px
  }
  #agenda .center>div table tbody tr td:first-child img {
      left: 10px
  }
  #agenda .center>div table tbody tr td .nowMoney {
      padding-left: 15px
  }
  #agenda .center>div:last-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #economy .bottom .left .sixNews>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #economy .bottom .right>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      order: 1 !important;
      padding: 20px 10px 0
  }
  #agenda>div .left .sixNews>div,
  #woman>div .left .sixNews>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #agenda>div .right>div>div,
  #woman>div .right>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      order: 1 !important;
      padding: 0 0 10px 0
  }
  #agenda .sliderTech .custom1 {
      width: 100%
  }
  #agenda .sliderTech .custom1>div img {
      height: 66.66vw
  }
  #agenda .sliderTech .custom2 {
      width: 50%;
      position: relative
  }
  #agenda .sliderTech .custom2>div>div {
      padding-bottom: 0
  }
  #agenda .sliderTech .custom2>div>div img {
      height: 33.33vw
  }
  #agenda .sliderTech .custom2>div>div:last-child {
      padding-top: 0
  }
  #agenda .sliderTech .custom2:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      right: 0;
      height: 4px;
      background: #fff;
      z-index: 2;
      margin-top: -2px
  }
  #technology>.container>div .left {
      margin-top: 0
  }
  #technology>.container>div .left .sixNews>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #sport .top .fiveNews>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px
  }
  #sport .top .fiveNews>div:nth-child(3) {
      display: none
  }
  #sport>.bottom .left .sixNews>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #sport>.bottom .right>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      order: 0 !important;
      padding: 20px 10px 0
  }
  #profile .bottom .left .tab .tabMenu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0
  }
  #profile .bottom .left .tab .tabMenu li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 12px
  }
  #profile .bottom .left .tab .tabContent ul li a {
      padding: 0
  }
  #profile .bottom .left .tab .tabContent ul li a img {
      position: unset;
      width: 100%;
      height: auto
  }
  #profile .bottom .left .tab .tabContent ul li a p {
      padding-top: 15px
  }
  #profile .bottom .left .tab .tabContent ul li a p em {
      margin: 0
  }
  #profile .bottom .right>div>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 20px 10px 0
  }
  #profileEdit>div {
      display: block
  }
  #profileEdit>div>div {
      display: block
  }
  #profileEdit>div>div:first-child {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #d8d8d8
  }
  #profileEdit>div>div:last-child>div form {
      display: block
  }
  #profileEdit>div>div:last-child>div form>div {
      display: block
  }
  #profileEdit>div>div:last-child>div form>div>label {
      display: block;
      width: 100%;
      text-align: left !important
  }
  #profileEdit>div>div:last-child>div form>div>div {
      display: block;
      padding-top: 0
  }
  #profileEdit>div>div:last-child>div form>div.form-action {
      padding-top: 20px
  }
  #newsSend>.content>div .row>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #newsSend>.content>div .row>div:last-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 60px 20px
  }
  #newsRead .bottom .left .detail .slider .number {
      display: table
  }
  #newsRead .bottom .left .detail .slider .number li {
      display: table-cell
  }
  #newsRead .bottom .left .sixNews .row>div {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      padding: 12px
  }
  #newsRead .bottom .left .detail iframe {
      height: 300px;
      margin-bottom: -12px;
  }
  #newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -8px
  }
  #newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar>div>span {
      border: none
  }
  #newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar .send {
      order: 2;
      margin-top: 10px;
      width: 100%
  }
  #newsRead .bottom .left .commentForm form>div #editorTool .ql-toolbar .send button {
      width: 100%
  }
  #newsRead .bottom .left .comments ul li {
      padding: 25px 25px 25px 60px
  }
  #newsRead .bottom .left .comments ul li .icons {
      width: 60px
  }
  #newsRead .bottom .left .comments ul li.reply {
      padding-left: 75px
  }
  #newsRead .bottom .left .comments ul li.reply .icons {
      width: 90px
  }
  #newsRead .bottom .right>div>div {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
      padding: 0 10px !important;
      padding: 20px 10px 0 !important;
      order: 1 !important
  }
  footer .center>div .menu>div>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      padding-bottom: 20px
  }
}
@media (max-width:575px) {
  div#registerAndLogin {
      padding-top: 70px !important;
  }
  #newsRead .tvAndNewspaper .tv {
      margin-top: 0 !important;
  }
  .pageWrapper .pageMainWrap .map {
      margin-top: 10px;
  }
  .pageWrapper .pageBread {
      height: 40px !important;
  }
  .pageWrapper .pageBread h1 {
      line-height: 40px !important;
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child {
      padding: 10px !important;
  }
  .qa-head {
      margin: 10px 0 !important;
  }
  #newsSend>.content>div .row>div:first-child {
      padding: 0 10px 10px !important
  }
  .spor-sondakika .spor-sondakika-bottom ul li:hover {
      background-color: transparent !important;
  }
  .threenews-yazar-in .tyi-in {
      max-width: 100% !important;
      flex: 0 0 100% !important;
      margin-bottom: 0 !important;
      border: 0;
      border-bottom: 1px solid #e6e6e6;
  }
  .threenews-yazar-in .tyi-in:last-child {
      border-bottom: 0;
  }
  .spor-sondakika .spor-sondakika-bottom ul li:hover a p {
      color: #010101;
  }
  .mbano,
  .p-d-body ul li span.up:first-child:after,
  .p-d-body ul li span.down:first-child:after {
      display: none;
  }
  .p-d-body .cb-ver-head,
  .p-d-body .cb-veri ul li {
      padding: 0 14px;
  }
  .p-d-body span {
      width: calc(100% / 7) !important;
  }
  .p-d-body span {
      width: calc(100% / 7) !important;
  }
  .p-d-body .cb-ver-head span:nth-child(2),
  .p-d-body ul li span:nth-child(2) {
      min-width: 150px;
  }
  .puan-durumu-cont {
      margin: 10px 0;
  }
  .hm-in,
  div#logo a,
  .hm2-in {
      height: 46px;
  }
  .header-bottom {
      display: none;
  }
  .header-middle,
  .header-middle2,
  .customize-support .header-middle,
  .customize-support .header-middle2 {
      box-shadow: 0 2px 4px rgb(17 21 25 / 12%) !important;
      position: fixed !important;
      width: 100% !important;
      top: 0 !important;
      z-index: 999 !important;
  }
  .n-corona {
      width: calc(100% + 20px);
      margin-left: -10px;
  }
  .onecikantab-bottom ul li a {
      width: 100%;
  }
  .onecikantab-bottom ul li {
      width: calc(100%/4);
      margin-right: 10px;
  }
  .onecikantab-bottom ul li:last-child {
      margin-right: 0;
  }
  .sondakika,
  .sondakika-shine,
  a.sonaktif:after,
  .sondakika-shine-out {
      width: 32px;
  }
  .sondakika:after,
  .sondakika:before {
      border-width: 0 17px 12px 16px;
  }
  .sport .bvgl-title {
      display: block;
      border-left-color: #178c29;
      width: 100%;
      display: block;
      height: 50px;
      background-color: #fff;
      border-left: 2px solid #a5159e;
      line-height: 52px;
      padding-left: 14px;
  }
  #owll-sp,
  #owll-sp div a {
      height: 186px !important;
  }
  #owll-sp .owl-nav button {
      background: 0 0;
      border: 0;
      font-size: 32px;
  }
  #owll-sp .owl-nav {
      position: absolute;
      right: 9px;
      top: -48px;
      display: flex;
      align-items: center;
      width: 40px;
      justify-content: center;
      display: none !important;
  }
  #home>.bottom>.left .sport>div:last-child .pager li,
  .video-five-right {
      padding: 10px 14px;
  }
  #home>.bottom>.left .sport {
      margin-bottom: 10px !important;
      margin-top: 0 !important;
  }
  #home .fiveNews>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #home .fiveNews>div:nth-child(2) {
      display: none
  }
  #registerAndLogin .container>div,
  .registerAndLoginContent .container>div {
      padding: 35px 35px 0
  }
  #registerAndLogin .container>div span,
  .registerAndLoginContent .container>div span {
      font-size: 24px
  }
  #registerAndLogin .container>div .foot,
  .registerAndLoginContent .container>div .foot {
      margin: 30px -35px 0
  }
  #sport .top .fiveNews>div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px
  }
  #sport .top .fiveNews>div:nth-child(2) {
      display: none
  }
}
.pageWrapper {
  float: left;
  width: 100%;
  background: #fff
}
.pageWrapper .pageBread {
  float: left;
  width: 100%;
  height: 60px;
  background: #f9fbfc;
  border-bottom: 1px solid #eaedef
}
.pageWrapper .pageBread h1 {
  float: left;
  line-height: 60px;
  font-size: 18px;
  color: #474e55;
  font-weight: 700
}
.pageWrapper .pageBread ul {
  float: right
}
.pageWrapper .pageBread ul li {
  float: left;
  line-height: 60px
}
.pageWrapper .pageBread ul li a {
  font-weight: 500;
  float: left;
  font-size: 14px;
  color: #222
}
.pageWrapper .pageBread ul li i {
  float: left;
  margin: 27px 10px 0;
  width: 5px;
  height: 7px;
  background: url(../img/icons/pageWrapBread.png) no-repeat
}
.pageWrapper .pageBread ul li:last-child a {
  float: left;
  margin-top: 15px;
  background: #c90914;
  color: #fff;
  height: 28px;
  line-height: 29px;
  padding: 0 15px;
  border-radius: 2px
}
.pageWrapper .pageMainWrap {
  float: left;
  width: 100%;
  padding: 40px 0 50px
}
.pageWrapper .pageMainWrap .contentWrap {
  float: left;
  width: 100%;
  border-bottom: 2px solid #bcbcbc;
  padding-bottom: 20px
}
.pageWrapper .pageMainWrap .contentWrap .pageNav {
  float: left;
  width: 260px;
  background: #f9fbfc;
  padding: 27px 0 41px
}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul {
  float: left;
  width: 100%
}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li {
  float: left;
  width: 100%;
  line-height: 36px
}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li a {
  color: #747b83;
  font-size: 14px;
  height: 36px;
  position: relative;
  font-weight: 600;
  width: 100%;
  float: left;
  padding: 0 15px 0 30px
}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li.active a:before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #c90914;
  left: 0;
  top: 0
}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li>a:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #c90914;
  left: 0;
  top: 0
}
.pageWrapper .pageMainWrap .contentWrap .pageNav ul li:hover>a:before {
  visibility: visible;
  opacity: 1
}
.pageWrapper .pageMainWrap .contentWrap .wideArea {
  float: right;
  width: calc(100% - 280px)
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm {
  float: left;
  width: 357px;
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm h2 {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #212324;
  font-weight: 700;
  padding: 20px 0 25px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm input.text {
  transition: .3s;
  font-family: metropolis, sans-serif;
  float: left;
  width: 100%;
  height: 44px;
  background: #f5f6f6;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #747b83
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm input.mail:focus,
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm input.text:focus,
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm textarea:focus {
  border: 1px solid #bcbcbc;
  transition: .3s
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm input.text::placeholder {
  font-family: metropolis, sans-serif;
  font-size: 14px;
  color: #747b83
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm input.mail {
  transition: .3s;
  margin-top: 15px;
  font-family: metropolis, sans-serif;
  float: left;
  width: 100%;
  height: 44px;
  background: #f5f6f6;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #747b83
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm input.mail::placeholder {
  font-family: metropolis, sans-serif;
  font-size: 14px;
  color: #34373a
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 15px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect select {
  display: none
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-selected {
  border: none !important;
  background-color: #f5f6f6;
  font-size: 14px;
  color: #747b83
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 19px;
  width: 7px;
  height: 4px;
  background: url(../img/icons/trianglec.png) no-repeat
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff;
  top: 19.5px;
  transform: rotate(180deg)
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-items div,
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-selected {
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, .1);
  cursor: pointer;
  font-size: 14px;
  color: #34373a
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-items {
  position: absolute;
  background-color: #f5f6f6;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-hide {
  display: none
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .same-as-selected,
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .contactFormSelect .select-items div:hover {
  background-color: rgba(0, 0, 0, .1)
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm textarea {
  transition: .3s;
  font-size: 14px;
  color: #747b83;
  margin-top: 15px;
  font-family: metropolis, sans-serif;
  float: left;
  width: 100%;
  background: #f5f6f6;
  padding: 15px;
  height: 130px;
  border: none;
  resize: none
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm textarea::placeholder {
  font-size: 14px;
  color: #747b83;
  font-family: metropolis, sans-serif
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .submit {
  font-family: metropolis, sans-serif;
  cursor: pointer;
  font-size: 15px;
  border-radius: 1.5px;
  font-weight: 500;
  float: left;
  height: 34px;
  background: #c90914;
  color: #fff;
  padding: 0 16px;
  border: none;
  margin-top: 16px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm .submit::placeholder {
  font-family: metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar {
  float: right;
  width: 396px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar .narrowBarWrap {
  float: left;
  width: 100%;
  border-bottom: 2px solid #bcbcbc;
  padding-bottom: 12px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar .narrowBarWrap:last-child {
  border-bottom: none
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar .narrowBarWrap h3 {
  float: left;
  width: 100%;
  padding: 30px 0 15px;
  font-size: 14px;
  font-weight: 800;
  color: #212324;
  text-transform: uppercase
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar .narrowBarWrap h4 {
  float: left;
  width: 100%;
  padding: 20px 0 11px;
  font-size: 14px;
  font-weight: 800;
  color: #212324;
  text-transform: uppercase
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar .narrowBarWrap span {
  font-weight: 500;
  float: left;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  color: #747b83
}
.pageWrapper .pageMainWrap .map {
  float: left;
  width: 100%;
  margin-top: 20px
}
.pageWrapper .pageMainWrap .map iframe {
  width: 100%;
  height: 387px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pTitle {
  font-size: 22px;
  font-weight: 800;
  color: #212324;
  float: left;
  width: 100%;
  padding: 25px 0 20px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #747b83;
  line-height: 27px;
  text-transform: uppercase
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area {
  font-weight: 500
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area.full {
  float: left;
  width: 100%;
  border-bottom: 2px solid #bcbcbc;
  padding-bottom: 20px;
  margin-bottom: 25px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area.full span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #212324;
  font-weight: 800;
  padding-bottom: 5px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area.full p {
  line-height: 30px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area.four {
  float: left;
  width: 25%;
  padding-bottom: 20px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area.four span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #212324;
  font-weight: 800;
  padding-bottom: 5px
}
.pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area.four p {
  line-height: 30px
}
.container.full-container {
  margin-top: 20px
}
@media screen and (max-width:1200px) {
  .lholder {
      display: none;
  }
  .yazarlar-right {
      width: 100%;
  }
  .yazarlar-left,
  .yr-in {
      margin-bottom: 10px;
  }
  .threenews-ad>svg {
      display: none;
  }
  .threenews-title h3,
  .threenews-title a {
      color: #208b2f;
  }
  .threenews-title h3:before {
      background: #208b2f;
  }
  .threenews-title a path {
      fill: #208b2f;
  }
  .four-manset .four-manset-pagination ul {
      width: 100% !important;
  }
  #home .fiveNews>div {
      padding: 0 5px !important;
  }
  .container.full-container .ads {
      margin-top: 15px
  }
  #videoPostHead {
      overflow-x: hidden
  }
  #home .fiveNews,
  .panel-slider,
  .four-manset,
  .container.full-container,
  #home>.bottom>.left .twoLineNews,
  #home>.bottom>.left .fixtureBox,
  .left .economy {
      margin-bottom: 10px !important;
  }
  #home {
      padding: 10px;
      max-width: 100%;
  }
  #home>.bottom>.left .sixNews .right>div>div {
      padding-bottom: 10px !important;
      height: 153.52px;
  }
  .owl-yazarlar {
      margin-bottom: 0 !important;
  }
  .sagll {
      float: right
  }
  #home>.bottom>.left .sixNews .left>div>div:first-child a {
      height: 232px;
  }
  #home .cuff {
      margin: 0;
  }
  #home .fiveNews,
  #home>.bottom>.left .sixNewsSymmetry,
  #home>.bottom>.left .twoLineNews>div {
      margin-left: -5px;
      margin-right: -5px;
  }
  #home>.bottom>.left .twoLineNews {
      padding-right: 0;
  }
  .fixtureBox .bottom>div,
  .left .economy>div:last-child {
      padding: 10px;
  }
  .left .economy>div:last-child>div>div:first-child {
      padding-right: 10px;
  }
  #home>.bottom>.left .sixNewsSymmetry {
      margin-bottom: 0;
  }
  #home>.bottom>.left .twoLineNews>div>div {
      padding: 0 5px;
  }
  #home>.bottom>.left .sixNewsSymmetry>div {
      padding: 0 5px 10px 5px;
  }
  .enguncelharita a i {
      display: unset
  }
  .enguncelharita a b {
      display: none
  }
  .storiler {
      margin-bottom: 0 !important
  }
  .container.full-container {
      padding: 0;
      margin-top: 0;
  }
  .cuff.pt-0 .full-in,
  .four-manset,
  .panel-slider {
      padding: 0 0 !important
  }
  .four-manset .four-manset-pagination ul {
      max-width: 100% !important;
  }
  .mainSlide,
  .tabslider {
      margin-bottom: 10px !important;
  }
  #home>.bottom>.left .popular>div {
      padding: 0 0px 10px 10px;
  }
  #home>.bottom>.left .popular>div:nth-child(2) {
      padding: 0 10px 10px 10px;
  }
  #home>.bottom>.left .popular {
      display: none;
  }
  .flex-l {
      padding: 0;
  }
  #home>.bottom>.left div:first-child.addss {
      margin-bottom: 10px !important
  }
  .enguncelharita a {
      margin: 0;
      width: 100%;
      text-align: left;
      padding: 0 15px
  }
}
.economy .newsBox2>span strong {
  font-size: 20px
}
.sixNews .left div div:first-child .newsBox2 strong {
  font-size: 20px;
  line-height: 24px
}
.popular div:nth-child(2) .newsBox2 span strong {
  font-size: 20px
}
.twoLineNews div div:nth-child(2) div:first-child .newsBox2 span strong {
  font-size: 20px
}
.twoLineNews>div>div:first-child div a.newsBox2:first-child span strong {
  font-size: 20px
}
@media screen and (max-width:990px) {
  .mm-menu.mm-menu_offcanvas {
      width: 100% !important;
      max-width: 100%;
      animation: fadeIn .6s
  }
}
@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
@keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
a.mm-navbar__title {
  display: none
}
.mm-navbars_top .mm-btn_clear:after,
.mm-navbars_top .mm-btn_clear:before,
.mm-navbars_top .mm-btn_close:after,
.mm-navbars_top .mm-btn_close:before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 1px
}
.mm-navbars_top .mm-btn_clear:after,
.mm-navbars_top .mm-btn_close:after {
  right: 28px
}
.mm-navbars_top .mm-navbar.mm-navbar_has-btns {
  height: 60px;
  padding: 0 20px
}
.mm-navbars_top a.mm-btn.mm-btn_close.mm-navbar__btn {
  top: 9px
}
.mm-menu_navbar_top-1 .mm-panels {
  top: 60px !important
}
.mm-listitem>a {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: gray !important;
  font-weight: 500;
  font-size: 15px
}
.mm-listitem:after {
  border-bottom-color: #ededed !important
}
@media screen and (max-width:1196px) {
  .mb-gizle {
      display: none
  }
  .kyi-filters {
      display: none;
  }
}
@media screen and (min-width:1196px) {
  .mb-gizle {
      display: block
  }
  .mo-ek-24-p {
      margin-bottom: -24px
  }
}
.hm2-in .hm-in-right,
.hm2-in .header-search-form {
  display: none;
}
@media screen and (max-width:991px) {
  .hm2-in .hm-in-right,
  .hm2-in .header-search-form {
      display: block;
  }
  .hm2-left {
      min-width: unset;
  }
  .hm2-right {
      display: none;
  }
  .mainSlide {
      width: 100%;
  }
  .yr-in {
      width: 100%;
  }
  .tabslider,
  #home>.bottom>.left .twoLineNews .ads {
      display: none !important;
  }
  .newsBox>strong span {
      width: 100% !important;
      font-family: metropolis, sans-serif;
      font-size: 19px !important;
      font-weight: 600 !important;
      line-height: 26px !important;
      height: auto !important;
  }
  .left.ll-m-p {
      padding: 0 !important;
      margin-top: 12px !important
  }
  .ifmobileal {
      padding: 0 !important;
      padding-top: 60px !important
  }
  .pwmob {
      padding-bottom: 30px
  }
  .onnobes {
      height: 10.5rem !important
  }
  .newsBox>strong span.wrodpr {
      width: 75px;
      word-wrap: break-word !important;
      height: 20px !important
  }
  .m-pb-20 {
      padding-bottom: 20px
  }
  .ma-ts {
      padding: 0 !important
  }
  .des-show {
      display: none !important
  }
  ol.ol-mob {
      width: 100%;
      display: inline-flex;
      padding-right: 0
  }
  .ol-mob-1,
  .ol-mob-2,
  .ol-mob-3 {
      line-height: 40px !important
  }
  .ol-mob-des {
      display: none !important
  }
  .mobile-gizle,
  .dovizdetay-right {
      display: none !important
  }
  .dovizdetay-left {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      padding: 0 !important;
  }
  .flex-zero-height {
      height: 0 !important
  }
  .ol-mob-3 {
      max-width: 42% !important;
      flex: inherit;
      background: #3b227d
  }
  .mobile-goster {
      display: inline-block !important
  }
  li.ol-mob-2 {
      display: inline-block !important;
      background: 0 0 !important;
      max-width: max-content !important;
      flex: 0 0 auto !important;
      margin-left: 5px !important
  }
  .des-block-show {
      display: none !important
  }
  .ifmobileal {
      padding: 0 !important;
      padding-top: 60px !important
  }
}
@media screen and (min-width:991px) {
  .ifmobileal {
      position: inherit !important;
      padding: 75px 0 25px !important;
      background: inherit !important;
      margin-top: 20px !important
  }
  .ma-ts {
      padding: 20px 15px 25px 25px !important
  }
  .des-show {
      display: table-cell !important
  }
  .des-gizle {
      display: none !important
  }
}
@media screen and (min-width:1176px) and (max-width:1366px) {
  #home .cuff .left {
      -ms-flex: 0 0 792px;
      flex: 0 0 792px;
      max-width: calc(100% - 384px);
      padding: 0 10px
  }
  #home>.bottom>.left {
      -ms-flex: 0 0 792px;
      flex: 0 0 100%;
      max-width: calc(100% - 320px);
      padding: 0;
  }
  #home>.bottom {
      justify-content: space-between;
  }
}
.login {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login i.icon-down-arrow-forward {
  position: absolute;
  right: -20px;
  top: 50%;
  line-height: 0;
  color: #fff;
  font-size: 10px
}
.login img {
  margin-right: 3px;
}
.login svg {
  margin-top: 2px;
}
@media screen and (max-width:668px) {
  .mainSlide .owl-nav {
      display: none !important;
  }
  .mainSlide .owl-dots button.owl-dot {
      padding: 0;
      background: #e2e3e4;
      border: 0;
      border-radius: 100%;
      width: 12px !important;
      height: 12px !important;
      margin-right: 3px;
  }
  .mainSlide .owl-dots button.owl-dot:before {
      display: none;
  }
  .mainSlide .owl-dots {
      background-color: #fff;
      position: static;
      bottom: 0;
      width: 100%;
      border-top: unset;
      height: 32px;
      padding: 0;
      max-width: 100%;
      box-shadow: unset;
      justify-content: center;
  }
  .mainSlide .owl-dots button.owl-dot:last-child {
      margin-right: 0;
  }
  .mainSlide .owl-dots button.owl-dot.active {
      background-color: #ca0a14;
  }
}
.left-menu-body li a:hover {
  transition: color .2s ease-in-out;
  color: #000
}
#owl-yazarlar.owl-carousel {
  display: block
}
.owl-yazarlar-in {
  width: 300px;
  height: 255px;
  background-color: #fafafa;
  padding: 24px 25px;
  transition: background-color .2s ease-in-out;
  margin-top: 10px;
  box-shadow: 3px 3px 7px 0 rgba(42, 42, 47, .19) !important
}
.owl-yazarlar .owl-stage {
  margin-bottom: 10px
}
.owl-yazarlar {
  width: 100%;
  padding: 0 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px
}
.owl-yazarlar:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0
}
.yazarlar-top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto 0
}
.yazarlar-bot {
  display: block;
  float: left
}
.yazarlar-top figure:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%
}
.yazar-info h5 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  transition: color .2s ease-in-out
}
.yazar-info p {
  color: #626161;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  padding-top: 9px
}
.yazar-info p:after,
.yazar-info p:before {
  content: open-quote;
  font-size: 60px;
  position: absolute;
  top: -8px;
  left: -3px;
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  font-family: sans-serif
}
.yazar-info p:after {
  left: 8px
}
.yazarlar-bot h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  margin-top: 13px;
  transition: color .2s ease-in-out;
  max-height: 48px;
  overflow-y: hidden
}
.yazarlar-bot p {
  font-size: 13px;
  line-height: 20px;
  color: #626161;
  font-weight: 500;
  margin-top: 7px;
  display: block;
  max-height: 60px;
  overflow-y: hidden
}
.owl-yazarlar-in:hover {
  background-color: #f5f3f3
}
.owl-yazarlar-in a:hover h2,
.owl-yazarlar-in a:hover h5 {
  color: #c90914
}
.owl-yazarlar .owl-nav {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px
}
.owl-yazarlar button.owl-next {
  right: -7px;
  position: absolute
}
.owl-yazarlar button.owl-next,
.owl-yazarlar button.owl-prev {
  width: 38px;
  height: 38px;
  background-color: #fff !important;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(26, 24, 35, .16);
  margin-top: -25px;
  transition: background-color .2s ease-in-out;
  border: 0
}
.owl-yazarlar button.owl-next img,
.owl-yazarlar button.owl-prev img {
  margin: 0 auto
}
.owl-yazarlar button.owl-prev {
  left: -7px;
  position: absolute
}
.owl-yazarlar button:hover {
  background-color: #ccc !important
}
.weatherCityList {
  transition: all .2s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden
}
.pt-0 {
  padding-top: 0 !important
}
#owl-yazarlar.owl-carousel {
  display: none
}
#owl-yazarlar.owl-carousel.owl-loaded {
  display: block
}
.yazarlar-top figure {
  border-radius: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.yazarlar-f-div {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  padding: 0;
  position: relative;
  margin: 0 15px 0 0;
  padding: 4px;
  background: #c5222a;
  background: linear-gradient(38deg, #c5222a 0, #d9d0d1 100%)
}
@media screen and (min-width:668px) {
  .newsBox span img {
      object-fit: cover;
      height: 100%
  }
  .newsBox span {
      height: 158.02px
  }
  .newsPapper .newsBox span {
      height: unset
  }
  #home>.bottom>.left .sport>div:last-child .swiper-slide {
      height: 169px
  }
  #home>.bottom>.left .sport>div:last-child .swiper-slide a {
      height: 100%
  }
  #home>.bottom>.left .sportSlider>div a {
      height: 222.33px
  }
}
.pageWrapper {
  float: left;
  width: 100%;
  background: #fff;
  display: block;
  z-index: 1;
  position: relative
}
.swiper-container-autoheight .swiper-wrapper {
  min-height: 257px !important
}
@media screen and (min-width:1150px) {
  .swiper-container-autoheight .swiper-wrapper {
      min-height: 469px !important
  }
}
div#newsRead {
  height: auto !important
}
div#newsRead:after,
div#newsRead:before {
  content: "";
  position: relative;
  clear: both;
  display: block
}
.full-in {
  width: 100%;
  max-width: 100%;
  padding: 0 10px
}
#agenda .fiveNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}
#agenda .fiveNews>div {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
.befa:after,
.befa:before {
  content: "";
  position: relative;
  display: block;
  clear: both
}
#newsSend>.content>div .row>div:first-child .cap>div.galeriAltAppend {
  margin-bottom: 15px
}
#home .full-in {
  padding: 0
}
div#home .bottom .full-in {
  padding: 0 10px !important
}
#home div:first-child.full-in .owl-yazarlar {
  margin-top: 0;
  margin-bottom: 5px
}
.pt-0 .full-in {
  padding: 0 !important
}
.four-manset {
  height: 350px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#home .four-manset {
  padding: 0 0;
}
.four-manset #owl-four-manset {
  height: 350px;
  width: calc(100% - 250px);
  margin: 0 auto
}
.four-manset .four-manset-pagination ul {
  position: absolute;
  width: 100%;
  height: 350px;
  top: 0;
  max-width: 1060px;
}
.four-manset .four-manset-pagination ul li {
  display: block;
  width: 115px;
  height: calc(25% - 7.5px);
  border-radius: 0;
  background: 0 0;
  margin-top: 10px;
  opacity: 1;
  cursor: pointer;
  position: relative
}
.four-manset .four-manset-pagination ul li:nth-child(5) {
  right: 0;
  top: 0;
  position: absolute;
  margin-top: 0
}
.four-manset .four-manset-pagination ul li:nth-child(6) {
  position: absolute;
  right: 0;
  top: 80px
}
.four-manset .four-manset-pagination ul li:nth-child(7) {
  position: absolute;
  right: 0;
  top: 170px
}
.four-manset .four-manset-pagination ul li:nth-child(8) {
  position: absolute;
  right: 0;
  bottom: 0
}
.four-manset-pagination ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .65;
  transition: opacity .2s ease-in-out
}
.four-manset-pagination ul li.active:after,
.four-manset-pagination ul li:hover:after {
  opacity: 0
}
.four-manset-pagination ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  transition: all .2s ease-in-out
}
.four-manset-pagination ul li.active:before,
.four-manset-pagination ul li:hover:before {
  border-color: #ca0a14
}
.four-manset .four-manset-pagination ul li:first-child {
  margin-top: 0
}
.four-manset-pagination ul li img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%
}
.four-manset #owl-four-manset a {
  display: block;
  width: 100%;
  font-size: 0
}
.four-manset #owl-four-manset a strong {
  position: absolute;
  left: 0;
  bottom: 11px;
  overflow-y: hidden;
  font-size: 36px;
  color: #fff;
  font-weight: 700 !important;
  font-family: metropolis, sans-serif;
  line-height: 48px;
  padding: 0 20px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.four-manset #owl-four-manset a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
}
.four-manset #owl-four-manset a img {
  object-fit: cover;
  min-height: 200px;
  width: 100%;
  height: 350px
}
.four-manset .owl-dots,
.four-manset .owl-nav {
  visibility: hidden;
  display: none;
  opacity: 0
}
@media screen and (max-width: 881px) {
  .threenews-title a {
      display: none;
  }
  .onecikantab-bottom ul li a {
      font-size: 12px;
      margin-right: 0;
  }
  .threenews-lig {
      width: 100%;
      margin-bottom: 10px;
      background-color: #fff;
  }
  .tli-left span:last-child {
      margin-left: 8px;
      max-width: 110px;
      display: inline-block;
  }
  .threenews-lig>figure {
      margin: 0;
      margin-bottom: 10px;
  }
  .spor-sondakika {
      width: 100%;
      margin-bottom: 10px;
      border: 0;
      padding: 0 14px;
  }
  .threenews-lig>a figure {
      margin-bottom: 0;
  }
  .threenews-lig-in {
      border: 0;
      border-bottom: 1px solid #e6e6e6;
  }
  .spor-son-lig {
      border: 0;
      padding: 0 14px;
  }
  .spor-son-lig .threenews-lig-in .ntitle h3 {
      padding-left: 0;
  }
  .spor-son-lig .threenews-lig-in {
      padding-right: 0;
  }
  .spor-son-lig li {
      padding: 0;
  }
  .hm-in-right ul li a {
      width: 26px;
      height: 26px;
  }
  .hm-in-right ul li a span {
      width: 14px;
      height: 2px;
      margin-bottom: 2px;
      border-radius: 4px;
  }
  .threenews-title h3 {
      padding-left: 0;
  }
  .threenews-title h3:before {
      display: none !important;
  }
  .spor-sondakika .ntitle h3 {
      padding-left: 0;
  }
  .spor-sondakika ul li {
      padding: 12px 0;
  }
  .spor-sondakika .ntitle h3:before {
      display: none;
  }
  .threenews-lig .spor-sondakika {
      margin-bottom: 0;
      padding: 0 14px;
  }
  .threenews-out {
      padding: 0;
      margin-bottom: 10px;
  }
  .threenews-ad {
      padding: 0;
      background-color: transparent;
  }
  .threenews-ad .threenews-title {
      background: #fff;
      padding: 0 14px;
  }
  .container {
      width: 100%;
      max-width: 100%;
      padding: 0 10px;
  }
  #newsRead .pageMainWrap .container {
      padding: 0;
  }
  .sb-left a:not(:first-child),
  .sb-left b,
  .sb-right {
      display: none
  }
  .four-manset.des-gizle {
      padding-left: 12px !important;
      padding-right: 12px !important;
      margin-bottom: 0 !important;
      overflow: hidden;
      margin-left: 0 !important
  }
  .four-manset .owl-nav {
      visibility: visible;
      display: block;
      opacity: 1;
      display: block !important;
      width: 100%;
      position: absolute;
      top: 80px;
      height: 1px
  }
  #four-manset button-owl-next,
  #four-manset button.owl-prev {
      width: 38px;
      height: 38px;
      background-color: #fff !important;
      border-radius: 100%;
      box-shadow: 0 1px 2px 0 rgba(26, 24, 35, .16);
      margin-top: -25px;
      transition: background-color .2s ease-in-out;
      border: 0
  }
  .four-manset .owl-nav button {
      width: 22px;
      height: 38px;
      transition: background-color .2s ease-in-out;
      border: 0;
      margin-top: -10px;
      background: rgba(255, 255, 255, .7)
  }
  .four-manset .owl-nav button img {
      margin: 0 auto
  }
  #four-manset button.owl-prev {
      left: -7px;
      position: absolute
  }
  .four-manset .owl-dots {
      visibility: visible;
      opacity: 1;
      top: unset;
      bottom: 0;
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      position: static;
      height: 32px;
      background-color: #fff !important;
      width: 100%;
  }
  .four-manset .owl-dots button {
      box-shadow: none;
      margin: 0;
      display: inline-block;
      font-size: 0;
      vertical-align: middle;
      transition: all .2s ease-in-out;
      margin-top: 0;
      margin-right: 3px;
      border-radius: 100% !important;
      width: 12px !important;
      height: 12px !important;
      border: 0;
  }
  .four-manset button.owl-prev {
      position: absolute;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center
  }
  .four-manset .owl-nav button.owl-prev i {
      margin-left: -1px
  }
  .four-manset .owl-nav button.owl-next {
      right: 0;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center
  }
  .four-manset #owl-four-manset {
      width: 100%;
      height: auto;
  }
  .four-manset-pagination {
      display: none
  }
  .four-manset #owl-four-manset a img {
      height: 254px
  }
  .four-manset {
      margin-bottom: 0;
      padding: 0;
      height: auto !important;
  }
  .four-manset #owl-four-manset a strong {
      overflow: hidden;
      text-transform: capitalize;
      padding-top: 0;
      padding-bottom: 0;
      bottom: 13px;
      font-size: 24px !important;
      line-height: 30px !important;
      font-weight: 700 !important;
      padding: 17px 15px 0 15px;
  }
  #owl-mainSlide a strong {
      bottom: 13px;
      align-items: center;
      padding: 17px 15px 0 15px;
      text-align: left;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-transform: capitalize;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      font-size: 24px !important;
      line-height: 30px !important;
      font-weight: 700 !important;
  }
  #owl-mainSlide a img {
      height: 254px;
  }
  #agenda,
  #woman {
      padding-bottom: 10px;
      padding-top: 10px;
  }
  .tabslider {
      width: 100%;
  }
  #home .economy .newsBox2>span strong:nth-child(n+1),
  #home .popular div:nth-child(2) .newsBox2 span strong,
  #home .sixNews .left div div:first-child .newsBox2 strong {
      font-size: 20px !important;
      font-weight: 700 !important;
      font-family: metropolis, sans-serif
  }
  #home .economy .newsBox2>span,
  #home .sixNews .left div div:first-child .newsBox2>span {
      padding-bottom: 15px !important
  }
  #home .newsBox2>span strong:nth-child(n+1),
  #home .sixNews .left div div:first-child .newsBox2 strong {
      font-family: metropolis, sans-serif;
      font-weight: 600 !important;
      font-size: 20px !important;
      line-height: 25px !important;
  }
  #home>.bottom>.left .sport>div .pager li a {
      font-family: metropolis, sans-serif;
      font-size: 17px !important
  }
  .newsBox2:before {
      height: 70%;
  }
  #home .newsBox>strong span {
      font-family: metropolis, sans-serif;
      font-size: 19px !important;
      font-weight: 600 !important;
      line-height: 26px !important;
      height: auto !important;
  }
  #home>.bottom .left .popular>div:nth-child(2) {
      padding-top: 12px
  }
  .left .economy {
      padding-top: 0 !important
  }
  .four-manset .owl-dot.active {
      background: #ca0a14 !important;
      padding: 0;
      width: 6px;
      height: 6px;
      border: 0;
      border-color: #ca0a14 !important
  }
  .four-manset .owl-nav button.owl-next:hover,
  .four-manset .owl-nav button.owl-prev:hover {
      background: #ca0a14;
      color: #fff
  }
}
.four-manset .four-manset-pagination ul li {
  display: none
}
.four-manset .four-manset-pagination ul li:nth-child(1),
.four-manset .four-manset-pagination ul li:nth-child(2),
.four-manset .four-manset-pagination ul li:nth-child(3),
.four-manset .four-manset-pagination ul li:nth-child(4),
.four-manset .four-manset-pagination ul li:nth-child(5),
.four-manset .four-manset-pagination ul li:nth-child(6),
.four-manset .four-manset-pagination ul li:nth-child(7),
.four-manset .four-manset-pagination ul li:nth-child(8) {
  display: block;
}
#home>.bottom>.left .popular {
  padding-bottom: 0
}
.login ul.profileRollover.acd {
  visibility: visible !important;
  transform: scale(1) !important;
  right: 0
}
@media screen and (min-width:881px) {
  .login:hover ul.profileRollover {
      visibility: visible !important;
      transform: scale(1) !important;
      right: 0
  }
}
.neyen {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important
}
#home>.bottom>.left .sixNews .left div:not(:first-child) a {
  height: auto
}
#home>.bottom>.left .sixNews .left div:not(:first-child) a img {
  height: 100%;
  width: 100%;
  min-height: 158px;
  height: 158px;
}
@media only screen and (max-width:1024px) {
  .threenews-yazar-in .tyi-in {
      max-width: calc(50% - 5px);
      flex: 0 0 50%;
      margin-bottom: 10px;
      padding-left: 0;
      padding-right: 0;
  }
  .threenews-yazar-in {
      padding: 0 14px;
      background: #fff;
      margin-bottom: 0;
  }
  #home>.bottom>.left .sport {
      height: auto !important;
  }
  #newsRead .top .siteMap {
      padding: 0;
      margin-bottom: -10px;
  }
  #newsRead .top .siteMap li i:before {
      margin-top: 1px;
  }
  #newsRead .top h1 {
      font-size: 26px;
      line-height: 32px;
      margin-top: 15px;
      margin-bottom: 2px;
  }
  .fixtureBox {
      margin-bottom: 10px !important;
  }
  #newsSend>.content>div .row>div {
      width: 100% !important;
      flex: 0 0 100%;
      max-width: 100%
  }
  #home>.bottom .left .sixNewsSymmetry>div:nth-child(n+2) {
      padding-top: 0
  }
  #home>.bottom>.left .popular>div {
      padding-bottom: 0;
  }
  .popular {
      display: none !important;
  }
  #home>.bottom .left .popular>div:nth-child(1) {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
  }
  #home>.bottom .left .popular>div:nth-child(4) {
      padding-top: 0;
      padding-left: 10px
  }
  #home>.bottom .left .popular>div:nth-child(2) {
      padding-right: 10px;
      padding-bottom: 10px;
  }
  #home>.bottom>.left .popular {
      padding-bottom: 10px
  }
  #home>.bottom>.left .sport {
      margin-top: 10px
  }
  #home>.bottom>.left .sport>div:last-child .swiper-slide a img {
      height: 245px;
      object-fit: cover
  }
  #home>.bottom>.left .sport {
      height: auto !important
  }
  #profile .bottom .left .tab .tabContent ul li a p em b {
      display: none !important
  }
  #profile .bottom .left .tab .tabContent ul li a {
      min-height: 75px !important;
      width: 70px !important
  }
  #profile .top>div .social {
      position: relative !important;
      bottom: 30px
  }
  #profile .top>div>div>div>p {
      padding-top: 0 !important
  }
  #agenda .fiveNews {
      display: none !important
  }
  .container .iddaaP {
      width: 100% !important
  }
  #iddaaProgrami .container {
      max-width: 100% !important
  }
  .weatherCityList2 {
      width: 100% !important
  }
  #dereceGrafik {
      height: 200px !important
  }
  #nemGrafik {
      height: 200px !important
  }
  #home .cuff {
      padding-left: 0;
      padding-right: 0
  }
  input[type=color],
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select:focus,
  textarea {
      font-size: 16px
  }
  #sport>.bottom .right {
      max-width: 100% !important
  }
  #sport .top .fiveNews {
      display: none
  }
  #sport .bottom>.left>.popular {
      display: none
  }
  #sport .bottom>.left>.twoLineNews {
      display: none
  }
  input[type=color],
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  textarea {
      font-size: 16px
  }
  .infinityDiv {
      right: 0;
      left: 0;
      width: 100% !important
  }
  .infinityDiv .progress-bar {
      left: 75px !important
  }
  .infinityDiv p {
      max-height: 25px;
      overflow-y: hidden;
      padding-left: 12px !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow-x: hidden;
      max-width: 62%;
      display: inline-block
  }
  #profile .top>div {
      height: 250px
  }
  #profile .top::before {
      background-size: 100% 250px
  }
  #profile .top>div .award {
      position: relative !important;
      bottom: 30px
  }
  .sport .swiper-container {
      padding-bottom: 30px
  }
  #newsSend>.content {
      bottom: 0 !important
  }
  .ql-toolbar.ql-snow .ql-formats {
      margin-right: 9px !important
  }
  #newsSend>.content>div .row>div:first-child form .input select {
      line-height: 18px !important
  }
  .form #login div .passwordForgot {
      font-weight: 500;
      position: relative !important;
      right: 0 !important;
      top: 7px !important;
      transform: none !important;
  }
  .liveResults .liveBar .newDSelect.iddTarih {
      margin-bottom: 15px !important
  }
  .newsBox>strong {
      height: 67px;
      display: flex;
      align-items: center;
      padding: 0 14px;
  }
  .newsBox2>span strong {
      font-weight: 600
  }
  #home>.bottom>.left .twoLineNews>div>div>div>div>div>div a strong {
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      margin-top: 0;
  }
  .newsBox2>span strong {
      font-weight: 600
  }
  #agenda .fiveNews>div {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 10px
  }
  #agenda .fiveNews>div:nth-child(5) {
      display: none
  }
  .liveResults ul.liveTabs li.active a:before {
      height: 0 !important
  }
  #newsRead .top h1 {
      /*background: #fff;*/
  }
  .dark-mode #newsRead .top h1 {
      background: none;
  }
  #newsRead .bottom .icon-magnifying-glass {
      display: none
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(1) {
      width: 40% !important;
      max-width: 40% !important;
      flex: 40% !important
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(2) {
      width: 60% !important;
      max-width: 60% !important;
      flex: 60% !important
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(3) {
      display: none
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:nth-child(1) {
      width: 40% !important;
      max-width: 40% !important;
      flex: 40% !important
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:nth-child(3) {
      display: none
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:nth-child(2) {
      width: 60% !important;
      max-width: 60% !important;
      flex: 60% !important
  }
  #newsRead .tvAndNewspaper .tv>div>div:last-child>ol {
      padding-right: 0
  }
  #example-video {
      margin-bottom: 8px;
      margin-top: 10px;
  }
  .havaDurumuArea .second .secondRight ul {
      float: left !important;
      display: inline-block !important;
      text-align: left !important
  }
  .havaDurumuArea h1 {
      font-size: 23px !important
  }
  .havaDurumuArea h2 {
      font-size: 5rem !important
  }
  .havaDurumuArea .status i {
      float: left !important;
      font-size: 3rem !important
  }
  .havaDurumuArea .status {
      margin-left: 0 !important
  }
  .havaDurumuArea .status em {
      float: left;
      width: 100%;
      text-align: left !important;
      font-size: 13px !important
  }
  .havaDurumuArea .second .leftData {
      margin-top: 10px !important
  }
  .havaDurumuArea .secondRight {
      width: 100% !important;
      overflow-x: scroll !important;
      display: flex !important
  }
  .havaDurumuArea .second .leftData {
      margin-bottom: 0 !important
  }
  .havaDurumuArea {
      height: 400px !important
  }
  .havaDurumuArea .second .secondRight ul li {
      text-align: center
  }
  .havaDurumuArea .second .secondRight ul .degree {
      font-size: 20px !important
  }
  .havaDurumuArea .second .secondRight ul {
      padding-right: 10px;
      padding-left: 10px
  }
  .havaDurumuArea {
      padding-right: 25px !important;
      padding-left: 25px !important
  }
  .havaDurumuArea .second .secondRight ul:after {
      height: 82px !important
  }
  #dereceGrafik {
      width: 100% !important
  }
  #nemGrafik {
      width: 100% !important
  }
  .havaDurumuArea:nth-child(3) {
      height: 210px !important
  }
  .havaDurumuArea:last-child {
      height: 510px !important
  }
  body.newsSendOpen {
      padding: 0 !important
  }
  .havaDurumuArea .second .secondRight ul:last-child {
      padding-right: 0
  }
  .havaDurumuArea .second .secondRight ul:first-child {
      padding-left: 0
  }
  .newsPapper:nth-child(-n+3) {
      padding-top: 12px !important
  }
  .newsPapper {
      padding-top: 12px !important
  }
  .burcTopWidget {
      margin: 0 auto !important;
      margin-top: 12px !important
  }
  .burcTopWidget .burcIconArea li {
      width: 25% !important;
      height: 62px;
      border-bottom: 3px solid #f4f4f4
  }
  .burcTopWidget .burcIconArea li span {
      display: none
  }
  .burcTopWidget .burcIconArea li:nth-child(4n) {
      border-right: 0
  }
  .currencyShowcase.fullShowcase {
      margin-top: 0 !important
  }
  footer .center>div .bulletin>strong:first-child {
      display: none
  }
  footer .center>div .bulletin .form {
      display: none
  }
  footer .center>div .bulletin p {
      display: none
  }
  .newsPapper {
      max-width: 50% !important;
      flex: 50% !important
  }
  .newsPaper img {
      height: 17.5rem !important
  }
  .newsBox span>strong {
      display: none
  }
  .newsBox>strong {
      font-size: 15px
  }
  .newsBox2 .tag {
      display: none
  }
  #profileEdit>div>div:last-child>div {
      padding-bottom: 20px !important
  }
  .siteneEkle .detail iframe {
      display: none !important
  }
  .siteneEkle {
      padding-right: 0 !important
  }
  .siteneEkle .left {
      width: 100% !important;
      padding-right: 0 !important;
      flex: inherit !important
  }
  .siteneEkle .left .detail {
      display: block;
      width: 100%
  }
  #agenda>div .left .sixNews>div:nth-child(n) {
      padding: 0 !important;
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;
  }
  .sixNews .newsBox span img {
      height: auto !important;
      object-fit: cover;
      width: 100%;
  }
  #home>.bottom .left .sixNewsSymmetry>div:first-child {
      padding-top: 0
  }
  #home>.bottom>.left .sixNews .left>div>div:first-child {
      padding-right: 0
  }
  #home>.bottom>.left .sixNews .left>div>div {
      padding-top: 10px;
      padding-left: 5px;
      padding-right: 5px;
  }
  #home>.bottom>.left .sixNews .left>div>div:nth-child(2) {
      padding-right: 0;
      padding-left: 10px;
  }
  #home>.bottom>.left .addss {
      margin-bottom: 10px !important;
  }
  #home>.bottom>.left .sixNews .left>div>div:nth-child(3) {
      padding-right: 0;
      padding-left: 10px;
  }
  .hide1024 {
      display: none !important
  }
  .pageWrapper .pageBread ul {
      display: none
  }
  .pageWrapper .pageBread h1 {
      width: 100%;
      text-align: center
  }
  .pageWrapper .pageMainWrap .contentWrap .pageNav {
      width: 100%
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea {
      width: 100%
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm {
      width: 100%
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea .narrowBar {
      width: 100%
  }
  .pageWrapper .pageMainWrap .contentWrap .pageNav {
      padding: 0 0
  }
  .pageWrapper .pageMainWrap .contentWrap .pageNav ul li {
      text-align: center;
      height: 45px;
      line-height: 45px;
      border-bottom: 1px solid rgba(0, 0, 0, .08)
  }
  .pageWrapper .pageMainWrap .contentWrap .pageNav ul li a {
      height: 45px
  }
  .pageWrapper .pageMainWrap .contentWrap .pageNav ul li:last-child {
      border-bottom: none
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea .contactForm h2 {
      text-align: center
  }
  .pageWrapper .pageMainWrap .map iframe {
      height: 300px
  }
  .pageWrapper .pageMainWrap {
      padding: 10px 0 0 0 !important
  }
  .pageWrapper .pageMainWrap .contentWrap {
      padding-bottom: 5px
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea .pContent {
      padding-bottom: 25px
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea .pTitle {
      text-align: center
  }
  #home>.bottom>.left .tvAndNewspaper .tv {
      margin-top: 12px
  }
  .pageWrapper .pageMainWrap .contentWrap .wideArea .pContent .area {
      width: 100% !important;
      text-align: center
  }
  .fixtureBox .bottom>div .mobile .swiper-slide .team ul {
      display: none
  }
  .mobile .swiper-container {
      height: 130px
  }
  .sport .swiper-container {
      height: 245px
  }
  .newsBox2>span strong:nth-child(n+1) {
      position: relative;
      top: 0
  }
  .blue h2 {
      line-height: 18px
  }
  #home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>div>ul li>div:last-child {
      display: none
  }
  #home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(3) {
      display: none
  }
  #home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(2) {
      flex: 66.5%;
      max-width: 66.5%
  }
  #home>.bottom>.left .tvAndNewspaper .tv>div>div:last-child>ol li:nth-child(1) {
      flex: 33.5%;
      max-width: 33.5%
  }
  #home>.bottom .left .tvAndNewspaper .newspaper {
      margin-top: 12px
  }
  #home>.bottom>.left .sportSlider {
      padding-top: 12px
  }
  #home>.bottom>.left .fixtureBox {
      margin-top: 12px
  }
  .newsBox2>span strong {
      font-size: 15px
  }
  #home>.bottom>.left .sport>div:last-child .pager li a {
      font-size: 15px
  }
  #home {
      padding-top: 10px;
  }
  #home>.bottom {
      padding-top: 0
  }
  .left .economy {
      padding-top: 12px;
      overflow-x: hidden
  }
  .forMobileThisMatch {
      float: left;
      width: 100%;
      height: auto;
      display: block;
      background: #3f4040;
      padding: 15px
  }
  .liveResults .thisMatches .thisMatch:nth-child(odd) .forMobileThisMatch {
      background: #2c2e2d
  }
  .liveResults .thisMatches .thisMatch:nth-child(odd) .forMobileThisMatch ul.mScores li {
      background: #3f4040
  }
  .forMobileThisMatch ul.frontInfos {
      float: left;
      width: 100%;
      float: left;
      padding-bottom: 10px
  }
  .forMobileThisMatch ul.frontInfos li {
      float: left;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px
  }
  .forMobileThisMatch ul.frontInfos li.favorit {
      float: right;
      margin: 0 12px 0 0;
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: url(../img/icons/favorite2.png) no-repeat
  }
  .forMobileThisMatch ul.frontInfos li.favorit.toggle {
      background: url(../img/icons/favorite3.png) no-repeat
  }
  .forMobileThisMatch ul.frontInfos li.mbs i {
      margin-right: 8px;
      float: left;
      background: #4e92df;
      color: #fff;
      font-size: 12px;
      width: 14px;
      height: 14px;
      line-height: 14px;
      border-radius: 2px;
      text-align: center;
      font-style: normal
  }
  .forMobileThisMatch ul.frontInfos li.mbs.uc i {
      background: #4e92df;
      color: #fff
  }
  .forMobileThisMatch ul.frontInfos li.mbs.bir i {
      background: #ed4f45
  }
  .forMobileThisMatch ul.frontInfos li.mbs.iki i {
      background: #0f7c39
  }
  .forMobileThisMatch ul.mScores {
      float: left;
      width: 100%;
      float: left
  }
  .forMobileThisMatch ul.mScores li {
      float: left;
      width: 100%;
      float: left;
      margin: 7.5px 0;
      padding: 0 15px;
      border-radius: 3px;
      background: #313433;
      height: 36px;
      line-height: 36px;
      font-weight: 500;
      font-size: 13px;
      color: #fff
  }
  .forMobileThisMatch ul.mScores li span {
      float: left
  }
  .forMobileThisMatch ul.mScores li b {
      float: right
  }
  .forMobileThisMatch a.tumOth {
      float: left;
      background: #fcd333;
      color: #000;
      height: 36px;
      line-height: 36px;
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      margin-top: 7.5px
  }
  .tumOTitle {
      display: inline-block;
      float: left;
      width: 100%;
      text-align: center;
      background: 0 0;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px
  }
  .matchOTitle {
      display: inline-block;
      float: left;
      width: 100%;
      color: #fff;
      text-align: center;
      background: 0 0;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 15px;
      background: #3f4040;
      height: 36px;
      line-height: 36px
  }
  .loadingBall {
      width: 100% !important
  }
  .videoPostHead .contentArea {
      height: auto !important
  }
  .videoPostHead .contentArea .videoIframe {
      width: 100% !important
  }
  .videoPostHead .contentArea .videoIframe iframe {
      height: 300px !important
  }
  .videoPostHead .contentArea .rightPosts {
      width: 100% !important;
      margin-top: 13px !important
  }
  #videoPostHead {
      padding-top: 15px !important;
      margin-bottom: 10px;
  }
  .content .iddaaP .chooseSport {
      height: auto
  }
  .content .iddaaP .chooseSport ul li {
      width: 50%;
      text-align: center;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .12)
  }
  .content .iddaaP .chooseSport ul li:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, .12)
  }
  .content .iddaaP .chooseSport ul li:last-child {
      width: 100%
  }
  .content .iddaaP .chooseSport ul li.active {
      background: rgba(0, 0, 0, .12)
  }
  .content .whiteB.idProg {
      padding-top: 0
  }
  .content .iddaaP .chooseSport ul li.active span:after {
      display: none
  }
  .macDetay .darBar {
      display: block;
      width: 100% !important
  }
  .statsDar {
      display: none
  }
  .macDetay .genisBar {
      width: 100%;
      background: #fff
  }
  .macDetay .mdHead .team {
      width: 50%;
      position: relative;
      float: left
  }
  .macDetay .mdHead .team.left {
      left: auto
  }
  .macDetay .mdHead .team.right {
      right: auto
  }
  .macDetay .mdHead .team i {
      width: 65px;
      height: 65px
  }
  .macDetay .mdHead .team i img {
      width: 40px;
      height: 40px;
      margin-top: 14px
  }
  .macDetay .mdHead .team span {
      font-size: 16px
  }
  .macDetay .mdHead .team.right i ul {
      right: 65px
  }
  .macDetay .mdHead .team.left i ul {
      left: 65px
  }
  .macDetay .mdHead {
      height: 280px
  }
  .macDetay ul.score {
      width: 100%;
      margin-left: 0;
      top: 40px;
      float: left;
      left: auto;
      position: relative;
      text-align: center
  }
  .macDetay ul.score li.dk {
      margin: 0 20px
  }
  .macDetay ul.score li.score {
      font-size: 30px
  }
  .macDetay ul.score li.dk span {
      height: 28px;
      line-height: 29px;
      width: 44px
  }
  .macDetay ul.infos {
      padding: 0 25px
  }
  .macDetay .genisBar .karsilastirma .inner .half {
      width: 100%
  }
  .macDetay .genisBar .karsilastirma .inner .half:last-child {
      margin-top: 15px;
      padding-bottom: 15px
  }
  .macDetay .genisBar .karsilastirma .inner .half ul li p {
      width: 38%;
      padding-right: 10px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .macDetay .genisBar .karsilastirma .inner .half ul li i {
      width: 50%
  }
  .macDetay .genisBar .karsilastirma .full .item ul li i {
      display: none
  }
  .macDetay .genisBar .karsilastirma .full .item ul li span {
      margin: 15px 7.5px 0 7.5px
  }
  .macDetay .genisBar .karsilastirma .full .item {
      padding: 0 0
  }
  .macDetay .genisBar .karsilastirma .full .item span.date {
      display: none
  }
  .macDetay .genisBar .karsilastirma .full .item span.league {
      display: none
  }
  .macDetay .genisBar {
      padding: 15px 0 0 0;
      box-shadow: none
  }
  .macDetay .genisBar .karsilastirma .full .item ul {
      width: 100%;
      margin-left: 0;
      left: auto;
      position: relative
  }
  .macDetay .genisBar .karsilastirma .full .item ul li {
      float: left;
      display: inline-block;
      text-align: center
  }
  .macDetay .genisBar .karsilastirma .full .item ul li p {
      width: 100%;
      font-size: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .macDetay .genisBar .karsilastirma .full .item ul li span {
      float: left;
      text-align: center
  }
  .macDetay .genisBar .karsilastirma .full .item ul li:first-child {
      width: calc(50% - 32.5px);
      text-align: right
  }
  .macDetay .genisBar .karsilastirma .full .item ul li:last-child {
      width: calc(50% - 32.5px);
      text-align: left
  }
  .macDetay .bottomBar .formDurumlari .inner {
      width: 100%
  }
  .macDetay .bottomBar .formDurumlari .inner .item span.date {
      display: none
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li i {
      display: none
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul {
      width: 100%;
      margin-left: 0;
      left: auto;
      position: relative
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li {
      float: left;
      display: inline-block;
      text-align: center
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li p {
      width: 100%;
      font-size: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li span {
      float: left;
      text-align: center;
      margin: 15px 7.5px 0 7.5px
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li:first-child {
      width: calc(50% - 32.5px);
      text-align: right
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li:last-child {
      width: calc(50% - 32.5px);
      text-align: left
  }
  .macDetay .bottomBar .formDurumlari .inner .item span.result {
      display: none
  }
  .macDetay .bottomBar .formDurumlari .inner .item {
      padding: 0 0
  }
  .macDetay .bottomBar .formDurumlari .head,
  .macDetay .genisBar .macTahmini .head {
      text-align: center
  }
  .macDetay .bottomBar .formDurumlari .inner:last-child {
      margin-top: 15px
  }
  .macDetay .bottomBar .formDurumlari .inner .iHead {
      padding-left: 15px
  }
  .macDetay .bottomBar .formDurumlari .inner .iHead i.l {
      display: none
  }
  .macDetay .bottomBar .leBar {
      width: 100%
  }
  .macDetay .bottomBar .siBar {
      width: 100%;
      margin-top: 15px
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar {
      height: auto
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li {
      width: 50%;
      border-bottom: 1px solid #282828
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(1) {
      border-right: 1px solid #282828
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(1).active {
      border-right: none
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(3) {
      border-right: 1px solid #282828
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(3).active {
      border-right: none
  }
  .macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul li.ort {
      font-size: 11px
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.narrow {
      position: relative;
      left: auto;
      font-size: 12px
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li {
      font-size: 11px
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.o {
      width: 15% !important;
      margin: 0 !important
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.av {
      width: 15% !important;
      margin: 0 !important
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.p {
      width: 15% !important;
      margin: 0 !important
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li:first-child {
      width: 52%;
      float: left
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li:first-child p {
      width: calc(100% - 26px)
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.team {
      width: 50%
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.narrow {
      padding: 0 10px;
      width: 15%
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.narrow:last-child {
      padding: 0 0 0 9px
  }
  .macDetay .genisBar .macTahmini .inner ul li span {
      font-size: 11px
  }
  .macDetay .genisBar .macTahmini .inner ul li.x {
      font-size: 12px
  }
  .mobileBar {
      display: block;
      box-shadow: 0 0 15px rgba(0, 0, 0, .5);
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 70px;
      background: #1db954;
      z-index: 9999;
      font-family: metropolis, sans-serif
  }
  .mobileBar .ovalCenter {
      position: absolute;
      left: 50%;
      bottom: -7.5px;
      width: 85px;
      height: 85px;
      cursor: pointer;
      background: #ffcb00;
      margin-left: -42.5px;
      border-radius: 100%;
      box-shadow: 0 0 20px rgba(0, 0, 0, .3)
  }
  .mobileBar .ovalCenter span {
      width: 100%;
      text-align: center;
      float: left
  }
  .mobileBar .ovalCenter span.mCount {
      padding: 15px 0 6px 0;
      color: rgba(0, 0, 0, .5);
      font-size: 12px
  }
  .mobileBar .ovalCenter span.mRate {
      padding: 0 0 6px 0;
      color: #000;
      font-size: 16px;
      font-weight: 700
  }
  .mobileBar .ovalCenter p {
      width: 100%;
      text-align: center;
      float: left;
      color: rgba(0, 0, 0, .5);
      font-size: 12px
  }
  .mobileBar ul.lMenu {
      width: calc(50% - 42.5px);
      position: absolute;
      left: 0
  }
  .mobileBar ul.lMenu li {
      width: 50%;
      float: left;
      text-align: center;
      position: relative;
      height: 85px
  }
  .mobileBar ul.lMenu li:last-child {
      border-left: 1px solid rgba(0, 0, 0, .12)
  }
  .mobileBar ul.lMenu li span {
      color: #fff;
      font-size: 12px
  }
  .mobileBar ul.lMenu li i {
      width: 30px;
      height: 25px;
      position: absolute;
      left: 50%;
      margin-left: -15px
  }
  .mobileBar ul.lMenu li.nav i {
      background: url(../img/icons/mobil-menu.png) no-repeat;
      top: 15px
  }
  .mobileBar ul.lMenu li.nav span {
      top: 42px;
      position: relative
  }
  .mobileBar ul.lMenu li.live i {
      background: url(../img/icons/mobil-canli-mac.png) no-repeat;
      top: 15px
  }
  .mobileBar ul.lMenu li.live span {
      top: 42px;
      position: relative
  }
  .mobileBar ul.rMenu {
      width: calc(50% - 42.5px);
      position: absolute;
      right: 0
  }
  .mobileBar ul.rMenu li {
      width: 50%;
      float: left;
      text-align: center;
      position: relative;
      height: 85px
  }
  .mobileBar ul.rMenu li:last-child {
      border-left: 1px solid rgba(0, 0, 0, .12)
  }
  .mobileBar ul.rMenu li span {
      color: #fff;
      font-size: 12px
  }
  .mobileBar ul.rMenu li i {
      width: 30px;
      height: 25px;
      position: absolute;
      left: 50%;
      margin-left: -15px
  }
  .mobileBar ul.rMenu li.myCoupons i {
      background: url(../img/icons/mobil-kupon.png) no-repeat;
      top: 15px
  }
  .mobileBar ul.rMenu li.myCoupons span {
      top: 42px;
      position: relative
  }
  .mobileBar ul.rMenu li.program i {
      background: url(../img/icons/mobil-program.png) no-repeat;
      top: 15px
  }
  .mobileBar ul.rMenu li.program span {
      top: 42px;
      position: relative
  }
  .mobileBarMenu {
      -webkit-transition: all .2s ease-in;
      display: block !important;
      transition: all .2s ease-in;
      position: fixed;
      left: -100vw;
      right: 200%;
      width: 90%;
      height: 100%;
      box-shadow: 0 10px 30px #000;
      background: #353541;
      z-index: 9999;
      padding: 0 20px 20px 20px;
      font-family: metropolis, sans-serif
  }
  .mobileBarMenu.on {
      left: 0;
      right: 10%
  }
  .mobileBarMenu span {
      width: 100%;
      float: left;
      color: #fff;
      text-transform: Uppercase;
      font-size: 12px;
      font-weight: 500;
      padding-top: 20px;
      margin-bottom: 15px;
      opacity: .5
  }
  .mobileBarMenu ul {
      width: 100%;
      float: left;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, .1)
  }
  .mobileBarMenu ul:last-child {
      border-bottom: none
  }
  .mobileBarMenu ul li {
      width: 100%;
      float: left
  }
  .mobileBarMenu ul li a {
      width: 100%;
      float: left;
      color: #fff;
      height: 25px;
      line-height: 25px;
      align-items: center;
      position: relative;
      padding-left: 15px;
      display: flex;
      font-size: 15px;
      font-weight: 400
  }
  .mobileBarMenu ul li a:before {
      position: absolute;
      content: "";
      left: 0;
      top: 9px;
      width: 4px;
      height: 5px;
      background: url(../img/icons/mO.png) no-repeat
  }
  .mobileBarMenu i.close {
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px;
      width: 12px;
      height: 12px;
      background: url(../img/icons/mobil-respo-close.png) no-repeat center center
  }
  .mobileMyCoupon {
      width: 100%;
      height: 100%;
      background: #353541;
      opacity: 0;
      position: fixed;
      z-index: 999999;
      top: 0;
      right: 0;
      left: 0;
      font-family: metropolis, sans-serif
  }
  .mobileMyCoupon.on {
      display: block !important;
      opacity: 1
  }
  .mobileMyCoupon .head {
      width: 100%;
      height: 60px;
      float: left;
      text-align: center
  }
  .mobileMyCoupon .head span {
      line-height: 60px;
      text-transform: Uppercase;
      font-size: 18px;
      letter-spacing: .2px;
      font-weight: 700;
      color: #fff
  }
  .mobileMyCoupon .head i.close {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      height: 60px;
      background: url(../img/icons/mobil-respo-close.png) no-repeat center center
  }
  .mobileMyCoupon .head i.user {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
      background: url(../img/icons/myCUser.png) no-repeat center center
  }
  .mobileMyCoupon .mCMatches {
      float: left;
      width: 100%;
      max-height: calc(100% - 318px);
      overflow: auto;
      border-bottom: 1px solid rgba(255, 255, 255, .09)
  }
  .mobileMyCoupon .mCMatches .mCMatch {
      float: left;
      width: 100%
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop {
      float: left;
      width: 100%;
      padding: 0 15px;
      height: 32px;
      background: rgba(255, 255, 255, .09)
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop span {
      float: left;
      width: calc(100% - 150px);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      line-height: 32px;
      color: #fff;
      font-size: 14px;
      font-weight: 500
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul {
      float: right;
      max-width: 135px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li {
      float: left;
      line-height: 32px;
      color: #fff;
      font-size: 12px;
      font-weight: 400
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li i {
      font-style: normal;
      margin: 0 3.5px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li.mbs {
      width: 14px;
      height: 14px;
      float: left;
      border-radius: 2px;
      line-height: 15px;
      text-align: center;
      margin-left: 5px;
      margin-top: 8px;
      font-size: 11px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li.mbs.bir {
      background: #ed4f45
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li.mbs.iki {
      background: #0f7c39
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li.mbs.uc {
      background: #4e92df
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchTop ul li.league {
      margin-left: 5px;
      width: 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom {
      float: left;
      width: 100%;
      height: 47px;
      padding: 0 15px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom label {
      float: left;
      width: 62px;
      height: 23px;
      position: relative;
      margin-top: 12px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom label input[type=checkbox] {
      position: absolute;
      opacity: 0;
      cursor: pointer
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom label .banko {
      border-radius: 2px;
      float: left;
      cursor: pointer;
      width: 62px;
      height: 23px;
      line-height: 22px;
      text-align: center;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      display: inline-block;
      border: 1px solid #5e5e5e
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom label input[type=checkbox]:checked~.banko {
      background: #1db954;
      border-color: #1db954
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom .othInfos {
      float: left
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom .othInfos span {
      float: left;
      line-height: 47px;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      margin-left: 7px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom .othInfos p {
      float: left;
      line-height: 47px;
      color: #1db954;
      font-size: 10px;
      font-weight: 500;
      margin-left: 8px
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom span.rate {
      float: right;
      line-height: 47px;
      color: #ffcb00;
      font-size: 13px;
      font-weight: 700
  }
  .mobileMyCoupon .mCMatches .mCMatch .mCMatchBottom i.removeMatch {
      margin: 10px 0 0 8px;
      border: 1px solid #5e5e5e;
      float: right;
      border-radius: 2px;
      width: 24px;
      height: 24px;
      background: url(../img/icons/mobil-respo-close2.png) no-repeat center center
  }
  .mobileMyCoupon .mCSystem {
      float: left;
      width: 100%;
      padding: 15px 15px
  }
  .mobileMyCoupon .mCSystem .mCSystemLeft {
      float: left;
      width: 90px
  }
  .mobileMyCoupon .mCSystem .mCSystemLeft span {
      float: left;
      height: 17px;
      line-height: 17px;
      width: 100%;
      color: #fff;
      font-size: 12px;
      font-weight: 400
  }
  .mobileMyCoupon .mCSystem .mCSystemLeft p {
      float: left;
      height: 17px;
      line-height: 17px;
      opacity: .5;
      width: 100%;
      color: #fff;
      font-size: 12px;
      font-weight: 400
  }
  .mobileMyCoupon .mCSystem ul.mCSystemRight {
      float: right;
      width: calc(100% - 110px)
  }
  .mobileMyCoupon .mCSystem ul.mCSystemRight li {
      float: right;
      width: 34px;
      height: 34px;
      background: rgba(255, 255, 255, .09);
      line-height: 34px;
      text-align: center;
      margin-right: 8px;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      border-radius: 3px
  }
  .mobileMyCoupon .mCSystem ul.mCSystemRight li:first-child {
      margin-right: 0
  }
  .mobileMyCoupon .mCSystem ul.mCSystemRight li.active {
      background: #1db954
  }
  .mobileMyCoupon .totals {
      float: left;
      width: 100%;
      height: 38px;
      padding: 0 15px;
      border-top: 1px solid rgba(255, 255, 255, .09)
  }
  .mobileMyCoupon .totals span {
      line-height: 38px;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      float: left
  }
  .mobileMyCoupon .totals span b {
      color: #ffcb00;
      font-weight: 500;
      margin-left: 4px
  }
  .mobileMyCoupon .totals span.right {
      float: right
  }
  .mobileMyCoupon .timesSelectWr {
      float: left;
      width: 100%;
      height: 54px;
      padding: 0 15px;
      border-top: 1px solid rgba(255, 255, 255, .09)
  }
  .mobileMyCoupon .timesSelectWr span {
      float: left;
      line-height: 54px;
      color: #fff;
      font-size: 14px;
      font-weight: 500
  }
  .mobileMyCoupon .timesSelectWr .timesSelect {
      float: right;
      height: 30px;
      width: 60px;
      line-height: 30px;
      margin-top: 11px;
      border: none
  }
  .mobileMyCoupon .timesSelectWr .timesSelect input.misli {
      margin-top: 0;
      width: 100%;
      text-align: center;
      height: 30px;
      border-radius: 2px;
      padding: 0 10px
  }
  .mobileMyCoupon .gain {
      float: left;
      width: 100%;
      height: 44px;
      padding: 0 15px;
      border-top: 1px solid rgba(255, 255, 255, .09)
  }
  .mobileMyCoupon .gain span {
      float: left;
      line-height: 44px;
      font-size: 14px;
      color: #fff;
      font-weight: 500
  }
  .mobileMyCoupon .gain b {
      float: right;
      line-height: 44px;
      color: #1db954;
      font-size: 14px;
      font-weight: 700
  }
  .mobileMyCoupon .buttons {
      float: left;
      height: 58px;
      width: 100%;
      background: rgba(255, 255, 255, .09);
      padding: 0 15px
  }
  .mobileMyCoupon .buttons .playNow {
      float: right;
      height: 38px;
      width: calc(100% - 180px);
      background: #1db954;
      border-radius: 3px;
      margin-top: 10px;
      text-align: center;
      line-height: 38px;
      color: #fff;
      font-size: 15px;
      font-weight: 700
  }
  .mobileMyCoupon .buttons .remove {
      float: left;
      margin-right: 15px;
      height: 38px;
      width: 50px;
      background: #ed4f45;
      border-radius: 3px;
      margin-top: 10px;
      text-align: center;
      line-height: 38px;
      color: #fff;
      font-size: 15px;
      font-weight: 700
  }
  .mobileMyCoupon .buttons .save {
      float: left;
      height: 38px;
      width: 100px;
      background: #cfa229;
      border-radius: 3px;
      margin-top: 10px;
      text-align: center;
      line-height: 38px;
      color: #fff;
      font-size: 15px;
      font-weight: 700
  }
  body.oY {
      overflow-y: hidden
  }
  .popLiveB {
      height: auto;
      max-height: auto
  }
  .liveOths {
      height: auto;
      max-height: auto
  }
  .container .iddaaP .filters {
      height: auto
  }
  .container .newDSelect {
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 15px
  }
  .container .newDSelect:first-child {
      margin-top: 10px
  }
  .container .newDSelect .select-selected {
      min-width: 100%;
      width: 100%;
      height: 40px;
      line-height: 40px
  }
  .container .newDSelect .select-selected:after {
      top: 16px
  }
  .container .newDSelect .select-selected.select-arrow-active:after {
      top: 16px
  }
  .container .newDSelect .select-items div {
      height: 36px;
      line-height: 36px
  }
  .container .iddaaP .filters {
      padding-bottom: 15px;
      width: 100% !important
  }
  .container .filters ul.oLinks {
      width: 100%
  }
  .container .filters ul.oLinks li {
      margin-left: 0;
      width: 47%;
      margin-bottom: 15px;
      margin-right: 0
  }
  .container .filters ul.oLinks li.oneMatch {
      margin-right: 11px
  }
  .container .filters ul.oLinks li.oneMatch a {
      margin-left: 0
  }
  .container .filters ul.oLinks li a {
      width: 100%;
      height: 40px;
      line-height: 40px
  }
  .container .filters .searchFilter {
      margin-left: 0;
      width: 100%;
      height: 40px
  }
  .container .filters .searchFilter .input {
      height: 40px
  }
  .container .filters .searchFilter .submit {
      height: 40px
  }
  .container .sHeader {
      display: none
  }
  .container .nPMatches .nPMatch .tumOranlar,
  .container .nPMatches ul.fDatas {
      display: none
  }
  .forMobileMatch {
      display: block
  }
  .container .newDSelect {
      width: 47% !important;
      display: inline-block
  }
  .container .newDSelect:first-child {
      margin-right: 5% !important
  }
  .container .newDSelect.league {
      margin-right: 0
  }
  .liveResults .thisMatches .leagueHead {
      height: 78px !important;
      padding: 0 1px;
      width: 100%;
      height: 80px;
      float: left
  }
  .liveResults .thisMatches .leagueHead span {
      display: block !important
  }
  .liveResults ul.liveTabs li a {
      color: #fff !important;
      display: inline-block !important;
      width: 100% !important;
      background: #3f4040 !important;
      border-bottom: 1px solid #202322 !important;
      height: 49px !important
  }
  .liveResults ul.liveTabs li a:last-child {
      font-size: 13px !important
  }
  .loadingBall .middle {
      position: relative;
      left: 0;
      top: 0
  }
  .container .newDSelect.league {
      margin-top: 10px
  }
  .container .newDSelect .fBox {
      width: 100% !important
  }
  .container .newDSelect.mbs {
      display: none
  }
  .container .newDCheckbox {
      margin-left: 0;
      margin-bottom: 15px
  }
  .container .newDCheckbox .dropdown {
      width: 100%
  }
  .dropdown dt a {
      width: 100%;
      height: 40px;
      line-height: 40px
  }
  .dropdown dd ul {
      width: 100%
  }
  .dropdown dd ul li {
      height: 36px;
      line-height: 36px
  }
  .container .newDCheckbox {
      width: 100%;
      height: 40px
  }
  .dropdown dd ul li input {
      margin: 11.5px 6px 0 0
  }
  .dropdown i.arr {
      top: 17px
  }
  .liveResults ul.liveTabs {
      height: auto;
      margin: 15px 0;
      padding: 0 15px
  }
  .liveResults ul.liveTabs li {
      width: 50%;
      text-align: center;
      margin: 0 0;
      height: 49px
  }
  .liveResults ul.liveTabs li.active a {
      background: #fcd333 !important;
      color: #000 !important
  }
  .liveResults ul.liveTabs li a {
      color: #fff;
      display: inline-block;
      width: 100%;
      background: #3f4040;
      border-bottom: 1px solid #202322;
      height: 49px
  }
  .liveResults ul.liveTabs li:last-child {
      margin: 0 !important
  }
  .liveResults ul.liveTabs li:first-child {
      margin: 0 !important
  }
  .liveResults .liveBar {
      padding: 0 15px !important;
      background: 0 0 !important;
      height: auto !important
  }
  .liveResults .liveBar ul.tabPages {
      width: 100%;
      padding: 0 0;
      background: #313434
  }
  .liveResults .liveBar ul.tabPages li {
      padding: 0 5px;
      float: left;
      height: 46px;
      line-height: 46px;
      width: 100%;
      border-right: none;
      float: none;
      text-align: center;
      display: inline-block
  }
  .liveResults .liveBar ul.tabPages li i {
      float: none;
      display: inline-block;
      margin: 0;
      position: relative
  }
  .liveResults .liveBar ul.tabPages li span {
      float: none;
      display: inline-block
  }
  .liveResults .liveBar ul.tabPages li.fav {
      width: 50%;
      float: left;
      border-bottom: 1px solid #272a29;
      border-right: 1px solid #272a29
  }
  .liveResults .liveBar ul.tabPages li.fav i {
      margin: 10px 10px 0 0 !important;
      top: 4px
  }
  .liveResults .liveBar ul.tabPages li.live {
      width: 50%;
      border-bottom: 1px solid #272a29
  }
  .liveResults .liveBar ul.tabPages li.live i {
      margin: 0 10px 0 0;
      top: 5.5px
  }
  .liveResults .liveBar ul.tabPages li.idd i {
      margin: 0 10px 0 0;
      top: 5.5px
  }
  .liveResults .liveBar .newDSelect.iddTarih {
      width: 100% !important;
      height: 48px !important;
      background: #313434 !important;
      margin-top: 15px !important
  }
  .liveResults .liveBar .newDSelect.iddTarih:hover {
      background: #313434 !important
  }
  .liveResults .liveBar .newDSelect.iddTarih .select-selected {
      width: calc(100% - 22px) !important;
      min-width: auto !important;
      border-right: none !important;
      padding-left: 12px !important
  }
  .container .newDSelect.iddTarih .select-selected.select-arrow-active:after {
      top: 20px
  }
  .container .newDSelect.iddTarih .select-items div {
      height: 40px;
      line-height: 40px;
      text-transform: Uppercase;
      text-align: center;
      font-weight: 700;
      font-size: 13px;
      border-bottom: 1px solid #313434
  }
  .container .newDSelect.iddTarih .select-items div:last-child {
      border-bottom: none
  }
  .container .newDSelect.iddTarih .select-items {
      padding: 0 0
  }
  .liveResults .liveBar span.lig {
      background: #313434;
      border-right: none;
      margin-right: 15px
  }
  .liveResults .liveBar span.lig:hover {
      background: #313434
  }
  .liveResults .liveBar span.saat {
      background: #313434;
      border-right: none;
      margin-right: 15px
  }
  .liveResults .liveBar span.saat:hover {
      background: #313434
  }
  .liveResults .liveBar i.volume {
      background: url(../img/icons/volume.png) no-repeat center center #313434 !important;
      border-right: none !important;
      margin-right: 15px !important
  }
  .liveResults .liveBar i.volume:hover {
      background: url(../img/icons/volume.png) no-repeat center center #313434 !important
  }
  .liveResults .liveBar i.volume.toggle {
      background: url(../img/icons/volumeActive.png) no-repeat center center #313434 !important
  }
  .liveResults .thisMatches .thisMatch .rateBar {
      display: none
  }
  .liveResults .thisMatches .thisMatch .othRates {
      display: none
  }
  .forMobileThisMatch {
      float: left;
      width: 100%;
      height: auto;
      display: block !important;
      background: #3f4040;
      padding: 15px
  }
  .liveResults .thisMatches .thisMatch:nth-child(odd) .forMobileThisMatch {
      background: #2c2e2d
  }
  .liveResults .thisMatches .thisMatch:nth-child(odd) .forMobileThisMatch ul.mScores li {
      background: #3f4040
  }
  .forMobileThisMatch ul.frontInfos {
      float: left;
      width: 100%;
      float: left;
      padding-bottom: 10px
  }
  .forMobileThisMatch ul.frontInfos li {
      float: left;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px
  }
  .forMobileThisMatch ul.frontInfos li.favorit {
      float: right;
      margin: 0 12px 0 0;
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: url(../img/icons/favorite2.png) no-repeat
  }
  .forMobileThisMatch ul.frontInfos li.favorit.toggle {
      background: url(../img/icons/favorite3.png) no-repeat
  }
  .forMobileThisMatch ul.frontInfos li.mbs i {
      margin-right: 8px;
      float: left;
      background: #4e92df;
      color: #fff;
      font-size: 12px;
      width: 14px;
      height: 14px;
      line-height: 14px;
      border-radius: 2px;
      text-align: center;
      font-style: normal
  }
  .forMobileThisMatch ul.frontInfos li.mbs.uc i {
      background: #4e92df;
      color: #fff
  }
  .forMobileThisMatch ul.frontInfos li.mbs.bir i {
      background: #ed4f45
  }
  .forMobileThisMatch ul.frontInfos li.mbs.iki i {
      background: #0f7c39
  }
  .forMobileThisMatch ul.mScores {
      float: left;
      width: 100%;
      float: left
  }
  .forMobileThisMatch ul.mScores li {
      float: left;
      width: 100%;
      float: left;
      margin: 7.5px 0;
      padding: 0 15px;
      border-radius: 3px;
      background: #313433;
      height: 36px;
      line-height: 36px;
      font-weight: 500;
      font-size: 13px;
      color: #fff
  }
  .forMobileThisMatch ul.mScores li span {
      float: left
  }
  .forMobileThisMatch ul.mScores li b {
      float: right
  }
  .forMobileThisMatch a.tumOth {
      float: left;
      background: #fcd333;
      color: #000;
      height: 36px;
      line-height: 36px;
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      margin-top: 7.5px
  }
  .tumOTitle {
      display: inline-block;
      float: left;
      width: 100%;
      text-align: center;
      background: 0 0;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px
  }
  .matchOTitle {
      display: inline-block;
      float: left;
      width: 100%;
      color: #fff;
      text-align: center;
      background: 0 0;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 15px;
      background: #3f4040;
      height: 36px;
      line-height: 36px
  }
  .loadingBall {
      width: 100% !important
  }
  .container .iddaaP .chooseSport {
      height: auto
  }
  .container .iddaaP .chooseSport ul li {
      width: 50%;
      text-align: center;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .12)
  }
  .container .iddaaP .chooseSport ul li:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, .12)
  }
  .container .iddaaP .chooseSport ul li:last-child {
      width: 100%
  }
  .container .iddaaP .chooseSport ul li.active {
      background: rgba(0, 0, 0, .12)
  }
  .container .whiteB.idProg {
      padding-top: 0
  }
  .container .iddaaP .chooseSport ul li.active span:after {
      display: none
  }
  .macDetay .darBar {
      display: block;
      width: 100% !important
  }
  .statsDar {
      display: none
  }
  .macDetay .genisBar {
      width: 100%;
      background: #fff
  }
  .macDetay .mdHead .team {
      width: 50%;
      position: relative;
      float: left
  }
  .macDetay .mdHead .team.left {
      left: auto
  }
  .macDetay .mdHead .team.right {
      right: auto
  }
  .macDetay .mdHead .team i {
      width: 65px;
      height: 65px
  }
  .macDetay .mdHead .team i img {
      width: 40px;
      height: 40px;
      margin-top: 14px
  }
  .macDetay .mdHead .team span {
      font-size: 16px
  }
  .macDetay .mdHead .team.right i ul {
      right: 65px
  }
  .macDetay .mdHead .team.left i ul {
      left: 65px
  }
  .macDetay .mdHead {
      height: 280px
  }
  .macDetay ul.score {
      width: 100%;
      margin-left: 0;
      top: 40px;
      float: left;
      left: auto;
      position: relative;
      text-align: center
  }
  .macDetay ul.score li.dk {
      margin: 0 20px
  }
  .macDetay ul.score li.score {
      font-size: 30px
  }
  .macDetay ul.score li.dk span {
      height: 28px;
      line-height: 29px;
      width: 44px
  }
  .macDetay ul.infos {
      padding: 0 25px
  }
  .macDetay .genisBar .karsilastirma .inner .half {
      width: 100%
  }
  .macDetay .genisBar .karsilastirma .inner .half:last-child {
      margin-top: 15px;
      padding-bottom: 15px
  }
  .macDetay .genisBar .karsilastirma .inner .half ul li p {
      width: 38%;
      padding-right: 10px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .macDetay .genisBar .karsilastirma .inner .half ul li i {
      width: 50%
  }
  .macDetay .genisBar .karsilastirma .full .item ul li i {
      display: none
  }
  .macDetay .genisBar .karsilastirma .full .item ul li span {
      margin: 15px 7.5px 0 7.5px
  }
  .macDetay .genisBar .karsilastirma .full .item {
      padding: 0 0
  }
  .macDetay .genisBar .karsilastirma .full .item span.date {
      display: none
  }
  .macDetay .genisBar .karsilastirma .full .item span.league {
      display: none
  }
  .macDetay .genisBar {
      padding: 15px 0 0 0;
      box-shadow: none
  }
  .macDetay .genisBar .karsilastirma .full .item ul {
      width: 100%;
      margin-left: 0;
      left: auto;
      position: relative
  }
  .macDetay .genisBar .karsilastirma .full .item ul li {
      float: left;
      display: inline-block;
      text-align: center
  }
  .macDetay .genisBar .karsilastirma .full .item ul li p {
      width: 100%;
      font-size: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .macDetay .genisBar .karsilastirma .full .item ul li span {
      float: left;
      text-align: center
  }
  .macDetay .genisBar .karsilastirma .full .item ul li:first-child {
      width: calc(50% - 32.5px);
      text-align: right
  }
  .macDetay .genisBar .karsilastirma .full .item ul li:last-child {
      width: calc(50% - 32.5px);
      text-align: left
  }
  .macDetay .bottomBar .formDurumlari .inner {
      width: 100%
  }
  .macDetay .bottomBar .formDurumlari .inner .item span.date {
      display: none
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li i {
      display: none
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul {
      width: 100%;
      margin-left: 0;
      left: auto;
      position: relative
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li {
      float: left;
      display: inline-block;
      text-align: center
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li p {
      width: 100%;
      font-size: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li span {
      float: left;
      text-align: center;
      margin: 15px 7.5px 0 7.5px
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li:first-child {
      width: calc(50% - 32.5px);
      text-align: right
  }
  .macDetay .bottomBar .formDurumlari .inner .item ul li:last-child {
      width: calc(50% - 32.5px);
      text-align: left
  }
  .macDetay .bottomBar .formDurumlari .inner .item span.result {
      display: none
  }
  .macDetay .bottomBar .formDurumlari .inner .item {
      padding: 0 0
  }
  .macDetay .bottomBar .formDurumlari .head,
  .macDetay .genisBar .macTahmini .head {
      text-align: center
  }
  .macDetay .bottomBar .formDurumlari .inner:last-child {
      margin-top: 15px
  }
  .macDetay .bottomBar .formDurumlari .inner .iHead {
      padding-left: 15px
  }
  .macDetay .bottomBar .formDurumlari .inner .iHead i.l {
      display: none
  }
  .macDetay .bottomBar .leBar {
      width: 100%
  }
  .macDetay .bottomBar .siBar {
      width: 100%;
      margin-top: 15px
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar {
      height: auto
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li {
      width: 50%;
      border-bottom: 1px solid #282828
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(1) {
      border-right: 1px solid #282828
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(1).active {
      border-right: none
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(3) {
      border-right: 1px solid #282828
  }
  .macDetay .bottomBar .leBar .oransalKars .inner ul.tabBar li:nth-child(3).active {
      border-right: none
  }
  .macDetay .bottomBar .leBar .oransalKars .inner .tabInners .infos ul li.ort {
      font-size: 11px
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.narrow {
      position: relative;
      left: auto;
      font-size: 12px
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li {
      font-size: 11px
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.o {
      width: 15% !important;
      margin: 0 !important
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.av {
      width: 15% !important;
      margin: 0 !important
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li.p {
      width: 15% !important;
      margin: 0 !important
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li:first-child {
      width: 52%;
      float: left
  }
  .macDetay .bottomBar .siBar .standings .table ul.league li.team ul.inf li:first-child p {
      width: calc(100% - 26px)
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.team {
      width: 50%
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.narrow {
      padding: 0 10px;
      width: 15%
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.narrow:last-child {
      padding: 0 0 0 9px
  }
  .macDetay .genisBar .macTahmini .inner ul li span {
      font-size: 11px
  }
  .macDetay .genisBar .macTahmini .inner ul li.x {
      font-size: 12px
  }
  body.oY {
      overflow-y: hidden
  }
  .popLiveB {
      height: auto;
      max-height: auto
  }
  .liveOths {
      height: auto;
      max-height: auto
  }
  .burcTop .leftHalf {
      margin-right: 0 !important
  }
  .burcTop .leftHalf .burcSpec {
      display: none
  }
  .burcTop .burcRight {
      display: none !important
  }
  .burcContent .burcTab {
      font-size: 13px
  }
  .burcContent .burcTab a li {
      margin-right: 20px !important
  }
  .burcTop {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 12px
  }
  .astrolojiSingle .bottom .left {
      padding-top: 0 !important
  }
  .astrolojiSingle .bottom {
      margin-right: 0 !important;
      margin-top: 12px !important
  }
}
@media only screen and (max-width:769px) {
  .tableHead ul {
      height: auto
  }
  .tableHead ul li {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .07)
  }
  .tableHead ul li.active {
      background: rgba(0, 0, 0, .07)
  }
  .tableHead ul li.active:after {
      display: none
  }
  .standingsTable .head ul li.status {
      display: none
  }
  .standingsTable .tableIn .po ul.p li.status {
      display: none
  }
  .standingsTable .head ul li.o.nM {
      display: none
  }
  .standingsTable .tableIn .po ul.p li.o.nM {
      display: none
  }
  .liglerSec {
      min-width: 100%
  }
  .standingsTable .head {
      padding: 0 15px 0 15px
  }
  .standingsTable .tableIn .po {
      padding: 0 15px 0 15px
  }
  .standingsTable .head .team {
      width: 31% !important
  }
  .standingsTable .tableIn .team {
      width: 31% !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
  .standingsTable .tableIn .po .team i {
      display: none
  }
  .standingsTable .tableIn .po .rank:after {
      display: none
  }
  .standingsTable .head span.rank {
      margin-right: 12px
  }
  .standingsTable .tableIn .po .rank {
      margin-right: 12px
  }
  .standingsTable .head ul li.o {
      margin-right: 2.5px;
      width: 21px
  }
  .standingsTable .tableIn .po ul.p li.o {
      margin-right: 2.5px;
      width: 21px
  }
  .match {
      position: relative;
      height: auto;
      background: #f2f3f5;
      width: 100%;
      margin-left: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .07)
  }
  .match:last-child {
      border-bottom: none
  }
  .match .time {
      position: absolute;
      top: 49.5px;
      margin-top: 0
  }
  .match .teams {
      left: 0
  }
  .match .teams span.fTeam {
      left: 0;
      position: relative;
      width: auto
  }
  .match .teams span.sTeam {
      right: 0;
      position: relative;
      width: auto
  }
  .match .teams .score {
      left: 0;
      position: relative;
      display: table;
      margin: 0 auto 0
  }
  .match .rDetail {
      position: absolute;
      top: 49.5px;
      right: 0;
      width: auto;
      height: auto;
      margin-bottom: 0;
      padding: 0 16px
  }
  .match .rDetail span.date {
      display: none
  }
  ul.dTab.nearly {
      height: auto;
      padding: 0 0;
      width: 100%;
      margin-left: 0
  }
  ul.dTab.nearly li {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .07);
      color: #393c3e
  }
  ul.dTab.nearly li.active {
      background: rgba(0, 0, 0, .07)
  }
  ul.dTab.nearly li.active:after {
      display: none
  }
  .container .whiteB.noWhite {
      background: #fff;
      box-shadow: none
  }
  .subInfoWrapper {
      box-shadow: none;
      background: 0 0;
      padding: 0 0
  }
  .dHead.nearly {
      width: 100%;
      margin-left: 0
  }
  .leagueHead i {
      display: none
  }
  .leagueHead p {
      display: none
  }
  .leagueHead span {
      text-align: center;
      width: 100%
  }
  .dHead {
      height: 144px;
      text-align: center
  }
  .dHead span.ti {
      background: 0 0;
      float: none
  }
  ul.dTab {
      height: auto
  }
  ul.dTab li {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .07)
  }
  ul.dTab li.active {
      background: rgba(0, 0, 0, .07)
  }
  ul.dTab li.active:after {
      display: none
  }
  .leagueItem .fHead {
      display: none
  }
  .leagueItem .lHead {
      display: none
  }
  .leagueItem .fItem span.code {
      display: none
  }
  .leagueItem .fItem ul.fItemTeams {
      display: none
  }
  .leagueItem .fItem ul.fItemSonuc {
      display: none
  }
  .leagueItem .fItem ul.fItemSans {
      display: none
  }
  .leagueItem {
      padding: 0 0
  }
  .leagueItem .fItem {
      height: auto
  }
  .iddMobile {
      display: block
  }
  .iddMobile span.macT {
      display: block;
      background: rgba(0, 0, 0, .07);
      height: 42px;
      line-height: 42px;
      text-align: center;
      font-size: 14px;
      color: #2d353a;
      position: relative
  }
  .iddMobile span.macT i {
      position: absolute;
      left: 20px;
      top: .5px;
      font-style: normal
  }
  .iddMobile ul {
      display: block;
      text-align: center;
      width: 100%
  }
  .iddMobile ul li {
      float: left;
      width: 20%;
      height: 46px;
      position: relative;
      border-right: 1px solid rgba(0, 0, 0, .07);
      font-size: 14px;
      color: #2d353a
  }
  .iddMobile ul li:nth-child(n+5) {
      border-top: 1px solid rgba(0, 0, 0, .07)
  }
  .iddMobile ul li:nth-child(1) {
      border-left: 1px solid rgba(0, 0, 0, .07)
  }
  .iddMobile ul li:nth-child(6) {
      border-left: 1px solid rgba(0, 0, 0, .07)
  }
  .iddMobile ul li b {
      width: 100%;
      text-align: center;
      top: 8.5px;
      left: 0;
      position: absolute
  }
  .iddMobile ul li i {
      width: 100%;
      text-align: center;
      top: 25.5px;
      left: 0;
      position: absolute;
      font-style: normal
  }
  .leagueItem .fItem:nth-child(odd) {
      background: 0 0
  }
  .leagueItem {
      border-bottom: 1px solid rgba(0, 0, 0, .07)
  }
  .liveResults ul.liveTabs {
      height: auto;
      margin: 15px 0;
      padding: 0 15px
  }
  .liveResults ul.liveTabs li {
      width: 50%;
      text-align: center;
      margin: 0 0;
      height: 49px
  }
  .liveResults ul.liveTabs li.active a {
      background: #fcd333 !important;
      color: #000 !important
  }
  .liveResults ul.liveTabs li a {
      color: #fff;
      display: inline-block;
      width: 100%;
      background: #3f4040;
      border-bottom: 1px solid #202322;
      height: 49px
  }
  .liveResults ul.liveTabs li:first-child {
      margin: 0
  }
  .liveResults .newDSelect .fBox {
      width: 100% !important
  }
  .liveResults .liveBar {
      padding: 0 15px;
      background: 0 0;
      height: auto
  }
  .liveResults .liveBar ul.tabPages {
      width: 100%;
      padding: 0 0;
      background: #313434
  }
  .liveResults .liveBar ul.tabPages li {
      padding: 0 5px;
      float: left;
      height: 46px;
      line-height: 46px;
      width: 100%;
      border-right: none;
      float: none;
      text-align: center;
      display: inline-block
  }
  .liveResults .liveBar ul.tabPages li i {
      float: none;
      display: inline-block;
      margin: 0;
      position: relative
  }
  .liveResults .liveBar ul.tabPages li span {
      float: none;
      display: inline-block
  }
  .liveResults .liveBar ul.tabPages li.fav {
      width: 50%;
      float: left;
      border-bottom: 1px solid #272a29;
      border-right: 1px solid #272a29
  }
  .liveResults .liveBar ul.tabPages li.fav i {
      margin: 0 10px 0 0;
      top: 4px
  }
  .liveResults .liveBar ul.tabPages li.live {
      width: 50%;
      border-bottom: 1px solid #272a29
  }
  .liveResults .liveBar ul.tabPages li.live i {
      margin: 0 10px 0 0;
      top: 5.5px
  }
  .liveResults .liveBar ul.tabPages li.idd i {
      margin: 0 10px 0 0;
      top: 5.5px
  }
  .liveResults .liveBar .newDSelect.iddTarih {
      width: 100% !important;
      height: 48px !important;
      background: #313434 !important;
      margin-top: 15px !important
  }
  .liveResults .liveBar .newDSelect.iddTarih:hover {
      background: #313434 !important
  }
  .liveResults .liveBar .newDSelect.iddTarih .select-selected {
      width: calc(100% - 22px) !important;
      min-width: auto !important;
      border-right: none !important;
      padding-left: 12px !important
  }
  .tableHeadt {
      padding-bottom: 15px
  }
  .tableHeadt ul.liveTabs {
      height: auto;
      margin: 15px 0;
      padding: 0 15px
  }
  .tableHeadt ul.liveTabs li {
      width: 50%;
      text-align: center;
      margin: 0 0;
      height: 49px
  }
  .tableHeadt ul.liveTabs li.active a {
      background: #fcd333;
      color: #000
  }
  .tableHeadt ul.liveTabs li a {
      color: #fff;
      display: inline-block;
      width: 100%;
      background: #3f4040;
      border-bottom: 1px solid #202322;
      height: 49px
  }
  .tableHeadt ul.liveTabs li:last-child {
      display: none
  }
  .tableHeadt ul.liveTabs li:first-child {
      margin: 0
  }
  .tableHeadt .liveBar {
      padding: 0 15px;
      background: 0 0;
      height: auto
  }
  .tableHeadt .liveBar ul.tabPages {
      width: 100%;
      padding: 0 0;
      background: #313434
  }
  .tableHeadt .liveBar ul.tabPages li {
      padding: 0 5px;
      float: left;
      height: 46px;
      line-height: 46px;
      width: 100%;
      border-right: none;
      float: none;
      text-align: center;
      display: inline-block
  }
  .tableHeadt .liveBar ul.tabPages li i {
      float: none;
      display: inline-block;
      margin: 0;
      position: relative
  }
  .tableHeadt .liveBar ul.tabPages li span {
      float: none;
      display: inline-block
  }
  .tableHeadt .liveBar ul.tabPages li.fav {
      width: 50%;
      float: left;
      border-bottom: 1px solid #272a29;
      border-right: 1px solid #272a29
  }
  .tableHeadt .liveBar ul.tabPages li.fav i {
      margin: 0 10px 0 0;
      top: 4px
  }
  .tableHeadt .liveBar ul.tabPages li.live {
      width: 50%;
      border-bottom: 1px solid #272a29
  }
  .tableHeadt .liveBar ul.tabPages li.live i {
      margin: 0 10px 0 0;
      top: 5.5px
  }
  .tableHeadt .liveBar ul.tabPages li.idd i {
      margin: 0 10px 0 0;
      top: 5.5px
  }
  .tableHeadt .liveBar .newDSelect.iddTarih {
      width: 100% !important;
      height: 48px;
      background: #313434;
      margin-top: 15px
  }
  .tableHeadt .liveBar .newDSelect.iddTarih:hover {
      background: #313434
  }
  .tableHeadt .liveBar .newDSelect.iddTarih .select-selected {
      width: calc(100% - 22px);
      min-width: auto;
      border-right: none;
      padding-left: 12px
  }
  .tableHeadt .liveBar span.lig {
      background: #313434;
      border-right: none;
      margin-right: 15px
  }
  .tableHeadt .liveBar span.lig:hover {
      background: #313434
  }
  .tableHeadt .liveBar span.saat {
      background: #313434;
      border-right: none;
      margin-right: 15px
  }
  .tableHeadt .liveBar span.saat:hover {
      background: #313434
  }
  .tableHeadt .liveBar i.volume {
      background: url(../img/icons/volume.png) no-repeat center center #313434;
      border-right: none;
      margin-right: 15px
  }
  .tableHeadt .liveBar i.volume:hover {
      background: url(../img/icons/volume.png) no-repeat center center #313434
  }
  .tableHeadt .liveBar i.volume.toggle {
      background: url(../img/icons/volumeActive.png) no-repeat center center #313434
  }
  .tableHeadt .thisMatches .thisMatch .rateBar {
      display: none
  }
  .tableHeadt .thisMatches .thisMatch .othRates {
      display: none
  }
  .content .newDSelect.iddTarih .select-selected.select-arrow-active:after {
      top: 20px
  }
  .content .newDSelect.iddTarih .select-items div {
      height: 40px;
      line-height: 40px;
      text-transform: Uppercase;
      text-align: center;
      font-weight: 700;
      font-size: 13px;
      border-bottom: 1px solid #313434
  }
  .content .newDSelect.iddTarih .select-items div:last-child {
      border-bottom: none
  }
  .content .newDSelect.iddTarih .select-items {
      padding: 0 0
  }
  .liveResults .liveBar span.lig {
      background: #313434;
      border-right: none;
      margin-right: 15px
  }
  .liveResults .liveBar span.lig:hover {
      background: #313434
  }
  .liveResults .liveBar span.saat {
      background: #313434;
      border-right: none;
      margin-right: 15px
  }
  .liveResults .liveBar span.saat:hover {
      background: #313434
  }
  .liveResults .liveBar i.volume {
      background: url(../img/icons/volume.png) no-repeat center center #313434 !important;
      border-right: none !important;
      margin-right: 15px !important
  }
  .liveResults .liveBar i.volume:hover {
      background: url(../img/icons/volume.png) no-repeat center center #313434 !important
  }
  .liveResults .liveBar i.volume.toggle {
      background: url(../img/icons/volumeActive.png) no-repeat center center #313434 !important
  }
  .liveResults .thisMatches .thisMatch .rateBar {
      display: none
  }
  .liveResults .thisMatches .thisMatch .othRates {
      display: none
  }
  .forMobileThisMatch {
      float: left;
      width: 100%;
      height: auto;
      display: block !important;
      background: #3f4040;
      padding: 15px
  }
  .liveResults .thisMatches .thisMatch:nth-child(odd) .forMobileThisMatch {
      background: #2c2e2d
  }
  .liveResults .thisMatches .thisMatch:nth-child(odd) .forMobileThisMatch ul.mScores li {
      background: #3f4040
  }
  .forMobileThisMatch ul.frontInfos {
      float: left;
      width: 100%;
      float: left;
      padding-bottom: 10px
  }
  .forMobileThisMatch ul.frontInfos li {
      float: left;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px
  }
  .forMobileThisMatch ul.frontInfos li.favorit {
      float: right;
      margin: 0 12px 0 0;
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: url(../img/icons/favorite2.png) no-repeat
  }
  .forMobileThisMatch ul.frontInfos li.favorit.toggle {
      background: url(../img/icons/favorite3.png) no-repeat
  }
  .forMobileThisMatch ul.frontInfos li.mbs i {
      margin-right: 8px;
      float: left;
      background: #4e92df;
      color: #fff;
      font-size: 12px;
      width: 14px;
      height: 14px;
      line-height: 14px;
      border-radius: 2px;
      text-align: center;
      font-style: normal
  }
  .forMobileThisMatch ul.frontInfos li.mbs.uc i {
      background: #4e92df;
      color: #fff
  }
  .forMobileThisMatch ul.frontInfos li.mbs.bir i {
      background: #ed4f45
  }
  .forMobileThisMatch ul.frontInfos li.mbs.iki i {
      background: #0f7c39
  }
  .forMobileThisMatch ul.mScores {
      float: left;
      width: 100%;
      float: left
  }
  .forMobileThisMatch ul.mScores li {
      float: left;
      width: 100%;
      float: left;
      margin: 7.5px 0;
      padding: 0 15px;
      border-radius: 3px;
      background: #313433;
      height: 36px;
      line-height: 36px;
      font-weight: 500;
      font-size: 13px;
      color: #fff
  }
  .forMobileThisMatch ul.mScores li span {
      float: left
  }
  .forMobileThisMatch ul.mScores li b {
      float: right
  }
  .forMobileThisMatch a.tumOth {
      float: left;
      background: #fcd333;
      color: #000;
      height: 36px;
      line-height: 36px;
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      margin-top: 7.5px
  }
  .tumOTitle {
      display: inline-block;
      float: left;
      width: 100%;
      text-align: center;
      background: 0 0;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px
  }
  .matchOTitle {
      display: inline-block;
      float: left;
      width: 100%;
      color: #fff;
      text-align: center;
      background: 0 0;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 15px;
      background: #3f4040;
      height: 36px;
      line-height: 36px
  }
  .loadingBall {
      width: 100% !important
  }
  .content .iddaaP .chooseSport {
      height: auto
  }
  .content .iddaaP .chooseSport ul li {
      width: 50%;
      text-align: center;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .12)
  }
  .content .iddaaP .chooseSport ul li:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, .12)
  }
  .content .iddaaP .chooseSport ul li:last-child {
      width: 100%
  }
  .content .iddaaP .chooseSport ul li.active {
      background: rgba(0, 0, 0, .12)
  }
  .content .whiteB.idProg {
      padding-top: 0
  }
  .content .iddaaP .chooseSport ul li.active span:after {
      display: none
  }
}
.full-back {
  display: none;
}
/*mobilee*/
@media screen and (max-width:480px) {
 div#logo img {
   max-height: 46px;
 }
  .ads.mobile{display: block !important;}
  body{padding-top:55px; }
  .ads.desktop{display: none !important;}
  .mobile-choose {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 25px;
      position: relative;
      height: 22px;
      margin-bottom: 20px;
  }
  .navm-left span,
  .navm-right span {
      font-size: 16px
  }
  .alt-cat-din {
      margin-top: 0 !important
  }
  .navm-left,
  .navm-right {
      z-index: 9999;
      padding-top: 10px
  }
  .havadurumu-in {
      margin-bottom: 10px
  }
  .nvt-bottom .container {
      padding: 0 !important
  }
  .havadurumu-in-top-left {
      width: 100%
  }
  .havadurumu-in-top {
      padding: 15px 15px 0 15px
  }
  .hitl-left span,
  .hitl-right span {
      font-size: 20px
  }
  .hitl-bottom {
      padding: 0 15px
  }
  .hitl-top {
      padding: 15px 15px 0 15px
  }
  .hitl-top-in {
      margin-bottom: 27px
  }
  div#chart {
      margin-top: 46px
  }
  .des-g {
      display: none !important;
      margin-bottom: 10px !important;
  }
  .mobileg-g {
      display: block !important;
      margin-bottom: 10px !important;
  }
  .dk-burc ul li {
      margin-right: 30px !important;
  }
  .dk-burc ul li:nth-child(4),
  .dk-burc ul li:nth-child(8),
  .dk-burc ul li:nth-child(12) {
      margin-right: 0 !important;
  }
  .cb-veri .mbnoa,
  .cb-veri span:nth-child(5) {
      display: none;
  }
  .p-d-body .cb-ver-head span:last-child,
  .p-d-body ul li span:last-child {
      display: none;
  }
  .full-back {
      position: absolute;
      top: 14px;
      left: 14px;
      background: #15212a;
      transform: rotate(180deg);
      width: 32px;
      height: 32px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #home>.bottom>.left .sixNews .left div:not(:first-child) a {
      height: auto;
  }
  #home>.bottom>.left .sixNews .left div:not(:first-child) a span {
      position: relative;
      background: #fff;
      width: 100%;
      display: block;
      color: #222;
      padding: 0;
      padding: 12px 14px;
  }
  #home>.bottom>.left .sixNews .left div:not(:first-child) a span strong {
      padding: 0;
      margin: 0;
      color: #222;
      font-size: 16px !important;
      line-height: 22px !important;
  }
  #home>.bottom>.left .sixNews .left div:not(:first-child) a:before {
      display: none !important;
  }
  #ana_dash_1 {
      padding-left: 20px !important
  }
  .alt-cat-havadurumu {
      margin-top: 10px !important
  }
  .havadurumu-in {
      margin-bottom: 10px !important
  }
  .liglerSec.ligSec {
      min-width: auto;
      max-width: 70%
  }
  .liglerSec.ligSec.mobOn {
      min-width: 100%
  }
  .macDetay .mdHead .team i img {
      margin-top: 10px;
      width: 30px;
      height: 30px
  }
  .macDetay .mdHead .team span {
      display: inline-block;
      width: 70%
  }
  .macDetay ul.infos li {
      line-height: 19px
  }
  .macDetay .mdHead .team i {
      width: 50px;
      height: 50px
  }
}
@media screen and (max-width:380px) {
  ul.chartul {
      justify-content: center;
      padding-left: 0;
      padding-right: 0
  }
  ul.chartul li {
      width: auto
  }
  .navm-mid .circle {
      width: 275px;
      height: 275px
  }
  .navm-mid .circle-animate {
      top: -122px
  }
  .navm-mid .timei h2 {
      font-size: 14px
  }
  #agenda .center>div table tbody tr td:nth-child(4) {
      display: none;
  }
  #agenda .center>div table thead tr td:nth-child(4) {
      display: none;
  }
  #agenda .center>div table.cryptoTable tbody tr td:last-child {
      text-align: right;
  }
  #agenda .center>div table thead tr td:first-child {
      padding-left: 10px;
  }
  .dk-burc ul li {
      margin-right: 20px !important;
  }
  .p-d-body .cb-ver-head span:nth-child(2),
  .p-d-body ul li span:nth-child(2) {
      min-width: 120px;
  }
  .lastol-in a figure,
  .sixNewsSymmetry .newsBox span img,
  .sixNews .newsBox span img {
      height: 218px !important;
      max-height: 218px !important;
  }
  .sixNews .newsBox span .ilgiliplay img {
      height: unset !important;
      width: unset !important;
  }
  .onecikantab-bottom ul li a {
      padding: 0 8px;
  }
  .standingsTable .head .team {
      width: 30% !important
  }
  .standingsTable .tableIn .team {
      width: 30% !important
  }
  .standingsTable .head ul li.o {
      margin-right: 1px;
      width: 21px
  }
  .standingsTable .tableIn .po ul.p li.o {
      margin-right: 1px;
      width: 21px
  }
  .sSPosts .post .thumb {
      height: 85px
  }
  .sSPosts .post .thumb img {
      min-height: 85px
  }
  .sSPosts .post a.title {
      font-size: 16px;
      padding-top: 10px
  }
}
.alt-cat {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: #b70b19;
  border-radius: 0 12px 0 12px;
  height: 50px;
  z-index: 8;
  position: relative
}
.alt-cat>ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1060px;
  width: 1060px;
  padding: 0 15px;
}
.alt-cat::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.alt-cat-ul li {
  float: left;
  display: inline-flex
}
.alt-cat>ul>li>a {
  display: block;
  color: #fff;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  margin-right: 14px;
  padding-right: 16px;
  line-height: 49px;
  padding-top: 1px
}
.alt-cat>ul>li:not(:last-child) a:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.alt-cat>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width .35s ease-in-out;
  margin-left: -7px
}
.alt-cat>ul>li>a:hover:after {
  width: calc(100% - 16px)
}
.alt-cat>ul>li:last-child>a {
  margin-right: 0;
  padding-right: 0
}
.alt-cat-havadurumu {
  margin-top: 30px;
  background-color: #3e5ab2
}
.alt-cat-dropdown {
  display: flex !important;
  align-items: center;
  justify-content: center
}
.alt-cat ul li a img {
  margin-left: 10px;
  margin-top: -3px
}
.havadurumu-in {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden
}
.havadurumu-in-top {
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 40px;
  background: linear-gradient(to bottom, #5a7be0 0, #6c85dc 65%, #6c85dc 100%)
}
.havadurumuflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%
}
.havadurumu-in-top:after,
.havadurumu-in-top:before {
  content: "";
  display: block;
  clear: both
}
.havadurumu-add {
  position: absolute;
  right: 40px;
  top: 30px;
  cursor: pointer;
  z-index: 7;
  padding-left: 24px
}
.havadurumu-add img {
  transition: transform .35s ease-in-out
}
.havadurumu-add:hover img {
  transform: rotate(360deg)
}
.havadurumu-in-top-left {
  width: 340px;
  height: 271px;
  border-radius: 10px;
  box-shadow: 0 19px 21px rgba(12, 4, 7, .29);
  background-color: #fff
}
.hitl-top {
  background-color: #e1af46;
  padding: 26px 23px 0 26px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  height: 200px;
  overflow: hidden
}
.hib-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding-left: 40px;
  align-items: center;
  background-color: #3e5ab2
}
.hib-tag a {
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  background-color: #506bc2;
  margin-right: 10px;
  border-radius: 15px;
  transition: background-color .2s ease-in-out;
  color: #fff
}
li.alt-box {
  position: relative
}
.hib-tag a:hover {
  background-color: #5b7bdf
}
.hib-tag a:last-child {
  margin-right: 0
}
.hib-title {
  height: 60px;
  width: 80px;
  background-color: #4664c5;
  text-align: center;
  line-height: 60px;
  color: #fff;
  padding-left: 20px
}
.hib-title span {
  font-size: 14px;
  font-weight: 700
}
.hib-tag {
  display: flex;
  flex-wrap: wrap;
  height: 30px;
  overflow: hidden;
  max-width: calc(100% - 100px)
}
.havadurumuflex .apexcharts-xaxis {
  transform: translate(0, -77px)
}
.havadurumu-box {
  position: absolute;
  right: 100px;
  top: 17px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all .35s ease-in-out;
  z-index: -1
}
.havadurumu-add.active img {
  transform: rotate(135deg) !important
}
.havadurumu-box.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  z-index: 102
}
.havadurumu-box-bar {
  width: 180px;
  height: auto;
  border-radius: 8px;
  background-color: #839be2;
  padding: 9px 0;
  height: 348px;
  z-index: 88
}
.havadurumu-box:after {
  position: absolute;
  content: "";
  right: -9px;
  top: 22px;
  background-image: url(../img/hava/box-r.png);
  width: 9px;
  height: 21px
}
.simplebar-scrollbar:before {
  background: #6f87ce !important;
  border-radius: 5px !important;
  width: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 1 !important
}
.simplebar-track {
  right: 0 !important
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important
}
.simplebar-vertical {
  border-radius: 0 8px 8px 0 !important;
  width: 20px !important;
  background: #92a7e5 !important;
  transition: opacity .2s linear
}
.havadurumu-box li {
  display: block;
  width: 100%
}
.havadurumu-box li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 20px
}
.havadurumu-box li a:hover {
  background-color: #6f87ce
}
ul.chartul {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: gozuk 1s ease-in-out forwards;
  opacity: 0;
  animation-delay: .35s;
  padding-left: 23px;
  padding-right: 23px
}
@keyframes gozuk {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
ul.chartul li {
  font-weight: 500;
  display: block;
  margin: 0 8px;
  position: relative;
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
  width: 42px
}
.alt-cat-box {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease-in-out;
  top: 50px;
  padding-top: 30px;
  pointer-events: none
}
.alt-box:hover .alt-cat-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto !important
}
.alt-cat-box-bar {
  width: 180px;
  height: auto;
  border-radius: 8px;
  background-color: #839be2;
  padding: 9px 0;
  height: 348px;
  z-index: 88
}
.alt-cat-box:after {
  position: absolute;
  content: "";
  right: 26px;
  top: 15px;
  background-image: url(../img/hava/box-r.png);
  width: 9px;
  height: 21px;
  transform: rotate(-90deg)
}
.alt-cat-box li {
  display: block;
  width: 100%
}
.alt-cat-box li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 20px
}
.alt-cat-box li a:hover {
  background-color: #6f87ce
}
ul.chartul li:after {
  content: "";
  position: absolute;
  right: -8px;
  background: #e29544;
  width: 1px;
  height: 74px
}
ul.chartul li:first-child:before {
  content: "";
  position: absolute;
  left: -8px;
  background: #e29544;
  width: 1px;
  height: 74px
}
.hava2 .hitl-top {
  background-color: #69afcd
}
.hava3 .hitl-top {
  background-color: #5c7da1
}
.hava4 .hitl-top {
  background-color: #32a7f6
}
.hava5 .hitl-top {
  background-color: #20c2ea
}
.hava2 .hitl-left path,
.hava2 .hitl-right path {
  fill: #69afcd
}
.hava3 .hitl-left path,
.hava3 .hitl-right path {
  fill: #5c7da1
}
.hava4 .hitl-left path,
.hava4 .hitl-right path {
  fill: #32a7f6
}
.hava5 .hitl-left path,
.hava5 .hitl-right path {
  fill: #20c2ea
}
.hava2 ul.chartul li:after,
.hava2 ul.chartul li:before {
  background-color: #5798b4
}
.hava3 ul.chartul li:after,
.hava3 ul.chartul li:before {
  background-color: #4c6b8e
}
.hava4 ul.chartul li:after,
.hava4 ul.chartul li:before {
  background-color: #2195e3
}
.hava5 ul.chartul li:after,
.hava5 ul.chartul li:before {
  background-color: #16aed3
}
.hava2 .hitl-left span,
.hava2 .hitl-right span {
  color: #69afcd
}
.hava3 .hitl-left span,
.hava3 .hitl-right span {
  color: #5c7da1
}
.hava4 .hitl-left span,
.hava4 .hitl-right span {
  color: #32a7f6
}
.hava5 .hitl-left span,
.hava5 .hitl-right span {
  color: #20c2ea
}
#chart {
  margin-top: 35px;
  padding: 0 20px
}
.hitl-top-in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 17px
}
.hitl-top-left span {
  font-size: 69px;
  font-weight: 600;
  line-height: 1em
}
.hitl-top-left p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px
}
.hitl-top-left p b {
  font-size: 18px;
  font-weight: 400;
  margin-left: 5px
}
.hitl-top-right {
  display: flex;
  align-items: center;
  flex-direction: column
}
.hitl-top-right span {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 15px
}
.hitl-top-left {
  margin-top: -10px
}
.havadurumu-in-bottom {
  background-color: #4664c5;
  border-radius: 0 0 8px 8px;
  padding: 0 20px 0 0
}
.apexcharts-toolbar {
  display: none !important
}
.havadurumu-in-top-right {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  padding-left: 58px
}
.hintr-in p {
  font-size: 16px;
  font-weight: 700
}
.hintr-in img {
  margin: 19px auto 14px auto
}
.hintr-in span {
  font-size: 30px;
  font-weight: 500;
  display: block
}
.hintr-in span b {
  font-weight: 500;
  opacity: .5
}
.hintr-in {
  text-align: center;
  position: relative;
  margin-right: 30px;
  padding-right: 30px
}
.hintr-in:after {
  content: "";
  position: absolute;
  right: 0;
  height: 150px;
  width: 1px;
  background-color: rgba(255, 255, 255, .3);
  top: 50%;
  transform: translateY(-50%)
}
.hintr-in:last-child {
  margin-right: 0;
  padding-right: 0
}
.hintr-in:last-child:after {
  display: none
}
.apexcharts-xaxis text,
.apexcharts-yaxis text {
  fill: #fff !important
}
.apexcharts-tooltip {
  background: #fff;
  color: #222
}
.hitl-bottom {
  height: 71px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 38px
}
.apexcharts-tooltip-marker {
  display: none !important;
  visibility: hidden;
  opacity: 0
}
.apexcharts-gridlines-horizontal {
  opacity: .3
}
.havadurumuflex .apexcharts-gridlines-horizontal {
  opacity: 0;
  display: none
}
.havadurumuflex .apexcharts-xaxis line {
  display: none !important;
  opacity: 0
}
.hitl-left,
.hitl-right {
  display: flex;
  align-items: center
}
.hitl-left svg,
.hitl-right svg {
  margin-right: 10px
}
.hitl-left span,
.hitl-right span {
  font-size: 24px;
  color: #e1af46;
  font-weight: 700
}
.hitl-left span b,
.hitl-right span b {
  font-size: 14px;
  margin-left: -2px
}
.hitl-left p,
.hitl-right p {
  color: #909090;
  font-size: 14px;
  font-weight: 400
}
.sb-left span a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.alt-cat-din {
  margin-top: 0;
  background-color: #2e6a5c;
  border-radius: 0;
  margin-bottom: 0
}
.logo-pattern-din {
  background-color: #307061
}
.alt-cat-din .alt-cat-box-bar {
  background-color: #2e6a5c
}
.alt-cat-din .alt-cat-box li a:hover {
  background-color: #358673
}
.alt-cat-din .simplebar-scrollbar:before {
  background: #2e6a5c !important
}
.alt-cat-din .simplebar-vertical {
  background: #358673 !important
}
.alt-cat-din .alt-cat-box:after {
  background-image: url(../img/box-r-din.png)
}
.mt0 {
  margin-top: 0
}
.cont.mt0 {
  background-color: #ebe6e0
}
.namaz-vakit-main {
  display: flex;
  flex-direction: row;
  padding-top: 17px;
  justify-content: space-between
}
.navm-left span,
.navm-right span {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 3px
}
.navm-left,
.navm-right {
  padding-top: 25px
}
.navm-left time,
.navm-right p {
  font-size: 16px;
  color: #706c68
}
.navm-mid .timei {
  width: 560px
}
.navm-mid .hieig {
  overflow: hidden;
  height: 232px;
  z-index: 1;
  padding-top: 25px;
  text-align: center
}
.navm-mid .circle {
  width: 442px;
  height: 442px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: relative;
  margin: 0 auto;
  padding-top: 81px
}
.navm-mid .circle-animate {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transform-origin: 50% 220px;
  -webkit-transform-origin: 50% 213px;
  position: relative;
  top: -72px
}
.navm-mid .icon-gunes {
  position: absolute;
  font-size: 50px;
  background: #ebe6e0;
  top: 180px;
  left: -30px;
  animation: gunes 3s infinite linear;
  background-image: url(../img/gunes.svg);
  width: 62px;
  height: 62px;
  border-radius: 100%
}
@-webkit-keyframes gunes {
  from {
      transform: rotate(0)
  }
  to {
      -webkit-transform: rotate(360deg)
  }
}
.navm-mid .timei h2 {
  font-size: 20px;
  display: block;
  margin-bottom: 16px;
  font-weight: 700
}
.navm-mid .timei span {
  font-size: 44px;
  color: #000;
}
.navm-mid .timei span:last-child {
  margin-right: 0
}
.navm-mid .timei span b {
  color: #706c68;
  font-size: 22px;
  font-weight: 400;
  margin-left: -5px
}
.navm-left,
.navm-right {
  display: flex;
  flex-direction: column
}
.namaz-vakit-israk,
.namaz-vakit-saat {
  width: 100%;
  height: 120px;
  background-color: #53357f;
  display: flex;
  align-items: center;
  justify-content: center
}
.namaz-vakit-israk ul li,
.namaz-vakit-saat ul li {
  height: 120px;
  width: 175px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative
}
.namaz-vakit-israk ul li p,
.namaz-vakit-saat ul li p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px
}
.namaz-vakit-israk ul li span,
.namaz-vakit-saat ul li span {
  font-size: 44px
}
.namaz-vakit-israk ul,
.namaz-vakit-saat ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center
}
.namaz-vakit-saat ul li.active,
.namaz-vakit-saat ul li:hover {
  background-color: #452c6a
}
.namaz-vakit-saat ul li.active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateZ(0) translateY(0) rotate(0);
  background-image: url(../img/namaz-before.png);
  width: 21px;
  height: 9px
}
.namaz-vakit-israk {
  background-color: #6abb9b
}
.namaz-vakit-israk ul {
  justify-content: center
}
.namaz-vakit-saat li:nth-child(2):before,
.namaz-vakit-saat li:nth-child(5):before {
  content: "";
  width: 4px;
  height: 12px;
  background-color: #6abb9b;
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 1
}
.namaz-vakit-tab {
  width: 100%;
  display: block
}
.nvt-top {
  width: 100%;
  height: 60px;
  background-color: #2e6a5c
}
.nvt-top ul li {
  display: inline-block
}
.nvt-top ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  padding: 0 25px;
  color: #fff;
  font-weight: 500
}
.nvt-top ul li.active a,
.nvt-top ul li:hover a {
  background-color: #367c6c
}
.nvt-bottom ul {
  display: none
}
.nvt-bottom ul.active {
  display: block
}
.nvt-bottom ul li {
  display: flex;
  width: 100%;
  height: 54px;
  background-color: #fff;
  justify-content: space-around;
  text-align: center
}
.nvt-bottom ul li span {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  width: calc(100% / 7);
  text-align: center;
  font-size: 14px
}
.nvt-bottom ul li:nth-child(odd) {
  background-color: #f5f5f5
}
@media screen and (max-width:1140px) {
  .hintr-in span {
      font-size: 20px;
      display: block
  }
  #newsRead .top>time b {
      margin-right: 0;
      padding-right: 0;
  }
  #newsRead .top>time u,
  #newsRead .top>time i {
      display: none;
  }
  #newsRead .top>time b:after {
      display: none;
  }
}

.select-havadurumu,
.select-vakit {
  display: none
}
@media screen and (max-width:1070px) {
  .namaz-vakit-israk ul li,
  .namaz-vakit-saat ul li {
      width: 50%;
      position: static;
      flex: 0 0 50%;
      margin-right: 0 !important;
  }
  .namaz-vakit-israk ul,
  .namaz-vakit-saat ul {
      flex-wrap: wrap;
      height: auto
  }
  .namaz-vakit-israk,
  .namaz-vakit-saat {
      height: auto
  }
  .namaz-vakit-saat ul li.active:before {
      display: none
  }
}
@media screen and (max-width:886px) {
  .namaz-vakit-saat li::before {
      display: none
  }
  .namaz-vakit-israk ul li span,
  .namaz-vakit-saat ul li span {
      font-size: 36px
  }
  .navm-mid .circle {
      width: 375px;
      height: 375px;
      padding-top: 60px
  }
  .navm-mid .hieig {
      height: 262px;
      padding-top: 90px
  }
  .navm-mid .timei h2 {
      font-size: 16px
  }
  .navm-mid .circle-animate {
      -webkit-transform-origin: 50% 200px
  }
  .navm-mid .timei span {
      font-size: 30px
  }
  .namaz-vakit-main {
      flex-direction: column;
      overflow: hidden;
      padding-top: 0
  }
  .namaz-vakit-saat {
      overflow: hidden
  }
  .navm-mid {
      margin-top: -80px
  }
  .navm-left,
  .navm-right {
      float: left
  }
  .navm-right {
      position: absolute;
      right: 10px;
      text-align: right
  }
  .navm-mid .timei {
      width: 100%
  }
}
#newsRead .bottom .left .comments ul li.reply .icons {
  top: 10px;
  left: 30px;
}
@media screen and (min-width:768px) {
  .mobile-goster {
      display: none;
  }
  .customize-support .sticky-bread.sticked {
      transform: translateY(42px);
  }
  .readingcount {
      position: absolute;
      right: 0;
      bottom: 54px;
      background-color: #fff;
      padding: 15px 15px 10px 15px;
      font-size: 14px;
      font-weight: 500
  }
  .imageArea .readingcount {
      bottom: 0;
      right: 85px
  }
  .detail .cap {
      position: relative
  }
  div#chart svg {
      min-width: 270px
  }
  #home>.bottom .left .sixNewsSymmetry>div:first-child,
  #home>.bottom .left .sixNewsSymmetry>div:nth-child(2),
  #home>.bottom .left .sixNewsSymmetry>div:nth-child(3) {
      padding-top: 0 !important
  }
  .mobile-gizle .fiveNews .newsBox>span {
      height: 157.89px
  }
  .mobile-gizle .fiveNews .newsBox span img {
      width: 100%;
      height: 100%;
      object-fit: cover
  }
  #home>.bottom>.left .sport>div:last-child .swiper-slide a img,
  #home>.bottom>.left .sportSlider>div a img {
      object-fit: cover;
      height: 100%
  }
}
.lcont {
  position: relative;
}
@media screen and (max-width:768px) {
  #newsRead .bottom .left .comments ul li.reply .icons {
      margin-left: -39px;
      top: 21px;
  }
  .yzrr .threenews-ad .threenews-title {
      display: none;
  }
  .emojiArea2 {
      margin-bottom: 10px;
  }
  .infinityDiv {
      display: none !important;
  }
  .settt {
      margin-top: -90px !important;
  }
  .stt-title {
      margin-bottom: 10px !important;
  }
  .lholder.container {
      display: none !important;
  }
  .des-g {
      display: none !important;
  }
  .p-d-body .ss-top,
  .p-d-body .ss-top ul li {
      height: 34px;
      line-height: 34px;
  }
  .ss-top ul {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      justify-content: flex-start;
  }
  .cb-veriler {
      flex-direction: column;
  }
  .cb-veri:last-child {
      margin-bottom: 0;
  }
  .p-d-body .cb-ver-head,
  .p-d-body .cb-veri ul li {
      padding: 0 14px;
  }
  .cb-veri-full .cb-ver-head span:first-child,
  .cb-veri-full .cb-veri ul li a {
      width: calc(100% / 4);
  }
  html {
     /* margin-top: 46px !important;*/
  }
  div#wpadminbar {
      display: none !important;
  }
  .header-search-form .container form {
      height: 46px;
      padding-right: 30px;
  }
  .hsf-in,
  .header-search-form form input {
      height: 46px;
      font-size: 16px;
  }
  .header-search-form form input {
      height: 30px;
      margin-top: 7px;
  }
  .customize-support {
      padding-top: 0;
  }
  .threenews-ad-right .rek {
      margin-bottom: 5px;
  }
  .yazar-detay-left {
      width: 100%;
      padding: 10px;
  }
  .ydl-other {
      padding: 10px 0 0 0;
  }
  .yazar-detay-right {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;
      padding: 0 10px;
  }
  .yazar-detay-right h1,
  .yazar-detay-right h2,
  .yazar-detay-right h3 {
      font-size: 22px;
      line-height: 30px;
      margin-top: 0;
  }
  .sc-options {
      margin-top: 18px;
      margin-bottom: 0;
  }
  .ydl-top.fixa {
      POSITION: static;
      margin: 0;
      padding: 0;
      background: 0 0;
      width: auto;
      box-shadow: unset;
  }
  .sc-options-left {
      margin-right: 0px;
  }
  a.sc-options-user {
      display: none;
  }
  .sc-options-left .options-icons {
      padding: 0;
      margin: 0 8px 0 0;
  }
  .yazar-flex {
      flex-direction: column-reverse;
      padding-top: 0;
  }
  .news-abone {
      display: none;
  }
  .left .sport {
      margin-bottom: 10px !important;
  }
  #home>.bottom .left .sport>div:first-child {
      display: none;
  }
  #home>.bottom>.left .sixNews .left>div {
      margin-right: 0px !important;
      margin-left: -10px !important;
  }
  .gazete-detay {
      margin-top: 0
  }
  .gazeteler-top {
      padding: 0 10px !important;
      height: 46px !important;
  }
  .gazeteler-top h1 {
      display: none !important;
  }
  .gazete-detay-mid {
      max-width: calc(100% - 214px) !important
  }
  .gazete-detay-right {
      display: none
  }
  #zuck-modal-content .story-viewer .head .left .info {
      max-width: 80% !important
  }
  #zuck-modal-content .story-viewer .head .left .info>* {
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden
  }
  #zuck-modal-content .story-viewer.with-back-button .head .left>.back {
      margin-top: -3px !important
  }
  #zuck-modal-content .story-viewer .head .left {
      margin-top: 9px !important
  }
  .readingcount {
      display: none
  }
  .nvt-bottom .container {
      width: 843px
  }
  .nvt-bottom {
      overflow-y: hidden;
      overflow-x: scroll
  }
  .nvt-bottom::-webkit-scrollbar {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .nvt-bottom::-webkit-scrollbar-track {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .nvt-bottom::-webkit-scrollbar-thumb {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .havadurumu-in-top-right {
      padding-left: 0
  }
  .alt-cat-havadurumu ul,
  .nvt-top ul {
      display: none !important
  }
  .select-havadurumu,
  .select-vakit {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      float: left;
      margin-left: 15px
  }
  .select-vakit {
      display: flex !important;
      height: 60px
  }
  .select-havadurumu select,
  .select-vakit select {
      background-color: transparent;
      border: none;
      color: #fff;
      font-weight: 700;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      padding: 0 15px 0 0;
      border-radius: 0;
      outline: 0;
      cursor: pointer;
      font-size: 14px !important;
      line-height: normal;
      font-style: normal;
      background: url(../img/hava/cdown.svg) no-repeat 100% 50%;
      background-size: 7px 4px;
      text-transform: uppercase
  }
  .hintr-in img {
      margin: 14px auto
  }
  .havadurumuflex {
      flex-direction: column;
      justify-content: center;
      align-items: center
  }
  .havadurumu-in-top-left {
      margin-bottom: 30px
  }
  .havadurumu-in-top-right {
      margin-right: 0 !important
  }
  .havadurumu-add {
      display: none
  }
  .hib-top {
      padding: 0
  }
  .hib-tag {
      display: none
  }
  .hib-title {
      width: 100%;
      padding: 0;
      margin: 0
  }
  .havadurumu-in-bottom {
      padding: 0
  }
  .apexcharts-yaxis {
      display: none
  }
  .four-manset .owl-nav {
      display: none !important
  }
  .four-manset .owl-dots {
      background-color: transparent
  }
  .four-manset {
      margin-top: 0;
      margin-bottom: 10px
  }
}
.vidgal h1 {
  float: left;
  padding-right: 30px
}
.vidgal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.news-abone.vidgal2 {
  top: 0
}
.news-abone.vidgal2 span {
  color: #fff
}
.vidgal .news-abone-logo {
  color: #fff
}
.news-abone a:hover,
.news-abone.vidgal2:hover .news-abone-logo,
.news-abone.vidgal2:hover span {
  color: red !important
}
.fllf {
  width: 982px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px
}
.fllf ul {
  padding: 0 !important
}
.fllf .news-abone {
  top: 0
}
.sc-options-user {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  padding: 3px;
  background: rgba(201, 9, 20, .73);
  display: inline-block;
  margin-right: 10px
}
.sticky-bread {
  position: fixed;
  width: 100%;
  top: -10px;
  z-index: 999;
  left: 0;
  background-color: #b70b19;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(17, 21, 25, .28);
  transform: translateY(-100%);
  transition: transform .6s ease
}
.sticky-bread.sticked {
  transform: translateY(10px)
}
.sb-left {
  display: flex;
  color: #fff;
  align-items: center;
  font-family: metropolis, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em
}
.sb-left a {
  display: inline-block;
  margin-left: 13px;
  color: #fff;
  margin-right: 13px;
  font-weight: 600;
  line-height: 20px;
  font-size: 15px;
}
.sb-left a:first-child {
  margin-left: 0;
  margin-right: 0
}
.sb-left span {
  margin-left: 13px;
  opacity: .6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.sc-options-user img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.news-abone a {
  display: flex;
  font-size: 12px;
  color: #666 !important;
  float: left;
  align-items: center;
  justify-content: center;
  transition: color .2s ease-in-out
}
.news-abone-logo {
  border: 1px solid #dedede;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: 13px;
}
.news-abone {
  display: flex;
  align-items: center;
  justify-content: center
}
.sc-options-left .options-icons:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 36px;
  background-color: #dbdbdb
}
.sc-options-left .options-icons {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer
}
.news-abone-logo img {
  height: 14px;
  margin-right: 3px;
  margin-top: 3px
}
.news-abone a span {
  display: block;
  width: max-content;
  margin-right: 10px;
  font-family: metropolis, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7e8488;
  transition: color .2s ease-in-out
}
.icon-border.whatsapp {
  border-color: #25d366;
}
.icon-border.whatsapp i {
  display: block;
  height: 20px;
  transition: .3s;
  background-color: #25d366;
  transition: background-color .2s ease-in-out;
}
.icon-border.whatsapp i {
  width: 20px;
  -webkit-mask-image: url(../img/icons/whatsapp.svg);
  mask-image: url(../img/icons/whatsapp.svg);
}
.icon-border.pinterest.icon-pinterest {
  color: #cb2027;
}
.pinterest i {
  width: 14px;
  -webkit-mask-image: url(../img/icons/footerPinterest.svg);
  mask-image: url(../img/icons/footerPinterest.svg);
}
.sc-options-right .pinterest i {
  background-color: #cb2027;
  display: block;
  height: 20px;
}
.options-icons:hover .icon-border.whatsapp {
  border-color: #25d366;
  background-color: #25d366;
}
.options-icons:hover .icon-border.pinterest {
  border-color: #cb2027;
  background-color: #cb2027;
}
.news-abone a:hover,
.news-abone a:hover span {
  color: #eb212e
}
.facebook i {
  width: 10px;
  -webkit-mask-image: url(../img/footerFacebook.svg);
  mask-image: url(../img/footerFacebook.svg)
}
.twitter i {
  width: 18px;
  -webkit-mask-image: url(../img/footerTwitter.svg);
  mask-image: url(../img/footerTwitter.svg)
}
.icon-border {
  width: 36px;
  height: 36px;
  border: 2px solid #9da1a4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .2s ease-in-out
}
.options-icons:hover .icon-border {
  border-color: #eb212e;
  background-color: #eb212e
}
.icon-border span {
  position: absolute;
  right: -7px;
  top: -3px
}
span.icon-border-count {
  width: 18px;
  height: 14px;
  background-color: #eb212e;
  color: #fff;
  border-radius: 7px;
  letter-spacing: -.25px;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  line-height: 14px;
  transition: all .2s ease-in-out;
  font-family: metropolis, sans-serif;
  font-weight: 700
}
.options-icons:hover span {
  color: #fff;
  background-color: #9da1a4
}
.options-icons {
  display: flex;
  align-items: center
}
.sc-options-left {
  display: flex;
  align-items: center;
  margin-right: 60px
}
.sc-left-in p {
  margin-bottom: 6px;
  font-family: metropolis, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000
}
.options-icons p {
  font-family: metropolis, sans-serif;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #7e8488 !important;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em !important;
  margin-left: 10px;
  transition: color .2s ease-in-out
}
.options-icons:hover p {
  color: #eb212e
}
.sc-options-right {
  display: flex;
  align-items: center
}
.sc-options-right .options-icons {
  margin-right: 8px;
  cursor: pointer
}
.sc-options-right .options-icons:last-child {
  margin-right: 0
}
.sc-options-right .twitter {
  border-color: #000;
  color: #000
}
.sc-options-right .twitter i {
  background-color: #000;
  display: block;
  height: 16px;
  width: 16px;
}
.sc-options-right .twitter:hover {
  border-color: #000;
  background-color: #000;
  color: #fff
}
.sc-options-right .twitter:hover i {
  background-color: #fff
}
.sc-options-right .facebook {
  border-color: #4565a0;
  color: #4565a0
}
.sc-options-right .facebook i {
  background-color: #4565a0;
  display: block;
  height: 20px
}
.sc-options-right .facebook:hover {
  border-color: #4565a0;
  background-color: #4565a0;
  color: #fff
}
.sc-options-right .facebook:hover i {
  background-color: #fff
}
.sc-options-right .pinterest {
  border-color: #cb2027;
  color: #4565a0
}
.sc-options-right .pinterest i {
  background-color: #cb2027;
  display: block;
  height: 20px
}
.sc-options-right .pinterest:hover {
  border-color: #cb2027;
  background-color: #cb2027;
  color: #fff
}
.sc-options-right .pinterest:hover i {
  background-color: #fff
}
.sc-options {
  margin-top: 18px;
  margin-bottom: 0
}

.sb-right {
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.sb-right-icons {
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}
.sb-right-icons .hamburger2 span {
  background-color: #fff !important
}
.sb-right-icons .hamburger2 {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-direction: column;
}
.sb-right-icons:last-child {
  margin-right: 0
}
.sb-right-icons:hover {
  background-color: rgba(218, 214, 222, .4)
}
.sb-right i.icon-favori2 {
  width: 10px;
  -webkit-mask-image: url(../img/icon-favori.svg);
  mask-image: url(../img/icon-favori.svg);
  display: block;
  height: 13px;
  transition: .3s;
  background-color: #fff;
  transition: background-color .2s ease-in-out
}
i.icon-like2 {
  width: 16px;
  -webkit-mask-image: url(../img/like.svg);
  mask-image: url(../img/like.svg);
  display: block;
  height: 15px;
  transition: .3s;
  background-color: #9da1a4;
  transition: background-color .2s ease-in-out
}
i.icon-comments2 {
  width: 16px;
  -webkit-mask-image: url(../img/cmblack.svg);
  mask-image: url(../img/cmblack.svg);
  display: block;
  height: 14px;
  transition: .3s;
  background-color: #9da1a4;
  transition: background-color .2s ease-in-out
}
i.icon-favori2 {
  width: 10px;
  -webkit-mask-image: url(../img/icon-favori.svg);
  mask-image: url(../img/icon-favori.svg);
  display: block;
  height: 13px;
  transition: .3s;
  background-color: #9da1a4;
  transition: background-color .2s ease-in-out
}
i.icon-share2 {
  width: 14px;
  -webkit-mask-image: url(../img/share.svg);
  mask-image: url(../img/share.svg);
  display: block;
  height: 13px;
  transition: .3s;
  background-color: #9da1a4;
  transition: background-color .2s ease-in-out
}
i.icon-whatsapp {
  width: 29px;
  -webkit-mask-image: url(../img/wp.svg);
  mask-image: url(../img/wp.svg);
  display: block;
  height: 38px;
  transition: .3s;
  background-color: #2cb742 !important;
  transition: background-color .2s ease-in-out;
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  float: left
}
.options-icons:hover i {
  background-color: #fff
}
.sb-left a img {
  max-width: unset !important
}
#newsRead .bottom .left .detail>.cap {
  margin-bottom: 12px !important
}
.bottom .left .ads.des-g {
  padding-top: 0;
}
@media screen and (max-width:991px) {
  .lholder {
      display: none !important;
  }
  .onecikantab {
      margin-bottom: 10px;
      width: 100%;
  }
  .hintr-in {
      flex: 0 0 50%;
      margin: 0 0 20px 0;
      padding: 0
  }
  .havadurumu-in-top-right {
      flex-wrap: wrap;
      margin-right: 45px
  }
  .hintr-in:after {
      display: none
  }
  .news-abone {
      display: none
  }
  a.sc-options-user {
      display: none
  }
  .sc-options-left {
      margin: 0
  }
  .sc-options-left .options-icons {
      padding: 0;
      margin: 0 8px 0 0
  }
  .options-icons p {
      display: none
  }
  .sc-options-left .options-icons:before {
      display: none
  }
  .sc-options {
      margin-top: 18px;
      margin-bottom: 0
  }
  .sb-right {
      display: none
  }
  .singleBigTitle.vidgal {
      flex-direction: column-reverse;
      align-items: flex-start
  }
  .news-abone.vidgal2 {
      margin-top: 0;
      margin-bottom: 10px
  }
  #home .cuff {
      padding-top: 12px;
      position: relative;
  }
}
.haberSingle .left .detail ul {
  padding-left: 16px
}
.haberSingle .left .detail ul li {
  list-style: disc;
  list-style-type: disc
}
span.newsfl-toolbox {
  position: absolute;
  height: 30px;
  line-height: 30px;
  background-color: #3e405d;
  border-radius: 12px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  transition: all .35s ease-in-out;
  color: #fff;
  min-width: max-content;
  left: 50%;
  top: 100%;
  margin-top: 20px;
  transform: translate(-50%, 10px);
  visibility: hidden;
  opacity: 0
}
.sb-right-icons:hover span.newsfl-toolbox {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0)
}
.sb-right-icons {
  position: relative
}
.sb-right-icons img {
  border-radius: 100%;
}
.shareDivArea {
  position: absolute;
  min-width: 200px;
  margin-top: 21px
}
.shrrt.active .icon-border {
  border-color: #eb212e;
  background-color: #eb212e
}
.shrrt.active .icon-border i {
  background-color: #fff
}
.options-icons .shareArea {
  float: right;
  display: inline-block;
  font-size: 0;
  font-size: 14px !important;
  position: absolute;
  display: block;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .2);
  background: #fff;
  padding: 15px;
  visibility: hidden;
  z-index: 2
}
.options-icons .shareArea li {
  list-style: disc !important;
  list-style-type: disc !important;
  display: inline-block !important;
  margin-left: 10px !important;
  display: block !important;
  line-height: 40px !important;
  margin-left: 4px !important
}
.options-icons .shareArea li i.icon-twitter {
  background: #66cdf2;
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px
}
.options-icons .shareArea li i.icon-facebook {
  background: #3b5998;
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px
}
.options-icons .shareArea li i.icon-pinterest {
  background: #cb2027;
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px
}
.vidgal time {
  min-width: 300px;
  float: right;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 17px;
  vertical-align: middle
}
.vidgal time i {
  position: absolute;
  left: -3px;
  top: 70%;
  line-height: 0;
  font-size: 21px
}
.mobile-choose {
  display: none;
}
#agenda .center>div table tbody tr,
#agenda .center>div table thead {
  background-color: #fff
}
.storiler {
  width: 100%;
  padding-top: 10px;
  height: 70px;
  margin-bottom: -15px;
  background-color: #e5e5e5
}
.bgWhite .storiler {
  background-color: #fff !important
}
.icon-border.pinterest.icon-pinterest {
  color: #cb2027
}
.icon-border.pinterest.icon-pinterest:hover {
  color: #fff
}
.yazarlar-top {
  height: 72px;
  display: flex;
  align-items: center
}
#owl-yazar-kalem .yazarlar-in {
  width: 100%;
  height: 240px;
  background-color: #fafafa;
  padding: 16px 17px
}
#owl-yazar-kalem .owl-nav {
  margin-top: 12px
}
.kat-grid-right.yazarkalem {
  padding-bottom: 13px !important
}
.kat-grid-right {
  width: 100%;
  background-color: #fff;
  padding: 0 !important
}
.kat-grid-right.yazarkalem .kat-grid-right-five {
  padding: 18px 20px 0 20px
}
a.kat-title {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  display: block;
  color: #000;
  margin-bottom: 14px
}
#owl-yazar-kalem .owl-prev img {
  transform: rotate(180deg);
  opacity: .3
}
#owl-yazar-kalem .owl-next img {
  opacity: .3
}
.kat-grid-right .kat-title {
  text-align: center
}
.kat-grid-right-five figure img {
  object-fit: cover;
  width: 100%;
  height: 100%
}
.kat-grid-right-five strong {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: block;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 12px;
  transition: color .2s ease-in-out
}
.kat-grid-right-five a:hover strong {
  color: #C90914
}
.kat-grid-right-five a {
  display: block;
  width: 100%;
  position: relative
}
.kat-grid-right-five {
  position: relative
}
.kat-grid-right-five .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  margin-left: 1px
}
.kat-grid-right-five .owl-dots button {
  width: 28px;
  height: 28px;
  color: #cccccc !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 100% !important;
  border: 2px solid #CCCCCC !important;
  margin-right: 7px;
  transition: all .2s ease-in-out;
  background-color: #fff !important
}
.kat-grid-right-five .owl-nav .disabled {
  display: block !important
}
.kat-grid-right-five .owl-dots button:hover,
.kat-grid-right-five .owl-dots button.active,
.kat-grid-right-five .owl-nav button:hover {
  border-color: #000000 !important;
  color: #000000 !important
}
.kat-grid-right-five .owl-dots {
  display: flex !important;
  bottom: 0;
  counter-reset: dots;
  width: 100%;
  padding: 0 14px;
  flex-wrap: nowrap;
  justify-content: center;
  height: auto;
  align-items: center
}
.kat-grid-right-five .owl-nav button {
  width: 28px;
  height: 28px;
  border: 2px solid #cccccc !important;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff !important
}
.yazarlar-in:hover {
  background-color: #F5F3F3
}
.yazarlar-in:hover .yazarlar-bot h2,
.yazarlar-in:hover .yazarlar-top h5 {
  color: #C90914
}
div#owl-kat-grid-five .owl-nav,
div#owl-yazar-kalem .owl-nav {
  width: 100%;
  height: 0;
  position: relative
}
div#owl-kat-grid-five .owl-nav .owl-next,
div#owl-yazar-kalem .owl-nav .owl-next {
  position: absolute;
  right: 41px;
  top: 0;
  padding-top: 2px
}
div#owl-kat-grid-five .owl-nav .owl-prev,
div#owl-yazar-kalem .owl-nav .owl-prev {
  position: absolute;
  left: 41px;
  top: 0;
  padding-top: 2px
}
.kat-grid-right-five .owl-dot:last-child {
  margin-right: 0
}
input,
textarea,
select,
input::placeholder,
button {
  font-family: 'metropolis', sans-serif
}
#newsRead .top .siteMap li:first-child a {
  text-transform: capitalize
}
.tAreaBottom .photoArea .photo {
  font-weight: 500 !important
}
.tAreaBottom .button {
  padding: 8px 8px 9px 8px !important
}
.tAreaBottom .button span {
  margin-top: -2px !important
}
#agenda .sliderTech .swiper-slide a>span strong.md {
  font-size: 30px;
  line-height: 34px;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
#agenda .sliderTech .swiper-slide a>span strong.sm {
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
#agenda .sliderTech .swiper-slide a:before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .6) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 99%, rgba(0, 0, 0, .9) 100%);
  opacity: 1
}
.gazeteler-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  padding: 0 20px;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34)
}
a.oncekigun,
a.sonrakigun {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-family: 'metropolis';
  font-weight: 500
}
a.oncekigun span {
  margin-left: 12px
}
a.sonrakigun img {
  transform: rotate(180deg)
}
a.sonrakigun span {
  margin-right: 12px
}
a.sonrakigun img:nth-child(2),
a.oncekigun img:nth-child(2),
a.sonrakigun:hover img:nth-child(1),
a.oncekigun:hover img:nth-child(1) {
  display: none
}
a.sonrakigun:hover img:nth-child(2),
a.oncekigun:hover img:nth-child(2) {
  display: block
}
.gundiv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #000
}
a.sonrakigun:hover .gundiv,
a.oncekigun:hover .gundiv {
  border-color: #ca0a14
}
a.oncekigun:hover,
a.sonrakigun:hover {
  color: #ca0a14
}
.gazeteler-top input {
  font-family: 'metropolis';
  font-weight: 500;
  font-size: 15px;
  color: #000;
  width: 105px;
  padding-right: 20px;
  cursor: pointer;
  height: 50px
}
.gazeteler-top input::placeholder {
  color: #000
}
.gazeteler-top form.dtp-form img {
  transform: rotate(270deg);
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  margin-top: 1px;
  pointer-events: none
}
.gazeteler-top form.dtp-form {
  position: relative;
  cursor: pointer
}
a.gazeteler-bottom-in {
  display: flex;
  justify-content: space-between;
  height: 360px;
  flex-direction: column;
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  text-align: center;
  align-items: center;
  padding: 29px 20px;
  margin: 20px 16.5px 13px 16.5px;
  width: calc(25% - 33px)
}
a.gazeteler-bottom-in img {
  height: 298px;
  max-width: 100%
}
.gazeteler-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16.5px;
  margin-right: -16.5px
}
a.gazeteler-bottom-in h2 {
  color: #000;
  font-weight: 700;
  font-family: 'metropolis';
  font-size: 16px;
  transition: color .2s ease-in-out
}
a.gazeteler-bottom-in:hover h2 {
  color: #ca0a14
}
.gazeteler-top h1 {
  font-family: 'metropolis';
  font-weight: 700;
  font-size: 15px
}
.gazeteler-top h1 b {
  color: #ca0a14;
  margin-right: 2px
}
.gazete-detay-left {
  width: 194px;
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  padding: 20px
}
.gazete-detay-right {
  width: 230px
}
.gazete-detay-mid {
  width: 687px
}
.gazete-detay-mid img {
  margin: 0 auto
}
.gazete-detay {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: flex-start
}
.gazete-detay-left ul li {
  display: block;
  margin-bottom: 15px
}
.gazete-detay-left ul li a figure {
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0
}
.gazete-detay-left ul li a figure img {
  object-fit: cover
}
.gazete-detay-left ul li:last-child {
  margin-bottom: 0
}
.gazete-detay-left ul li a {
  display: flex;
  align-items: center;
  position: relative
}
.gazete-detay-left ul li a span {
  font-family: 'metropolis';
  font-size: 13px;
  font-weight: 700;
  margin-left: 12px;
  color: #000;
  transition: color .2s ease-in-out
}
.gazete-detay-left ul li a:hover span,
.gazete-detay-left ul li a.active span {
  color: #ca0a14
}
.gazete-detay-left ul li a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ca0a14;
  opacity: 0;
  transition: opacity .2s ease-in-out
}
.gazete-detay-left ul li a:hover:before,
.gazete-detay-left ul li a.active:before {
  opacity: 1
}
.gazete-dr-gun {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px 14px 20px;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  margin-bottom: 20px;
  max-height: 927px;
  overflow-y: scroll
}
.gazete-dr-gun::-webkit-scrollbar {
  width: 5px;
  right: 2px
}
.gazete-dr-gun::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: unset;
  border-radius: 10px
}
.gazete-dr-gun::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: unset;
  background-color: #999
}
.autorek img {
  max-width: 100%;
  margin: 0 auto
}
.autorek {
  text-align: center;
  width: 100%
}
.gazete-dr-gun li {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
  margin-bottom: 12px
}
.gazete-dr-gun li a {
  display: block;
  color: #000;
  font-family: 'metropolis';
  font-weight: 700;
  font-size: 13px;
  transition: color .2s ease-in-out
}
.gazete-dr-gun li a b {
  font-weight: 500
}
.gazete-dr-gun li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}
.gazete-dr-gun li a:hover {
  color: #ca0a14
}
.kat-yazarlar {
  padding-top: 20px;
  font-family: 'metropolis'
}
.gazete-dm-in {
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  text-align: center
}
.gazete-dm-in:last-child {
  margin-bottom: 0
}
@media screen and (max-width:1180px) {
  .gazete-detay-mid {
      width: 100%;
      max-width: calc(100% - 464px)
  }
}
@media screen and (max-width:560px) {
  .threenews-ad-right {
      width: 100%;
  }
  .dk-burc ul li {
      flex: 0 0 60px;
      margin-right: 0;
  }
  .kat-yazarlar {
      padding-top: 0 !important;
      margin-top: 10px;
  }
  .gazete-detay-left {
      width: 100%;
      overflow-x: scroll;
      overflow-y: hidden;
      margin: 0 0 10px 0;
      padding: 10px;
  }
  .mobile-sft {
      margin-bottom: 10px !important;
      height: 46px;
  }
  .gazete-detay-left ul {
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: max-content;
      flex-wrap: wrap;
      flex-direction: row
  }
  .gazete-detay-left ul li {
      margin: 0;
      margin-right: 16px
  }
  .gazete-detay-left::-webkit-scrollbar {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .gazete-detay-left::-webkit-scrollbar-track {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .gazete-detay-left::-webkit-scrollbar-thumb {
      opacity: 0;
      visibility: hidden;
      display: none
  }
  .gazete-detay-left ul li a:before {
      display: none
  }
  .gazete-detay-mid {
      max-width: 100% !important
  }
  .kat-yazarlar {
      padding-top: 0 !important
  }
  .gazete-detay {
      flex-direction: column;
      margin-top: 0
  }
}
.panel-slider {
  padding: 0 0;
  width: 100%;
  margin-bottom: 20px
}
#agenda .panel-slider {
  padding: 0;
}
.panel-slider .owl-item a {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
  height: 350px;
  position: relative;
  background: #000
}
.panel-slider .ops-text {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 6;
  height: 100%
}
.ops-text .ops-in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 6;
  flex-direction: column;
  padding-left: 30px
}
.ops-in h3 {
  width: 60%;
  font-size: 50px;
  color: #fff;
  font-weight: 800 !important;
  line-height: 55px;
  position: relative;
  z-index: 9;
  display: block;
  text-align: center
}
.mobile-sft {
  background-color: #fff;
  box-shadow: .57px .82px 2px rgba(165, 161, 161, .34);
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  display: none;
  position: relative
}
.mobile-sft i {
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  top: 22px;
  right: 15px;
  font-size: 10px
}
.mobile-sft select {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff
}
.ops-in h3 b {
  color: #FBD451;
  display: block;
  margin-top: 18px
}
.ops-in h3:nth-child(2) {
  color: #FBD451;
  margin-top: 20px
}
.ops-filter {
  height: 100%;
  width: 63%;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #222 60%, #222 65%, rgba(0, 0, 0, 0) 100%)
}
.panel-slider .owl-item a figure {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 40%;
  margin: 0
}
.panel-slider .owl-item a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%
}
.panel-slider .owl-nav {
  display: none
}
.panel-slider .owl-dots {
  display: flex !important;
  position: absolute;
  bottom: 0;
  counter-reset: dots;
  height: 100%;
  width: 44px;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 11px;
}
.panel-slider .owl-dots button {
  min-height: 28px;
  width: 28px;
  height: 28px;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  display: block;
  background-color: #fff !important;
  margin-top: 8px;
  border: 0
}
.panel-slider .owl-dots button:first-child {
  margin-top: 0
}
.panel-slider .owl-dots button.active,
.panel-slider .owl-nav .owl-prev:hover,
.panel-slider .owl-nav .owl-next:hover {
  background-color: #C90914 !important;
  color: #fff !important
}
.panel-slider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots)
}
@media screen and (max-width:990px) {
  .ops-text .ops-in {
      text-align: left !important;
      justify-content: flex-end
  }
  .panel-slider .owl-item a figure {
      width: 100%
  }
  .panel-slider {
      margin-top: 0;
      margin-bottom: 0
  }
  .owl-yazarlar {
      padding-top: 0 !important;
  }
  .ops-in h5,
  .ops-in h3 {
      width: 100%
  }
  .ops-in h3 {
      font-size: 20px;
      line-height: normal;
      bottom: 12px;
      max-height: 110px
  }
  .ops-in h3 b {
      margin-top: 0
  }
  .ops-in h5 {
      font-size: 19px;
      margin-bottom: 15px
  }
  .panel-slider .ops-text {
      padding: 0
  }
  .ops-filter {
      display: none
  }
  .panel-slider .owl-dots button {
      position: unset;
      display: inline-block;
      font-size: 0;
      widtH: 6px;
      height: 6px;
      background: #fff;
      padding: 0;
      margin-top: 3px;
      border-radius: 0 !important
  }
  .panel-slider .owl-dots button:before {
      display: none
  }
  .panel-slider .owl-dots button:first-child {
      margin-top: 0
  }
  .panel-slider .owl-item a {
      height: 250px
  }
  .panel-slider .owl-item a:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 80%;
      display: block !important;
      top: unset;
      transform: unset;
      z-index: 0;
      background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
      background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
  }
  #owl-mainSlide a:before {
      height: 80%;
  }
  .ops-text .ops-in {
      padding: 0 16px 0 40px
  }
  .panel-slider .owl-dots {
      background-color: #000;
      width: 24px;
      padding: 0
  }
}
@media screen and (max-width:767px) {
  .ops-in h3 b {
      display: inline-block;
      margin: 0
  }
  .panel-slider .owl-dots {
      flex-direction: row;
      position: static;
      height: 32px;
      background-color: #fff !important;
      width: 100%
  }
  .panel-slider .owl-dots button {
      min-height: auto;
      margin-top: 0;
      margin-right: 3px;
      background: #e2e3e4 !important;
      border: 0;
      border-radius: 100% !important;
      width: 12px !important;
      height: 12px !important;
  }
  .panel-slider .owl-dots button:last-child {
      margin-right: 0
  }
  .ops-text .ops-in {
      padding: 0 0 6px 0;
  }
  .ops-in h3 {
      background-color: transparent;
      bottom: 13px;
      display: flex;
      align-items: center;
      padding: 17px 15px 0 15px;
      text-align: left;
      font-size: 23px;
      line-height: 28px;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-transform: capitalize;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      font-size: 24px !important;
      line-height: 30px !important;
      font-weight: 700 !important;
  }
  .panel-slider .owl-item a figure {
      height: 100%;
  }
  .panel-slider .ops-text {
      top: unset
  }
  .panel-slider .owl-item a {
      height: 254px !important;
      background: transparent;
  }
  .lastol-in a h3 {
      font-size: 19px;
      line-height: 26px;
      padding-top: 5px;
  }
  .lastol-in a {
      padding-bottom: 9px;
  }
  .ops-in h3:nth-child(2) {
      display: none
  }
  .panel-slider .owl-nav .owl-next {
      position: absolute;
      right: 0
  }
  .panel-slider .owl-nav .owl-prev,
  .panel-slider .owl-nav .owl-next {
      position: absolute;
      height: 40px;
      width: 28px;
      z-index: 9999;
      top: 50%;
      left: 28px;
      transform: translate(-100%, -50%);
      margin: 0;
      transition: background .2s ease-in-out;
      display: block !important;
      border: 0;
      background: none
  }
  .panel-slider .owl-prev:before,
  .panel-slider .owl-next:before {
      position: absolute;
      content: "";
      margin: -13.5px 0 0 -7.5px;
      top: -44px;
      left: 50%;
      width: 12px;
      height: 19px;
      background: url(../img/arrowwhite.png)no-repeat
  }
  .panel-slider .owl-nav span {
      display: none
  }
  .panel-slider .owl-nav .owl-prev:hover,
  .panel-slider .owl-nav .owl-next:hover {
      background-color: transparent !important;
      color: transparent !important
  }
  .panel-slider .owl-nav .owl-next {
      right: 28px !important;
      transform: translate(100%, -50%);
      left: unset
  }
  .panel-slider .owl-next:before {
      transform: rotate(180deg);
      margin: -13.5px 0 0 -5.5px
  }
  .panel-slider .owl-nav .active {
      background: transparent !important
  }
}
.members.follower_area ul {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  margin: 10px 0;
}
.members.follower_area ul li {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 10px !important;
  margin: 0 !important;
}
.tabContent .members ul li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.members.follower_area,
.members.follower_area ul {
  float: unset !important;
}
@media screen and (max-width:580px) {
  .members.follower_area ul li {
      max-width: 50% !important;
      flex: 0 0 50% !important;
  }
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.owl-nav .disabled {
  display: none !important
}
#owl-mainSlide .owl-nav .disabled {
  display: block !important;
}
.overlay {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: .8;
  z-index: 99;
  display: none;
}
.left-menu-header i.left-menu-off {
  position: absolute;
  right: 20px;
  top: 10px;
  /* transform: translateY(-50%); */
  color: #d8d8d8;
  font-size: 16px;
  cursor: pointer;
  z-index: 9999;
  font-weight: 700;
  font-family: 'metropolis';
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
}
.left-menu-body li a:hover {
  color: #222 !important;
}
.left-menu-header {
  position: relative
}
@-webkit-keyframes sonDakika {
  100% {
      background: red
  }
}
@media screen and (max-width:1180px) {
  .lastmin-slider a:before {
      display: none;
  }
  .lastmin-slider .owl-dot:before {
      counter-increment: dots;
      content: counter(dots);
  }
}
@media screen and (max-width:1060px) {
  nav {
      display: none;
  }
  .header-bottom ul a {
      min-width: max-content;
  }
  .header-bottom ul li {
      margin-right: 20px;
  }
  .header-bottom ul {
      overflow-x: scroll;
      overflow-y: hidden;
      flex-wrap: nowrap;
  }
  .header-bottom ul li:last-child a {
      margin-right: 0;
  }
  .header-bottom ul::-webkit-scrollbar {
      width: 0;
      height: 0;
  }
  .ht-right,
  .header-top,
  .header-middle-bottom {
      display: none;
  }
  .lastol-out {
      flex: 0 0 50%;
  }
  .lastol {
      flex-wrap: wrap;
      padding: 0 10px;
  }
  .header-bottom ul::-webkit-scrollbar-track {
      background: transparent;
  }
  .header-bottom ul::-webkit-scrollbar-thumb {
      background-color: transparent;
      transform: scale(0)
  }
  .m-hide {
      display: none !important
  }
}
@media screen and (max-width:991px) {
  .container {
      padding: 0 25px
  }
}
.threenews-out.yazr .ntitle h3 {
  color: #222 !important;
}
@media screen and (max-width:568px) {
  #newsRead .bottom {
      overflow: hidden;
  }
  .haberSingle:after {
      margin-top: 20px;
  }
  .size-full,
  .relatedContent,
  #newsRead .bottom .left .detail iframe {
      max-width: 100%;
      overflow: hidden;
  }
  #newsRead .bottom .left .tags {
      display: none;
  }
  ul.dotsAreaContent {
      right: -70px;
  }
  .threenews-lig>a h3 {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box;
  }
  .sixNewsSymmetry>div {
      width: 100%;
      flex: 100%;
      max-width: 100%;
  }
  .lastol-out {
      flex: 0 0 100%;
      padding: 0;
  }
  .lastol-in {
      margin-bottom: 10px !important;
  }
  .lastol-in a>span {
      display: none;
  }
  .tyi-in-bottom p {
      -webkit-line-clamp: 1;
  }
  .tyi-in-right span {
      -webkit-line-clamp: 1;
  }
  .lastmin-slider,
  .panel-slider,
  .four-manset,
  .mainSlide,
  #agenda .left .mainSlide {
      margin-bottom: 10px;
      padding: 0;
      /*width: calc(100% + 20px);
      margin-left: -10px !important;*/
      display: block !important;
  }
  li.detayliin a {
      margin: 10px 0;
  }
  .lastol-in a figure,
  .sixNewsSymmetry .newsBox span img,
  .sixNews .newsBox span img {
      height: 249px;
      max-height: 249px;
  }
  .left .more {
      margin-top: 10px !important
  }
  #registerAndLogin,
  .registerAndLoginContent {
      padding: 0 !important
  }
  .search-reverse-top {
      top: 66px
  }
  .a-plus {
      display: none !important
  }
  .like_text {
      display: none !important
  }
  .mobile-right-margin-10 {
      margin-right: 10px
  }
  .corona-mobile-top-margin {
      margin-top: 66px !important
  }
  .container.lbml {
      padding-left: 0 !important;
      padding-right: 0 !important
  }
  #home>.bottom .left .popular>div:nth-child(3) {
      padding-top: 2px !important
  }
  .left-menu {
      width: 100%;
      transform: translateX(-150%);
      top: 0;
      z-index: 999999;
  }
  .customize-support .left-menu {
      top: 0;
  }
  .dk-burc {
      margin-bottom: 10px;
      height: auto;
  }
  .owl-nav .disabled {
      display: unset !important
  }
  .mb-scroll {
      overflow-x: scroll;
      overflow-y: hidden
  }
  .flex-between.mb-scroll:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #222;
      transition: opacity .2s ease-in-out
  }
  .mb-scroll.scs:after,
  .mb-scroll:hover:after {
      opacity: 0
  }
  .mobile-logo {
      display: block !important
  }
  .desktop-logo {
      display: none
  }
  .mobile-gizle {
      display: none !important;
  }
}
.owl-dot:before {
  counter-increment: dots;
  content: counter(dots)
}
@media screen and (max-width:768px) {
  .tab .tabContent>div.active {
      min-height: auto !important;
  }
  .fixtureBox .bottom>div .mobile .navDot {
      padding-bottom: 0;
  }
  .lastmin-slider a h2 {
      padding: 0 14px;
      font-size: 24px !important;
      line-height: 30px !important;
      font-weight: 700 !important;
      max-width: 100%;
      align-items: flex-end;
      height: unset;
      display: -webkit-box;
      width: 100%;
      bottom: 15px;
      top: unset; text-shadow: 2px 2px 2px black;
  }
  a.sonaktif h2 {
      max-width: calc(100% - 52px);
  }
  .lastmin-slider a svg {
      opacity: .85;
      display: none;
  }
/*  .lastmin-slider a:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 80%;
      display: block !important;
      top: unset;
      transform: unset;
      z-index: 0;
      background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
      background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
      margin-left: 0;
  }*/
  .lastmin-slider .owl-dots button.active:after {
      display: none;
  }
  .lastmin-slider .owl-dots {
      position: relative;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #fff;
      height: 32px;
  }
  .lastmin-slider .owl-dots button.active {
      background-color: #c90914 !important;
      color: #222;
  }
  .lastmin-slider .owl-dot:before {
      display: none;
  }
  .lastmin-slider .owl-dots button {
      border: 0;
      box-shadow: unset;
      padding: 0;
      margin-right: 3px;
      background: #e2e3e4;
      border: 0;
      border-radius: 100%;
      width: 12px !important;
      height: 12px !important;
      padding: 0;
      min-width: unset;
      min-height: unset;
  }
  .four-manset .owl-dots button {
      background: #e2e3e4;
  }
  .lastmin-slider a figure {
      /*max-height: 254px;*/
      max-width: 100%; float: none; margin: auto; height: 100%; width: 100%; 
  }
  .lastmin-slider a figure img {
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: 100%; margin: auto;
     /* object-fit: cover;*/ object-fit: contain;
  }
  .lastmin-slider a .slide-tag {
      left: 15px;
  }
  .lastmin-slider a .slide-tag {
      top: 15px;
  }
  .lastmin-slider a {
      /*height: 254px;*/
  }
  .sondakika span {
      font-size: 26px;
  }
  .sondakika.son-flash span {
      font-size: 24px;
  }
  @keyframes shinee {
      from {
          transform: translateY(0);
      }
      to {
          transform: translateY(-300%);
      }
  }
  div#newsRead {
      padding: 10px 10px 0 10px;
  }
  ul.sub-menu {
      display: none !important
  }
  .owl-dot:before {
      content: unset
  }
}
#home>.bottom>.right .fourTab .newsBox2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0, #000 100%);
  background: -webkit-linear-gradient(top, transparent 0, #000 100%);
  background: linear-gradient(to bottom, transparent 0, #000 100%);
  opacity: 1
}
.pos-i {
  position: relative;
  z-index: 9999
}
body.mm-wrapper {
  overflow-x: hidden;
  position: relative
}
body.newsSendOpen .header-m-fixed {
  margin-top: 0 !important
}
li {
  list-style: none
}
#home>.bottom>.left div:first-child.addss {
  margin-bottom: 20px;
  margin-top: 0 !important
}
#home>.bottom>.left .addss {
  margin-bottom: 20px
}
#newsRead .top:after {
  max-width: 100%
}
.main-manset {
  width: calc(100% - 454px);
  float: left
}
.main-manset a.main-manset-link {
  display: block;
  width: 100%;
  height: 405px
}
.main-manset figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}
.main-manset figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%
}
.main-manset .owl-dots {
  display: flex !important;
  position: absolute;
  bottom: 0;
  counter-reset: dots;
  width: 100%;
  padding: 0 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #000;
  height: 46px;
  align-items: center
}
.main-manset .owl-dots button {
  width: 24px;
  height: 26px;
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 2px !important
}
.main-manset .owl-dots button.active,
.main-manset .owl-nav .owl-next:hover,
.main-manset .owl-nav .owl-prev:hover {
  background-color: #c90914;
  color: #fff !important
}
.main-manset .owl-dot:before {
  counter-increment: dots;
  content: counter(dots)
}
.main-manset-title {
  position: absolute;
  bottom: 28px;
  padding: 20px 20px 55px 20px;
  font-weight: 600;
  font-size: 42px;
  line-height: 42px;
  color: #fbd451;
  text-shadow: 0 4px 4px #0d0d0d
}
.main-manset .owl-nav {
  display: block !important
}
.main-manset .owl-nav .owl-next,
.main-manset .owl-nav .owl-prev {
  position: absolute;
  z-index: 9999;
  bottom: 10px;
  left: 28px;
  transform: translateX(-100%);
  margin: 0;
  transition: background .2s ease-in-out;
  width: 24px;
  height: 26px;
  border-radius: 2px
}
.main-manset .owl-nav .owl-next {
  right: 28px !important;
  transform: translateX(100%);
  left: unset
}
.main-manset .owl-dots span {
  line-height: 24px !important
}
.main-manset .owl-nav img {
  margin: 0 auto
}
.sc-options-user img {
  border-radius: 50%
}
.options-icons .icon-border.active {
  border-color: #eb212e;
  background-color: #eb212e
}
i.icon-favori2.active {
  background-color: #fff
}
.navm-mid .icon-ay {
  position: absolute;
  font-size: 50px;
  background: #ebe6e0;
  top: 180px;
  left: -30px;
  background-image: url(../img/icons/night.svg);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: 0
}
@media screen and (max-width:1420px) {
  .leftBanner,
  .rightBanner {
      display: none !important
  }
}
.sidebarComment {
  position: relative;
  margin-top: 20px;
}
#newsRead .bottom .right>div>.sidebarComment:first-child {
  padding-top: 0 !important;
  position: relative; bottom: 3px
}
.sidebarComment h3 {
  background: #9f9f9f;
  font-size: 12px !important;
  color: #fff !important;
  padding: 7px 10px;
  position: absolute;
  display: inline-block;
  top: -20px;
  font-weight: 700;
  left: 24px;
  font-family: metropolis, sans-serif
}
.sidebarComment h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 99;
  opacity: 1;
  border-right: 16px solid transparent;
  border-top: 10px solid#9f9f9f;
  bottom: -9px;
  right: 15px
}
.sidebarComment h3:after {
  border-right: 16px solid transparent;
  border-top: 10px solid #9f9f9f;
  bottom: -9px;
  right: 15px
}
.quickComment .emojiArea {
  margin-top: 10px
}
.quickComment .emojiArea .emoji {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 9.4px;
  padding-bottom: 10px;
  cursor: pointer
}
.quickComment .emojiArea .happy {
  background: url(../img/svg/e1.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .yawn {
  background: url(../img/svg/e2.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .crying {
  background: url(../img/svg/e3.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .sad {
  background: url(../img/svg/e4.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .surprise {
  background: url(../img/svg/e5.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .v-happy {
  background: url(../img/svg/e6.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .happy:after {
  content: "";
  background: url(../img/svg/hoe1.png);
  background-size: 30px 30px;
  height: 30px
}
.quickComment .emojiArea .yawn:after {
  content: "";
  background: url(../img/svg/hoe2.png);
  background-size: 30px 30px;
  height: 30px
}
.quickComment .emojiArea .crying:after {
  content: "";
  background: url(../img/svg/hoe3.png);
  background-size: 30px 30px;
  height: 30px
}
.quickComment .emojiArea .sad:after {
  content: "";
  background: url(../img/svg/hoe4.png);
  background-size: 30px 30px;
  height: 30px
}
.quickComment .emojiArea .surprise:after {
  content: "";
  background: url(../img/svg/hoe5.png);
  background-size: 30px 30px;
  height: 30px
}
.quickComment .emojiArea .v-happy:after {
  content: "";
  background: url(../img/svg/hoe6.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 .happy:after {
  content: "";
  background: url(../img/svg/hoe1.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 .yawn:after {
  content: "";
  background: url(../img/svg/hoe2.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 .crying:after {
  content: "";
  background: url(../img/svg/hoe3.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 .sad:after {
  content: "";
  background: url(../img/svg/hoe4.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 .surprise:after {
  content: "";
  background: url(../img/svg/hoe5.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 .v-happy:after {
  content: "";
  background: url(../img/svg/hoe6.png);
  background-size: 30px 30px;
  height: 30px
}
.emojiArea2 {
  width: 265px;
  margin: 0 auto;
  margin-top: 20px
}
.emojiArea2 .emoji {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
  cursor: pointer
}
.emojiArea2 .happy {
  background: url(../img/svg/e1.png);
  background-size: 30px 30px
}
.emojiArea2 .yawn {
  background: url(../img/svg/e2.png);
  background-size: 30px 30px
}
.emojiArea2 .crying {
  background: url(../img/svg/e3.png);
  background-size: 30px 30px
}
.emojiArea2 .sad {
  background: url(../img/svg/e4.png);
  background-size: 30px 30px
}
.emojiArea2 .surprise {
  background: url(../img/svg/e5.png);
  background-size: 30px 30px
}
.emojiArea2 .v-happy {
  background: url(../img/svg/e6.png);
  background-size: 30px 30px
}
.happy-click {
  background: url(../img/svg/happy.png) !important;
  background-size: 30px 30px !important
}
.yawn-click {
  background: url(../img/svg/yawn.png) !important;
  background-size: 30px 30px !important
}
.crying-click {
  background: url(../img/svg/crying.png) !important;
  background-size: 30px 30px !important
}
.sad-click {
  background: url(../img/svg/sad.png) !important;
  background-size: 30px 30px !important
}
.surprise-click {
  background: url(../img/svg/surprise.png) !important;
  background-size: 30px 30px !important
}
.v-happy-click {
  background: url(../img/svg/v-happy.png) !important;
  background-size: 30px 30px !important
}
.quickComment .emojiArea .happy:hover {
  background: url(../img/svg/hoe1.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .yawn:hover {
  background: url(../img/svg/hoe2.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .crying:hover {
  background: url(../img/svg/hoe3.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .sad:hover {
  background: url(../img/svg/hoe4.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .surprise:hover {
  background: url(../img/svg/hoe5.png);
  background-size: 30px 30px
}
.quickComment .emojiArea .v-happy:hover {
  background: url(../img/svg/hoe6.png);
  background-size: 30px 30px
}
.emojiArea2 .happy:hover {
  background: url(../img/svg/hoe1.png);
  background-size: 30px 30px
}
.emojiArea2 .yawn:hover {
  background: url(../img/svg/hoe2.png);
  background-size: 30px 30px
}
.emojiArea2 .crying:hover {
  background: url(../img/svg/hoe3.png);
  background-size: 30px 30px
}
.emojiArea2 .sad:hover {
  background: url(../img/svg/hoe4.png);
  background-size: 30px 30px
}
.emojiArea2 .surprise:hover {
  background: url(../img/svg/hoe5.png);
  background-size: 30px 30px
}
.emojiArea2 .v-happy:hover {
  background: url(../img/svg/hoe6.png);
  background-size: 30px 30px
}
.emojiArea2 .countEmoji span {
  width: 40px;
  text-align: center;
  display: inline-block;
  font-size: 14px
}
.emojiArea2 .countEmoji span:first-child {
  width: 34px
}
.emojiArea .countEmoji span {
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-left: 9.4px
}
.quickComment {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  padding: 15px
}
.quickComment form {
  margin-top: 10px
}
.quickComment textarea {
  font-weight: 500;
  border: 1px solid #e8e8e8;
  resize: none;
  padding: 10px;
  width: 100%;
  height: 43px;
  line-height: 20px;
  color: #9f9f9f;
  border-radius: 2px
}
.quickComment form input[type=submit] {
  height: 30px;
  float: right;
  background-color: #9f9f9f;
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px;
}
.quickComment .commentHiddenArea {
  margin: 5px 0;
  display: none
}
.quickComment .info {
  height: 130px;
  background-color: #ececec;
  text-align: center;
  color: #1e1e1e;
  margin-top: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px
}
#newsRead .alignleft {
  float: left;
  margin-right: 20px
}
#newsRead .alignright {
  float: right;
  margin-left: 20px
}
.cap ul .views {
  background: #fbfbfb;
  padding: 0 20px;
  border: 1px solid #e9e9e9;
  line-height: 29px;
  float: left;
  height: 30px;
  border-radius: 20px;
  text-align: center
}
.cap ul .views span {
  font-size: 14.2px;
  font-weight: 600;
  color: #b2b2b2
}
.quickComment textarea::-webkit-input-placeholder {
  color: #9f9f9f
}
.quickComment textarea:-moz-placeholder {
  color: #9f9f9f
}
.quickComment textarea::-moz-placeholder {
  color: #9f9f9f
}
.quickComment textarea:-ms-input-placeholder {
  color: #9f9f9f
}
.quickComment textarea::placeholder {
  color: #9f9f9f
}
@media screen and (max-width: 350px) {
  .dk-burc ul li {
      margin-right: 0px !important;
  }
  .dk-burc {
      height: 291px;
  }
  .n-corona-right-left .n-corona-fix:nth-child(2) {
      display: none;
  }
  .lastol-in a figure,
  .sixNewsSymmetry .newsBox span img,
  .sixNews .newsBox span img {
      height: 184px !important;
      max-height: 184px !important;
  }
}
.hm-in-right ul li a {
  width: 22px;
  height: 22px;
}
.hm-in-right ul li a.hamburger {
  width: unset;
  height: unset;
  margin-right: -7px;
}
.left .more {
  text-align: center !important;
  position: relative;
  margin-bottom: 20px;
}
.left .more:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #dcdcdc;
}
.left .more a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700 !important;
  color: #fff;
  background: #c90914;
  line-height: 18px;
  padding: 9px 25px;
  border-radius: 18px;
}
@keyframes ripple {
  0%,
  35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
  }
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
  }
}
.to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  z-index: 9;
  background-color: var(--thm-hover);
  right: 25px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: fixed;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  box-shadow: 0 0 18px rgb(157 161 164 / 54%);
}
.to-top.active {
  opacity: 1;
  visibility: visible;
}
.to-top:after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  animation: ripple 1.65s ease-out infinite;
  opacity: 0;
  background-color: inherit;
  border-radius: 100%;
}
#newsRead .bottom .left .comments ul li.reply:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 32px;
  width: 15px;
  height: 11px;
  background-image: url(../img/svg/alintiladim.png);
}
.leftr>ins {
  transform: translateX(-100%);
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.righttr>ins {
  transform: translateX(100%);
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.splashAds {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .93);
}
.splashAds>center {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  position: relative;
}
.splashAds span.closeAdd {
  background-color: #222;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999;
  box-shadow: 0 1px 5px grey;
  cursor: pointer;
}
.ntitle .ntitleMobile {
  display: none !important;
}
.sondakikaflex {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 10px 0;
}
.sondakikaflex-in {
  flex: 0 0 25%;
  max-width: calc(25% - 10px);
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.sondakikaflex-in a {
  display: block;
  color: #fff;
  position: relative;
}
.sondakikaflex-in a figure {
  margin: 0;
  height: 130px;
  width: 100%;
  overflow: hidden;
}
.sondakikaflex-in a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sondakikaflex-in a p {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  line-height: 22px !important;
  color: #000;
  font-weight: 500 !important;
  padding: 0 14px;
  position: relative;
  background-color: #efefef;
  border-bottom-color: #efefef;
  transition: background-color .25s ease-in-out;
}
.sondakikaflex-in a p:before {
  position: absolute;
  content: "";
  left: 50%;
  border: 14px solid transparent;
  border-bottom-color: inherit;
  margin-left: 0;
  top: 100%;
  transform: rotate(180deg) translateX(50%);
  z-index: 997;
  right: unset;
  transition: border-color .25s ease-in-out;
}
.sondakikaflex-in a p b {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.sondakikaflex-in a span {
  color: #db2027;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 34px;
}
.sondakikaflex-in a span u {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  background: #db2027;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
}
.singledatetime {
  position: absolute;
  right: 24px;
  top: -3px;
  line-height: 24px;
  color: #81878c;
  font-size: 12px;
  font-weight: 500;
  margin-right: 95px;
  margin-top: -2px;
}
.newdovizex {
  background-color: #fff;
}
.dovizex-bottom {
  padding-bottom: 20px;
  background-color: #fff;
}
.ac-aktif .spor-sondakika,
.dc-aktif .spor-sondakika {
  border: 0;
  background: unset;
}
.spor-sondakika-bottom .newdovizex,
.spor-sondakika-bottom .newgoldto {
  border: 1px solid #E6E6E6;
  background-color: #fff;
}
.spor-sondakika-bottom .newdovizex {
  margin-bottom: 20px;
}
.ac-aktif .spor-sondakika-bottom ul,
.dc-aktif .spor-sondakika-bottom ul {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.db-in input {
  height: 36px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(234, 234, 234, 1);
  width: 100%;
  padding: 0 34px 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.db-in {
  padding: 0 16px;
  margin-top: 18px;
  position: relative;
}
.db-in input::placeholder {
  color: #808080;
}
.db-in span {
  position: absolute;
  right: 31px;
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  top: 7px;
}
.db-in input:focus {
  color: #2C98F0;
  border-color: #2C98F0;
}
.db-in input:focus::placeholder {
  color: #2c98f0;
}
.goldto-bottom h5 {
  color: #131722;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.10px;
  margin-bottom: 0;
}
.goldto-change {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.goldto-tur h5,
.goldto-miktar h5 {
  margin-bottom: 10px;
}
.selectli {
  position: relative;
}
.selectli select {
  appearance: none;
  -webkit-appearance: none;
}
.selectli img {
  position: absolute;
  right: 10px;
  top: 16px;
  pointer-events: none;
}
.goldto-bottom {
  padding: 17px 15px 1px 15px;
}
.goldto-bottom select {
  width: 188px;
  height: 36px;
  letter-spacing: -.10px;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgb(234 234 234);
  padding: 0 34px 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.goldto-bottom a {
  height: 36px;
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #2C98F0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.radio-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 13px;
}
.radio-cont .radio:first-child {
  margin-right: 15px;
}
.radio-cont>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.radio input {
  content: "";
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-color: #ffffff;
  border: 1px solid #C1C8DA;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  opacity: 0;
}
.radio-cont img {
  margin: 0 6px;
}
.goldto-miktar input {
  width: 55px;
  border: 1px solid #E9E8F0;
  border-radius: 2px;
  height: 30px;
  text-align: center;
  color: #131722;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.10px;
}
.goldto-miktar input:focus {
  color: #2C98F0;
  border-color: #2C98F0;
}
.goldto-miktar input:focus::placeholder {
  color: #2c98f0;
}
.goldto-bottom select:focus {
  border-color: #2C98F0;
}
.goldto-miktar {
  margin-bottom: 18px;
}
.goldto-miktar span {
  font-size: 14px;
  color: #131722;
  font-weight: 400;
  letter-spacing: -.10px;
  margin-left: 7px;
}
.radio-cont label,
.radio-cont p {
  font-size: 14px;
  letter-spacing: -.10px;
  color: #131722;
}
.checkmark {
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 6px;
  position: relative;
  border: 1px solid #C1C8DA;
}
.radio:hover input~.checkmark {
  background-color: #ccc;
}
.radio input:checked~.checkmark {
  background-color: #2C98F0;
  border-color: #2c98f0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio input:checked~.checkmark:after {
  display: block;
}
.radio .checkmark:after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: white;
  transform: translate(-50%, -50%);
}
.newgoldto {
  background: #fff;
}
.radio-cont .radio:first-child {
  margin-right: 15px;
}
.goldto-tur {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.goldto-tur h5 {
  margin-bottom: 0;
}
.popLiveB {
  width: 100%;
  float: left;
  height: 562px;
  max-height: 605px;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 20px;
  border-radius: 0;
  padding-top: 0
}
.macvarDetayli .threenews-lig>a figure {
  height: 240px;
}
.popLiveB .head {
  width: 100%;
  float: left;
  background: #fff;
  padding: 8px 0 15px;
  border-bottom: 1px solid #e0e0e0
}
.popLiveB .head span {
  float: left;
  font-size: 20px;
  color: #727272;
  font-weight: 500
}
.popLiveB .head span b {
  color: #000;
  font-weight: 700
}
.popLiveB .head ul {
  float: right
}
.popLiveB .head ul li.prev {
  float: left;
  position: relative;
  top: 0;
  right: -11px;
  cursor: pointer;
  width: 11px;
  height: 9px;
  background: url(../img/icons/popLivesArr.png) no-repeat
}
.popLiveB .head ul li.next {
  float: left;
  position: relative;
  top: 14px;
  right: 0;
  cursor: pointer;
  width: 11px;
  height: 9px;
  background: url(../img/icons/popLivesArr.png) no-repeat;
  transform: rotate(180deg)
}
.popLiveB .head ul li.next:hover {
  background: url(../img/icons/popLivesArr2.png) no-repeat;
  transform: rotate(180deg)
}
.popLiveB .head ul li.prev:hover {
  background: url(../img/icons/popLivesArr2.png) no-repeat
}
.popLiveB .items {
  float: left;
  width: 100%;
  max-width: 100%
}
.popLiveB .items .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px
}
.popLiveB .ntitle h3 {
  padding-left: 14px;
}
.popLiveB .ntitle h3:before {
  left: 0;
}
.popLiveB .ntitle ul li.prev,
.popLiveB .ntitle ul li.next {
  float: left;
  position: relative;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 11px;
  height: 9px;
  background: url(../img/icons/popLivesArr.png)no-repeat;
  padding: 0;
  border: 0;
  background-color: unset !important;
}
.macvarDetayli .popLiveB .ntitle ul li.prev,
.macvarDetayli .popLiveB .ntitle ul li.next {
  background-color: transparent !important;
}
.lSSlideOuter {
  padding-right: 2px !important;
}
.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
  padding: 0;
  display: unset;
  position: unset;
  border: unset;
}
.lSSlideOuter.vertical .lSGallery {
  display: none;
}
.popLiveB .ntitle>ul {
  display: flex;
  flex-direction: column;
}
.popLiveB .ntitle>ul li:last-child {
  margin-top: 7px;
}
.popLiveB .ntitle {
  justify-content: space-between;
}
.popLiveB .ntitle ul li.next {
  transform: rotate(180deg);
}
.popLiveB .items .item .teams {
  float: left;
  width: 100%;
  padding: 15px 0 0
}
.popLiveB .items .item .teams i {
  float: left;
  height: 36px
}
.popLiveB .items .item .teams i:first-child {
  margin-right: 22px
}
.popLiveB .items .item .teams .right {
  float: right;
  width: 50px;
  height: 36px;
  text-align: right;
  font-family: metropolis, sans-serif
}
.popLiveB .items .item .teams .right span {
  float: left;
  width: 100%;
  font-size: 16px;
  color: red;
  font-weight: 700;
  margin-top: 2px
}
.popLiveB .items .item .teams .right b {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 400;
  margin-top: 3px
}
.popLiveB .items .item ul.ort {
  float: left;
  width: 100%;
  margin-top: 10px
}
.popLiveB .items .item ul.ort li {
  float: left;
  width: 100%;
  padding: 0;
  background: unset !important;
  border: 0;
}
.popLiveB .items .item ul.ort li:first-child {
  margin-bottom: 2px
}
.popLiveB .items .item ul.ort li span {
  float: left;
  text-align: left;
  font-family: metropolis, sans-serif;
  font-size: 16px;
  color: #010101;
  font-weight: 600;
}
.popLiveB .items .item ul.ort li b {
  float: right;
  text-align: right;
  font-family: metropolis, sans-serif
}
.popLiveB .items .item ul.ort li b.cl {
  color: red;
  font-size: 16px;
  font-weight: 600
}
.popLiveB .items .item ul.ort li b.date {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500
}
.popLiveB .items .item ul.ort li b.score {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative
}
.popLiveB .items .item ul.ort li b.score.goal {
  color: red
}
.popLiveB .items .item ul.ort li b.score.goal:after {
  position: absolute;
  content: "";
  top: 1px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #ec473e transparent transparent
}
.popLiveB .items .item ul.ort li b.score.goal:before {
  position: absolute;
  content: "";
  top: 0;
  left: -22px;
  width: 14px;
  height: 14px;
  background: url(../img/gol2.png) no-repeat
}
.popLiveB .items .item ul.oth {
  float: left;
  width: 100%;
  margin-top: 20px
}
.popLiveB .items .item ul.oth li {
  float: left;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
  width: calc(33.33% - 7.99px);
  height: 33px;
  line-height: 33px;
  border: 1px solid #dfdfdf;
  margin-right: 12px
}
.popLiveB .items .item ul.oth li:last-child {
  margin-right: 0
}
.popLiveB .items .item ul.oth li span {
  float: left;
  width: 30px;
  height: 33px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000
}
.popLiveB .items .item ul.oth li b {
  float: left;
  width: calc(100% - 30px);
  background: #f5f5f5;
  height: 33px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000
}
.popLiveB .items .item ul.oth li.up {
  border-color: #c7eae1
}
.popLiveB .items .item ul.oth li.up span {
  color: #35a385;
  border-color: #c7eae1
}
.popLiveB .items .item ul.oth li.up b {
  background: #ecf8f5;
  color: #35a385
}
.popLiveB .items .item ul.oth li.up b:hover {
  background: #3ab496;
  color: #fff;
  border-color: #3ab496
}
.popLiveB .items .item ul.oth li.down {
  border-color: #ffc6c3
}
.popLiveB .items .item ul.oth li.down span {
  color: #ec483e;
  border-color: #ffc6c3
}
.popLiveB .items .item ul.oth li.down b {
  background: #fef6f5;
  color: #ec483e
}
.popLiveB .items .item ul.oth li.down:hover b {
  background: #ec483e;
  color: #fff
}
.popLiveB .items .item ul.oth li:hover b {
  background: #dfdddd
}
.threenews-out .dovizex-bottom .db-in:nth-child(4),
.threenews-out .dovizex-bottom .db-in:nth-child(5) {
  display: none;
}
.threenews-out p.result_altin {
  margin-top: 17px;
}
.threenews-out.dc-aktif.ac-aktif .threenews-lig>a figure {
  height: 240px;
}
.ac-aktif .spor-sondakika-bottom ul,
.dc-aktif .threenews-lig .spor-sondakika-bottom ul {
  margin-bottom: 0;
}
.ekonomi-list-post .spor-sondakika ul li {
  padding-top: 13px;
  padding-bottom: 14px;
}
.liveScoresSlide {
  float: left;
  width: 100%;
  height: 120px;
  top: -71px;
  position: absolute;
  padding: 0 35px 0 35px;
}
.liveScoresSlide.owl-carousel .owl-nav button {
  border: 0;
  box-shadow: unset;
  background: transparent;
}
.liveScoresSlide.owl-carousel .owl-stage-outer {
  height: 120px;
  padding-top: 30px;
}
.liveScoresSlide .item {
  float: left;
  width: 127px;
}
.liveScoresSlide .item .tLogo {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.liveScoresSlide .item span.sc {
  float: left;
  height: 36px;
  color: #FFF;
  line-height: 36px;
  font-weight: bold;
  font-size: 18px;
  width: 55px;
  text-align: center;
}
.topBarin {
  position: absolute;
  background: #222222;
  width: calc(100% + 56px);
  height: 91px;
  top: -55px;
  z-index: -1;
  left: -28px;
}
.liveScoresSlide .item span.sc b {
  position: relative;
}
.liveScoresSlide .item .tLogo {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.liveScoresSlide.owl-carousel .owl-nav {
  display: block !important;
}
.liveScoresSlide.owl-carousel .owl-nav .owl-prev span {
  text-indent: -9999px;
  position: Absolute;
  left: 0;
  top: 35px;
  background: url(../img/icons/lSAr.png)no-repeat;
  width: 12px;
  height: 19px;
}
.liveScoresSlide.owl-carousel .owl-nav .owl-next span {
  text-indent: -9999px;
  position: Absolute;
  right: 0;
  top: 35px;
  background: url(../img/icons/lSAr.png)no-repeat;
  width: 12px;
  height: 19px;
  transform: rotate(180deg);
}
.liveScoresSlide .item .tLogo span {
  font-weight: 600;
}
.spor-list-post .llsl ul li:nth-child(10) {
  display: none;
}
.spor-list-post .llsl ul li {
  height: 43.7px;
}
.spor-list-post .threenews-lig>a figure {
  height: 187px;
}
#agenda .topBar {
  border-bottom: 36px solid #323335;
  position: relative;
  border-bottom: 36px solid #404040;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  height: 0;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 20px;
}
.magazin-detayli-kategori .threenews-lig>a figure {
  height: 187px;
}
.kategori-type-standard .threenews-lig>a figure {
  height: 187px;
}
.kategori-type-standard .threenews-ad-right .spor-sondakika {
  width: 100%;
  border: 0;
}
.kategori-type-standard .threenews-ad-right .spor-sondakika .spor-sondakika-bottom {
  border: 1px solid #e6e6e6;
}
.kategori-type-standard .threenews-ad-right .spor-sondakika .rek {
  margin-top: 20px;
  margin-bottom: -5px;
}
.rek span {
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  color: #626161;
  font-weight: 500 !important;
  position: relative;
  text-transform: uppercase;
}
.rek span:before,
.rek span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: calc(50% - 25px);
  background: #E6E6E6;
  margin-top: 7px;
}
.rek span:after {
  left: unset;
  right: 0;
}
.cb-veriler {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.cb-veri {
  width: 330px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6
}
.cb-ver-head {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  background-color: #2c98f0
}
.cb-ver-head {
  color: #fff;
  font-size: 13px;
  font-weight: 700
}
.cb-veri ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
  position: relative
}
.cb-veri ul li em {
  font-style: normal
}
.cb-veri ul li:last-child {
  border-bottom: 0
}
.cb-veri ul li a {
  display: block;
  color: #0d0d0d;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  width: calc(100% / 4);
  text-align: left;
  pointer-events: none
}
.cb-veri-full .cb-veri ul li a {
  pointer-events: unset;
}
.cb-veri ul li span {
  font-size: 13px;
  color: #0d0d0d;
  font-weight: 400;
  width: calc(100% / 4);
  text-align: left;
}
.cb-ver-head span {
  width: calc(100% / 4);
  text-align: center
}
.cb-veri ul li.down a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/chevrondown.svg);
  width: 11px;
  height: 6px
}
.cb-veri ul li.up a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/chevronup.svg);
  width: 11px;
  height: 6px
}
.cb-ver-head span:first-child {
  width: calc(100% / 4);
  text-align: left
}
.cb-veri ul li.down,
.cb-veri ul li.down:hover {
  background-color: #fedbdc;
  border-color: #fedbdc
}
.cb-veri ul li.up,
.cb-veri ul li.up:hover {
  background-color: #dafffc;
  border-color: #dafffc
}
.cb-veri ul li:hover {
  background-color: #dfeefb;
  border-color: #dfeefb
}
.cb-veri ul li:hover a {
  color: #2c98f0
}
.cb-veri ul li:hover:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 2px;
  background-color: #2c98f0
}
.ct-borsa {
  background-color: #fff;
  padding: 20px
}
.cb-veri-full .cb-veri {
  width: 100%
}
.cb-veri-full .cb-veri ul li a {
  width: calc(100% / 3);
  display: flex;
  align-items: center
}
.cb-veri-full .cb-veri ul li a img {
  margin-right: 13px
}
.cb-veri-full .cb-ver-head span:first-child {
  width: calc(100% / 3);
  text-align: left;
}
.cb-veri-full .cb-ver-head span {
  width: calc(100% / 5);
  text-align: left;
}
.cb-veri-full .cb-veri ul li span {
  width: calc(100% / 5)
}
span.parite-trade {
  font-weight: 500 !important
}
span.parite-trade.pt-down {
  color: #26a69a
}
span.parite-trade.pt-up {
  color: #e74b4c
}
span.parite-trade {
  font-weight: 500 !important
}
span.parite-trade.pt-down {
  color: #26a69a
}
span.parite-trade.pt-up {
  color: #e74b4c
}
.cb-veri-full .cb-veri ul li span:nth-child(2) {
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: flex-start;
}
.cb-veri-full .cb-veri ul li span:nth-child(2) img {
  margin-right: 9px;
  max-width: 30px;
  max-height: 30px
}
.full-video-b figure {
  margin: 0
}
.fvb-left figure {
  height: 332px
}
.fvb-left {
  width: 578px
}
.full-video-b {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px
}
.fvb-right {
  background-color: #191e2d;
  width: calc(100% - 578px);
  height: 332px;
  overflow-y: auto;
  padding: 0 15PX;
  overflow-x: hidden
}
.fvb-right a:last-child {
  border-bottom: 0 !important
}
.full-video-b .fvb-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.fvb-left .play-button {
  background-color: #eb1826;
  box-shadow: 0 0 29px #eb182694;
  top: 20px;
  transform: unset;
  left: 20px
}
.fvb-left a:hover .play-button {
  transform: translate(0) rotate(360deg)
}
.fvb-left h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  margin-bottom: 0
}
.fvb-right>a {
  width: 100%;
  color: #fff;
  DISPLAY: FLEX;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #2c344a
}
.fvb-right>a figure {
  width: 136px;
  height: 80px;
  margin-right: 15px;
  position: relative;
  min-width: 136px
}
.fvb-right>a figure img {
  width: 100%;
  height: 100%
}
.fvb-right-text h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px
}
.fvb-right>a:hover h4 {
  text-decoration: underline
}
.fvb-right-text span {
  color: #fff;
  opacity: .6;
  font-size: 13px;
  font-weight: 600
}
.fvb-right>a figure .play-button {
  width: 27px;
  height: 27px;
  background-color: #eb1826;
  box-shadow: 0 0 29px #eb182694;
  top: 10px;
  left: 10px;
  transform: translate(0) rotate(0)
}
.fvb-right>a figure .play-button img {
  max-width: 15px
}
.fvb-right>a:hover figure .play-button {
  transform: translate(0) rotate(360deg)
}
.fvb-right::-webkit-scrollbar {
  width: 12px
}
.fvb-right::-webkit-scrollbar-track {
  background: #394054;
  border-radius: 0
}
.fvb-right::-webkit-scrollbar-thumb {
  background: #eb1826;
  border-radius: 0
}
.full-video-b {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px;
}
.fvb-left {
  width: 578px;
}
.fvb-left a.thumb-shadow {
  position: relative;
  display: block;
}
.fvb-left a.thumb-shadow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
}
.fvb-left figure {
  height: 332px;
}
.full-video-b figure {
  margin: 0;
}
.full-video-b .fvb-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fvb-left .play-button {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  background-color: #eb1826;
  box-shadow: 0 0 29px #eb182694;
  top: 20px;
  transform: unset;
  left: 20px;
}
.fvb-left .play-button img {
  margin-left: 3px;
  max-width: 20px;
  height: 25px !important;
  position: static !important;
}
.fvb-left a:hover .play-button {
  transform: translate(0) rotate(360deg);
}
.yatay2-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 19px 13px 19px;
  width: 100%;
}
.yatay2-text h5 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.fvb-left h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.fvb-right {
  background-color: #191e2d;
  width: calc(100% - 578px);
  height: 332px;
  overflow-y: auto;
  padding: 0 15PX;
  overflow-x: hidden;
}
.fvb-right>a {
  width: 100%;
  color: #fff;
  DISPLAY: FLEX;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #2c344a;
}
.fvb-right a:last-child {
  border-bottom: 0 !important;
}
.fvb-right>a figure {
  margin: 0;
  width: 136px;
  height: 80px;
  margin-right: 15px;
  position: relative;
  min-width: 136px;
}
.fvb-right-text h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}
.fvb-right-text span {
  color: #fff;
  opacity: .6;
  font-size: 13px;
  font-weight: 600;
}
.fvb-right>a figure .play-button {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #eb1826;
  box-shadow: 0 0 29px #eb182694;
  top: 10px;
  left: 10px;
  transform: translate(0) rotate(0);
}
.fvb-right>a figure .play-button img {
  max-width: 15px;
}
.ows-son {
  position: absolute;
  left: 25px;
  top: 22px;
  transform: rotate(-9deg);
  z-index: 9;
}
.ows-son.ow-galeri span u,
.ows-son.ow-video span u {
  position: relative;
  text-decoration: none;
  z-index: 9;
}
.ows-son:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 4px;
  right: 4px;
  z-index: -1;
}
.ows-son.ow-galeri:before,
.ows-son.ow-video:before {
  border-radius: 2px;
  right: -3px;
  top: 3px;
}
.ows-son span {
  height: 36px;
  line-height: 38px;
  font-size: 20px;
  font-weight: 700;
  background-color: #b70b19;
  padding: 0 13px;
  z-index: 1;
  display: block;
  animation: lastMin 1s infinite;
  color: #fff;
}
.ows-son.ow-galeri span,
.ows-son.ow-video span {
  border-radius: 2px;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  background-color: #eb212e;
}
.ows-son.ow-video span {
  animation: none;
}
.ows-son.ow-video span {
  background: #4f5979;
}
.ows-son.ow-galeri span svg,
.ows-son.ow-video span svg {
  margin-right: 9px;
  position: relative;
  z-index: 9;
}
b.kibesvg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  width: 45px;
  overflow: hidden;
  z-index: 1;
  border-radius: 2px;
}
.ows-son.ow-galeri span svg,
.ows-son.ow-video span svg {
  margin-right: 9px;
  position: relative;
  z-index: 9;
  top: unset;
  left: unset;
}
.ows-son.ow-galeri span:after,
.ows-son.ow-video span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #222;
  z-index: 1;
  animation: lastMinGaleri 1s infinite;
  border-radius: 2px;
}
.ows-son.ow-galeri,
.ows-son.ow-video {
  transform: rotate(0);
  top: 22px;
  bottom: unset;
  border-radius: 2px;
  left: 25px;
  right: unset;
}
.ows-son.ow-galeri span {
  animation: none;
}
.ows-son.ow-dikkat span {
  background-color: #08abff;
  color: #fff !important;
  animation: lastMindikkat 1s infinite;
}
.ows-son.ow-dikkat.top-left {
  transform: rotate(-7deg);
  top: 32px;
}
@-webkit-keyframes lastMinGaleri {
  0% {
      background-color: #222
  }
  30% {
      background-color: transparent
  }
  60% {
      background-color: transparent
  }
  90% {
      background-color: #222
  }
  100% {
      background-color: #222
  }
}
@-webkit-keyframes lastMindikkat {
  0% {
      background-color: #222
  }
  30% {
      background-color: #08abff
  }
  60% {
      background-color: #08abff
  }
  90% {
      background-color: #222
  }
  100% {
      background-color: #222
  }
}
.header-charts {
  height: 72px;
  background-color: #222222;
  display: flex;
  align-items: center;
}
rect.highcharts-background {
  fill: transparent !important;
}
.hc-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 16.6%;
  max-width: calc(100% / 6);
  padding: 0px 25px;
  position: relative;
}
.hc-in:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 48px;
  background-color: #10101017;
  top: 50%;
  margin-top: -24px;
}
.hc-in-left span {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.hc-in-left {
  width: 155px;
}
.hc-in-left span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hc-in-left span b {
  font-weight: 400;
}
.hc-in-right {
  width: calc(100% - 155px);
  padding-left: 6px;
}
.hc-in-left p {
  font-size: 18px;
  font-weight: 400;
  color: #32BA5B;
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.hc-down p {
  color: #FD5C56;
}
.hc-in-left p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 10px;
  margin-top: 1px;
  border: 5px solid transparent;
  border-bottom-color: #32BA5B;
}
.hc-down p:before {
  border-top-color: #FD5C56;
  border-bottom: 0;
  margin-top: 6px;
}
.hc-in:last-child:after {
  display: none;
}
.hc-in-left p u {
  text-decoration: none;
}
.hc-in-left p u i {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  margin-top: -2px;
  margin-left: 0px;
}
.hc-in-left p i {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  margin-left: 12px;
}
#owl-mainSlide a,
#owl-mainSlide2 a,
#owl-mainSlide3 a {
  display: block;
  width: 100%;
}
#owl-mainSlide a:before,
#owl-mainSlide2 a:before,
#owl-mainSlide3 a:before,
#owl-manset4 a:before,
#owl-manset5 a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .9) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .9) 90%);
}
#owl-mainSlide a img,
#owl-mainSlide2 a img,
#owl-mainSlide3 a img {
  object-fit: cover;
  min-height: 200px;
  width: 100%;
  height: 462px;
}
#owl-mainSlide a img {
  height: 404px;
}
.dotleft #owl-mainSlide a img {
  height: 462px;
}
#owl-mainSlide a strong,
#owl-mainSlide2 a strong,
#owl-mainSlide3 a strong,
#owl-manset4 a strong,
#owl-manset5 a strong {
  position: absolute;
  left: -4;
  bottom: 15px;
  font-size: 36px;
  color: #fff;
  font-weight: 600 !important;
  font-family: metropolis, sans-serif;
  line-height: 44px;
  padding: 0 17px;
  height: auto;
  height: auto !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mainSlide.dotleft a strong {
  padding-left: 72px !important;
}
#owl-mainSlide2 a img,
#owl-mainSlide3 a img {
  height: 461px;
}
.manset4 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.manset4-left {
  flex: 0 0 740px;
  max-width: 740px;
  position: relative;
}
.manset4-left:after {
  content: "";
  height: 100%;
  width: 12px;
  background-image: url(../img/slideshad.png);
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  right: -12px;
}
#owl-manset4 a.sonaktif strong,
#owl-manset5 a.sonaktif strong {
  padding-right: 60px;
}
.manset4-right {
  flex: 0 0 350px;
  max-width: calc(100% - 740px);
  background: #2E2E2E;
  padding: 20px;
  height: 420px;
  display: flex;
  flex-wrap: wrap;
}
#owl-manset4 .owl-nav,
#owl-manset5 .owl-nav {
  display: none !important;
}
.manset4-right a h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 9px;
}
.manset4-right a:first-child {
  margin-bottom: 20px;
}
.manset4-right a:first-child {
  margin-bottom: 20px;
}
.manset4 .owl-dots {
  width: 1060px;
  background: #000000;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  counter-reset: dots;
}
.manset4 .manset4-right a h3:hover {
  text-decoration: underline;
}
.manset4 .owl-dots button {
  height: 100%;
  width: 46px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: unset;
  border: 0;
  background: transparent;
  line-height: 1em;
  margin-top: -1px;
  margin-right: 4.5px;
}
.manset4 .owl-dots button.active {
  background: #C90914;
}
#owl-manset4 .owl-dot:before,
#owl-manset5 .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.sliderhamburger {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 42px;
}
.sliderhamburger span {
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #F1F1F1;
}
.sliderhamburger:hover {
  background-color: #C90914;
}
.sliderhamburger:hover span {
  background-color: #fff;
}
.sliderhamburger span:last-child {
  margin-bottom: 0;
}
.manset4-left a,
.manset5-left a {
  display: block;
  height: 420px;
  width: 100%;
}
.manset4-left a figure,
.manset5-left a figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.manset4-left a figure img,
.manset5-left a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manset4-right a {
  width: 100%;
  display: block;
  height: 134px;
}
.manset4-right a figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.manset4-right a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manset5 .manset4-left:after {
  display: none;
}
.manset5.manset4 .owl-dots {
  width: 100%;
}
.manset5 .owl-dots button {
  margin-right: 0;
}
.manset5 .manset4-right {
  padding: 0 0 0 20px;
  background: unset;
}
.manset5 .manset4-right a {
  background-color: #fff;
  padding: 20px;
  height: 221px;
}
.manset5 .manset4-right a figure {
  height: 138px;
}
.manset5 .manset4-right a h3 {
  color: #000000;
}
.manset4.mns4 .sliderhamburger {
  width: 55px;
}
.sdf .lastol-in {
  margin-bottom: 20px;
}
.sdf a h3 {
  height: 53px;
}
.dovizdetay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0
}
.dovizdetay-left {
  flex: 0 0 792px;
  max-width: calc(100% - 300px);
  padding: 0 20px 0 0;
}
.dovizdetay-right {
  flex: 0 0 300px;
  max-width: 300px;
}
.tg-collapse {
  flex: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.tg-in {
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
.tg-in ul li {
  padding: 0 16px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.tg-in ul li h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding-left: 12px;
  position: relative;
}
.tg-in ul li h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  width: 4px;
  background-color: #2C98F0;
  margin-top: -12px;
  left: -2px;
}
.tg-in ul li:first-child p {
  display: flex;
  align-items: center;
  color: #9094A1;
  font-size: 12px;
}
.tg-in ul li:first-child p img {
  margin-left: 7px;
}
.tg-in ul li:nth-child(odd) {
  background-color: #f8f9fd;
}
.tg-in ul li:not(:first-child) {
  border-top: 1px solid #e0e3eb;
}
.tg-in ul li:after,
.piyasaozet-bottom li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #2c98f0;
  opacity: 0;
  visibility: hidden;
}
.tg-in ul li:not(:first-child)>p {
  width: calc(100% / 5);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.10px;
  color: #0C0E15;
}
.tg-in ul li a span b {
  font-size: 14px;
  font-weight: 500;
  color: #2c98f0;
}
.tg-in ul li a span {
  line-height: 1em;
}
.tg-in ul li a span i {
  font-style: normal;
  font-size: 12px;
  color: #515562;
  display: block;
  margin-top: 4px;
  line-height: 1em;
}
.tg-in ul li:not(:first-child)>p:last-child {
  position: relative;
  text-align: right;
}
.tg-in ul li:first-child:hover {
  background-color: #fff;
}
.tg-in ul li:first-child {
  width: 100%;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
}
.tg-in ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 114px;
}
.tg-in ul li:hover {
  background: #ECF6FE;
}
.tg-in ul li a img {
  margin-right: 14px;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}
.dovizdetayhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  position: relative;
}
/*murat*/
.dovizdetayhead:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #DEDEDE;
  z-index: 3;
}
.ddh-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.ddh-left:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #3861F6;
  z-index: 4;
}
.ddh-left img {
  margin-right: 13px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  object-fit: cover;
}
.ddh-left b {
  font-size: 22px;
  font-weight: 700;
  color: #131722;
  letter-spacing: -.10px;
  display: block;
  line-height: 1em;
}
.ddh-left span b {}
.ddh-left u {
  text-decoration: none;
  color: #6B6C6E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.10px;
  line-height: 1em;
}
.ddh-right span {
  color: #6B6C6E;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.10px;
  line-height: 1em;
}
.dovizdetaybody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 36px 20px 0;
}
.dovizdetaybody div span {
  line-height: 1em;
  margin-right: 40px;
}
.dovizdetaybody div span u {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #6B6C6E;
  letter-spacing: -.10px;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
}
.dovizdetaybody div span b {
  font-size: 22px;
  color: #131722;
  letter-spacing: -.10px;
  font-weight: 700;
}
.dovizdetaybody div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dovizdetaybody div span:last-child {
  margin-right: 0;
}
.dovizdetaybody div span .up {
  color: #3AB95F;
}
.ddb-in {
  border: 1px solid #E6E6E6;
  padding: 14px 25px 16px 25px;
  margin-bottom: 19px;
}
.ddb-in h1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.10px;
  color: #C90914;
  margin-bottom: 12px;
}
.ddb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ddb-row span {
  display: flex;
  flex: 0 0 50%;
  border-bottom: 1px solid #E6E6E6;
  max-width: calc(50% - 19px);
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 11px;
  margin-bottom: 9px;
}
.ddb-row span u {
  text-decoration: none;
}
.ddb-row span u,
.ddb-row span b {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.ddb-row:last-child span {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ddb-row.ddb-row-full span {
  flex: 0 0 100%;
  max-width: 100%;
}
.ddb-row.ddb-row-full span u {
  width: 240px;
}
.ddb-row.ddb-row-full:first-child span u,
.ddb-row.ddb-row-full:first-child span b {
  font-weight: 700;
}
.ddb-row.ddb-row-full span b {
  width: 102px;
  text-align: left;
}
.ddb-row.ddb-row-full.ddbfirst span u,
.ddb-row.ddb-row-full.ddbfirst span b {
  font-weight: 700;
}
.ddb-row.ddb-row-full span b:nth-child(2),
.ddb-row.ddb-row-full span b:nth-child(3) {
  width: 32px;
}
.ddb-row.ddb-row-full span b:nth-child(4) {
  width: 104px;
}
.ddb-row.ddb-row-full span b:nth-child(5) {
  width: 66px;
}
.ddb-tab {
  width: 100%;
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(0deg, #f1f1f1 0%, #ffffff 30%, #ffffff 100%);
}
.ddb-tab ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*border-bottom: 2px solid #E6E6E6;*/
  position: relative;
  top: -2px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.ddb-tab ul li a {
  display: block;
  margin-right: 40px;
  font-weight: 500;
  color: #6E6C6C;
  font-size: 14px;
  position: relative;
}
.ddb-tab ul li a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  background: #2C98F0;
  height: 2px;
  transition: all .2s ease-in-out;
  transform: translateX(-50%);
}
.ddb-tab ul li a.active:before,
.ddb-tab ul li a:hover:before {
  width: 100%;
}
.chartkrip {
  background: #fff;
  padding: 8px 0 8px 0;
  margin-bottom: 19px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.kriploader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  background: rgba(255, 255, 255, .8);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.kriploader img {
  max-width: 58px;
}
text.highcharts-title tspan {
  font-family: metropolis, sans-serif;
}
.chartkrip>div {
  width: 100%;
  float: none;
  height: 282px;
}
.header-type-3 .nhg-left {
  width: 100%;
}
.header-type-3 .h4b-carousel a {
  max-width: unset;
}
.var4ngh .nhg-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-type-4 .ht-right-in span {
  font-size: 10px;
  font-weight: 700;
  color: #999;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  text-transform: uppercase;
}
.header-type-4 .ht-right-in span b {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  line-height: 1em;
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
}
.header-type-4 .ht-right-in:first-child {
  margin-right: 24px;
}
.header-type-4 .ht-right-in img {
  margin: 0 9px;
}
.header-type-4 .ht-right-in span u {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3em;
}
.header-top {
  z-index: 999;
  position: relative;
}
.nhg-right .ht-right-in ul {
  display: block;
}
.nhg-right .ht-right-in .weatherStatus i {
  margin: 0 9px;
}
.header-type-4 .nhg-left {
  width: 63%;
}
.header-type-4 .nhg-left .h4b-carousel a {
  max-width: 500px;
}
.bb-in {
  background-color: #fff;
  padding: 17px 15px 15px 15px;
  position: relative;
}
.bb-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  position: relative;
}
.bb-1 h5 {
  width: 104px;
  color: #131722;
  font-size: 14px;
  font-weight: 500;
}
button.hbutton:hover svg,
.hizmetekle button:hover svg {
  animation: rightarrow 1s infinite ease-in-out;
}
.bb-1-error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .85);
  border-radius: 2px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  bottom: 100%;
  margin-bottom: 10px;
}
span.bb-1-error svg {
  margin-right: 12px;
}
.bb-in select:focus,
.yasCalc .bb-1 select:focus {
  border-color: #BA281F !important;
  color: #BA281F;
}
.hizmetInfo span {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 1em;
}
.hizmetInfo a {
  font-size: 18px;
  font-weight: 500;
  line-height: 10px;
  color: #000;
}
.hizmetInfo span:first-child {
  width: 15px;
}
.hizmetInfo span:nth-child(2),
.hizmetInfo span:nth-child(3) {
  width: 55px;
}
.hizmetInfoIn {
  margin: 11px 0;
  border-top: 0;
  padding: 34px 0 11px 0;
  border-bottom: 1px dashed #E6E6E6;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hzh2 {
  display: block !important;
}
.hizmetInfoIn>b {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #404040;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.hizmetInfoIn {
  position: relative;
}
.hizmetInfo span:nth-child(4) {
  width: 189px;
}
.hizmetHesapla {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  display: none;
}
.hizmetHesapla.active {
  display: block;
}
.hizmetHesapla button {
  width: 100%;
  border: 0;
  background-color: #BA271F;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 16px;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 12px;
}
.hizmetHesapla button:hover {
  opacity: .88;
}
span.bb-1-error:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  transform: rotate(180deg);
  margin-left: -3px;
  opacity: .985;
}
.bb-in.bb-on {
  display: none;
}
.bb-in.bb-on span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.bb-in.bb-on span u {
  text-decoration: none;
  color: red;
  font-weight: 700;
  color: #49A869;
}
.bb-in.bb-on .hbutton2 {
  margin-top: 0;
}
.bb-in-result {
  width: 100%;
  background-color: #49A869;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 10px;
  margin-top: 18px;
  font-size: 14px;
  position: relative;
}
.bb-in-result:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #49a869;
  margin-left: -6px;
}
.bb-1 .goldto-tur {
  margin-bottom: 0;
}
.bb-1 .radio-cont {
  margin-left: 0;
}
.bb-1-1 {
  margin-bottom: 14px;
}
.bb-1 .goldto-tur input {
  width: 60px;
  padding: 0 14px;
  margin-right: 11px;
}
.bb-1 .goldto-tur b {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.bb-1 .goldto-tur input:focus::placeholder,
.bb-1 .goldto-tur input:focus {
  color: #BA281F;
}
.bb-1 .goldto-tur input:focus {
  border-color: #BA281F;
}
.bb-1 .goldto-tur input:focus::placeholder {
  opacity: 0;
}
button.hbutton {
  width: 100%;
  border: 0;
  color: #fff;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 36px;
  background-color: #BA271F;
  border-radius: 2px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.bb-1 .selectli select {
  width: 100%;
  height: 36px;
  letter-spacing: -.10px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgb(234 234 234);
  padding: 0 34px 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.bb-yolluk .bb-1 h5 {
  width: 121px;
  color: #131722;
  font-size: 14px;
  font-weight: 500;
}
.bb-1.bb-full .selectli {
  width: 100px;
  margin-right: 11px;
}
.bb-1.bb-full>b {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.bb-1.bb-full .selectli {
  margin-right: 11px;
  width: 100px;
}
.bb-1 .selectli {
  width: 150px;
}
.threeCalc .threenews-lig {
  width: 300px;
}
.threeCalc .spor-sondakika {
  width: 300px;
}
.threeCalc .threenews-ad-right {
  width: calc(100% - 640px);
}
.yasCalcin {
  background-color: #fff;
  width: 100%;
  padding: 15px;
}
.yasCalcin .bb-1 h5 {
  width: 130px;
}
.selectli.bb-small {
  width: 45px;
}
.selectli.bb-small select {
  padding: 0 9px;
}
.selectli.bb-medium {
  width: 80px;
}
.selectli.bb-medium select {
  padding: 0 9px;
}
.yasCalcinnResult {
  display: none;
}
.selectli.bb-big {
  width: 219px;
}
.selectli.bb-big select {
  padding: 0 9px;
}
.selectli.mr5 {
  margin: 0 7px;
}
.yasCalc {
  border: 1px solid #E6E6E6;
}
.hizmetekle {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.hizmetInfoIn:first-child {
  padding-top: 34px;
}
.hizmetekle button {
  border: 0;
  background-color: #BA271F;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 16px;
  line-height: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 36px;
  align-items: center;
}
.hizmetekle button:hover {
  opacity: .88;
}
.yasCalcinnResult span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.yccr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.yasCalcinnResult h3 {
  margin-bottom: 15px;
  font-size: 16px;
}
.yccr-in ul li {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.yccr span {
  font-weight: 600;
}
.yccr-in ul li span:first-child,
.yccr span:first-child {
  width: 380px !important;
  text-align: left;
}
.yccr-in ul li span,
.yccr span {
  text-align: left;
}
.yccr-in ul li b {
  color: #131722;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 10px;
}
.pc-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6E6E6;
}
.pc-loading svg {
  animation: pcloading .6s infinite linear;
}
.threenews-lig .bodybutter {
  border: 1px solid #E6E6E6;
}
.threeCalc .bb-1 h5 {
  width: 113px;
}
.threeCalc .bodb .bb-1 h5 {
  width: 101px;
}
.right .pc-loading {
  border: 0;
}
@keyframes pcloading {
  from {
      transform: rotate(0);
  }
  to {
      transform: rotate(360deg);
  }
}
.maasCalc .yasCalcin .bb-1 h5 {
  min-width: 210px;
}
.selectli.bb-big-full {
  width: 100%;
}
.maasCalc .bb-1>u {
  text-decoration: none;
  color: #131722;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0 7px;
}
.selectli.bb-med2 {
  width: 99.5px;
}
input.bb-1-half {
  width: 100%;
  height: 36px;
  letter-spacing: -.10px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgb(234 234 234);
  padding: 0 34px 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  width: 219px;
}
.bb-1 .selectli.bb-half {
  width: 219px;
}
.bb-half-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bb-half-2>div:first-child {
  margin-right: 7px;
}
.selectli.bb-half>i {
  font-style: normal;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
input.bb-1-half:focus {
  border-color: #BA281F;
  color: #BA281F;
}
input.bb-1-half:focus::placeholder {
  opacity: 0;
}
.bb-half-2 .selectli img {
  top: unset;
  bottom: 15px;
}
.bb-1 input[type="checkbox"] {
  appearance: checkbox;
  margin-left: 0;
  -webkit-appearance: checkbox;
}
.terfi1,
.yabanci {
  display: none;
}
.terfi1.active,
.yabanci.active {
  display: flex;
}
.bb-1.yabanci .selectli.bb-half {
  width: 135.5px;
}
.maasCalc .bb-1>label {
  font-style: normal;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  margin-left: 3px;
}
.selectli.bb-half h3 {
  font-style: normal;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  margin-top: 21px;
}
input.bb-1-half::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
}
.maasCalcResult {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  border: 1px solid #E6E6E6;
  padding: 0;
}
.maasCalcResult ul.mcrHead {
  background-color: #BA281F;
  color: #fff;
  padding: 5px 15px;
}
.maasCalcResult ul li {
  color: #131722;
  font-size: 14px;
  font-weight: 500;
}
.maasCalcResult ul.mcrHead li {
  color: #fff;
  border: 0;
  padding: 5px 0;
  font-weight: 600;
}
.maasCalcResult ul {
  padding: 5px 15px;
}
.maasCalcResult ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.maasCalcResult ul li:last-child {
  border: 0;
}
.maasCalcResult ul li span:first-child {
  width: calc(100% - 270px);
  display: block;
}
.maasCalcResult ul li span:nth-child(2) {
  width: 120px;
  text-align: right;
}
.maasCalcResult ul li span:nth-child(3) {
  width: 100px;
  text-align: right;
}
.maasCalcResult .ntitle {
  border-bottom: 0;
}
.mmasb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mmasb button {
  border: 0;
  color: #fff;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 36px;
  background-color: #BA271F;
  border-radius: 2px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  line-height: 12px;
  transition: opacity .2s ease-in-out;
}
.mmasb button:first-child {
  margin-right: 10px;
  background-color: #5cb85c;
}
.mmasb button:hover {
  opacity: .88;
}
.spor-sondakika-bottom.threenews-lig .bodybutter {
  border: 0;
}
.sinema-top {
  height: 380px;
  width: 100%;
  background-color: #221F2B;
  position: relative;
  padding: 16px 0 23px 0;
}
.sinema-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .35;
  background-image: url(../img/bg/sinemabg.png);
  background-size: cover;
  z-index: 0;
}
.sinema-popular-frag a figure:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .2s ease-in-out, opacity .2s ease-in-out, transform .35s ease-in-out;
  background-image: url(../img/icons/sinemaplaybig.png);
  z-index: 9;
}
.sinema-top-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.sinema-top h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
.sinema-top h3 b:first-child {
  opacity: .4;
}
.sinema-top h3 b:nth-child(2) {
  opacity: .7;
}
.sinema-top h3 b:last-child {
  opacity: .4;
}
.sinema-top .container {
  position: relative;
  z-index: 9;
}
.owl-sinema-in {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
}
.owl-sinema-in:last-child {
  margin-right: 0;
}
.owl-sinema-in .thumbnail {
  float: left;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.owl-sinema-in .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-sinema-in .thumbnail ul {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
figure {
  margin: 0;
}
.owl-sinema-in .thumbnail ul:before {
  position: absolute;
  content: "";
  top: calc(-50% + 26px);
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.owl-sinema-in .thumbnail ul li {
  display: block;
  position: relative;
  z-index: 2;
}
.owl-sinema-in .thumbnail ul li p {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  padding: 0 13px;
  border-radius: 20px;
  font-size: 10px;
  text-transform: uppercase;
}
.owl-sinema-in span {
  font-weight: 600;
  display: block;
  margin-top: 0px;
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.owl-sinema-in .thumbnail ul li p.lang {
  background: #EF5D33;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}
.owl-sinema-in .thumbnail ul li p.quality {
  background: #2292D5;
  text-transform: capitalize;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 500;
}
.owl-sinema-in:hover .thumbnail ul {
  visibility: visible;
  opacity: 1;
}
#owl-sinema .owl-nav {
  display: block !important;
}
#owl-sinema .owl-nav button {
  background-color: rgba(239, 93, 51, 0.95) !important;
  width: 28px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -40px;
}
#owl-sinema .owl-nav button:hover {
  background-color: rgba(240, 91, 40, 0.95) !important;
}
#owl-sinema .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}
#owl-sinema .owl-nav .owl-next {
  transform: rotate(180deg);
  right: 1px;
  border-radius: 0 3px 3px 0;
}
#owl-sinema .owl-nav button img {
  opacity: 1;
  margin: 0 auto;
}
#owl-sinema .owl-nav button.owl-prev img {
  transform: rotate(0);
}
#owl-sinema .owl-nav button:hover {
  background: rgba(239, 93, 51, 1) !important;
}
.pt40 {
  padding-top: 40px;
}
button {
  border: 0;
}
button.owl-prev.disabled {
  display: block !important;
}
.sinema-left {
  width: calc(100% - 330px);
  float: left;
}
.sinema-right {
  width: 300px;
  float: right;
}
.sinema-left-in {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 1px 2px rgb(17 21 25 / 27%);
  display: flex;
  margin-bottom: 20px;
}
.sinema-left-in a figure {
  width: 184px;
  height: 250px;
  overflow: hidden;
}
.sinema-left-in a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sli-right {
  padding: 2px 0 0 20px;
}
.sli-right h2 {
  font-size: 19px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
  transition: color .2s ease-in-out;
}
.sli-right span {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sinema-popular-frag {
  padding: 5px 20px 20px 20px !important;
}
.sli-right span i {
  font-style: normal;
  color: #8A8A8A;
}
h3.smndt {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  color: #000;
}
.sli-right p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
.sli-right-title:hover h2 {
  color: #EF5D33;
}
#owl-sinema .owl-dots {
  position: absolute;
  right: 0;
  top: -41px;
}
#owl-sinema .owl-dots button {
  padding: 0;
  background: #EF5D33;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  margin-left: 5px;
  transition: all .35s ease-in-out;
}
#owl-sinema .owl-dot:before {
  display: none;
}
#owl-sinema .owl-dots button.active {
  width: 20px;
}
a.fragmanbutton {
  position: relative;
  margin-top: 13px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  line-height: 32px;
  background-color: #EF5D33;
  border-radius: 16px;
  padding: 0 12px 0 19px;
}
a.fragmanbutton span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
a.fragmanbutton span svg {
  margin-left: 12px;
  transition: transform .35s ease-in-out;
}
a.fragmanbutton:hover svg {
  transform: rotate(360deg);
}
.full-sManset {
  height: 370px;
  width: 100%;
  background-color: #221F2B;
  position: relative;
  padding: 20px 21px 23px 21px;
  margin-bottom: 20px;
}
.full-sManset .sinema-top-t a:hover {
  text-decoration: underline !important;
}
.full-sManset:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .35;
  background-image: url(../img/bg/sinemabg.png);
  background-size: cover;
  z-index: 0;
}
.full-sManset .sinema-top-t {
  position: relative;
  z-index: 5;
  margin-bottom: 16px;
}
.full-sManset .sinema-top-t h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.full-sManset .sinema-top-t h3 b {
  opacity: .4;
}
.full-sManset .sinema-top-t a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.full-sManset .sinema-top-t a svg {
  margin-left: 8px;
  transition: transform .2s ease-in-out;
}
.full-sManset .sinema-top-t a:hover svg {
  animation: rightarrow 1s infinite ease-in-out;
}
.full-sManset .owl-sinema-in .thumbnail {
  height: 252px;
}
.full-sManset .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1px;
  margin-top: -14px;
  left: -21px;
}
.full-sManset .owl-nav .owl-next {
  transform: rotate(180deg);
}
.full-sManset .owl-nav button {
  height: 28px;
  width: 40px;
  background-color: #F1F1F1;
  border-radius: 0 14px 14px 0;
  transition: background-color .2s ease-in-out;
}
.full-sManset .owl-nav button:hover {
  background-color: #d3d0d0;
}
.full-sManset .owl-nav button img {
  padding: 0;
  margin-left: 5px;
}
.full-sManset .owl-nav button.owl-next img {
  margin-left: 5px;
}
div#videoPostHead.sinemavph:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .35;
  background-image: url(../img/bg/llk.jpeg) !important;
  background-size: cover;
  z-index: 0;
  height: 100%;
}
div#videoPostHead.sinemavph:after,
.sinemavph .videoPostHead .contentArea:after,
.sinemavph .videoPostHead .contentArea:before,
.sinemavph .videoPostHead:before {
  display: none;
}
div#videoPostHead {
  background: linear-gradient(45deg, rgb(8 15 43) 0%, rgb(11 24 78) 100%);
}
.sinemavph i.videoIcon.center {
  background: #ef5d33;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  transition: transform .2s ease-in-out;
  box-shadow: unset !important;
  margin: -16px 0 0 -16px;
}
.videoPostHead .contentArea .rightPosts ul li i.videoIcon:before {
  display: none;
}
.videoPostHead .contentArea .rightPosts ul li i.videoIcon svg {
  margin-left: 2px;
}
.sinemavph .videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-track {
  background: #00000047;
}
.sinemavph .videoPostHead .contentArea .rightPosts ul::-webkit-scrollbar-thumb {
  background: #ef5d33;
}
.sinema-popular-frag {
  box-shadow: 0px 1px 2px rgb(17 21 25 / 27%) !important;
}
.sli-right span b {
  background-color: #EF5D33;
  display: inline-block;
  padding: 0 9px;
  border-radius: 9px;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 12px;
  line-height: 17px;
  height: 18px;
}
.sli-right span b:nth-child(2) {
  margin-left: 8px;
  background-color: #2292D5;
}
.sinema-popular-frag a {
  margin-top: 12px !important;
  width: 124px !important;
}
.sinema-popular-frag a figure {
  height: 170px !important;
}
.num-pagination {
  width: 100%;
  height: 60px;
  display: flex;
  ALIGN-ITEMS: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgb(17 21 25 / 27%);
}
.num-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.num-pagination ul a {
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  transition: all .2s ease-in-out;
  margin-right: 44px;
  position: relative;
}
.num-pagination ul li a.active,
.num-pagination ul li a:hover {
  color: #EF5D33;
}
.num-pagination ul a:after {
  content: "";
  position: absolute;
  right: -22px;
  height: 20px;
  width: 1px;
  background-color: #EAEAF5;
}
.num-pagination ul>a:last-child:after {
  display: none;
}
.num-pagination ul>a.active svg path,
.num-pagination ul>a:hover svg path {
  fill: #000;
}
.num-pagination ul>a svg path {
  opacity: 1;
  fill: #DFDFE5;
  transition: fill .2s ease-in-out;
}
.sinema-cok {
  width: 100%;
  margin-bottom: 27px;
}
.scok-in {
  width: 100%;
  display: block;
  margin-bottom: -20px;
}
.scokin {
  box-shadow: 0px 1px 2px rgb(17 21 25 / 27%);
  background-color: #fff;
  width: 250px;
  margin-bottom: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.scok-out {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.scokin a {
  width: 100%;
  display: block;
  position: relative;
}
.scokin a figure {
  width: 100%;
  height: 154px;
  position: relative;
}
.scokin a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scokin>a>span {
  position: absolute;
  top: 15px;
  left: 19px;
  z-index: 1;
  text-align: center;
  background-color: #EF5D33;
  display: inline-block;
  padding: 0 9px;
  border-radius: 9px;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 12px;
  line-height: 17px;
  height: 18px;
}
.scokin>a>figure b {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #ef5d33;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-radius: 100%;
  transition: transform .2s ease-in-out;
}
.scokin a figure:hover b {
  transform: rotate(360deg);
}
.scokin>a>figure b svg {
  margin-left: 5px;
}
.scok-bottom {
  width: 100%;
  background-color: #fff;
  padding: 25px 20px 14px 20px;
}
.scok-bottom h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 21px;
  margin-bottom: 10px;
  transition: color .2s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.scok-bottom h2:hover {
  color: #ef5d33;
}
.scok-bottom span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.scok-bottom span b {
  font-weight: 500;
  color: #8A8A8A;
}
.lastol-in a,
.threenews-out,
div#owl-mainSlide,
.onecikantab,
.threenews-out,
.sixNewsSymmetry .newsBox,
#home>.bottom>.right>div>div,
.twoLineNews>div>div>div,
#home>.bottom>.left .sixNews .right>div>div a,
#home>.bottom>.left .sixNews .left div:not(:first-child) a,
#home>.bottom>.left .sport,
a.newsBox,
.popularNewsBox>div,
.right .spor-son-lig,
#agenda .center>div table,
.right .newdovizex,
.right .newgoldto,
.kyif-in,
.yr-in,
.gazeteler-top,
.gazete-detay-left,
.gazete-dr-gun,
.gazete-dm-in,
.nobetci-kat,
.nkbd-in,
#editorTool2,
.yazar-detay-left,
.ydl-top.fixa,
.manset5 .manset4-right a {
  box-shadow: 0 1px 2px rgb(17 21 25 / 27%) !important;
}
.nwrsd .right .spor-son-lig,
.haberSingle a.newsBox,
.haberSingle .popularNewsBox>div,
#home>.bottom>.right>div .newdovizex,
#home>.bottom>.right>div .newgoldto,
#home>.bottom>.right>div .newsBox,
#home>.bottom>.right>div .popularNewsBox,
#home>.bottom>.right>div .rk {
  box-shadow: unset !important;
}
#newsRead .top .siteMap li:nth-child(2) i {
  display: none;
}
.alt-full>.container {
  padding: 0;
}
.alt-full {
  width: 100%;
}
.alt-full .full-sManset .owl-nav button img {
  margin-left: -3px;
  margin-bottom: .5px;
}
.alt-full .full-sManset .owl-nav button.owl-next img {
  margin-left: -4px;
}
.threenews-out.yzrr.yzrr2 .threenews-ad {
  background-color: #222;
}
.threenews-out.yzrr.yzrr2 .threenews-ad>svg {
  display: none;
}
.yzrr2 .threenews-yazar-in .tyi-in {
  background-color: transparent;
  border: solid 1px #55575a;
}
.yzrr2 .tyi-in-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yzrr2 .tyi-in-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.yzrr2 .tyi-in-top figure {
  margin: 0;
  border: solid 1px #55575a;
  padding: 5px;
  width: 100px;
  height: 100px;
}
.yzrr2 .tyi-in-bottom a {
  color: #fff;
  text-align: center;
}
.yzrr2 .tyi-in-bottom a {
  color: #fff;
  text-align: center;
}
.yzrr2 .tyi-in-right a:hover h5 {
  color: rgba(255, 255, 255, .6) !important;
}
.yzrr2 .tyi-in-bottom a:hover {
  color: #fff !important;
}
.yzrr2 .tyi-in-bottom>span {
  font-size: 14px;
  color: rgba(255, 255, 255, .6) !important;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.yzrr2 a.yzrr2col {
  margin-top: 40px;
  color: #f71515 !important;
  font-weight: 500;
  font-size: 14px;
}
.yzrr2 a.yzrr2col:hover {
  color: #f71515 !important;
}
.yzrr2 .tyi-in-right>a {
  margin: 20px 0 5px 0;
}
.yzrr2 .tyi-in-right h5 {
  color: rgba(255, 255, 255, .6);
}
.yzrr2 .tyi-in-right span {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .threeCalc .yasCalc .bb-1 h5 {
      width: 100%;
  }
  .threeCalc .yasCalc .bb-1 {
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .threeCalc .yasCalc .bb-1 .selectli {
      margin-top: 10px;
  }
  .yasCalcin {
      padding: 10px 15px;
  }
  .threeCalc .threenews-ad-right {
      width: 300px;
  }
  .threeCalc .spor-sondakika {
      display: none;
  }
}
@media screen and (max-width: 1580px) {
  .header-charts {
      overflow: hidden;
      overflow-x: scroll;
      height: 50px;
  }
  .hc-in {
      max-width: 218px;
      flex: 0 0 218px;
      padding: 0 15px;
  }
  .hc-in-left {
      width: 115px;
  }
  .hc-in-left span {
      font-size: 11px;
  }
  .hc-in-left p {
      font-size: 13px;
      margin-top: 4px;
      padding-left: 12px;
  }
  .hc-down .hc-in-left p:before {
      width: 8px;
      border: 4px solid transparent;
      border-bottom-color: #FD5C56;
      top: 4px;
      margin-top: 5px;
      transform: rotate(180deg);
  }
  .hc-in-left p:before {
      width: 8px;
      border: 4px solid transparent;
      border-bottom-color: #32BA5B;
      top: 4px;
  }
  .hc-in-right {
      padding-left: 0;
      width: calc(100% - 130px);
  }
  .highcharts-container,
  .highcharts-root {
      width: 100% !important;
  }
}
.header-charts::-webkit-scrollbar-track,
.ddb-tab ul::-webkit-scrollbar-track {
  opacity: 0;
  width: 0;
  background: transparent;
  visibility: hidden;
  height: 0;
  display: none;
}
.header-charts::-webkit-scrollbar,
.ddb-tab ul::-webkit-scrollbar {
  opacity: 0;
  width: 0;
  background: transparent;
  visibility: hidden;
  height: 0;
  display: none;
}
.header-charts::-webkit-scrollbar-thumb,
.ddb-tab ul::-webkit-scrollbar-thumb {
  opacity: 0;
  width: 0;
  background: transparent;
  visibility: hidden;
  height: 0;
  display: none;
}
.thr-in {
  background: #ffffff1c;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.thrselect {
  width: 250px;
  margin: 0 12px;
  position: relative;
}
.alt-cat.alt-cat-havadurumu.alt-cat-din {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thrselects {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thr-in:after {
  border-width: 0 6px 6px 6px;
  content: '';
  border-style: solid;
  display: block;
  border-color: transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  transform: rotate(180deg);
}
.thrselect .selectli-svg-in ul li:hover {
  background-color: #f4f4f4;
}
.fancybox-inner .customHTML {
  display: none;
}
img.tabloicon {
  margin-right: 7px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  object-fit: cover;
}
.cifticon img:last-child {
  bottom: 0;
  right: 0;
  position: absolute;
}
.cifticon {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  user-select: text !important;
}
.cifticon img:first-child {
  top: -1px;
  left: -1px;
  position: absolute;
  z-index: 1;
}
.cifticon img {
  margin: 0;
}
.cb-veri-full .cb-veri ul li a img {
  margin-right: 7px;
  width: 18px;
  height: 18px;
}
.header-type-4 .ht-right-in span u em {
  display: block;
  font-style: normal;
}
.leftdarkmenu form.newheadersearch {
  background: #292929;
  border-bottom: 1px solid #dddddd3b;
}
.leftdarkmenu .newheadersearch a.openSearch {
  color: #5F5F5F;
}
.left-menu.leftdarkmenu {
  background: #1E1E1E;
}
.leftdarkmenu .left-menu-body li a {
  border-bottom: 1px solid #dddddd3b;
  color: #A3A3A3 !important;
}
.leftdarkmenu .left-menu-body li a:hover {
  color: #fff !important;
}
.leftdarkmenu input#newheaderSearchInput,
.leftdarkmenu input#newheaderSearchInput::placeholder {
  color: #A3A3A3;
  opacity: 1;
}
i.left-menu-off svg path {
  fill: #A3A3A3 !important;
}
.haberSingle .sixNews {
  margin-top: 18px;
  margin-bottom: -15px;
}
#newsRead .haberSingle .bottom .left .commentForm {
  margin-top: 18px;
}
#newsRead .bottom .left .comments {
  margin-bottom: 24px;
}
@media screen and (max-width: 990px) {
  #newsRead .top h2 {
      font-weight: 600;
      line-height: 25px;
      font-size: 16px;
      color: #373737;
  }
  #newsRead .bottom .left .detail p {
      font-weight: 500;
      font-size: 16px;
  }
  #newsRead .top h1 {
      margin-top: 14px;
  }
  .threeCalc .threenews-lig,
  .threeCalc .threenews-ad-right {
      width: 100%;
  }
  #newsRead .bottom .left .detail>.mobileg-g {
      margin-bottom: 14px !important;
  }
  #newsRead .top .siteMap li a,
  #newsRead .top>time b {
      font-size: 13px;
  }
  #newsRead .bottom .left .detail h3,
  #newsRead .bottom .left .detail h2,
  #newsRead .bottom .left .detail h4,
  #newsRead .bottom .left .detail h5,
  #newsRead .bottom .left .detail h6 {
      margin-bottom: 9px !important;
      line-height: 27px;
  }
  #newsRead .bottom .left .detail ol li:before {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 1px;
      font-weight: 600 !important;
      font-size: 13px;
  }
  .relatedContent {
      overflow: unset;
  }
  #newsRead .bottom .left .detail .relatedContent>strong {
      top: -14px;
      display: none;
  }
  .haberSingle:after {
      margin-bottom: 16px;
  }
  #newsRead .bottom .left .detail blockquote {
      padding-left: 21px;
  }
  #newsRead .top>time {
      top: 4px;
  }
  .fllf {
      display: none;
  }
  #newsRead .top .siteMap li i+a {
      margin-right: 23px;
  }
  #newsRead .top .siteMap li i:before {
      margin-right: -1px;
  }
  .threeCalc .threenews-lig {
      margin-bottom: 10px;
  }
  #newsRead .bottom .left .comments {
      margin-bottom: 24px;
  }
  #newsRead .bottom .left .detail .relatedContent a img,
  .yazar-detay-right .relatedContent a img {
      margin-right: 20px;
      height: 100% !important;
      width: 270px;
      object-fit: cover;
      border-radius: var(--birfanatik-radius) 0 0 var(--birfanatik-radius);
      max-width: 132px;
      margin-right: 15px;
  }
  #newsRead .bottom .left .detail .relatedContent a {
      height: 92px;
      padding-right: 15px;
      border-radius: 0;
      display: flex;
      align-items: center;
  }
  #newsRead .bottom .left .detail .relatedContent a em,
  .yazar-detay-right .relatedContent a em {
      display: none;
  }
  #newsRead .bottom .left .detail .relatedContent a strong {
      font-size: 16px;
      line-height: 23px;
      white-space: unset;
      word-wrap: unset;
      overflow: unset;
      height: unset;
  }
  #newsRead .bottom .left .detail .relatedContent .ilgiliplay img,
  .yazar-post .relatedContent .ilgiliplay img {
      margin-right: 0;
  }
  #newsRead .bottom .left .comments {
      margin: 15px 0;
  }
  .haberSingle .sixNews {
      margin-top: 10px;
  }
  .header-charts {
      display: none;
  }
  .hc-in-left p u,
  .hc-in-left p i {
      font-size: 13px;
  }
  .ddb-in.ddb-inscroll {
      overflow: hidden;
      overflow-x: scroll;
  }
  .ddb-row.ddb-row-full.ddbfirst {
      width: 550px;
      padding-right: 15px;
  }
  .ddb-row.ddb-row-full {
      width: 550px;
      padding-right: 15px;
  }
  .dovizdetay {
      padding: 15px 0;
  }
  .ddb-in {
      padding: 15px;
      margin-bottom: 10px;
  }
  .chartkrip {
      padding: 5px ​15px 15px 15px;
      margin-bottom: 10px;
  }
  .dovizdetay {
      padding: 12px 0;
  }
  .ddb-row {
      flex-direction: column;
      align-items: flex-start;
  }
  .hc-in-left p u i {
      font-size: 10px;
      margin-top: -4px;
      margin-left: 2px;
  }
  text.highcharts-title tspan:nth-child(2) {
      display: none;
  }
  text.highcharts-title tspan {
      font-size: 14px;
  }
  .ddb-row span {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
  }
  .ddb-row:last-child span {
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 9px;
      padding-bottom: 9px;
  }
  .ddb-row:last-child span:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
  }
  .dovizdetaybody {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 18px;
      margin-bottom: 22px;
  }
  .dovizdetaybody div span {}
  .dovizdetaybody div {
      width: 100%;
      flex-wrap: wrap;
  }
  .dovizdetaybody div span {
      margin-bottom: 13px;
      margin-right: 20px;
  }
  .dovizdetaybody div.ddb-right span:last-child {
      margin-bottom: 0;
  }
  .ddb-left {
      margin-bottom: 1px;
  }
  .ddb-tab {
      margin-top: 13px;
      position: relative;
  }
  .ddh-left u {
      font-size: 13px;
  }
  .ddh-right span {
      font-size: 13px;
  }
  .ddh-left img {
      margin-right: 10px;
  }
  .dovizdetaybody div span u {
      font-size: 13px;
      margin-bottom: 6px;
  }
  .dovizdetaybody div span b {
      font-size: 18px;
  }
  .ddb-tab ul {
      overflow: hidden;
      overflow-x: scroll;
      margin-bottom: 8px;
      position: relative;
      border-bottom: 0;
      padding-bottom: 12px;
  }
  .ddb-tab:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      bottom: 2px;
      background: #E6E6E6;
  }
  .ddb-tab ul li a:before {
      bottom: -10px;
      z-index: 9;
  }
  .ddb-tab ul li a {
      min-width: max-content;
      width: max-content;
      margin-right: 24px;
      font-size: 14px;
  }
  .sdf a h3 {
      height: unset;
  }
  .manset4 {
      margin-bottom: 10px;
      padding: 0;
      width: calc(100% + 20px);
      margin-left: -10px !important;
      display: block !important;
  }
  .manset4 .owl-dots {
      max-width: 100%;
      width: 100%;
  }
  .manset4-right {
      display: none;
  }
  .manset4-left {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .manset4-left:after {
      display: none;
  }
  .manset4-left a,
  .manset5-left a {
      height: 254px;
  }
  #owl-manset4 a.sonaktif strong {
      padding-right: 70px;
  }
  .manset4 .owl-dots,
  .manset5.manset4 .owl-dots {
      position: relative;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #fff;
      height: 32px;
      justify-content: center;
  }
  .manset4 .owl-dots button,
  .manset5.manset4 .owl-dots button {
      border: 0;
      background-color: #FFFFFF;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      color: #222222;
      margin-right: 8px;
      width: 28px;
      height: 28px;
      padding: 0;
      line-height: 28px;
      min-width: 28px;
      min-height: 28px;
  }
  .sliderhamburger {
      height: 32px;
      width: 33px;
  }
  .manset5.manset4 a strong,
  .manset4 a strong {
      padding: 0 14px;
      font-size: 24px !important;
      line-height: 30px !important;
      font-weight: 700 !important;
      max-width: 100%;
      align-items: flex-end;
      height: unset;
      display: -webkit-box;
      width: 100%;
      bottom: 15px;
      top: unset;
  }
  #owl-manset4 a.sonaktif strong,
  #owl-manset5 a.sonaktif strong {
      padding-right: 50px;
  }
  .sliderhamburger span {
      background: #e2e3e4;
  }
  .manset4 .owl-dots button,
  .manset5.manset4 .owl-dots button {
      border: 0;
      box-shadow: unset;
      padding: 0;
      margin-right: 3px;
      background: #e2e3e4;
      border: 0;
      border-radius: 100%;
      width: 12px !important;
      height: 12px !important;
      padding: 0;
      min-width: unset;
      min-height: unset;
  }
  #owl-manset4 .owl-dot:before,
  #owl-manset5 .owl-dot:before {
      display: none;
  }
}
.namaz-vakit-israk ul li p {
  font-size: 14px;
}
.namaz-vakit-israk ul li {
  width: unset;
  margin-right: 40px;
}
.namaz-vakit-israk ul li:last-child {
  margin-right: 0;
}
.thrselect .selectli-svg-in {
  border-radius: 0;
  top: 100%;
  right: 0;
  box-shadow: unset;
}
.thrselect .selectli-svg-in:before {
  display: none;
}
.thrselects .selectli-place {
  border-radius: 0;
}
.thrselect .selectli-place input {
  height: 36px;
  line-height: 36px;
}
.thrselect .selectli-svg-in:after {
  border-radius: 0;
  height: calc(100% - 56px);
}
.thrselect .selectli-svg-in ul li a {}
.thrselect .selectli-place:after {
  z-index: 99;
  width: calc(100% + 10px);
}
.thrselect .selectli-place img {
  top: 18px;
}
.thrselect.active .selectli-svg-in {
  opacity: 1;
  visibility: visible;
}
.thrselect.active .thr-in:after {
  transform: unset;
}
header path.highcharts-grid-line {
  display: none;
}
.header-charts {
  z-index: 998 !important;
}
.ows-son.ow-dikkat.top-right {
  bottom: unset !important;
  top: 31px !important;
  right: 22px !important;
  left: unset !important;
}
.ows-son.ow-dikkat.bottom-right {
  top: unset !important;
  bottom: 31px !important;
  right: 22px !important;
  left: unset !important;
}
.ows-son.ow-dikkat.top-left {
  right: unset !important;
  left: 22px !important;
  bottom: unset;
  top: 31px;
}
.ows-son.ow-dikkat.bottom-left {
  top: unset !important;
  bottom: 31px !important;
  left: 22px !important;
  right: unset !important;
}
a.sonaktif .ows-son.ow-dikkat.bottom-right {
  right: 60px !important;
}
a.sonaktif .ows-son.ow-dikkat.top-right {
  right: 60px !important;
}
time.newtime {
  text-align: right;
  width: 100%;
  display: block;
  color: rgb(255 255 255 / 30%);
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
}
time.newtime b {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 6px;
}
time.newtime b:after {
  content: "";
  position: absolute;
  right: 0;
  height: 17px;
  width: 1px;
  background: rgb(255 255 255 / 30%);
  top: 50%;
  margin-top: -8px;
}
.fllf-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fllf-right time.newtime {
  width: auto;
  color: #222;
  margin: -4px 0px 0 14px;
  font-size: 14px;
  font-weight: 500;
}
.fllf .news-abone {
  margin-top: -4px;
}
.fllf-right time.newtime b:after {
  background: #222;
}
ul.mobileexit {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 12px 0;
  min-width: 200px;
  z-index: 3;
  transition: .3s;
  box-shadow: 0 2px 4px rgb(0 0 0 / 49%);
  border-radius: 2px;
  margin-top: -13px;
  width: 200px;
  height: auto;
  margin-top: 10px;
  display: block;
  -webkit-transform-origin: top left;
  transform-origin: top right;
  -webkit-transform: scale(.2, .2);
  transform: scale(.2, .2);
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
}
.hm-in-right ul li {
  position: relative;
}
ul.mobileexit li {
  text-align: left;
  width: auto;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 32px;
  border-right: 0;
  padding: 0 16px;
  transition: background-color .2s ease-in-out;
}
ul.mobileexit li a {
  font-size: 15px !important;
  font-weight: 500 !important;
  position: relative;
  line-height: 30px !important;
  display: block;
  height: 30px;
  width: 100%;
  color: #222 !important;
  text-transform: none !important;
  margin-right: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-radius: 0;
  border: 0;
}
ul.mobileexit li a span {
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
  background: unset;
  padding-bottom: 3px;
  background-color: unset !important;
}
.mobileexit li a svg path {
  fill: #222 !important;
  opacity: 1;
}
.mobileexit li a div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobileexit li a svg {
  margin-right: 8px;
}
@media screen and (max-width: 580px) {
  .full-sManset .sinema-top-t h3 {
      font-size: 16px;
  }
  .full-sManset {
      margin-bottom: 10px;
      padding: 15px;
      height: 355px;
  }
  .bodybutter.bodb.vc-main form#vucut-yag-orani-form .bb-1 b {
      display: none;
  }
  .threenews-out {
      box-shadow: unset !important;
  }
  .hm-in-right ul li ul.mobileexit.active {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  time.newtime {
      display: none;
  }
  .owl-item a.sonaktif .ows-son.ow-dikkat.top-right,
  a.sonaktif .ows-son.ow-dikkat.bottom-right {
      right: 40px !important;
  }
  .owl-item .ows-son.ow-dikkat.top-right,
  .owl-item .ows-son.ow-dikkat.bottom-right {
      right: 10px !important;
  }
  .cb-veri-full .cb-ver-head span:first-child {
      width: 81px !important;
      margin-right: 36px !important;
  }
  .cb-veri-full .cb-veri ul li a {
      width: 81px;
  }
  .thr-in {
      text-align: left;
      padding-left: 10px;
      font-size: 13px;
  }
  .thr-in:after {
      right: 10px;
  }
  .thrselect {
      margin: 0 5px 0 0;
  }
  .thrselect:last-child {
      margin-right: 0;
  }
  .alt-cat-havadurumu .thrselects ul {
      display: block !important;
  }
  .thrselect.active .selectli-svg-in {
      left: 0;
      right: unset;
  }
  .alt-cat.alt-cat-havadurumu.alt-cat-din {}
  .thrselect:last-child .selectli-svg-in {
      left: unset;
      right: 0;
  }
  .thrselect:nth-child(2) .selectli-svg-in {
      left: -70px;
  }
  .alt-cat.alt-cat-havadurumu.alt-cat-din {
      z-index: 999999;
      position: relative;
  }
  .thrselect .selectli-place input {
      font-size: 13px !important;
  }
  g.highcharts-label.highcharts-tooltip.highcharts-color-undefined {
      display: none;
  }
  .container .nPMatches ul.fDatas li.takimlar {
      width: 100% !important;
      float: unset !important;
  }
  .container .nPMatches .nPMatch .tumOranlar,
  .container .nPMatches ul.fDatas {
      display: block !important;
  }
  .sHeader.headerS {
      display: none !important;
  }
  .container .nPMatches .nPMatch .tumOranlar {
      display: none !important;
  }
  .container .nPMatches ul.fDatas li.mbs {
      margin-right: 10px !important;
  }
  .cb-veri ul li {
      padding-left: 10px;
      height: auto;
      min-height: 40px;
  }
  .ct-borsa {
      padding: 10px;
  }
  .cb-ver-head {
      padding-left: 10px;
  }
  .cb-veri-full .cb-veri ul li a {
      width: 81px;
  }
  .cb-veri-full .cb-ver-head span:first-child {
      width: 81px;
      margin-right: 36px;
  }
  .container .iddaaP .chooseSport {
      float: unset !important;
      display: flex !important;
      flex-wrap: wrap !important;
      width: 100% !important;
      height: unset !important;
  }
  .container .iddaaP .chooseSport ul {
      float: unset !important;
      display: flex !important;
      flex-wrap: wrap !important;
      width: 100% !important;
  }
  .iddaaP .sportsTab {
      float: unset !important;
      display: flex !important;
      flex-wrap: wrap !important;
  }
  .container .iddaaP .filters {
      display: flex !important;
      flex-wrap: wrap !important;
      width: 100% !important;
      height: unset !important;
      padding: 0 10px 10px 10px !important;
  }
  .container .filters ul.oLinks {
      float: unset !important;
      display: flex !important;
      align-items: center !important;
      width: 180px !important;
      margin-top: 10px !important;
  }
  .container .filters ul.oLinks li.oneMatch {
      float: unset !important;
      width: auto !important;
  }
  .container .newDSelect:first-child {
      margin-right: 0 !important;
      width: 120px !important;
  }
  .container .newDSelect .fBox {
      width: 120px !important;
  }
  .newDSelect.league {
      width: 100% !important;
      margin-bottom: 0;
  }
  .newDSelect.league .fBox {
      width: 100% !important;
  }
  .filters .newDSelect.date {
      width: 100% !important;
      margin-bottom: 0;
  }
  .container .newDSelect .fBox {
      width: 100% !important;
  }
  .container .filters ul.oLinks {
      width: 100% !important;
  }
  .container .filters ul.oLinks li.oneMatch {
      width: 50% !important;
  }
  .container .filters ul.oLinks li.oneMatch a {
      width: 100%;
      margin-left: 0 !important;
  }
  .container .filters ul.oLinks li.liveMatch a {
      width: 100%;
  }
  .container .filters ul.oLinks li.liveMatch {
      margin-right: 0;
  }
  .container .filters ul.oLinks li {
      margin-bottom: 10px;
  }
  .container .filters ul.oLinks {
      margin-top: 6px !important;
  }
  .ows-son span {
      height: 28px;
      line-height: 27px;
      font-size: 17px;
  }
  .ows-son.ow-galeri,
  .ows-son.ow-video {
      top: 22px !important;
      left: 14px !important;
  }
  .ows-son.ow-galeri span,
  .ows-son.ow-video span {
      font-size: 18px;
      height: 32px;
      line-height: 32px;
  }
  .ows-son.ow-galeri span svg,
  .ows-son.ow-video span svg {
      max-width: 20px;
  }
  b.kibesvg {
      height: 32px;
  }
  .ows-son.ow-galeri span svg,
  .ows-son.ow-video span svg {
      max-width: 20px;
      display: block;
      opacity: 1;
  }
  .hm-in,
  div#logo a,
  .hm2-in {
      font-size: 20px;
  }
  .full-video-b {
      flex-wrap: wrap;
  }
  .full-video-b,
  .yazar-kalem-k {
      margin-bottom: 10px;
  }
  .fvb-left figure {
      height: 232px;
  }
  .fvb-left {
      width: 100% !important;
  }
  .fvb-right>a figure {
      width: 100px;
      min-width: 100px;
      height: 70px;
  }
  .fvb-right {
      width: 100% !important;
  }
  .fvb-left h5 {
      font-size: 20px !important;
      line-height: 25px !important;
  }
  .spor-sondakika-bottom .newdovizex,
  .rek span {
      margin-bottom: 10px;
  }
  .kategori-type-standard .threenews-ad-right .spor-sondakika {
      PADDING: 14PX 14px 9px 14px;
  }
  .kategori-type-standard .threenews-ad-right .rek {
      margin-bottom: 0;
      margin-top: 0 !important;
  }
  .kategori-type-standard .threenews-ad-right .spor-sondakika .spor-sondakika-bottom {
      border: 0;
      margin-bottom: 0;
  }
  #agenda .topBar {
      margin-top: 65px;
      margin-bottom: 10px;
  }
  .liveScoresSlide {
      margin-bottom: 10px;
      padding: 0 25px;
  }
  .dc-aktif .threenews-ad>.spor-sondakika,
  .ac-aktif .threenews-ad>.spor-sondakika {
      padding-left: 0;
      padding-right: 0;
  }
  .spor-sondakika .newdovizex .ntitle h3,
  .spor-sondakika .newgoldto .ntitle h3 {
      padding-left: 15px;
  }
  .ac-aktif .spor-sondakika-bottom ul,
  .dc-aktif .spor-sondakika-bottom ul {
      border: 0;
      margin-bottom: 0;
  }
  .singledatetime {
      display: none;
  }
  .sondakikaflex {
      margin: 20px 0 10px 0 !important;
  }
  .macDetay .genisBar,
  .macDetay .genisBar .karsilastirma .inner .half,
  .macDetay .bottomBar .formDurumlari .inner,
  .macDetay .bottomBar .siBar,
  .macDetay .bottomBar .leBar {
      width: 100% !important;
  }
  .ntitle .ntitleDesk {
      display: none !important;
  }
  .ntitle .ntitleMobile {
      display: block !important;
  }
  .splashAds>center {
      max-width: 90%;
  }
  .splashAds center>div:first-child {
      max-width: 90%;
  }
  .macDetay .bottomBar .siBar .standings .table ul.tHead li.team {
      width: 43% !important;
  }
  .macDetay .bottomBar .leBar .oransalKars span.head {
      white-space: nowrap;
  }
  div#newsRead .content {
      width: 100% !important;
  }
  .macDetay .genisBar .macTahmini .inner iframe {
      max-width: 100% !important;
  }
  .macBasladi .genisBar .karsilastirma .full .item ul li {
      width: 100% !important;
  }
  .macDetay .genisBar .karsilastirma {
      display: none;
  }
}
.lholder.container div>a {
  display: contents;
}
footer a.icon-instagram {
  display: block;
  height: 20px !important;
  background-color: #fff !important;
  line-height: unset !important;
  width: 17px;
  -webkit-mask-image: url(../img/icons/footerInstagram.svg);
  mask-image: url(../img/icons/footerInstagram.svg);
  display: block;
  background: #fff;
}
footer a.icon-pinterest {
  display: block;
  height: 20px !important;
  line-height: unset !important;
  width: 14px !important;
  -webkit-mask-image: url(../img/icons/footerPinterest.svg);
  mask-image: url(../img/icons/footerPinterest.svg);
  background-color: #fff !important;
}
footer a.icon-youtube {
  display: block;
  height: 20px !important;
  line-height: unset !important;
  width: 20px;
  -webkit-mask-image: url(../img/icons/footerYoutube.svg);
  mask-image: url(../img/icons/footerYoutube.svg);
  background-color: #fff !important;
}
footer a.icon-telegram {
  display: block;
  height: 20px !important;
  line-height: unset !important;
  width: 16.67px;
  -webkit-mask-image: url(../img/icons/footerTelegram.svg);
  mask-image: url(../img/icons/footerTelegram.svg);
  background-color: #fff !important;
}
p.result_altin {
  background-color: #f7f7f7;
  margin-top: 15px;
  padding: 8px 15px;
  position: relative;
  font-family: 'metropolis';
  color: #131722;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.10px;
  width: calc(100% + 28px);
  margin-left: -14px;
}
.yzrr .ntitle h3,
.threenews-out .threenews-title>.ntitle h3 {
  font-size: 1.6rem;
  padding-left: 0;
}
.yzrr .ntitle h3:before,
.threenews-out .threenews-title>.ntitle h3:before {
  display: none;
}
p.result_altin:before {
  background-color: #E6E6E6;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
}
.goldto-tur input {
  width: 70px;
  height: 36px;
  margin-left: 0;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgb(234 234 234);
  padding: 0 34px 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
p.result_altin u {
  text-decoration: none;
  margin: 9.5px;
  display: block;
}
.left-menu ul.sub-menu {
  display: none;
}
.left-menu-body li.menu-item-has-children>a {
  pointer-events: none;
  position: relative;
}
.left-menu-body li.menu-item-has-children {
  cursor: pointer;
  position: relative;
}
.left-menu-body li.menu-item-has-children:hover>a {
  color: #222 !important;
}
.left-menu-body li.menu-item-has-children>a:after {
  content: "";
  position: absolute;
  right: 20px;
  background: gray;
  width: 11px !important;
  -webkit-mask-image: url(../img/newarrow.svg);
  mask-image: url(../img/newarrow.svg);
  display: block;
  height: 12px !important;
  transform: rotate(90deg);
  top: 50%;
  margin-top: -5px;
}
ul li.menu-item-has-children.okactive a:after {
  transform: rotate(-90deg);
}
.left-menu-body li.menu-item-has-children ul li a {
  padding-left: 30px;
}
.left-menu-body li.menu-item-has-children:hover:after {
  background: #222;
}
.size-large img {
  height: auto !important;
}
.size-large img {
  height: unset !important;
}
.lholder.container .leftr,
.lholder.container .righttr {
  height: 1px !important;
  max-height: 1px;
}
.left-menu ul li.active .sub-menu {
  display: block !important;
}
.onecikantab.bblack .onecikantab-bottom ul,
.onecikantab.bblack .onecikantab-bottom {
  background-color: #010102;
}
.onecikantab.bblack .onecikantab-bottom {
  padding: 0;
}
.bblack .onecikantab-bottom ul li a {
  background-color: #5A5A5A;
  box-shadow: unset;
  color: #fff;
}
.bblack.mainSlide .owl-dots {
  background: #000000;
}
.bblack .onecikantab-bottom ul li.active a,
.bblack .onecikantab-bottom ul li a:hover {
  background-color: #C90914;
  color: #fff;
  box-shadow: unset;
}
.mainSlide.dotleft .owl-nav {
  display: none;
}
.mainSlide.dotleft .owl-dots {
  bottom: unset;
  top: 0;
  position: absolute;
  left: 0;
  width: 48px;
  height: 100%;
  flex-direction: column;
}
.mainSlide.dotleft .owl-dots button {
  margin: 0 0 10px 0;
}
.dotleft #owl-mainSlide a strong {
  padding-left: 74px;
}
.mainSlide.dotleft .owl-dots button:last-child {
  margin-bottom: 0;
}
a.sliderhamb {
  height: unset;
}
.selectli-svg-in ul li span {
  color: #000;
  line-height: 26px;
  text-align: left !important;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease-in-out;
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  border-bottom: 1px solid #ccc;
}
.nhg-right .ht-right-in ul li {
  margin-right: 0;
}
.cb-veri-full .cb-veri ul li a img {
  margin-right: 7px;
  width: 18px;
  height: 18px;
}
img.tabloicon {
  margin-right: 7px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  object-fit: cover;
}
.cifticon {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  user-select: text !important;
}
.cifticon img {
  margin: 0;
}
.cifticon .tabloicon:first-child {
  top: -1px;
  left: -1px;
  position: absolute;
  z-index: 1;
}
.cifticon .tabloicon:nth-child(2),
.cifticon .tabloicon:nth-child(3) {
  bottom: 0px;
  right: 3px;
  position: absolute;
}
.cb-veri-full .cb-veri ul li a .cifticon img {
  margin: 0;
}
.detail .wp-block-table tr td {
  border: 1px solid #222;
  padding: 5px 8px;
}
.detail .wp-block-table tr td {
  border-collapse: collapse;
}
figure.wp-block-table {
  margin: 0;
}
figure.wp-block-table table {
  border-collapse: collapse;
}
.center-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.center-table>div:first-child {
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 456px;
  padding: 0 10px 0 0;
}
.center-table>div {
  -ms-flex: 0 0 282px;
  flex: 0 0 282px;
  max-width: 282px;
  padding: 0 10px;
}
.center-table>div table {
  width: 100%;
  border: 0;
  background-color: #fff;
  color: #242424;
  font-size: 14px;
  text-align: center !important;
}
.center-table>div table thead {
  font-size: 15px;
}
.center-table>div table tbody tr,
.center-table>div table thead {
  background-color: #fff;
}
.center-table>div table thead tr td {
  padding: 10px 15px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.center-table>div table thead tr td:first-child {
  text-align: left !important;
}
.center-table>div table tbody tr:nth-child(odd) {
  background: #f7f7f7;
}
.center-table>div table tbody tr td {
  border-top: 1px solid #d8d8d8;
  padding: 11px 15px;
  line-height: 22px;
  text-align: right;
}
.center-table>div table tbody tr td:first-child {
  text-align: left !important;
  position: relative;
  padding-left: 47px;
  height: 47px;
}
.center-table>div:last-child {
  -ms-flex: 0 0 384px;
  flex: 0 0 322px;
  max-width: 322px;
  padding: 0 0 0 10px;
}
.center-table {
  width: 100%;
}
.center-table>div:first-child table tbody tr:first-child td {
  height: 48px;
}
.center-table>div table tbody tr td:first-child img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.center-table>div table tbody tr td .nowMoney {
  padding-left: 20px;
  position: relative;
}
.center-table>div table tbody tr td .nowMoney:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border: 5px solid transparent;
  border-bottom-color: #37bb9b;
  margin-top: -7px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.center-table>div table tbody tr td .nowMoney {
  padding-left: 20px;
  position: relative;
}
.center-table>div table tbody tr td .nowMoney:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border: 5px solid transparent;
  border-bottom-color: #37bb9b;
  margin-top: -7px;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.center-table>div table tbody tr td .nowMoney.down:before {
  margin-top: -1px;
  border-bottom: transparent;
  border-top-color: #ff4264;
}
.center-table>div table tbody tr td .gap {
  display: inline-block;
  background: #37bb9b;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  width: 50px;
  text-align: center;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.center-table>div table tbody tr td .gap.down {
  background: #ff4264;
}
.bodybutter.bb-yolluk.yolluk-hesapla-main,
.bodybutter.bodb.vc-main {
  border: 1px solid #E6E6E6;
}
.threenews-out .bodybutter.bodb.vc-main .bb-1.kalca-cevresi {
  margin-bottom: 13px;
}
.threenews-out .bodybutter.bb-yolluk.yolluk-hesapla-main .bb-in {
  padding-bottom: 35px;
}
.threenews-out .bodybutter.bb-yolluk.yolluk-hesapla-main .bb-in .bb-1 {
  margin-bottom: 16px;
}
.threenews-out .bodybutter.bb-yolluk.yolluk-hesapla-main .bb-in button {
  margin-top: 20px;
}
.threenews-out .bodybutter.bb-yolluk.yolluk-hesapla-main .bb-1 .selectli {
  width: 200px;
}
.threenews-out .yasCalcinn form#yas-hesaplama .bb-1 .selectli.bb-big {
  width: 235px;
}
.threenews-out .yasCalcinn form#yas-hesaplama .bb-1 .selectli.bb-medium {
  width: 88px;
}
.bodybutter.bodb.vc-main form#vucut-yag-orani-form .bb-1 div input {
  width: 142px;
}
@media screen and (max-width:1175px) {
  .center-table>div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      margin-bottom: 10px;
  }
  .center-table>div:first-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px;
      margin-bottom: 10px;
  }
  .center-table>div:last-child {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #newsRead .top>time {
      top: 5px;
  }
  .bb-half-2 {
      flex-direction: column;
  }
  .bb-half-2>div:first-child {
      margin: 0 0 10px 0;
  }
  .bb-1.yabanci .bb-half-2 {
      flex-direction: row;
      flex-wrap: wrap;
  }
  
  .bb-1.yabanci {
      margin-bottom: 0;
  }
  .maasCalc .yasCalcin .bb-1 h5 {
      width: 100%;
      margin-bottom: 5px;
  }
  .maasCalc .bb-1 {
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .selectli.bb-half h3 {
      margin-left: 5px;
      margin-top: 15px;
  }
  .maasCalc .bb-1>label {
      margin-top: 3px;
  }
  .maasCalc .bb-1>u {
      margin-top: 7px;
  }
  .maasCalc .bb-1 .selectli.bb-med2 {
      width: calc(50% - 11px);
  }
  .maasCalc .bb-1 .selectli.bb-half {
      width: 100%;
  }
  .maasCalc input.bb-1-half {
      width: 100%;
  }
  .maasCalc .bb-1 .selectli.bb-half select {
      width: 100%;
  }
  .bb-half-2 {
      width: 100%;
  }
  .yabanci .selectli.bb-half:last-child {
      display: none;
  }
  .bb-1.yabanci {
      margin-bottom: 0;
  }
  .mmasb {
      flex-direction: column;
  }
  .mmasb button {
      width: 100%;
      margin: 0 !important;
  }
  .mmasb button:first-child {
      margin-bottom: 10px !important;
  }
  .maasCalcResult ul li span:nth-child(3) {
      width: 70px;
      text-align: right;
  }
  .center-table {
      margin-bottom: 0;
  }
  .center-table>div,
  .center-table>div:last-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 !important;
  }
  .center-table>div table tbody tr td {
      padding: 7px;
  }
  .center-table>div table tbody tr td:first-child {
      padding-left: 41px;
      padding-right: 0px;
  }
}
#newsRead .top>time u {
  text-decoration: none;
}
#agenda .center>div table tbody tr td .nowMoney {
  display: block;
  text-align: left;
}
#agenda .center>div table thead tr td {
  padding: 15px 15px 12px 15px;
}
#agenda .center>div table tbody tr td .gap {
  padding-top: 1px;
  padding-bottom: 1px;
}
#agenda .center>div table tr td,
#agenda .center>div table tr th {
  color: #000;
}
.icon-linkedin {
  width: 20px !important;
  -webkit-mask-image: url(../img/footerLinkedin.svg);
  mask-image: url(../img/footerLinkedin.svg);
  display: block;
  height: 20px !important;
  background-color: #fff !important;
  line-height: unset !important;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.mobile-time-views {
  display: flex !important;
  align-items: center;
}
.mobile-time-views>b {
  display: flex !important;
  align-items: center;
}
.mobile-time-views>b:nth-child(2)::before {
  content: "\A";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (min-width:991px) {
  .mobile-time-views {
      display: none !important;
  }
}
.homeButton {
  float: left;
  height: 40px;
  background: #fc554b;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: Uppercase;
  border-radius: 20px;
  line-height: 42px;
  padding: 0 19px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 30px;
  top: 30px;
}
.homeButton>i {
  float: left;
  margin: 14px 11px 0 0;
  width: 14px;
  height: 12px;
  background: url(../img/icon/ArrowLeft.png) no-repeat;
}
/**/
.finance-cards {
   display: flex;
   flex-wrap: nowrap !important;
   gap: 20px;
   margin: 0 0 20px 0 !important;
   width: 100%;
}
.finance-cards .finance-card-header-top a:hover g {
   stroke: #3861F6 !important;
}
.finance-cards .finance-card-header-top a:hover {
   animation: toRight .9s infinite ease-in-out;
   padding: 0 10px;
}
@keyframes toRight {
   0% {
       transform: translateX(10px);
   }
   50% {
       transform: translateX(20px);
   }
   100% {
       transform: translateX(10px);
   }
}
.finance-cards.finance-cards-full {
   width: 100%;
}
.finance-cards > div {
   flex: 1;
   box-shadow: 0 1px 2px rgb(17 21 25 / 27%);
   background: #fff;
   padding: 0 !important;
}
.right  .finance-cards > div ,
.dovizdetay-right  .finance-cards > div {
  max-width: 100%;
}
.finance-card-header {
   padding-top: 15px;
}
.finance-card-header-top {
   margin: 0 20px;
   display: flex;
   justify-content: space-between;
   border-bottom: 1px solid #DEDEDE;
   height: 30px;
   align-items: flex-start;
}
.finance-card-header-top p {
   border-bottom: 1px solid;
   position: relative;
   top: 1px;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: 600;
   height: 29px;
}
.finance-card-header-top a {
   margin: 0;
   padding: 0;
   font-size: 18px;
}
.finance-card-altin .finance-card-header-top p {
   border-color: #CD9C34;color: #333;
}
.finance-card-kripto .finance-card-header-top p {
   border-color: #B42D34;color: #333;
}
.finance-card-doviz .finance-card-header-top p {
   border-color: #3861F6;color: #333;
}
.finance-card-endeksler .finance-card-header-top p {
   border-color: #F7931A;color: #333;
}
.finance-card-emtialar .finance-card-header-top p {
   border-color: #3F8EB6;color: #333;
}
.finance-card-hisseler .finance-card-header-top p {
   border-color: #B42D34;color: #333;
}
.finance-card-hisseler .finance-card-header-top p {
   border-color: #B42D34;color: #333;
}
.finance-card-ozet .finance-card-header-top p {
   border-color: #3861F6;color: #333;
}
.finance-card-header-bottom {
   padding-left: 20px;
   padding-right: 25px;
   color: #6E6C6C;
   height: 48px;
   background: linear-gradient(0deg, #f1f1f1 0%, #ffffff 27%, #ffffff 100%);
}
.finance-card-ozet .finance-card-header-bottom {
   height: 86px;
   padding-top: 25px;
   justify-content: space-between;
   gap: 20px;
   overflow: scroll;
   -ms-overflow-style: none;
   scrollbar-width: none;
}
.finance-card-ozet .finance-card-header-bottom::-webkit-scrollbar {
   display: none;
}
.finance-card-ozet .finance-card-header-bottom > div {
   height: 100%;
   flex-shrink: 0;
   margin: 0 !important;
   cursor: pointer;
}
.finance-cards .finance-card-ozet .row-desc {
   width: auto;
   padding-bottom: 23px;
   border-bottom: 2px solid transparent;
   transition-duration: .15s;
}
.finance-cards .finance-card-ozet .row-desc[active] {
   border-color: #3861F6;
}
.finance-cards .finance-card-ozet .row-desc .row-desc-name > div {
   display: flex;
   gap: 10px;
}
.finance-cards .finance-card-ozet .row-desc .row-desc-name * {
   font-size: 14px !important;
}
.finance-cards .finance-card-ozet .row-desc .row-desc-name *:not(.degisim) {
   color: #000 !important;
   text-align: left !important;
}
.finance-cards .finance-card-ozet .chart-wrapper {
   height: 204px;
   background: #fff;
}
.finance-card-body {
   padding: 1px 10px;
   display: flex;
   flex-direction: column;
   width: 100%;
   gap: 1px;
}
.finance-card-body.two-column > div:nth-child(even) {
   background: #fff;
}
.finance-card-body.two-column > div:nth-child(4n-1),
.finance-card-body.two-column > div:nth-child(4n){
   background: #F7F7F7;
}
@media (max-width: 768px) {
   .hisse-detay .finance-card-body.two-column > div:nth-child(4n-1),
   .hisse-detay .finance-card-body.two-column > div:nth-child(4n){
       background: #fff;
   }
   .hisse-detay .finance-card-body.two-column > div:nth-child(even){
       background: #F7F7F7;
   }
.doviz-detay .finance-card-body.two-column > div {
   border-radius: 10px;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(1) {
   order: 1;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(2) {
   order: 3;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(3) {
   order: 2;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(4) {
   order: 4;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(5) {
   order: 6;
   background: #F7F7F7;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(6) {
   order: 5;
   background: #FFF;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(7) {
   order: 8;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(8) {
   order: 7;
   background: #FFF;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(9) {
   order: 10;
   background: #F7F7F7;
   margin-bottom: 10px;
}
.doviz-detay .finance-card-body.two-column > div:nth-child(10) {
   order: 9;
}
}
@media screen and (min-width: 769px) {
   .finance-card-body.two-column {
       flex-wrap: wrap;
       flex-direction: row;
       column-gap: 14px;
   }
   .finance-card-body.two-column > div{
       width: calc(50% - 7px);
       border-radius: 10px;
       order: 1 !important;
   }
}
.finance-card-body > div {
   position: relative;
   z-index: 2;
   height: 64px;
   padding-left: 10px;
   padding-right: 15px;
   white-space: nowrap;
}
.finance-detay-card .finance-card-body > div {
   height: 50px;
}
.finance-cards .row-desc {
   display: flex;
   gap: 10px;
   height: 34px;
}
.finance-cards .row-desc p {
   display: flex;
   height: 100%;
   align-items: center;
}
.finance-cards .row-desc-img {
   width: 34px;
   height: 34px;
   border-radius: 50%;
   overflow: hidden;
   flex-shrink: 0;
}
.finance-cards .row-desc-img > * {
   width: 100%;
   height: 100%;
}
.finance-cards .row-desc-img > p {
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   background: #000;
   color: #fff;
   font-size: 17px;
   line-height: 0;
   padding-top: 2px;
}
.finance-cards .row-desc .row-desc-name {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   line-height: 14px;
   color: #6E6C6C;
   font-size: 10px;
   text-transform: uppercase;
}
.finance-cards .row-desc .row-desc-name:hover:after,
.row-desc-hover-effect:hover:after {
   content: "";
   position: absolute;
   inset: 0;
   background: #F1F1F1;
   z-index: -1;
   pointer-events: none;
   border-radius: 10px;
}
.finance-cards .row-desc .row-desc-name span:first-child {
   line-height: 19px;
   color: #3861F6;
   font-weight: 600;
   font-size: 14px;
}
.finance-card-body > div:nth-child(even) {
   background: #F7F7F7;
   border-radius: 10px;
}
.finance-card-body > div:not(.mobile-white-effect):last-of-type:nth-child(even) {
margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
 .finance-card-body.two-column > div:not(.mobile-white-effect):last-of-type:nth-child(even) {
       margin-bottom: 0px;
   }
   .hisse-detay .finance-card-body.two-column > div:not(.mobile-white-effect):last-of-type:nth-child(even) {
       margin-bottom: 10px;
   }
}
.finance-card-body > div,
.finance-card-header-bottom {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   font-size: 14px;
   font-weight: 500;
   text-align: right;
}
.finance-card-body > div > div:last-child,
.finance-card-header-bottom > div:last-child {
   min-width: 52px;
   margin-left: 35px;
}
.dovizdetay-right .finance-card-body > div > div:last-child,
.dovizdetay-right .finance-card-header-bottom > div:last-child,
.right .finance-card-body > div > div:last-child,
.right.finance-card-header-bottom > div:last-child{
   margin-left: 25px;
}
.finance-fullsize-card .finance-card-body > div > div:last-child,
.finance-fullsize-card .finance-card-header-bottom > div:last-child {
   width: auto;
   margin-left: 0px;
}
.finance-fullsize-card .finance-card-header-bottom,
.finance-fullsize-card .finance-card-body > div {
   justify-content: space-between;
}
.finance-fullsize-card .finance-card-header-bottom > div,
.finance-fullsize-card .finance-card-body > div > div {
   flex: 1;
   min-width: 88px;
}
.finance-fullsize-card.finance-detay-card .finance-card-header-bottom > div,
.finance-fullsize-card.finance-detay-card .finance-card-body > div > div {
   min-width: 104px;
}
.finance-fullsize-card .finance-card-body > div > div:first-child,
.finance-fullsize-card .finance-card-header-bottom > div:first-child {
   margin-right: 0px;
}
.mobile-white-effect {
   display: none !important;
   pointer-events: none;
}
/*mobilee*/
@media screen and (max-width: 768px) {

   .finance-cards {
       overflow-y: scroll;
       overflow-x: visible;
       position: relative;
       -ms-overflow-style: none;
       scrollbar-width: none;
   }
   .finance-cards > div.finance-fullsize-card {
       position: relative;
       padding-right: 10px !important;
   }
   .finance-cards::-webkit-scrollbar {
       display: none;
   }

   .finance-cards > div {
       display: flex;
       flex-direction: column;
       width: max-content;
       min-width: 100%;
   }
   .finance-card-header-top p {
       position: sticky;
       left: 20px;
       transform: translateY(1px);
       top: auto;
   }
   .mobile-white-effect {
       display: block !important;
       position: absolute;
       inset: 0;
       width: auto !important;
       height: 100%;
       z-index: 30;
   }
   .mobile-white-effect:after {
       content: "";
       display: block;
       position: sticky;
       left: 0px;
       width: calc(100vw - 19px);
       height: calc(100% - 46px);
       margin-top: 46px;
       z-index: 30;
       background-image: linear-gradient(90deg, rgba(243, 243, 243, 0) 0, rgba(243, 243, 243, 0) 70%, rgba(255, 255, 255, 0.8) 100%) !important;
   }
}
.right .finance-card-body > div > div:last-child,
.right .finance-card-header-bottom > div:last-child {
   margin-left: 22px;
}
.finance-card-body > div > div:first-child,
.finance-card-header-bottom > div:first-child {
   margin-right: auto;
   text-align: left;
}
.finance-cards .degisim {
   color: #939399;
}
.finance-cards .degisim:before {
   content: "%";
}
.finance-cards .degisim.artan {
   color: #459782;
}
.finance-cards .degisim.azalan {
   color: #DF484C;
}
.finance-cards .degisim.azalan:before {
   content: "-%";
}
@media screen and (max-width: 1080px) {
   .finance-cards {
       flex-direction: column;
       gap: 10px;
       margin: 0 0 10px 0 !important;
   }
}
@media screen and (max-width: 1175px) {
   .right .finance-cards {
       margin: 0 -10px 10px -10px !important;
   }
}
.finance-card-body > div:nth-child(5n+2) .row-desc-img > p {
   background: #2B4C7D;
}
.finance-card-body > div:nth-child(5n+3) .row-desc-img > p {
   background: #2D52DC;
}
.finance-card-body > div:nth-child(5n+4) .row-desc-img > p {
   background: #B42D34;
}
.finance-card-body > div:nth-child(5n+5) .row-desc-img > p {
   background: #3F8EB6;
}
.finance-card-doviz.finance-fullsize-card.finance-detay-card .finance-card-body{
   /*padding-bottom: 10px;*/
}
.finance-card-parite .row-desc-img{
   position: relative;
   overflow: visible;
}
.finance-card-parite .row-desc-img img{
   width: 26px;
   height: 26px;
}
.finance-card-parite .row-desc-img img:nth-child(1){
   position: relative;
 /*  left: 14px;
   right: -14px;*/
   z-index: 2;
   top:7px;
}
.finance-card-parite .row-desc-img img:nth-child(2){
   position: absolute;
   top: -5px;
   right: -10px;
}