.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: block;
  margin: 0 5px 0 8px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.breadcrumb .breadcrumb-item > * {
  display: block;
  padding: 5px;
}
.breadcrumb .breadcrumb-item a {
  color: #2997FF;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #016BD5;
}
.breadcrumb .breadcrumb-item span {
  opacity: 65%;
}

.section .section-title {
  color: #1D1F22;
  font-size: 32px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.section .section-title span {
  font-weight: 300;
}
.section h1.section-title {
  font-size: 36px;
}
@media (min-width: 1200px) {
  .section h1.section-title {
    font-size: 56px;
  }
}

.box-border .list-articles-border {
  margin-bottom: -21px;
}
.box-border .row {
  margin-left: -32px;
  margin-right: -32px;
}
.box-border .article > * {
  padding-left: 32px;
  padding-right: 32px;
}
.box-border .article .article-thumb {
  padding-right: 32px;
  border-right: 1px solid #E6E6E6;
}

.article-title {
  color: #1D1F22;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.article-title.title-sm {
  font-size: 17px;
}
.article-title:hover {
  color: #6c757d;
}
@media (min-width: 1200px) {
  .article-title {
    font-size: 20px;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article.article-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article.article-row .article-thumb {
  width: 204px;
  min-width: 204px;
  max-width: 204px;
}

.article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.category-list .article:first-child {
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .category-list .article > .row > *:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .category-list .article {
    border-bottom: none !important;
  }
  .category-list .article:first-child {
    padding-top: 40px;
  }
  .category-list .ratio::before {
    padding-top: 56.25%;
  }
}

.list-articles-border .article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .list-articles-border.horizontal-scroll .article {
    padding-left: 16px;
    padding-right: 16px;
    width: 240px;
    min-width: 240px;
    border-bottom: none !important;
  }
  .list-articles-border.horizontal-scroll .article:not(:last-child) {
    margin-right: 16px;
    padding-right: 32px;
    border-right: 1px solid #E6E6E6 !important;
  }
}

.list-must-read .article-title {
  font-size: 22px;
  line-height: 1.4;
  font-family: "adobe-aldine", serif;
}
@media (max-width: 576px) {
  .list-must-read .article:not(:first-child) .article-thumb {
    display: none;
  }
  .list-must-read .article:first-child .article-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .list-must-read {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .list-must-read .article.article-row {
    padding: 0 16px 24px !important;
  }
  .list-must-read .article.article-row .article-thumb {
    margin-bottom: 16px;
    padding-left: 0 !important;
    padding-right: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    border: none;
  }
  .list-must-read .article.article-row .article-thumb + div {
    padding-left: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  list-style: none;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item:first-child {
  margin-right: 5px;
}
.pagination .page-item:last-child {
  margin-left: 5px;
}
.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  color: #1D1F22;
}
.pagination .active .page-link {
  border-color: #1D1F22;
}
.pagination .page-item:first-child .page-link {
  background: rgba(29, 31, 34, 0.3);
}
.pagination .page-item:last-child .page-link {
  background: #1D1F22;
}
@media (min-width: 992px) {
  .pagination {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.card-exchange {
  background: transparent;
  font-size: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.card-exchange .card-body {
  padding: 0;
}
.card-exchange .table td {
  padding-left: 0;
  border: 0;
  background: transparent;
  vertical-align: middle;
}
.card-exchange .table td:nth-of-type(1) {
  width: 33%;
}
.card-exchange .table td:nth-of-type(3), .card-exchange .table td:nth-of-type(4) {
  text-align: right;
}
.card-exchange .table td .down,
.card-exchange .table td .up {
  display: inline-block;
  margin: 0 5px 0 auto;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 12px;
}
.card-exchange .table td .up {
  background: #00D959;
}
.card-exchange .table td .down {
  background: #FE3B10;
  color: #fff;
}
.card-exchange .table td:last-child {
  padding-right: 0;
}
.card-exchange .table td b {
  margin-right: 5px;
}
.card-exchange .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 18px;
  background: url(../imgs/flags-new.png) no-repeat;
  text-indent: -10000px;
}
.card-exchange .flag.flag-eur {
  background-position: 0 0;
}
.card-exchange .flag.flag-usd {
  background-position: -35px 0;
}
.card-exchange .flag.flag-chf {
  background-position: -70px 0;
}
.card-exchange .flag.flag-gbp {
  background-position: -104px 0;
}
.card-exchange .logo-cursvalutar {
  display: inline-block;
  width: 107px;
  height: 18px;
  background: url(../imgs/logo-cusvalutar.png) no-repeat 0 2px;
  text-indent: -10000px;
}
.card-exchange form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7px;
  width: 100%;
  height: 53px;
  background: #fff;
  border-radius: 6px;
}
.card-exchange form .form-control {
  background: transparent;
  border: none;
}
.card-exchange form select.form-control {
  width: 60px;
  font-size: 18px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
}
.card-exchange form input.form-control {
  font-size: 16px;
  text-align: right;
}
.card-exchange .reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: -10px 0;
  width: 32px;
  height: 32px;
  background: #016BD5;
  border-radius: 50%;
  cursor: pointer;
}

.card-nl p {
  margin-bottom: 10px;
}
.card-nl .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 50px;
}