* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  /* Chrome 4+, Safari 3.2+ */
  -moz-box-sizing: border-box;
  /* Firefox 2+ */
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Chrome 4+, Safari 3.2+ */
  -moz-box-sizing: border-box;
  /* Firefox 2+ */
  box-sizing: border-box;
}
html,
body {
  
  display: block;
}
/* Hide elements */
head,
meta,
link,
title,
style,
script {
  display: none;
}
/* Block elements */
figure,
header,
article,
figcaption,
aside,
footer,
hgroup,
section,
details,
menu,
nav {
  display: block;
}
blockquote,
q {
  quotes: none;
}
div,
p,
map {
  display: block;
}
address {
  display: block;
  font-style: italic;
}
center {
  display: block;
  text-align: center;
}
hr {
  height: 1px;
  display: block;
  margin: 1.5em 0px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
/* Direction */
bdo,
bdo[dir] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
[dir="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
[align="left"] {
  text-align: left;
}
[align="center"] {
  text-align: center;
}
[align="right"] {
  text-align: right;
}
[valign="top"] {
  vertical-align: top;
}
[valign="middle"] {
  vertical-align: middle;
}
[valign="bottom"] {
  vertical-align: bottom;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  display: block;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.0em;
}
small {
  font-size: 65%;
  display: inline-block;
  vertical-align: middle;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: underline;
}
strong,
b {
  font-weight: 600;
}
/* Tables */
table {
  width: 100%;
  display: table;
  text-indent: 0px;
  border-spacing: 0px;
  border-collapse: separate;
}
thead {
  display: table-header-group;
}
tbody {
  display: table-row-group;
}
tfoot {
  display: table-footer-group;
}
thead,
tbody,
tfoot,
tr {
  vertical-align: middle;
  border-color: inherit;
}
tr {
  display: table-row;
}
td,
th {
  font-weight: normal;
  display: table-cell;
  vertical-align: inherit;
}
/* Lists */
ul,
ol {
  list-style-type: none;
}
form {
  display: block;
}
label {
  cursor: default;
}
legend {
  display: block;
}
fieldset {
  display: block;
}
input,
button textarea {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button {
  text-align: center;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
  min-height: 120px;
  outline: none;
}
input.disabled,
button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: #2e393f;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
pre {
  color: #bbb;
  padding: 20px;
  margin: 10px 0px;
  font-size: 0.85em;
  display: block;
  background-color: #2b303b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
mark {
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #a9d86e;
}
/*** [ CROW BROWSER ] ***/
/*** [ HELPER ] ***/








a {
  color: #2e393f;
}

body{
    padding:64px 0px;
    font: 400 16px 'Arial';
    background: #f4f4f4;
    color: #2e393f;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 10px;
}
.anaManset .owl-dots {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em 0.7em;
  padding-left: 0; padding-right: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  -moz-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
}
.anaManset .owl-dots .owl-dot {
  text-indent: -999px;
  width: 12px;
  height: 12px;
  background-color: #DDD;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0.25em !important;
  
}

.anaManset .owl-dots .owl-dot.active {
  background: #ED1119;
}


.anaManset .sliderTexts p {
	width:100%;
        
	padding:15px;
	font-size:20px;
	font-weight: 800;
	position:absolute;
	bottom:0px;
	left:0px; 
	color:#fff;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.owl-carousel.owl-drag .owl-item a {
	width: 100%;
	position:relative;
}









.sinemaWidget {
  padding: 15px;
  background: #252840;
  display: block;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
}
.width100 {
  width: 100%;
  display: block;
}
.bttn {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.bttn.defaultColor {
  background: #ED1119;
}
.navbar {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  padding: 0 15px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -moz-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -ms-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -o-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  color: #7d8990;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
  
  height:64px; line-height:64px
      
}
.video-galeri .hSearch {
  width: 100%;
  height: 55px;
  background: #061140;
  line-height: 55px;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
}
.video-galeri .hSearch input {
  width: calc(100% - 30px);
  display: inline-block;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
}
.otherVideos .wnImage .time {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 35px;
  line-height: 35px !important;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 16px; padding: 0 10px;
}
.otherVideos .playIcon::before {
  left: 15px;
  bottom: 15px;
  margin-left: 0px;
  margin-top: 0px;
  top: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}
.video-galeri .whiteNews .wnItem span {
  display: block;
  line-height: 15px;
  height: 30px;
  font-size: 16px;
  opacity: 0.7;
  padding: 0 15px;
}
.video-galeri .list1 a{
    
     background-color: transparent;
}
.video-galeri .list1 a h2{
    background-color: #0a174d;
    color: #fff;
}
.video-galeri .list2 a{
    background-color: #0a174d;
   
}
.video-galeri .list2 a h2{
    background-color: #0a174d;
    color: #fff;
}

.video-galeri .list4 a h2{
    background-color: #0a174d;
    color: #fff;
}

.foto-galeri .hSearch {
  width: 100%;
  height: 55px;
  background: #E8E8E8;
  line-height: 55px;
  color: #000;
  font-size: 20px;
  padding: 0 15px;
}
.foto-galeri .hSearch input {
  width: calc(100% - 30px);
  display: inline-block;
  height: 55px;
  line-height: 55px;
  color: #000;
  font-size: 16px;
}
.navbar.active {
  top: -75px;
}
.navbar .nbMenuIcon {
  width: auto;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  padding: 0;
  color: #000;
  position: relative;
  
  margin-bottom:10px;
 
}
.navbar .nbMenuIcon i {
  display: block;
  height: 45px;
  line-height: 30px;
  padding: 0 2px;
  
  font-size:24px
}

.navbar .nbMenuIcon .icon-menu{

  font-size:16px
}

.navbar .kLogo {
  height: 64px;
  line-height: 64px;
}

.navbar .kLogo .icon-bb-fav{
  font-size: 25px;
  color: #ed1119;
  margin-left: 0;
  margin-right: 0;
}

.navbar .kLogo img {
  height: 25px;
  /*margin-right: 10px;*/
}
.navbar .kLogo span {
  font-size: 20px;
  font-weight: bold;
}
.navbar .nbLogo {
    height:60px; line-height:24px;
}
.navbar .nbLogo img {
  padding: 0;
  height: 60px;
  /*height: 40px;*/
  display: block;
}
.navbar .nbLogo h1 {
  font-size: 22px;
  font-weight: 800;
}
.navbar.header .nbMenuIcon span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 16px;
  text-align: center;
      width: 100%;
}
.mBack span {
  right: auto !important;
  left: 0px;
}
.mBack i {
  padding: 0 !important;
  margin-left: 5px;
}
.navigation-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 495;
  display: none;
  color: #000;
  background-color: #fff;
}
.navigation-mobile-overlay::after {
    font-family: "fontello";
    content: "\e805";
  
  font-size: 16px;
  opacity: 0.7;
  color: #000;
  text-align: center;
  width: 15%;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 9999
}
.navigation-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 495;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}
.navigation-search-overlay::after {
  content: "\f110";
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  opacity: 0.7;
  color: #000;
  text-align: center;
  width: 15%;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 20px;
}
.navbarMenu {
  padding: 20px 0 20px 20px;
  width: 90%;
  max-width: 350px;
  height: 100%;
  display: block;
  position: fixed;
  overflow-y: auto;
  left: -90%;
  top: 0px;
  z-index: 99999;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbarMenu .navbarLogo img {
  height: 60px;
  width: 175px;
}
.navbarMenu.active {
  left: 0px;
}
.navbarMenu #mainMenu {
  display: block;
  color: #000;
  font-size: 16px;
  margin: 20px 0 25px 0;
}
.navbarMenu #mainMenu #mainDropdown ul {
  display: none;
  padding-left: 35px;
}
.navbarMenu #mainMenu li {
  display: block;
}
.navbarMenu #mainMenu li:last-child {
  border: 0px;
}
.navbarMenu #mainMenu li a {
  display: block;
  padding: 20px 0;
  color: #000;
  font-weight: 400;
}
.navbarMenu #mainMenu li a i {
  opacity: 0.7;
  margin-right: 20px;
}
.navbarMenu .whatsapp {
  width: 100%;
  display: block;
  color: #fff;
  background: #40C351;
  padding: 12px 20px;
  border-radius: 50px;
}
.navbarMenu .whatsapp p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.navbarMenu .whatsapp span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.navbarMenu .whatsapp .wappIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #40c351;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  float: left;
  margin-right: 15px;
}
.navbarMenu .socialMedia {
  width: 100%;
  display: block;
  color: #fff;
  margin: 30px 0 20px 0;
}
.navbarMenu .socialMedia p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.navbarMenu .socialMedia span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.navbarMenu .socialMedia .wappIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #40c351;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-right: 15px;
}
.navbarMenu .socialMedia p {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.navbarMenu .socialMedia p p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.navbarMenu .socialMedia p span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.navbarMenu .socialMedia p .wappIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #40c351;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-right: 15px;
}
.navbarMenu .socialMedia div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-around;
}
.navbarMenu .socialMedia div a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.navbarMenu .socialMedia div a.fb {
  background-color: #3f51b5;
}
.navbarMenu .socialMedia div a.tw {
  background-color: #3ac0ff;
}
.navbarMenu .socialMedia div a.ins {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  font-size: 22px;
}
.navbarMenu .socialMedia div a.yt {
  background-color: #ff3d00;
  font-size: 22px;
  line-height: 45px;
}
.searchBar {
  background: #eff2f9;
  width: 85%;
  max-width: 350px;
  height: 100%;
  display: block;
  position: fixed;
  overflow-y: auto;
  right: -90%;
  top: 0px;
  color: #2e393f;
  z-index: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.searchBar.active {
  right: 0px;
  -webkit-box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.searchBar .searchForm {
  width: 100%;
  display: block;
  background: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.searchBar .searchForm input[type="text"] {
  width: calc(100% - 40px);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 0px;
  font-size: 16px;
  font-family: 'Arial';
}
.searchBar .searchForm i {
  float: right;
  font-size: 26px;
  color: #79868e;
  line-height: 40px;
}
.searchBar ul {
  display: block;
  padding: 10px 15px;
}
.searchBar ul li {
  width: 100%;
  display: block;
}
.searchBar ul li a {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.searchBar ul li img {
  display: inline-block;
  width: 110px;
}
.searchBar ul li p {
  width: calc(100% - 145px);
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}
.searchBar ul li:first-child a {
  font-size: 14px;
  font-weight: bold;
  color: #79868e;
  padding: 0px;
  margin-bottom: 10px;
}
.exchange {
  line-height: 0px;
  font-size: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
}
.exchange .excItem {
  width: 29%;
  display: inline-block;
  padding: 15px;
  padding-left: 0px;
  padding-right: 0px;
  /*border-right: 1px solid #EDEDED;*/
}
.exchange .excItem:last-child {border: 0px}


.exchange .excItem.up p {
  color: #0EA729;
}
.exchange .excItem.up p i {
  color: #0EA729;
}

.exchange .excItem.down p {
  color: #EB1717;
}
.exchange .excItem.down p i {
  color: #EB1717;
}


.exchange .excItem i {
  display: inline-block;
  margin-right: 3px;
  line-height: normal;  
  font-size: 18px
}
.exchange .excItem p {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-top: 5px
}
.exchange .excItem span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 14px;
  color: #000;
  padding-left: 5px;
  position: relative;
}
.exchange .i1 , .exchange .i2{
    width: 33.33333%;
}





.mainCategory {
  width: 100%;
  display: block;
  height: 50px;
  overflow-y: auto;
  background: #fff;
  color: #000;
  font-size: 0px;
  line-height: 0px;
  display: flex;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.mainCategory::before {
  width: 60px;
  height: 50px;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#24000000',GradientType=1 );
}
main {position: relative;}
.mainCategory li {
  flex: 1 1 1px;
  height: 50px;
  display: inline-block;
  font-size: 15px;
  line-height: 50px;
}
.mainCategory li a {
  padding: 0px 15px;
  width: 100%;
  display: block;
  color: #000;
  position: relative;
  font-weight: bold;
}

.mainCategory li a.active {
  color: #ED1119;
}
.mainCategory li a.active::before {
  content: "";
  bottom: 0px;
  right: 15px;
  width: calc(100% - 30px);
  height: 3px; 
  border-radius: 3px;
  position: absolute;
  background: #ED1119;
}
.etkinlik-widget {
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.etkinlik-widget .etkinlikCategory {
  width: 100%;
  display: block;
  height: 60px;
  overflow-y: auto;
  background: #fff;
  color: #000;
  font-size: 0px;
  line-height: 0px;
  display: flex;
}
.etkinlik-widget .etkinlikSlider .item label {
  font-size: 15px;
  padding: 15px 15px 0 15px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #F55A4F;
}
.etkinlik-widget .etkinlikSlider .item p {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
}
.etkinlik-widget .etkinlikSlider .item span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  height: 60px;
  overflow: hidden;
  padding: 5px 15px 5px 15px;
}
.etkinlik-widget .etkinlikSlider .owl-dots {
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em 0.7em;
}
.etkinlik-widget .etkinlikSlider .owl-dots .owl-dot {
  text-indent: -999px;
  width: 12px;
  height: 12px;
  background-color: #DDD;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0.25em !important;
}
.etkinlik-widget .etkinlikSlider .owl-dots .owl-dot.active {
  background: #F55A4F;
}
.etkinlik-widget .etkinlikCategory::before {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.14) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#24000000',GradientType=1 );
}
.etkinlik-widget .etkinlikCategory li {
  flex: 1 1 1px;
  height: 60px;
  display: inline-block;
  font-size: 15px;
  line-height: 60px;
}
.etkinlik-widget .etkinlikCategory li a {
  padding: 0px 15px;
  width: 100%;
  display: block;
  color: #000;
  position: relative;
  font-weight: bold;
}
.etkinlik-widget .etkinlikCategory li a.active {
  color: #F55A4F;
}
.etkinlik-widget .etkinlikCategory li a.active::before {
  content: "";
  bottom: 0px;
  right: 15px;
  width: calc(100% - 30px);
  height: 3px; 
  border-radius: 3px;
  position: absolute;
  background: #F55A4F;
}
.sonDakika {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  text-align: center;
  background: url(../../assets/images/son-dakika-bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0.9em;
}
.sonDakika p {
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  background: #ED1119;
  color: #fff;
  font-weight: 600;
  padding: 5px
}
.sonDakika h3 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
  color: #000;
}
.slideshow .bx-viewport li > img {
  width: 100%;
  display: block;
}
.slideshow .bx-viewport li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: block;
}
.slideshow .bx-viewport li h2 {
  position: absolute;
  bottom: 15px;
  left: 0;
  max-width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 1.1em;
  padding: 0.6em;
  margin-bottom: 0.7em;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);
}
.box-shadow {
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.slide-sp .bx-controls {
  position: relative;
  text-align: center;
  padding: 0.7em;
  overflow: hidden;
}
.slide-sp .bx-pager-item {
  padding-left: 0.1em;
  padding-right: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.slide-sp .bx-pager-link {
  text-indent: -999px;
  width: 0.8em;
  height: 0.8em;
  background-color: #DDD;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  /* Chrome 4.0+, Safari 3.1+ */
  -moz-border-radius: 100%;
  /* Firefox 3.0+ */
  border-radius: 100%;
  /* Chrome 5.0+, IE 9.0+, Firefox 4.0+, Safari 5.0+, Opera 10.5+ */
}
.slide-sp .bx-pager-link.active {
  background-color: #f05223;
}
.slide-sp.spx2 .bx-pager-item {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.slide-sp.spx2 .bx-pager-link {
  width: 1em;
  height: 1em;
}
.weather {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 20px 15px ;
  background: url(../../assets/images/hava-durumu-bg.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
}
.weather .nowWeather {
  margin-right: 10px;
}
.weather .nowWeather p {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}
.weather .nowWeather span {
  font-size: 18px;
  font-weight: 400;
}
.weather .hd span {
  display: block;
  font-size: 60px;
  font-weight: 400;
}
.weather .hd i {
  width: 24px;
  height: 24px;
}
.reklam {
  width: 100%;
  display: block;
  padding: 0 15px 15px 15px;
  text-align: center;
}
.conTitle {
  font-size: 22px;
  font-weight: bold;
  padding: 30px 15px 15px 15px;
}
.conTitle i {
  font-size: 26px;
  color: #ED1119;
}
.conTitle.titleBttn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
}
.selectBox {
  display: inline-block;
  border: 2px solid #cfd7e6;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
}
.selectBox::after {
  content: "\f11c";
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3px;
  font-size: 16px;
  top: 50%;
  outline: none;
  margin-top: -8px;
}
.selectBox select {
  padding: 8px 8px;
  display: inline-block;
}
.list2 {
  display: block;
  margin-bottom:15px;
}

.list2 .image  {
  display: inline-block;
}
.list2 a {
  width: 100%;
  display: block;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.list2 a img {
  display: inline-block;
  width: 120px;
}
.list2 a h2 {
  width: calc(100% - 135px);
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.tyazilar .list2 h2 {
  margin: 0px;
  width: 100%;
  display: block;
}

.tyazilar p small{
  font-size: 80%;
}
.allyazar {
  width: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
  padding: 0 15px;
  margin: 0px 10px 10px 15px;
  height: 50px;
  border: 2px solid rgba(0,0,0,0.2);
  background-color: #fff;
}

.list3 {
  width: 100%;
  display: block;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  margin-bottom: 15px;
  background: #fff;
}
.list3 img {
  width: 100%;
}
.list3 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0;
}

.scrollNewspaper {
  width: 100%;
  display: block;
  padding: 15px;
}
.scrollNewspaper img {
  width: 100%;
  max-width: 100%;
}
.scrollNewspaper a {
  width: 100%;
  display: block;
}
.scrollNewspaper h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
.fikstur {
  width: 100%;
  display: block;
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
}
.fikstur .fiksturDate {
  display: block;
  background: #fff;
  padding: 20px 15px;
  position:relative;
  min-height:130px;
}
.fikstur .fiksturDate .team {
    width:40%;
    position:absolute;
    left:0px;
    top:35px;
    text-align:center;
}
.fikstur .fiksturDate .team p{
    font-size:14px;
    margin-top:10px;
    padding:0 5px;
}
.fikstur .fiksturDate .team:last-child {
    right:0px;
    left:auto
}
.fikstur .fiksturDate .teamCenter {
    width:30%;
    position:absolute;
    left:35%;
    font-size:12px;
    top:35px;
    padding-top:10px;
}
.fikstur .fiksturDate .teamCenter .skor {
    font-weight:bold;
    font-size:30px;
    margin-top:15px;
}
.fikstur .fiksturDate .teamCenter .saat {
    font-weight:bold;
    font-size:25px;
    margin-top:15px;
}
.fikstur .fiksturDate img {
  height: 50px;
}
.bsHaberleri {
  margin-bottom: 0px !important;
  background: #ed1119 !important;
}
.bsHaberleri a {
  color: #fff !important;
} 
.bsHaberleri  .item{
    width: 300px;
}
#newsCarousel .item{
    width: 300px;
}

.fiksturLink {
  width: 100%;
  display: block;
  background: #fff;
  font-size: 0px;
  line-height: 0px;
  margin-top: 10px;
}
.fiksturLink .linkItem {
  width: 50%;
  padding: 14px;
  
  text-align: center;
  position: relative;
 
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.fiksturLink .linkItem:first-child:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 40px;
  background: #D8D8D8
}
.fiksturLink .linkItem i {
  font-size: 22px;
  color: #0CAE44;
  margin-right: 5px;
}
.list1 {
  line-height: 0px;
  font-size: 0px;
}
.list1 a {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: normal;
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.list1 a .image {
  position: relative;
  display: block;
}
.list1 a .image img {
  width: 100%;
}
.list1 a h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 15px
}

 .canli {
  padding: 5px;
  background: #ED1119;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.canli::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}



.list4 {
  line-height: 0px;
  font-size: 0px;
}
.list4 a {
  width: calc(50% - 15px);
  display: inline-block;
  line-height: normal;
  margin:0 0 10px 10px;
  max-height: 250px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.list4 a img {
  max-width: 100%;
}
.list4 a h2 {
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
  height: 92px;
  overflow: hidden;
}
.yazarlar {
  width: 100%;
  display: block;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 15px;
}
.yazarlar .item {
  width: 250px;
  height: 230px;
  background: url(../../assets/images/yazar-bg.jpg);
  background-size: cover;
  display: block;
  position: relative;
  
}
.yazarlar .item  a{
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
 
}

.yazarlar .owl-item img {
  width: auto !important
}
.yazarlar .owl-dots {
  display: none !important
}
.yazarlar .item img {
  position: absolute;
  width: 50% !important;
  right: 0px;
  bottom: 0px;
}
.yazarlar .item p,
.yazarlar .item span {
  display: block;
  color: #fff;
}
.yazarlar .item p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.yazarlar .item span {
  font-size: 16px;
  opacity: 0.7;
}
.yazarlar .bx-controls {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  -moz-box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
  box-shadow: 0px 1px 5px 0px rgba(78, 93, 121, 0.12);
}

.video-galeri a:first-child {
  /* padding: 0px */
}

.video-galeri-widget a {
  width: 100%;
  display: block;
  padding: 15px;
  font-weight: 600;
  position: relative;
  color: #fff; 
}
.video-galeri-widget a:first-child p {
  width: 100%;
  margin-left: 0px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}
.video-galeri-widget a p {
    width: calc(100% - 135px);
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.video-galeri-widget a .vText label {
  font-size: 16px;
  opacity: 0.7;
  font-weight: normal;
}
.video-galeri-widget {
  background: #0A174D;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.video-galeri-widget a:nth-child(1){
  padding: 0px !important;
}
.video-galeri-widget a:first-child .image {
  display: block;
}
.video-galeri-widget a:first-child .image img {
  width: 100%;
}
.video-galeri-widget .image  {
  display: inline-block;
}
.video-galeri-widget .image img {
  width: 120px;
}

.video-galeri-widget .image  .time{
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 3;
    margin: 0!important;
    width: auto!important;
    opacity: 1!important;
}


.video-galeri-widget .image  .time{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 4px ;
    font-size: 11px;
    font-weight: normal;
    font:arial;
    z-index: 3;
    margin: 0!important;
    width: auto!important;
    opacity: 1!important;
    
    
}

    





.video-galeri-widget .allBttn-Dark {
  width: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  padding: 0 15px;
  margin: 15px 15px 0 15px;
  height: 50px;
  border: 2px solid rgba(255,255,255,0.2);
}
.video-galeri-widget a .vText {
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 50px 20px 10px 20px;
  left: 0px;
  z-index: 2;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(10,23,77,0) 0%, rgba(10,23,77,0.61) 49%, rgba(10,23,77,1) 80%, rgba(10,23,77,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(10,23,77,0) 0%,rgba(10,23,77,0.61) 49%,rgba(10,23,77,1) 80%,rgba(10,23,77,1) 100%);
  background: linear-gradient(to bottom,  rgba(10,23,77,0) 0%,rgba(10,23,77,0.61) 49%,rgba(10,23,77,1) 80%,rgba(10,23,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a174d', endColorstr='#0a174d',GradientType=0 );
}
.video-galeri-widget .box-shadow {
  background: #0A174D;
  color: #fff;
}

.vdGallery .owl-dots {
  background: #0A174D;
  padding: 10px 0 20px 0;
}
.vdGallery .owl-dots .owl-dot {
  background: rgba(255,255,255,0.1)
}
.vdGallery .owl-dots .owl-dot.active {
  background: #ED1119;
}
.vdGallery .vText {
  display: block;
  position: absolute;
  bottom: -1px;
  padding-top: 50px;
  left: 0px;
  z-index: 2;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(10,23,77,0) 0%, rgba(10,23,77,0.61) 49%, rgba(10,23,77,1) 80%, rgba(10,23,77,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(10,23,77,0) 0%,rgba(10,23,77,0.61) 49%,rgba(10,23,77,1) 80%,rgba(10,23,77,1) 100%);
  background: linear-gradient(to bottom,  rgba(10,23,77,0) 0%,rgba(10,23,77,0.61) 49%,rgba(10,23,77,1) 80%,rgba(10,23,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a174d', endColorstr='#0a174d',GradientType=0 );
}
.vdGallery .vText p {
  width: 100%;
  display: block;
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding: 10px 15px 5px 15px;
  font-weight: 800;
}
.vdGallery .vText label {
    width: 100%;
  display: block;
  font-size: 16px;
  opacity: 0.7;
  padding: 0 15px;
  color: #fff;
}
.video-galeri .list2 a:first-child {
  width: 100%;
  padding: 0px;
  margin-bottom: 50px;
}
.video-galeri .list2 a:nth-child(2) {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 25px;
}
.video-galeri .list2 a:first-child a {
  padding: 0px;
  margin-bottom: 15px;
}
.video-galeri .list2 a:first-child p {
  width: 100%;
  display: block;
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding: 10px 15px 5px 15px;
}
.video-galeri .list2 a:first-child label {
  width: 100%;
  display: block;
  font-size: 16px;
  opacity: 0.7;
  padding: 0 15px;
  color: #fff;
}
.video-galeri .list2 a:first-child .videoImg {
  width: 100%;
  display: block;
  position: relative;
}
.video-galeri .list2 a:first-child .videoImg img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.radio {
  width: 100%;
  display: block;
  background: url(../../assets/images/radio.jpg);
  margin-bottom: 15px;
}
.radio img {
  max-width: 100%;
}
.foto-galeri {
  font-size: 0px;
  line-height: 0px;
  padding: 0 5px 10px 5px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.foto-galeri img {
  width: 100%;
}
.foto-galeri p {
  height: 70px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 22px;
}
.foto-galeri .allBttn-Dark {
  width: auto;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
  padding: 0 15px;
  margin: 0px 10px 10px 15px;
  height: 50px;
  border: 2px solid rgba(0,0,0,0.2);
}
.foto-galeri a .blackNewsText {
  padding: 15px;
}
.foto-galeri a .blackNewsText p {
  margin-top: 0px !important;
}
.foto-galeri a:first-child {
  width: calc(100% + 10px);
  padding: 0px;
  margin:0 -5px;
}
.foto-galeri a:first-child a {
  padding: 0px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.foto-galeri a:first-child a img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.foto-galeri a:first-child p {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  height: auto;
  position: relative;
  z-index: 2;
}
.foto-galeri a {
  width: 50%;
  display: inline-block;
  line-height: normal;
  padding: 5px 5px 15px 5px;
}
.galleryIcon {
  position: relative;
}
.galleryIcon::before {
  content: "\e802";
    font-family: "fontello";
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.7);
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.playIcon {
  position: relative;
}
.playIcon::before {
  content: "\e800";
  font-family: "fontello";
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ED1119;
  line-height: 70px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 2;
  font-size: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px #ED1119;
  -moz-box-shadow: 0px 0px 30px 0px #ED1119;
  box-shadow: 0px 0px 30px 0px #ED1119;
  
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  
  
}
.kategori {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #000;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}

.list4 .kategori , .list2 .kategori{
    display: none;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 8px;
}

.kategori.bbtv {
  color: #ED1119;
  padding-left: 35px;
  
}

.kategori.time {
 left: inherit;
 right: 5px;
 bottom: 5px;
 color: #fff;
  background: rgba(0,0,0,0.7);
 
}

.kategori.video {
  background: #ED1119;
  color: #FFF;
  padding-left: 35px;
}

.kategori.galeri {
  background: #000;
  padding-left: 35px;
  color: #fff;
}
.kategori.yazar {
  padding-left: 45px;
}


.kategori.yesil {
  color: #0CAE44;
}
.kategori.turuncu {
  color: #f58f0f;
}
.kategori.mor {
  color: #9300FF;
}
.kategori.turkuaz {
  color: #04b9a3;
}
.kategori.mavi {
  color: #1257dc;
}

.kategori.kirmizi {
  color: #ED1119;
}



.kategori.saglik {
  color: #19B687;
}
.kategori.ekonomi {
  color: #183CB1;
}
.kategori.bs {
  color: #0CAE44;
  padding-left: 40px;
}







.whiteNews .wnItem .canli {
  padding: 5px;
  background: #ED1119;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.whiteNews .wnItem .canli::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.kategori.bbtv::before {
  position: absolute;
  left: 15px; 
  top: 6px; 
  content: "";
  width: 13px;
  height: 18px;
  background: url(../../assets/images/bb-fav.svg);
}
.kategori.bs::before {
  position: absolute;
  left: 15px; 
  top: 6px; 
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../assets/images/bs-logo.png) no-repeat;
  background-size: cover;
}
.kategori.video::before {
  position: absolute;
  left: 15px; 
  top: 0px; 
  content: "\e807";
  width: 13px;
  height: 18px;
  font-family: "fontello";
  font-size: 14px;
  font-weight: bold;
}
.kategori.galeri::before {
  position: absolute;
  left: 15px; 
  top: 0px; 
  content: "\e802";
  width: 13px;
  height: 18px;
  font-family: "fontello";
  font-size: 14px
}
.kategori.yazar::before {
  position: absolute;
  left: 15px; 
  top: 0px; 
  content: "\e803";
  width: 13px;
  height: 18px;
  font-family: "fontello";
  font-size: 14px
}

.image{
  display: block;
  position: relative;
}
.kategoriDetay .mainCategory {
  margin-bottom: 15px;
}

.newsDetail {
  width: 100%;
  display: block;
  background: #fff;
  margin-top: 15px;
}
.newsDetail img {
  width: 100%;
  max-width: inherit !important;
  display: block;
}
.newsDetail .newsText {
  display: block;
  padding: 0 15px 15px 15px;
  line-height: 26px;
  margin-bottom: 0.7em;
}
.newsDetail .newsText p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 30px;
}
.newsDetail .newsText p b {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
}

.newsInfo {opacity: 0.7}

.newsShareIcons {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 350px;
}
.newsShareIcons .shareIcon {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}
.newsShareIcons .shareIcon.fb {
  background-color: #3f51b5;
}
.newsShareIcons .shareIcon.tw {
  background-color: #3ac0ff;
}
.newsShareIcons .shareIcon.wht {
  background: #40c351;
  font-size: 25px;
}
.newsShareIcons .shareIcon.em {
  background: #555;
  font-size: 25px;
}
.newsShareIcons .shareIcon.gpls {
  background-color: #d34836;
  font-size: 25px;
}

.newsDetail .newsText .embed {
  display: block;
  width: 100%;
  margin-top: 15px;
}


.newsDetail .newsText .similarNews {
  background: #f4f4f4;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.newsDetail .newsText .similarNews img {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
}
.newsDetail .newsText .similarNews p span {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.5
}
.newsDetail .newsText .similarNews p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  width: calc(100% - 40% - 15px);
}

.newsDetail .newsTtile {
  width: 100%;
  display: block;
  padding: 15px;
}
.newsDetail .newsTtile h1 {
  font-size: 24px;
  font-weight: 600;
  display: block;
  line-height: 32px;
  margin-bottom: 10px;
}
.newsDetail .newsTtile span {
  font-size: 16px;
  opacity: 0.7;
  display: block;
  width: 100%;
}
.newsDetail .newsTtile p {
  display: block;
  margin: 20px 0 0 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  word-wrap: normal;
  word-wrap: break-word;
}

.writerDetail {
  width: 100%;
  display: block;
  padding: 15px 15px 0 15px;
  background: url(../../assets/images/yazar-bg.jpg) center;
  background-size: cover;
  color: #fff;
  font-size: 0px;
  line-height: 0px;
  text-align: right;
}
.writerDetail img {
  width: 30%;
  display: inline-block;
  bottom: 0px;
}
.writerDetail div {
  width: calc(70% - 15px);
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  text-align: left;
}
.writerDetail div p {
  font-size: 20px;
  overflow: hidden;
  font-weight: 800;
}
.writerDetail div span {
  opacity: 0.7;
  font-size: 14px;
}
.writerDetail div span a {
  color: #fff;
  opacity: 0.7;
}

.video-galeri {
  background: #050F38;
  color: #fff;
}
.video-galeri .navbar {
  background: #0A174D;
}
.video-galeri .navbar .kLogo {
  color: #fff;
}
.video-galeri .navbar .nbMenuIcon {
  color: #fff;
}
.video-galeri .mainCategory li a {
  color: #fff;
}
.video-galeri .mainCategory {
  background: #0A174D;
}
.video-galeri .list1 .bbtv {
  display: none;
}

.video-galeri .mainCategory li:nth-child(1) a {
    min-width:inherit;
}
.videoPlayer {
  width: 100%;
  display: block;
  background: #0A174D;
}
.videoPlayer .videoInfo {
  width: 100%;
  display: block;
  padding: 15px;
  color: #fff;
  position: relative;
}
.videoPlayer .videoInfo h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 35px;
  width: calc(100% - 30px);
}
.videoPlayer .videoInfo span {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
}
.videoPlayer .videoInfo .itick {
  
  font-size: 24px;
  color: #fff;
  opacity: 0.7;
}

.videoPlayer .videoInfo i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  opacity: 0.7;
}


.videoPlayer .videoInfo .videoInfoDetail {
  width: 100%;
  display: block;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-size: 16px;
  line-height: 24px;
}
.videoPlayer .videoInfo .videoInfoDetail.active {
  height: auto;
}
.videoPlayer .videoInfo .videoInfoDetail.active::before {
  display: none;
}
.videoPlayer .videoInfo .videoInfoDetail::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0A174D 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0A174D 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0A174D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#242740', GradientType=0);
}
.videoPlayer .videoInfo .videoInfoDetail p {
  opacity: 0.7;
  margin-bottom: 10px ;
}
.videoPlayer .videoInfo .videoInfoDetail p a {
  display: inline-block;
  color: #fff;
  opacity: 1;
}
.videoPlayer .videoInfo .videoInfoDetail .embed {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.videoPlayer .videoInfo .videoInfoDetail .embed .iframe {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.iletisimContainer {
  padding: 20px 15px;
}
.iletisimContainer .map {
  margin: 30px 0 0 0;
}
.iletisimContainer .map iframe {
  width: 100%;
}
.iletisimContainer .iItem {
  width: 100%;
  padding: 15px 0;
  border-bottom:1px solid #d8d8d8;
}
.iletisimContainer h1 {
  font-size: 20px;
  margin-bottom: 15px;
}
.iletisimContainer .iItem i {
  display: inline-block;
  font-size: 24px;
  margin-right: 15px;
  width: 30px;
}
.iletisimContainer .iItem.whatsapp i {
  color: #40C351
}
.iletisimContainer .iItem.whatsapp p {
  color: #40C351
}
.iletisimContainer .iItem .iItemTexts {
  width: calc(100% - 50px);
  display: inline-block;
}
.iletisimContainer .iItem .iItemTexts p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.iletisimContainer.eczaneler .iItem .iItemTexts {
  width: 100%;
}
.iletisimContainer.eczaneler .bttn {
  margin-top: 10px;
}

.iletisimContainer .iItem .iItemTexts span {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.gazeteler {
  width: 100%;
  display:block;
}
.gazeteler .gazeteList {
  width: 100%;
  display: block;
  padding: 0px 7px;
  line-height: 0px;
  font-size: 0px;
}
.gazeteler .glItem {
  width: 46%;
  display: inline-block;
  margin: 0 7px 15px 7px;
}
.gazeteDetay .glItem {
  width: 100%;
  margin: 0px;
}
.gazeteDetay .gazeteList {
  padding: 0px;
}
.gazeteler .gazeteList img {
  width: 100%;
  max-width: 100%;
}
.gazeteler .gazeteList a {
  width: 100%;
  display: block;
}
.gazeteler .gazeteList h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}
.gazeteler.sinema .gazeteList h2 {
  font-weight: bold;
  font-size: 16px;
}
.gazeteler.sinema .conTitle span {
  width: 100%; 
  display: block;
  font-weight: normal;
  opacity: 0.7;
  font-size: 16px;
  margin-top: 5px;
  padding: 0px;
}
.gazeteler.sinema #fragman {
  padding-top: 56.25%;
  position: relative;
}
.gazeteler.sinema #fragman iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.cinemaDetail {
  margin-top: 20px;
}
.cinemaDetail .bttn {
  margin: 15px;
}
.cinemaDetail h1 {
  font-size: 20px;
  padding: 0 15px;
}
.cinemaDetail span {
  opacity: 0.7;
  padding: 0 15px;
}
.cinemaDetail table {
  padding: 15px 15px 30px 15px;
  font-size: 15px;
}
.cinemaDetail table tr td {
  padding: 8px 0;
}
.cinemaDetail table tr td:first-child {
  font-weight: 600;
}
.cinemaDetail table tr td:nth-child(2) {
  padding: 0 10px;
}
.cinemaDetail table tr:nth-child(even) td {
  background: #f2f2f4;
}
.cinemaDetail .summary {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding:15px;
}
.cinemaDetail .summary p {
  font-size: 15px;
  line-height: 24px;
}
.cinemaDetail .sessions {
  width: 100%;
  display: block;
  padding: 15px;
}
.cinemaDetail .sessions .sessionItem {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.cinemaDetail .sessions .sessionItem span {
  padding: 10px;
  display: inline-block;
  margin: 10px 8px 0 0;
  border-radius: 3px;
  background: #f2f2f2;
}

.leagueFixture {
  width: 100%;
  display: block;
  padding: 15px;
}
.leagueFixture .fiksTitle {
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #e9e9ec;
  font-size: 15px;
  border-radius: 3px;
}
.leagueFixture li {
  font-size: 0px;
  line-height: 0px;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9ec;
}
.leagueFixture li:last-child {
  border: 0px;
}
.lighafta {
  width: calc(100% - 40px);
  display: block;
  height: 40px;
  line-height: 40px;
  outline: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  margin: 10px 20px 15px 20px;
}
.leagueFixture .club {
  width: 38%;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.leagueFixture .club img {
  width: 30px;
}
.leagueFixture .club:last-child {
  text-align: center !important;
}
.leagueFixture .score {
  width: 24%;
  display: inline-block;
  line-height: normal;
  text-align: center;
}
.leagueFixture .score p {
  font-size: 20px;
  font-weight: 800;
}
.leagueFixture .score span {
  font-size: 14px;
  padding: 3px;
  border-radius: 3px;
  border: 2px solid #d7d7d7;
}
.rating {
  padding: 15px;
}
.rating thead th {
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
}

.rating thead th:nth-child(4) {
  text-align: left;
}
.rating tbody tr {
  padding: 5px 0;
}
.rating tbody tr:last-child tr {
  border: 0px;
}
.rating tbody tr:last-child:nth-child(even) td {
  border: 0px;
}
.rating tbody tr td {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.rating tbody tr td:first-child {
  text-align: left;
  font-size: 15px;
}
.rating tbody tr td:nth-child(4) {
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
}
.etkinlikler {
  margin-top: 20px
}
.etkinlikList .item {
  padding-bottom: 15px;
}
.etkinlikList .item img {
  width: 100%;
}
.etkinlikList .item label {
  font-size: 15px;
  padding: 15px 15px 0 15px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #F55A4F;
}
.etkinlikList .item p {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
}
.etkinlikList .item span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  height: 60px;
  overflow: hidden;
  padding: 5px 15px 5px 15px;
}

.etkinlikDetay {
  margin-top: 20px ;
}
.etkinlikDetay img {
  width: 100%;
}
.etkinlikDetay .edTexts label {
  font-size: 15px;
  padding: 0px 15px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #F55A4F;
}
.etkinlikDetay .edTexts p {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 15px 10px 15px;
}
.etkinlikDetay .edTexts span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 5px 15px 0px 15px;
}
.etkinlikDetay .newsShareIcons {
  padding: 15px;
  margin: 0px;
}
.etkinlikDetay .newsShareIcons p {
  padding: 0px;
  font-size: 14px;
  text-align: left;
  opacity: 0.5;
  font-weight: 600;
  margin-bottom: 10px;
}
.etkinlikDetay .eDetay {
  padding: 15px;
  border-top: 1px solid #d7d7d7;
  margin-top: 15px;
}
.etkinlikDetay .eDetay strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.5;
}
.etkinlikDetay .eDetay p {
  font-size: 18px;
  padding: 10px 0;
  font-weight: normal;
  line-height: 30px
}
.etkinlikDetay .eDetay p b {
  font-weight: 600
}

footer {
  width: 100%;
  display: block;
  padding: 15px;
  line-height: 30px;
  text-align: center;
}
footer p {
  display: block;
  opacity: 0.7;
  font-size: 15px;
}
footer a {
  display: block;
  text-align: center;
}



.spinner {
    margin: 20px auto 20px;
    width: 70px;
    text-align: center;
    color: #252730;

}

.spinner > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}

.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
0%, 80%, 100% { 
-webkit-transform: scale(0);
transform: scale(0);
} 40% { 
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}













.photoGalleryDetail {
    background: #000;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}
.photoGalleryDetail .site {
  height: 100%;
}
.photoGalleryDetail .navbar {
  display: -webkit-box !important;
}

.photoGalleryDetail .navbar .nbSearch {
		width: auto;
		height: 45px; 
		display: inline-block; 
		line-height: 45px; 
		font-size: 24px;
		padding: 0 20px;
                position:relative;
}
.photoGalleryDetail .navbar .nbSearch i{
    width: auto;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    font-size: 24px;
    position: relative;
}

          
.photoGalleryDetail .navbar .nbMenuIcon i {
  color: #fff !important;
  font-size: 24px;
   padding:8px 16px;
}

.photoGalleryDetail .nbSearch  i {
  color: #fff !important;
  font-size: 24px;
}

.photoGalleryDetail .galleryClose {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  z-index: 999;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 50px;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}
.photoGalleryDetail .galleryClose::before {

  font-family: "fontello";
    content: "\e805";
  font-size: 24px;

  opacity: 0.8;
}
.photoGalleryDetail .owl-carousel .owl-stage-outer {
  height: 100%;
}
.photoGalleryDetail .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.photoGalleryDetail .owl-carousel.owl-drag .owl-item {
  height: 100%;
}
.photoGalleryDetail .owl-carousel.owl-drag .owl-item img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.photoGalleryDetail .item {
  height: 100% !important;
 
}
.photoGalleryDetail .item.height100 .pgImage {
  height: 100% !important;
}
.photoGalleryDetail .pgDetail {
  width: 100%;
  display: block;
  height: 100%;
}
.photoGalleryDetail .pgImage {
  width: 100%;
  display: block;
  line-height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  height: 60%;
  max-height: 100%;
  justify-content: center;
  position: relative;
}
.photoGalleryDetail .pgImage .gdSocial {
  z-index: 999;
  bottom: -20px;
  right: 20px;
  position: absolute;
}
.photoGalleryDetail .pgImage.height100 {
  margin-top: 0px;
  height: 100%;
}
.photoGalleryDetail .pgText {
  width: 100%;
  display: block;
  overflow-x: auto;
  position: absolute;
  bottom: 0px;
  height: auto;
  padding: 15px 20px;
  max-height: 40%;
  background-color: #131313 !important;
  -moz-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -ms-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  -o-transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  transition: all 200ms cubic-bezier(0.19, 0.25, 0.28, 0.03);
  font-size: 16px;
  line-height: 26px;
}
.photoGalleryDetail .pgText h1 {
  font-size: 18px;
  font-weight: 800;
  padding: 0 15px;
}
.photoGalleryDetail .navbar {
  box-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 5px 0;
}
.photoGalleryDetail .navbar .fgTitle {
  display: block;
  width: calc(100% - 115px);
  
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 45px;
}
.photoGalleryDetail .navbar .icons8-share-symbol {
  color: #fff;
}
.photoGalleryDetail .socialDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap-reverse;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.photoGalleryDetail .socialDiv .smClose {
  position: absolute;
  bottom: 30px;
  height: 60px !important;
  width: 60px !important;
  left: 50%;
  line-height: 55px !important;
  margin-left: -25px;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.photoGalleryDetail .socialDiv .smClose::before {
 font-family: "fontello";
content: "\e805";
  font-size: 26px !important;
}
.photoGalleryDetail .socialDiv .smIcons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: flex;
  margin-right: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.photoGalleryDetail .socialDiv .smIcons:last-child {
  margin-right: 0px;
}
.photoGalleryDetail .socialDiv .smIcons.wa {
  background: #40c351;
}
.photoGalleryDetail .socialDiv .smIcons.fb {
  background: #3f51b5;
}
.photoGalleryDetail .socialDiv .smIcons.tw {
  background: #3ac0ff;
}
.photoGalleryDetail .socialDiv .smIcons.gp {
  background: #d34836;
}
.photoGalleryDetail .socialDiv .smIcons.wa::before {
    font-family: "fontello";
    content: "\f232";
}
.photoGalleryDetail .socialDiv .smIcons.fb::before {
    font-family: "fontello";
    content: "\f09a";
    font-size: 18px;
}
.photoGalleryDetail .socialDiv .smIcons.tw::before {
    font-family: "fontello";
    content: "\f309";
    font-size: 18px;
}

.photoGalleryDetail .socialDiv .smIcons::before {
  
  font-size: 24px;
  margin: 0 auto;
}
.photoGalleryDetail footer {
  display: none;
}


.kategori52 .mainCategory li a.active{
    color: #0CAE44;
}
.kategori52 .mainCategory li a.active::before{
    background: #0CAE44;
}
.kategori52 .anaManset .owl-dots .owl-dot.active{
    background: #0CAE44;  
}







.hDurumu {
  position: relative;
  height: 100%;
  background: url(../../assets/images/hava-durumu-bgg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
 padding: 0;
      
}
.hDurumu .navbar {
  background: transparent;
  color: #fff;
  position: relative;
}
.hDurumu .navbar .kLogo {
  color: #fff;
  margin: 0 auto;
}
.hDurumu .navbar .nbMenuIcon {
  color: #fff
}
.hDurumu .site {
  padding: 20px 25px;
     padding-bottom: 0px !important;
}
.hDurumu .weather {
  background: none;
  padding: 20px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.hDurumu .weather .nowWeather span{
  font-size: 20px
}
.hDurumu .weather .nowWeather span img{
  height: 14px;
}
.hDurumu .weather .nowWeather span:last-child {
  color: #14B4FF;
  margin-left: 15px 
}
.hDurumu .wSelect {
  width: 100%;
  display: block;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
  background: url(../../assets/images/select-arrow.png) no-repeat right #0A174D;
}
.hDurumu .ghDurumu .wu {
  width: 30px;
  height: 30px;
  margin: 10px 0
}
.hDurumu .ghDurumu {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.hDurumu .ghDurumu span {
  width: 100%;
  display: block;
  font-size: 20px
}
.hDurumu .dgDurumu {
  padding: 20px 0;
  font-size: 18px;
}
.hDurumu .dgDurumu td:nth-child(2) {
  text-align: center;
}
.hDurumu .dgDurumu td:nth-child(3) {
  text-align: right;
  font-size: 20px;
}
.hDurumu .dgDurumu td:nth-child(4) {
  text-align: right;
  color: #14B4FF;
  font-size: 20px;
}
.hDurumu .dgDurumu td {
  padding: 15px 0;
}
.hDurumu .dgDurumu .wu {
  width: 30px;
  height: 30px
}

.radyo {
  position: relative;
  height: 100vh;
  background: url(../../assets/images/rado-bg.jpg) top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.radyo .site {
  padding: 20px 25px;
  height: 100%;
  position: relative;
}
.radyo .navbar {
  background: transparent;
  color: #fff;
}
.radyo .navbar .kLogo {
  color: #fff;
  margin: 0 auto;
}
.radyo .navbar .nbMenuIcon {
  color: #fff
}
.radyo .navbar .kLogo img {
  height: 50px
}
.radyo #equalizer {
  width: 300px !important;
  height: 100%;
  background: none;
  overflow: hidden;
  margin:0 auto;
}
.radyo .bar {
 width: 20px;
 float: left;
 margin-bottom: 20px;
 margin-left: 40px; 
}
.radyo .bar .fill {
  position: relative;
  width: 100%;
  background: #FF2F2F; 
  -webkit-transition: all .3s ease; 
}

.radyo #blocks{
  display:flex;
  transform: scaleY(-1);
  width:250px;
  justify-content:center;
  cursor:pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -180px;
}

.radyo .block{
  flex:1;
  height:200px;
  background:rgb(255, 255, 0);

  transition:all 0.2s;
  animation: changeSize 0.8s alternate infinite;
  animation-timing-function:linear;
  transform-origin:top;
  margin-right: 15px;
}
.radyo .block:last-child{
  margin-right: 0px
}

.radyo .block:hover{
  transform: /*translateY(8px)*/ scale(1.1);
  box-shadow: 0px 0px 10px black;
}

.radyo .block:nth-child(1){
   background:rgb(255, 47, 47);
   height:200px;
   animation-delay:-0.1s;
}

.radyo .block:nth-child(2){
   background:rgb(235, 47, 47);
   height:230px;
}

.radyo .block:nth-child(3){
   background:rgb(215, 47, 47);
   height:150px;
}

.radyo .block:nth-child(4){
   background:rgb(195, 47, 47);
   height:190px;
    animation-delay:-0.2s;
}

.radyo .block:nth-child(5){
   background:rgb(175, 47, 47);
   height:250px;
}

.radyo .block:nth-child(6){
   background:rgb(155, 47, 47);
   animation-delay:-0.3s;
}

.radyo .longer{
  height:250px !important;
}

.radyo .stop{
  animation:initial;
}
.radyo .radyoDetay {
  width: 100%; 
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 25px;
  text-align: center;
  background: rgba(0,0,0,0.3);
  font-size: 16px;
}
.radyo .radyoDetay p {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px
}
.radyo .radyoDetay span {
  opacity: 0.7;
}
.radyo .radyoDetay a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  float: left;
  background: rgba(255,255,255,0.5);
  color: #fff;
  margin-right: 15px;
}

@keyframes changeSize{
  0%{
    transform: scaleY(1);
  }
  50%{
    transform: scaleY(0.2);
  }
  100%{
    transform: scaleY(1.5);
  }
}

.yorumCon {
  width: 100;
  background: #fff;
  display: block;
  padding: 15px;
}
.yorumCon form {
  width: 100%;
  display: block;
}
.yorumCon form input {
  width: 100%; 
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  
  font-family: Arial,'Times New Roman',sans-serif;
  font-size: 14px;
  padding: 0px
}

.yorumCon form textarea {
  width: calc(100% - 55px);
  display: inline-block;
 font-family: Arial,'Times New Roman',sans-serif;
 font-size: 14px;
    height: 45px;
    min-height: 45px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding: 0px
}


.yorumCon form .err{
    border-bottom: 1px solid red !important;
}

.yorumCon div.count{
    display: none;
    margin-bottom: 20px;
    font-family: Arial,'Times New Roman',sans-serif;
    font-size: 14px;
}
.yorumCon div.uyari{
    display: none;
    margin-bottom: 20px;
   
    font-family: Arial,'Times New Roman',sans-serif;
    font-size: 14px;
}
.yorumCon div.yorum-yok{
   display: block;
   text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Arial,'Times New Roman',sans-serif;
    font-size: 14px;
    
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    opacity: .7;
}


.yorumCon form .send-button {
  float: right;
  width: 45px;
  height: 45px;
  border:1px solid #5074E3;
  line-height: 42px;
  text-align: center;
  background: #fff;
}
.yorumCon form input:focus {
  border-color: #5074E3
}
.yorumCon form input:active {
  border-color: #5074E3
}
.yorumCon form textarea:focus {
  border-color: #5074E3
}
.yorumCon form textarea:active {
  border-color: #5074E3
}


.yorumCon .yorumlar {
  width: 100%;
  display: block;
}
.yorumCon .yorumlar .yItem {
    display: none;
  width: calc(100% - 10px);
  position: relative;
  padding: 20px 15px;
  background: #5074E3;
  color: #fff;
  margin-bottom: 15px;
}
.yorumCon .yorumlar .yItem p {
  font-weight: bold;
  margin-bottom: 5px
}
.yorumCon .yorumlar .yItem span {
  width: 100%;
  display: block;
  opacity: 0.8;
  line-height: 22px;
}
.yorumCon .yorumlar .yItem:before{
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  right: -10px;
  bottom: 0px;
  background-image: url(../../assets/images/yorum-celtik.png);
}
.yorumCon .yorumlar .allbtn {
  width: 100%;
  display: block;
  height: 50px;
  border: 1px solid #C9C9C9;
  line-height: 50px;
  text-align: center;
  font-weight: bold
}



.imsakiye table{width:100%}.form-table input,.form-table textarea{
    width:100%;color:#d9534f;font-style:italic;font-size:13px;padding:10px 12px;background-color:#EFEFEF}.form-table input::-webkit-input-placeholder,.form-table textarea::-webkit-input-placeholder{color:#444}.form-table input:-ms-input-placeholder,.form-table textarea:-ms-input-placeholder{color:#444}.form-table input::-moz-placeholder,.form-table textarea::-moz-placeholder{color:#444}.form-table input:-moz-placeholder,.form-table textarea:-moz-placeholder{color:#444}.form-table input:focus,.form-table textarea:focus{background-color:#e2e2e2}.form-table button{color:#fff;font-size:1.1em;padding:1em;display:inline-block;text-align:center;background-color:#252730;transition:all 250ms ease-in-out}.form-table button,.transition{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out}.line-title,.strip-title{text-align:left;font-weight:500}.form-table button:hover{background-color:#d9534f}.strip-title{color:#fff;font-size:1.4em;background-color:#252730;padding:1.4em 1.1em}.strip-title a{color:#fff}.strip-title.light{color:#252730;background-color:#fff}.line-title{color:#252730;font-size:1.4em;padding:.6em;margin-bottom:1.1em;border-left:4px solid #d9534f}.line-title.light{color:#fff}.box-title{color:#252730;text-align:center;font-size:1.4em;padding-top:.1em;padding-bottom:.7em;font-weight:700}.box-shadow{margin-bottom:1.1em;background-color:#fff;-webkit-box-shadow:0 0 6px rgba(0,0,0,.05);-moz-box-shadow:0 0 6px rgba(0,0,0,.05);box-shadow:0 0 6px rgba(0,0,0,.05)}.svg-icon{fill:currentColor;display:inline-block;vertical-align:middle}.transition{transition:all 250ms ease-in-out}.clearfix:after{display:block}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fl{float:left}.fr{float:right}.fn{float:none}.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}.pa{position:absolute}.mall{margin:1.1em}.pall{padding:1.1em}.m2all{margin:1.8em}.p2all{padding:1.8em}.mt{margin-top:1.1em}.mt2{margin-top:1.8em}.pt{padding-top:1.1em}.pt2{padding-top:1.8em}.mr{margin-right:1.1em}.mr2{margin-right:1.8em}.pr{position:relative;padding-right:1.1em}.pr2{padding-right:1.8em}.mb{margin-bottom:1.1em}.mb2{margin-bottom:1.8em}.pb{padding-bottom:1.1em}.pb2{padding-bottom:1.8em}.ml{margin-left:1.1em}.ml2{margin-left:1.8em}.pl{padding-left:1.1em}.pl2{padding-left:1.8em}.mtn{margin-top:0}.mrn{margin-right:0}.mbn{margin-bottom:0}.mln{margin-left:0}.ptn{padding-top:0}.prn{padding-right:0}.pbn{padding-bottom:0}.pln{padding-left:0}@media screen and (min-width:1024px){body{font-size:19px}}@media screen and (max-width:768px){body{font-size:17px}}@media screen and (max-width:414px){body{font-size:16px}}@media screen and (max-width:375px){body{font-size:14px}}@media screen and (max-width:320px){body{font-size:12px}}.imsakiye thead{background-color:#157542}.imsakiye tbody tr:nth-child(2n+0){background-color:#f9f2ea}.imsakiye th{color:#fff;font-weight:700;font-size:.9em;padding:13px 0;white-space:nowrap}.imsakiye th:nth-child(1){text-align:left;padding-left:15px}.imsakiye td{color:#252730;font-weight:400;font-size:.9em;padding:13px 0;text-align:center}.imsakiye td:nth-child(1){text-align:left;padding-left:15px;font-weight:700}.imsakiye .active{background-color:#157542!important}.imsakiye .active td{color:#fff!important}.imsakiye .altbilgi{padding:15px}.imsakiye .altbilgi strong{font-weight:700}