.main-page-news-wrapper{}

.main-page-news-wrapper a{
  text-decoration: none;
}

.main-page-news-wrapper h2{
  color: #000000;
}

.carousel-item .sectionLabel {
  background-color: transparent;
  border-bottom: 2px solid #e2e7ed;
  line-height: 2em;
  padding-left: 0;
}

.carousel-item .sectionLabel a {
  background-color: #f2f2f2;
  color: #2cace3;
  display: inline-block;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0 13px;
  text-shadow: none;
  text-transform: uppercase;
  height: 30px;
}

.carousel-item .sectionLabel .sectionLabel-tri {
  border-bottom: 30px solid #f2f2f2;
  border-right: 25px solid transparent;
  height: 0;
  position: absolute;
  width: 0;
  display: inline-block;
}

.news-list-wrapper{}

.news-list-wrapper .sectionLabel {
  border-bottom: 2px solid #e2e7ed;
  line-height: 2em;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.news-list-wrapper .sectionLabel a {
  color: #f58020;
  font-size: 20px;
}

.news-list-wrapper .sectionLabel a:hover {
  color: #2cace3;
  text-decoration: none;
}

.news-list-wrapper .sectionLabel a {
  color: #f58020;
  font-size: 20px;
}

.news-list-wrapper .sectionLabel {
  color: #f58020;
  font-size: 20px;
  padding-bottom: 0;
}

.news-list-wrapper img {
  border: 1px solid #eaeaea;
  max-width: 100%;
  height: 200px;
}

.news-list-wrapper h3 a{
  font-size: 18px;
}

.news-detail-content{}

.news-detail-content h1{
  font-size: 27px;
}

.news-detail-content h2{
  font-size: 16px;
  font-weight: bold;
}

form.news-add label{
  display: block;
  margin-top: 15px;
}

table.news-table{
  width: 100%;
}

table.news-table td{
  padding: 5px;
}

@media (min-width: 768px) {
  .news-list-search-block{
    padding: 0;
    width: 80%;
    margin: 10% 10%;
    position: absolute;
    z-index: 997;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }

  .news-list-search-block h1,
  .news-list-search-block h2,
  .news-list-search-block hr,
  .news-list-search-block .news-detail-head-text{
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 7px #000;
    text-align: center;
  }

  .news-list-search-block h1,
  .news-list-search-block .news-detail-head-text{
    font-size: 24px;
  }

  .news-category-menu{

    margin-top: 0;
  }
}