@font-face {
  font-family: "Helvetica";
  src: url("../helvetica/HELR45W.ttf"); }
body {
  font-family: "Helvetica"; }

header {
  width: 100%;
  background: #00b3ca;
  padding: 10px; }
  header .col960 {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    header .col960 .logoPart a {
      text-decoration: none;
      color: #fff;
      font-size: 40px; }
    header .col960 .menuPart {
      padding-top: 11px; }
      header .col960 .menuPart .dropdown-menu{
        padding: 10px;}
        header .col960 .menuPart .dropdown-menu li a{
          color: #00b3ca;
        }
      header .col960 .menuPart > ul {
        margin-top: 6px;
        display: flex;
        padding: 0; }
        header .col960 .menuPart > ul > li {
          list-style: none;
          margin-left: 20px; }
          header .col960 .menuPart > ul >li:hover a:after {
            width: 100%; }
          header .col960 .menuPart > ul >li:hover > .dropdown-menu{
            display: block;
          }
          header .col960 .menuPart > ul >li >a {
            text-decoration: none;
            color: #fff; }
            header .col960 .menuPart > ul >li >a:after {
              content: '';
              height: 2px;
              margin-left: 0px;
              border: none;
              background: white;
              width: 0;
              transition: all .3s ease;
              display: block; }
          header .col960 .menuPart > ul >li >.active:after {
            width: 100%; }
    header .col960 .contactUs {
      padding-top: 11px;
      margin-left: 50px; }
      header .col960 .contactUs a {
        text-decoration: none;
        color: #fff;
        margin-right: 5px; }
        header .col960 .contactUs a i {
          border: 1px solid #fff;
          border-radius: 100%;
          font-size: 1em;
          transition: all .3s; }
          header .col960 .contactUs a i:hover {
            background: #fff;
            color: #00b3ca; }
        header .col960 .contactUs a .fa-instagram {
          padding: 8px 10px; }
        header .col960 .contactUs a .fa-facebook-f {
          padding: 8px 12px; }
    header .col960 .searchPart {
      position: relative;
      padding-top: 11px; }
      header .col960 .searchPart i {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 100%;
        font-size: 1em;
        transition: all .3s; }
        header .col960 .searchPart i:hover {
          background: #fff;
          color: #00b3ca; }
      header .col960 .searchPart .fa-search {
        padding: 8px; }
      header .col960 .searchPart input {
        display: none;
        width: 940px;
        padding-top: 0px;
        border-radius: 20px;
        border: 1px solid #00b3ca;
        padding: 8px;
        padding-left: 20px; }
      header .col960 .searchPart .close {
        display: none;
        position: absolute;
        right: 10px;
        top: 18px; }
        header .col960 .searchPart .close i {
          color: #00b3ca;
          border: 1px solid #00b3ca;
          padding: 1px 4px; }

footer {
  width: 100%;
  background: #222222; }
  footer .col960 {
    width: 960px;
    padding: 10px;
    margin: 0 auto;
    display: flex; }
    footer .col960 .first {
      width: 50%; }
      footer .col960 .first ul {
        margin-top: 5px;
        padding: 0;
        display: flex; }
        footer .col960 .first ul li {
          list-style: none;
          margin-right: 40px; }
          footer .col960 .first ul li a {
            text-decoration: none;
            color: #FFFFFF;
            text-transform: uppercase; }
    footer .col960 .second {
      width: 50%;
      display: flex; }
      footer .col960 .second a {
        text-decoration: none;
        color: #fff;
        margin-right: 10px; }
        footer .col960 .second a i {
          border: 1px solid #fff;
          border-radius: 100%;
          font-size: 1em;
          transition: all .3s; }
          footer .col960 .second a i:hover {
            background: #fff;
            color: #00b3ca; }
        footer .col960 .second a .fa-instagram {
          padding: 8px 10px; }
        footer .col960 .second a .fa-facebook-f {
          padding: 8px 12px; }
      footer .col960 .second p {
        margin-top: 5px;
        color: #FFFFFF;
        margin-left: 10px; }

.reklam {
  height: 500px;
  width: calc((100% - 960px)/2);
  position: fixed;
  top: 73px;
  left: 0; }

.reklam2 {
  height: 500px;
  width: calc((100% - 960px)/2);
  position: fixed;
  top: 73px;
  right: 0; }

#common {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  #common .contentPart {
    margin-top: 10px;
    width: 300px;
    border: 1px solid lightgray; }
    #common .contentPart .photo {
      width: 100%;
      height: 200px; }
      #common .contentPart .photo img {
        width: 100%; }
    #common .contentPart .content {
      padding: 10px; }
      #common .contentPart .content .date .line {
        display: inline-block;
        height: 15px;
        width: 4px;
        margin-right: 10px;
        background: #00b3ca; }
      #common .contentPart .content .date .kat {
        color: #00b3ca;
        text-transform: uppercase;
        font-weight: 600; }
      #common .contentPart .content .date .time {
        color: #00b3ca;
        margin-left: 30px;
        font-weight: 600; }
      #common .contentPart .content .date .t {
        margin-left: 0px;
        color: gray; }
      #common .contentPart .content .date .view {
        color: gray;
        float: right;
        font-weight: 600; }
      #common .contentPart .content .shortHeading a {
        text-decoration: none;
        color: black;
        font-weight: 600; }
  #common .contentPart:nth-child(3n-1) {
    margin-left: 20px;
    margin-right: 20px; }

