.row {
  margin: 0; }

.container-fluid {
  width: 100%;
  min-height: 200px;
  position: relative; }
  .container-fluid .content .row {
    margin-top: 2%; }
    .container-fluid .content .row .content-title-div {
      padding: 10px;
      text-align: right;
      background-color: ghostwhite; }
      .container-fluid .content .row .content-title-div .content-title {
        text-align: right;
        padding: 15px;
        left: 5px;
        display: inline-block;
        position: relative; }
        .container-fluid .content .row .content-title-div .content-title::before {
          position: absolute;
          content: "";
          display: block;
          top: 0;
          right: 0;
          width: 10px;
          height: 100%;
          background-color: #b6b900; }
    .container-fluid .content .row .article {
      width: 100%;
      text-align: right;
      padding: 15px;
      position: relative; }
      .container-fluid .content .row .article img {
        max-width: 100%; }
      .container-fluid .content .row .article .subtitle {
        font-size: 27px;
        text-align: center;
        padding: 20px;
        margin-bottom: 40px; }
        .container-fluid .content .row .article .subtitle span {
          padding: 10px;
          position: relative;
          display: inline-block; }
          .container-fluid .content .row .article .subtitle span::after {
            position: absolute;
            content: '';
            height: 3px;
            width: 70%;
            left: 15%;
            bottom: 0;
            background-color: #bebebe; }
  .container-fluid .sidebar {
    background-color: #1d1d1d;
    height: auto;
    margin-top: 5%;
    padding: 10px;
    color: white;
    overflow: hidden; }
    .container-fluid .sidebar .sidebar-title {
      display: block;
      text-align: right;
      padding-bottom: 12px;
      font-weight: 600;
      position: relative;
      padding: 0 15px 0 0; }
      .container-fluid .sidebar .sidebar-title::before {
        position: absolute;
        content: "";
        display: block;
        top: 10%;
        right: 0;
        width: 8px;
        height: 80%;
        background-color: #b6b900; }
    .container-fluid .sidebar a {
      text-decoration: none;
      margin-top: 10px;
      display: block;
      color: white;
      min-height: auto;
      transition-duration: 200ms; }
      .container-fluid .sidebar a:nth-child(even) {
        background-color: #303030; }
      .container-fluid .sidebar a:hover {
        background-color: #5a5a5a; }
      .container-fluid .sidebar a .sidebar-item {
        position: relative;
        text-align: right;
        min-height: 50px; }
        .container-fluid .sidebar a .sidebar-item .img-contnr {
          min-height: 50px;
          width: 60px;
          float: right;
          position: relative; }
          .container-fluid .sidebar a .sidebar-item .img-contnr img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%; }
        .container-fluid .sidebar a .sidebar-item p {
          overflow: hidden;
          font-size: 13px;
          width: calc(100% - 60px);
          padding: 5px; }

@media screen and (max-width: 1100px) {
  .container-fluid ul li {
    width: 50%; }
    .container-fluid ul li:first-child {
      width: 100%; } }

/*# sourceMappingURL=news_content.css.map */
