
.grid-item {
  margin-bottom: 40px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-brand {
  display: none;
}
.grid-content {
  -webkit-flex: 9;
  -ms-flex: 9;
  -moz-box-flex: 9;
  flex: 9;
}
.grid-thumbnail {
  width: 100%;
  position: relative;
  margin-right: 24px;
}
.grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 54%;
}
.grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-title {
  font-family: "textweb_bold";
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-title a:hover {
  text-decoration: underline;
}
.grid-date {
  margin-top: 13px;
  display: block;
}
.grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.grid-header {
  margin-top: 20px;
}
.grid-meta {
  line-height: 12px;
  font-size: 9px;
  font-family: "textweb_regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #000a28;
}
.grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-meta .categories {
  display: none;
}
@media (min-width: 450px) {
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px;
    margin-bottom: 48px;
  }
  .grid-thumbnail {
    width: 45%;
  }
  .grid-title {
    text-align: left;
  }
  .grid-header {
    margin-top: 0;
  }
  .grid-meta {
    text-align: left;
  }
  .grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .feeds-sec {
    padding: 0 24px;
  }
  .feeds-ls-odd,
  .feeds-ls-even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-ls-odd .grid-item {
    width: 48%;
  }
  .feeds-ls-even .grid-item {
    width: 32%;
  }
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    padding: 0 0;
  }
  .grid-thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid-title {
    position: relative;
  }
  .grid-header {
    margin-top: 0;
  }
  .grid-meta {
    margin-top: 0;
  }
  .grid-brand {
    display: block;
    margin-right: 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .grid-brand img {
    display: block;
    width: 100%;
  }
  .grid-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .feeds-sec {
    padding: 0 64px;
  }
  .grid-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .grid-thumbnail:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1920px) {
  .grid-item {
    width: 23%;
  }
}
.page-nav {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "textweb_bold";
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-nav a {
  display: inline-block;
  min-width: 38px;
  min-height: 38px;
  line-height: 38px;
  border: solid 1px transparent;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  color: #000a28;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-nav a.prev,
.page-nav a.next {
  width: auto;
}
.page-nav a:hover {
  border: solid 1px #333366;
}
.page-nav .select {
  color: #fff;
  border: solid 1px #333366;
  background-color: #333366;
}
.page-nav .select,
.page-nav .page-number {
  display: none;
}
@media (min-width: 768px) {
  .page-nav .select,
  .page-nav .page-number {
    display: inline-block;
  }
}
.page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  font: 32px/55px "textweb_bold";
  position: relative;
  color: #000a28;
  margin-left: 24px;
  margin-right: 24px;
}
.page-title .txt {
  position: relative;
}
.page-title .txt:after {
  display: block;
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  right: 0;
}
.page-title .inner-txt {
  position: relative;
  z-index: 1;
  font-size: inherit;
}
@media screen and (min-width: 450px) {
  .page-title {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-title {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 992px) {
  .page-title {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media screen and (min-width: 1420px) {
  .main-page {
    padding-left: 120px;
    padding-right: 120px;
  }
}