.ktqReadMore {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 20px; }
  .ktqReadMore .readMore {
    margin-top: 20px; }
    .ktqReadMore .readMore a {
      text-decoration: none;
      text-transform: uppercase;
      border: 1px solid #00b3ca;
      padding: 6px 65px;
      margin: 0 auto;
      color: #00b3ca;
      transition: all .3s; }
      .ktqReadMore .readMore a:hover {
        background: #00b3ca;
        color: #fff; }

#detail .col960 {
  width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 10px;
  margin-top: 20px; }
  #detail .col960 .firstPart {
    width: 610px;
    margin-right: 20px; }
    #detail .col960 .firstPart .commonDiv {
      width: 100%; }
      #detail .col960 .firstPart .commonDiv .photo {
        width: 100%; }
        #detail .col960 .firstPart .commonDiv .photo img {
          width: 100%; }
      #detail .col960 .firstPart .commonDiv .lineContact {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex; }
        #detail .col960 .firstPart .commonDiv .lineContact .info {
          margin-top: 5px;
          width: 70%; }
          #detail .col960 .firstPart .commonDiv .lineContact .info .line {
            display: inline-block;
            height: 15px;
            width: 4px;
            margin-right: 10px;
            background: black; }
          #detail .col960 .firstPart .commonDiv .lineContact .info span {
            text-transform: uppercase;
            margin-right: 20px;
            color: gray; }
          #detail .col960 .firstPart .commonDiv .lineContact .info .kategory {
            color: black; }
            
                
            /*****/
             .kategory a {
            color: black; }
            
        #detail .col960 .firstPart .commonDiv .lineContact .contact {
          width: 30%;
          text-align: right; }
          #detail .col960 .firstPart .commonDiv .lineContact .contact .ft {
            color: gray;
            font-weight: 700;
            margin-right: 10px;
            font-size: 19px; }
          #detail .col960 .firstPart .commonDiv .lineContact .contact .fb i {
            padding: 7px 12px;
            background: #3b5998;
            color: #fff;
            border-radius: 100%; }
          #detail .col960 .firstPart .commonDiv .lineContact .contact .wp i {
            padding: 7px 10px;
            background: #25d366;
            color: #fff;
            border-radius: 100%; }
      #detail .col960 .firstPart .commonDiv .comments {
        width: 100%; }
        #detail .col960 .firstPart .commonDiv .comments .head span {
          font-weight: 700; }
        #detail .col960 .firstPart .commonDiv .comments hr {
          height: 1px; }
        #detail .col960 .firstPart .commonDiv .comments form {
          margin-top: 10px; }
          #detail .col960 .firstPart .commonDiv .comments form img {
            width: 100%; }
          #detail .col960 .firstPart .commonDiv .comments form textarea {
            width: 100%; }
          #detail .col960 .firstPart .commonDiv .comments form button {
            float: right; }
    #detail .col960 .firstPart .elseNews {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
      #detail .col960 .firstPart .elseNews h4 {
        font-weight: 700; }
      #detail .col960 .firstPart .elseNews .lineE {
        width: 100%;
        height: 3px;
        background: black; }
      #detail .col960 .firstPart .elseNews .contentPart {
        margin-top: 10px;
        width: 190px;
        border: 1px solid lightgray; }
        #detail .col960 .firstPart .elseNews .contentPart .photo {
          width: 100%;
          height: 130px; }
          #detail .col960 .firstPart .elseNews .contentPart .photo img {
            width: 100%; }
        #detail .col960 .firstPart .elseNews .contentPart .content {
          padding: 10px; }
          #detail .col960 .firstPart .elseNews .contentPart .content .date .time {
            color: gray;
            font-weight: 600; }
          #detail .col960 .firstPart .elseNews .contentPart .content .date .view {
            color: gray;
            float: right;
            font-weight: 600; }
          #detail .col960 .firstPart .elseNews .contentPart .content .shortHeading a {
            text-decoration: none;
            color: black;
            font-weight: 600; }
            
                   
            /*****/
            .shortHeading b {font-weight: 600;}
            
            
            
      #detail .col960 .firstPart .elseNews .contentPart:nth-child(3n-2) {
        margin-left: 20px;
        margin-right: 20px; }
  #detail .col960 .secondPart {
    width: 310px; }
    #detail .col960 .secondPart h5 {
      font-weight: 700; }
    #detail .col960 .secondPart .lineS {
      width: 100%;
      height: 3px;
      background: black; }
    #detail .col960 .secondPart .newsContent {
      padding-top: 10px;
      border-bottom: 1px solid gray; }
      #detail .col960 .secondPart .newsContent h6 {
        color: #00b3ca;
        font-size: 14px;
        margin-bottom: 0; }
      #detail .col960 .secondPart .newsContent a {
        text-decoration: none;
        color: gray; }
      #detail .col960 .secondPart .newsContent p {
        color: gray;
        margin-bottom: 2px; }
    #detail .col960 .secondPart .allNews {
      width: 100%;
      border: 1px solid #00b3ca;
      padding: 10px;
      margin-top: 10px;
      text-align: center; }
      #detail .col960 .secondPart .allNews a {
        text-decoration: none;
        color: #00b3ca;
        width: 100%;
        font-weight: 600;
        text-transform: uppercase; }

