@media (max-width: 1059px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1070px) {
  /*styles for mobile menu support*/
  .top-bar .menu > ul {
    display: table !important;
    padding-left: 30px;
  }
  .top-bar .menu > ul > li {
    float: left;
  }
  .mobile-menu {
    display: none;
  }

  .mega-menu:hover > a {
    color: #cd2f36 !important;
  }
  .mega-menu:hover .mega-dropdown {
    display: block !important;
  }
  .mega-dropdown,
  .mega-container {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #ffffff;
    display: none;
    border-radius: 0;
    float: left;
    padding-top: 10px;
    z-index: 999 !important;
  }
  .mega-container {
    width: 100%;
    border-radius: 0;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    list-style: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .mega-container ul li a {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .mega-container ul > li a:hover {
    color: #cd2f36;
    opacity: 1;
  }
}

@media (max-width: 1069px) {
  .top-bar .menu {
    position: initial;
  }
  .top-bar .operation {
    top: 25px;
  }
  /*styles for mobile menu support*/
  .top-bar .menu > ul {
    display: none;
    background-color: #ffffff;
  }
  .top-bar .menu > ul > li {
    border-bottom: 1px solid #f8f8f8;
  }
  .top-bar .menu ul li:not(:last-child) {
    border-bottom: 1px solid #f8f8f8;
  }
  .top-bar .menu ul li {
    padding: 5px 0;
  }
  .header-socials {
    display: none;
  }

  .mega-dropdown {
    margin-top: 10px;
  }
  .mega-container {
    font-size: 14px;
    font-weight: 400;
  }
  .mega-container h1,
  .mega-container h2,
  .mega-container h3,
  .mega-container h4,
  .mega-container h5 {
    display: none;
  }
  .mega-container ul:not(:first-child) {
    padding-left: 10px;
  }

  .manset-slider .swiper-pagination {
    margin-bottom: 26%;
  }
}

@media (min-width: 992px) {
  .search-box .search-icon:focus + input#search,
  .search-box input#search:focus {
    width: 745px;
  }

  .yazarlar .row > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(4)):not(.clearfix) {
    margin-top: 45px;
  }

  .aciklamali-haber.haber img {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
  }
  .aciklamali-haber.haber .detay {
    width: 50%;
    display: inline-block;
    padding-left: 10px;
    position: absolute;
    right: 0;
  }
  .aciklamali-haber.haber .video-haber,
  .aciklamali-haber.haber .foto-haber {
    right: 55% !important;
    right: calc(50% + 34px) !important;
    right: -webkit-calc(50% + 34px) !important;
    right: -moz-calc(50% + 34px) !important;
  }
}

@media (max-width: 991px) {
  footer hr {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .birgun-footer {
    margin: 3% 3%;
  }
  footer .birgun-footer > div:not(:first-child) {
    margin-left: 15px;
  }
  footer .birgun-footer > div:not(:last-child) {
    margin-right: 15px;
  }

  .manset-haber.haber .baslik,
  .manset-yazar .bilgi .yazi,
  .author .article-name {
    font-size: 4vw;
  }

  .search-box .search-icon:focus + input#search,
  .search-box input#search:focus {
    width: 60vw;
  }

  .yazarlar .row > *:not(:nth-child(1)):not(:nth-child(2)):not(.clearfix) {
    margin-top: 45px;
  }

  .aciklamali-haber.haber .detay {
    display: block;
    margin: 0 12px;
    margin-top: 15px;
  }

  .swiper-slide > *:not(.first) {
    margin-top: 20px;
  }

  .manset-slider .swiper-pagination {
    margin-bottom: 29%;
  }
}

@media (min-width: 768px) {
  footer .birgun-footer {
    text-align: center;
  }

  .manset-haber .video-haber,
  .manset-haber .foto-haber {
    font-size: 35px;
  }
  .article-inline-advertisement{float: left; padding-right: 10px;}
  .tags{clear: both;}

  .manset-slider {
    display: block !important;
  }

  .manset-haber-home {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .yazarlar > .row > div:not(:first-child) {
    margin-top: 45px;
  }
  .yazarlar > .row > div:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(4)) {
    display: none;
  }

  aside {
    margin-top: 40px;
  }

  .manset-haber.haber .baslik,
  .manset-yazar .bilgi .yazi,
  .author .article-name {
    font-size: 6vw;
  }

  .yazar .yazar-makale {
    padding-top: 15px;
  }

  .top-banner {
    margin: 2% 0;
  }

  .search-box .search-icon:hover + input#search,
  .search-box .search-icon:focus + input#search,
  .search-box input#search:focus {
    width: 50vw;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.23);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.23);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.23);
  }

  .mobile-row {
    margin-top: 15px;
  }

  footer .fi-content:not(:last-child) {
    margin-top: 0px;
  }

  .haber-detay .title {
    font-size: 9vw;
    line-height: normal;
  }

  .haber-detay .line {
    line-height: 30px;
  }
  .haber-detay .line > * {
    display: block;
  }
  .haber-detay > *:not(.fw),
  .haber-detay .body p:not(.fw) {
    margin-left: 0;
  }

  .haber-detay-sidebar {
    display: none;
  }

  .onerilen-haberler .title {
    margin-left: 0;
  }

  .cd-top {
    right: 20px;
    bottom: 50px;
  }

  .n-baslik2 {
    margin: 0 0 !important;
  }

  .navigation {
    text-align: right;
    margin-top: 10px;
  }

  .manset-slider {
    display: none !important;
  }

  .manset-haber-home {
    display: block !important;
  }
}

/* !! custom screen styles only for manset slider !! */
@media (max-width: 950px) {
  .manset-slider .swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    line-height: 32px;
    font-size: 20px;
  }
}

@media (max-width: 870px) {
  .manset-slider .swiper-pagination {
    margin-bottom: 30%;
  }
}

@media (max-width: 800px) {
  .manset-slider .swiper-pagination {
    margin-bottom: 31%;
  }
}

/* !! custom screen styles only for go to top button !! */
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 550px) {
  .breadcrumb ul.categories {
    display: block;
    margin: 0;
    margin-top: 20px;
  }
}

/* !! custom screen styles only for footer !! */
@media (max-width: 435px) {
  input.subscribe {
    width: 180px;
  }

  .footer-links {
    display: block !important;
    text-align: center !important;
  }
}

@media (max-width: 325px) {
  input.subscribe {
    width: 140px;
  }
}