#homePage .col960 {
  width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 10px;
  margin-top: 20px; }
  #homePage .col960 .firstPart {
    width: 300px; }
    #homePage .col960 .firstPart h5 {
      font-weight: 700; }
    #homePage .col960 .firstPart .lineS {
      width: 100%;
      height: 3px;
      background: black; }
      
      
         /***/
   .black {
      color: black; }
      
    #homePage .col960 .firstPart .black {
      color: black; }
    #homePage .col960 .firstPart .newsContent {
      padding-top: 10px;
      border-bottom: 1px solid #d1d1d1; }
      #homePage .col960 .firstPart .newsContent h6 {
        color: #00b3ca;
        font-size: 14px;
        margin-bottom: 0; }
      #homePage .col960 .firstPart .newsContent a {
        text-decoration: none;
        color: gray; }
      #homePage .col960 .firstPart .newsContent p {
        color: #696969;
        margin-bottom: 2px; }
    #homePage .col960 .firstPart .allNews {
      width: 100%;
      border: 1px solid #00b3ca;
      padding: 10px;
      margin-top: 10px;
      text-align: center; }
      #homePage .col960 .firstPart .allNews a {
        text-decoration: none;
        color: #00b3ca;
        width: 100%;
        font-weight: 600;
        text-transform: uppercase; }
  #homePage .col960 .secondPart {
    width: 620px;
    margin-left: 20px; }
    #homePage .col960 .secondPart .carouselSlider .owl-nav .owl-prev {
      position: absolute;
      left: 2%;
      top: 50%;
      background: none;
      font-size: 2.1em; }
    #homePage .col960 .secondPart .carouselSlider i {
      color: #fff; }
    #homePage .col960 .secondPart .carouselSlider .owl-nav .owl-next {
      position: absolute;
      right: 2%;
      top: 50%;
      background: none;
      font-size: 2.1em; }
    #homePage .col960 .secondPart .carouselSlider p {
      width: 100%;
      padding: 20px;
      position: absolute;
      bottom: -16px;
      color: white;
      font-size: 30px;
      background: linear-gradient(to top, black, black 42%, rgba(0, 0, 0, 0)); }
    #homePage .col960 .secondPart .carouselSlider .owl-dots {
      position: absolute;
      top: 12px;
      right: 20px; }
      @media screen and (max-width: 544px) {
        #homePage .col960 .secondPart .carouselSlider .owl-dots {
          position: initial; } }
    #homePage .col960 .secondPart .carouselSlider .owl-dots span {
      width: 25px;
      height: 25px;
      border-radius: 0;
      margin: 3px;
      border: 1px solid #00b3ca;
      background: #fff; }
    #homePage .col960 .secondPart .carouselSlider .owl-dot.active span {
      background: #00b3ca; }
    #homePage .col960 .secondPart .carouselSlider .owl-dot.active:before {
      color: #fff !important; }
    #homePage .col960 .secondPart .carouselSlider .owl-dot:hover span {
      background: #00b3ca; }
    #homePage .col960 .secondPart .carouselSlider .owl-dot:hover:before {
      color: #fff; }
    #homePage .col960 .secondPart .carouselSlider .owl-dots {
      counter-reset: dots; }
    #homePage .col960 .secondPart .carouselSlider .owl-dot:before {
      counter-increment: dots;
      content: counter(dots);
      position: relative;
      top: 27px;
      color: #00b3ca; }
    #homePage .col960 .secondPart .carouselSlider button {
      outline: none !important; }
    #homePage .col960 .secondPart .commonElements {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #homePage .col960 .secondPart .commonElements .first {
        width: 300px;
        margin-right: 20px; }
        #homePage .col960 .secondPart .commonElements .first .contentPart {
          width: 300px;
          margin-top: 10px;
          border: 1px solid lightgray; }
          #homePage .col960 .secondPart .commonElements .first .contentPart .photo {
            width: 100%;
            height: 200px; }
            #homePage .col960 .secondPart .commonElements .first .contentPart .photo img {
              width: 100%; }
          #homePage .col960 .secondPart .commonElements .first .contentPart .content {
            padding: 10px;
            padding-bottom: 0;
            padding-top: 6px; }
            #homePage .col960 .secondPart .commonElements .first .contentPart .content .date .line {
              display: inline-block;
              height: 15px;
              width: 4px;
              margin-right: 10px;
              background: #00b3ca; }
            #homePage .col960 .secondPart .commonElements .first .contentPart .content .date .kat {
              color: #00b3ca;
              text-transform: uppercase;
              font-weight: 600; }
            #homePage .col960 .secondPart .commonElements .first .contentPart .content .date .time {
              color: gray;
              font-weight: 600; }
            #homePage .col960 .secondPart .commonElements .first .contentPart .content .date .view {
              color: gray;
              float: right;
              font-weight: 600; }
            #homePage .col960 .secondPart .commonElements .first .contentPart .content .shortHeading a {
              text-decoration: none;
              color: black;
              font-weight: 600; }
              
              
              /*****/
              #homePage shortHeading b {
              text-decoration: none;
             
              font-weight: 600; }
              
      #homePage .col960 .secondPart .commonElements .second {
        width: 300px; }
        #homePage .col960 .secondPart .commonElements .second .photo {
          margin-top: 10px;
          width: 300px;
          height: 234px;
          background: lightgray; }
        #homePage .col960 .secondPart .commonElements .second .writers {
          width: 300px;
          margin-top: 10px; }
          #homePage .col960 .secondPart .commonElements .second .writers h5 {
            font-weight: 700; }
          #homePage .col960 .secondPart .commonElements .second .writers .allWriters {
            text-align: right;
            margin-top: 10px; }
            #homePage .col960 .secondPart .commonElements .second .writers .allWriters a {
              text-decoration: none;
              color: black; }
          #homePage .col960 .secondPart .commonElements .second .writers .lineS {
            width: 100%;
            height: 3px;
            background: black; }
          #homePage .col960 .secondPart .commonElements .second .writers .newsContent {
            padding-top: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid lightgray; }
            #homePage .col960 .secondPart .commonElements .second .writers .newsContent img {
              border-radius: 100%;
              width: 60px;
              height: 60px; }
            #homePage .col960 .secondPart .commonElements .second .writers .newsContent h6 {
              color: #00b3ca;
              /*text-transform: uppercase;*/
               }
            #homePage .col960 .secondPart .commonElements .second .writers .newsContent .yazar {
              color: gray;
              text-transform: none; }
        #homePage .col960 .secondPart .commonElements .second .readers {
          margin-top: 10px; }
          #homePage .col960 .secondPart .commonElements .second .readers h5, #homePage .col960 .secondPart .commonElements .second .readers h6 {
            font-weight: 700; }
          #homePage .col960 .secondPart .commonElements .second .readers h6 {
            font-size: 14px;
            text-transform: uppercase; }
          #homePage .col960 .secondPart .commonElements .second .readers .lineS {
            width: 100%;
            height: 3px;
            background: black; }
          #homePage .col960 .secondPart .commonElements .second .readers .newsContent {
            padding-top: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #00b3ca; }
            #homePage .col960 .secondPart .commonElements .second .readers .newsContent .sira {
              border-radius: 100%;
              background: #00b3ca;
              padding: 1px 7px;
              color: #fff; }
            #homePage .col960 .secondPart .commonElements .second .readers .newsContent a {
              text-decoration: none;
              color: black; }
            #homePage .col960 .secondPart .commonElements .second .readers .newsContent span {
              color: gray; }
              #homePage .col960 .secondPart .commonElements .second .readers .newsContent span i {
                margin-right: 5px; }

#elseNews {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px; }
  #elseNews h4 {
    font-weight: 700; }
  #elseNews .lineS {
    width: 100%;
    height: 3px;
    background: black; }
  #elseNews .flexableFooter {
    display: flex;
    flex-wrap: wrap; }
    #elseNews .flexableFooter .content {
      padding: 10px;
      width: 235px; }
      #elseNews .flexableFooter .content .category {
        padding-top: 10px;
        padding-bottom: 20px; }
        #elseNews .flexableFooter .content .category a {
          padding: 8px 35px;
          border: 2px solid #00b3ca;
          color: #00b3ca;
          text-transform: uppercase;
          font-weight: 600;
          text-decoration: none; }
      #elseNews .flexableFooter .content .news {
        padding-top: 10px;
        padding-bottom: 10px; }
        #elseNews .flexableFooter .content .news a {
          text-decoration: none;
          color: black; }
          #elseNews .flexableFooter .content .news a h5 {
            font-weight: 600;
            font-size: 16px; }
        #elseNews .flexableFooter .content .news span {
          color: gray;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 12px; }
      #elseNews .flexableFooter .content .news:not(:last-child) {
        border-bottom: 1px solid lightgray; }
    #elseNews .flexableFooter .content:not(:last-child) {
      border-right: 1px solid lightgray; }

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


#xeber_yazi strong {color:black;}
