.link-tab {
  margin: 0 0 13px 0 !important;
  padding: 0 !important;
}
.link-tab li {
  float: left;
  border-left: solid 1px #d0d3d4;
  padding: 0 10px;
  list-style: none;
  display: inline-block;
}
.link-tab li:first-child {
  padding-left: 0;
  border-left: none;
}
.link-tab li a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 16px;
}
.stories-list .category {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #00b6de;
  background: #ffffff;
  display: inline-block;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 10px;
  max-width: 90%;
}
.stories-list .meta-article {
  background: #f78e1e;
  bottom: 0;
  color: #ffffff;
  height: 101px;
  left: 0;
  position: absolute;
  padding: 0 25px 20px;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.stories-list .meta-article .user {
  background: url("../images/user.png") no-repeat 0 -11px;
  color: white;
  line-height: 11px;
  display: inline-block;
  padding-left: 24px;
  text-decoration: underline;
}
.stories-list .meta-info {
  position: absolute;
  text-align: center;
  top: 25px;
  z-index: 10;
  width: 100%;
}
.stories-list .meta-info .creat-time {
  border: none;
  font-size: 14px;
  color: white;
  display: block;
  margin: 5px 0 0 ;
  padding: 0;
  float: none;
  text-align: center;
  font-weight: 600;
}
.meta-events {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.meta-events .event-time {
  padding-left: 20px;
  text-align: left;
  line-height: 1;
  margin-top: 5px;
  float: left;
}
.meta-events .event-time > span {
  display: block;
  font-size: 14px;
}
.meta-events .readmore {
  margin-right: 20px;
  margin-top: 13px;
  float: right;
}
.meta-social {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.meta-social:before {
  height: 1px;
  margin: 0 20px 15px;
  background: #efefef;
  display: block;
  content: "";
}
.meta-social .user-social {
  padding-left: 20px;
  text-align: left;
  float: left;
  font-size: 14px;
  display: inline-block;
  color: #666666;
}
.meta-social .user-social:hover,
.meta-social .user-social:focus,
.meta-social .user-social:active {
  color: #666666;
  text-decoration: underline;
}
.meta-social .comment,
.meta-social .social-type {
  margin-right: 20px;
  float: right;
}
.readmore {
  font-size: 0;
  text-indent: -999em;
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/arrow-white.png") no-repeat left top;
}
.comment {
  font-size: 0;
  text-indent: -999em;
  display: block;
  width: 24px;
  height: 21px;
  background: url("../images/comment.png") no-repeat left top;
}
.play-video {
  font-size: 0;
  text-indent: -999em;
  display: block;
  background: url("../images/video.png") no-repeat left top;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
.play-video:hover,
.play-video:focus,
.play-video:active {
  background-position: 0 -68px;
  text-decoration: none;
}
.all-link {
  color: #f78e1e;
  background: url("../images/arrow-gray.png") no-repeat right top;
  line-height: 24px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  padding-right: 30px;
  float: right;
}
.topic {
  padding: 0;
  margin: 0;
}
.topic li {
  display: inline-block;
  list-style: none;
}
.topic li a {
  /*background: url("../images/btn-violet.gif") no-repeat left top;*/
  background : #8d8fba;
  border-radius: 20px;
  padding-left: 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.topic li a > span {
  /*background: url("../images/btn-violet-right.gif") no-repeat right top;*/
  padding-right: 15px;
  line-height: 30px;
  display: inline-block;
}
.topic li a > span > span {
  background: #8d8fba;
  line-height: 30px;
  display: block;
  position: relative;
}
.social-type {
  font-size: 0;
  text-indent: -999em;
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.social-type.social-instagram {
  background-image: url("../images/ico-instagram.png");
}
.instagram.facebook .social-type.social-instagram {
  background-image: url("../images/ico-facebook.png") !important;
}
.twitter.no-img-facebook .meta-social .comment {
  background-image: url("../images/comment-facebook.png");
}
.stories-list article .content-article {
  min-height: 400px;
  height: 100%;
}
.stories-list article .content-article .view-article .image-link {
  display: block;
  position: relative;
  margin: -1px 0 0;
  overflow: hidden;
}
.stories-list article .content-article .view-article .image-link:before {
  background: url(../images/bg-mark.png) repeat-x left top;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.stories-list article .content-article .view-article img {
  width: auto;
  max-height: 297px;
}
.stories-list article.no-image .view-article:before {
  display: none;
}
.stories-list article .content-article {
  background: #ebebeb;
  min-height: 400px;
  border: solid 1px transparent;
}
.stories-list article .content-article .view-article {
  position: relative;
  height: 100%;
}
.stories-list article .content-article:hover {
  border: solid 1px #aeaeae;
}
.stories-list article .content-article:hover .meta-article {
  background: url("../images/bg-feature.png") repeat left top;
}
.stories-list article .content-article:hover .meta-article .user {
  background-position: 0 0;
  color: #f78e1e;
}
.stories-list article .content-article:hover .title-article {
  color: #f78e1e;
}
.stories-list article .content-article:hover .title-article a {
  color: #f78e1e;
}
.stories-list article .content-article:hover .play-video {
  background-position: 0 -68px;
  text-decoration: none;
}
.stories-list article .title-article {
  font-size: 16px;
  font-family: "Gill Sans", sans-serif;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 3px;
  max-height: 41px;
  overflow: hidden;
}
.stories-list article .title-article a {
  color: #ffffff;
}
.stories-list article .title-article a:hover,
.stories-list article .title-article a:focus,
.stories-list article .title-article a:active {
  color: #ffffff;
}
.stories-list article .meta-info:before {
  background: url("../images/bg-cate.png") repeat-x left top;
  content: "";
  display: block;
  height: 1px;
  margin: 0 20px;
  position: relative;
  top: 1px;
}
.stories-list article .meta-info .category .category-name {
  display: none;
}
.stories-list article .meta-info .category .category-name:first-child {
  display: inline-block;
}
.stories-list article.feature .content-article {
  border: none !important;
}
.stories-list article.feature .title-article {
  font-size: 36px;
  color: #f78e1e;
  display: block;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 8px 0 3px;
  font-weight: 300;
  max-height: none;
}
.stories-list article.feature .title-article a {
  color: #f78e1e;
}
.stories-list article.feature .image-link {
  text-align: center;
  max-height: 400px;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.stories-list article.feature .image-link img {
  max-height: 400px;
  vertical-align: middle ;
}
.stories-list article.feature .meta-article {
  background: url("../images/bg-feature.png") repeat scroll left top;
  text-align: left;
  bottom: -1px;
}
.stories-list article.feature .meta-article :before {
  background: url("../images/star.png") no-repeat left top;
  width: 27px;
  height: 27px;
  display: block;
  content: "";
  position: absolute;
  top: -40px;
  left: 25px;
}
.stories-list article.feature .meta-article .user {
  color: #f78e1e;
  background-position: left top;
}
.stories-list article.feature .content-article .view-article > img {
  max-height: 398px;
}
.stories-list article.feature .meta-info:before {
  background: #f78e1e;
}
.stories-list article.feature .meta-info .category {
  background: #f78e1e;
  color: #ffffff;
}
.stories-list article.feature .meta-info .creat-time {
  color: #f78e1e;
}
.stories-list article.video .category {
  background: #ffffff;
  color: #00b6de;
}
.stories-list article.no-image .content-article {
  padding: 25px;
}
.stories-list article.no-image .content-article .view-article {
  border: solid 1px #f78e1e;
}
.stories-list article.no-image .content-article:hover {
  border: solid 1px #aeaeae;
}
.stories-list article.no-image .content-article:hover .meta-article {
  background: none;
}
.stories-list article.no-image .meta-info {
  position: relative;
  top: -1px;
}
.stories-list article.no-image .meta-info .category {
  background: #f78e1e;
  color: #ffffff;
}
.stories-list article.no-image .meta-info:before {
  display: none;
}
.stories-list article.no-image .meta-info .creat-time {
  color: #f78e1e;
}
.stories-list article.no-image .meta-article {
  padding: 0 25px;
  background: none;
  color: #f78e1e;
  position: static;
  height: auto;
  margin-top: 38px;
}
.stories-list article.no-image .meta-article:before {
  background: url("../images/new-icon.png") no-repeat left top;
  content: "";
  display: block;
  height: 31px;
  left: 50%;
  margin-left: -13px;
  top: 0;
  width: 26px;
  position: relative;
}
.stories-list article.no-image .meta-article .title-article {
  color: #f78e1e;
  font-size: 24px;
  margin-top: 10px;
  min-height: 175px;
  overflow: hidden;
  height: 175px;
}
.stories-list article.no-image .meta-article .title-article a {
  color: #f78e1e;
  max-height: 145px;
  display: block;
  overflow: hidden;
}
.stories-list article.no-image .meta-article .user {
  color: #f78e1e;
  background-position: 0 0;
  text-align: center;
  display: inline-block;
}
.location {
  text-transform: uppercase;
  color: #f78e1e;
  position: absolute;
  z-index: 20;
  left: 20px;
  top: 20px;
  line-height: 24px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}
.location:before {
  content: "";
  display: inline-block;
  background: url("../images/ico-location.png") no-repeat left top;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}
.events-list article {
  margin-bottom: 20px;
}
.events-list article.last_item {
  float: left;
  width: 100%;
  text-align: center;
}
.events-list .no-results > .normal-text {
  color: #666666;
  font-weight: normal;
}
.events-list article .content-article {
  height: 100%;
  min-height: 350px;
  position: relative;
}
.events-list article .content-article .view-article {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.events-list article .content-article .view-article .image-link {
  position: relative;
  display: block;
}
.events-list article .content-article .view-article .image-link:before {
  background: url(../images/bg-mark.png) repeat-x left top;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.events-list article .content-article .view-article .localtion {
  text-align: left;
}
.events-list article .content-article .view-article img {
  height: 231px;
}
.events-list article .content-article .title-article {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  padding: 0 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Gill Sans", sans-serif;
}
.events-list article .content-article .title-article a {
  color: #ffffff;
}
.events-list article .content-article .title-article a:hover,
.events-list article .content-article .title-article a:focus,
.events-list article .content-article .title-article a:active {
  color: #ffffff;
}
.events-list article .content-article .des-article {
  font-size: 36px;
  color: #333333;
  display: none;
  line-height: 1.1;
  padding: 0 20px;
  text-align: center;
}
.events-list article .content-article .meta-article {
  z-index: 10;
  height: 120px;
  position: absolute;
  width: 100%;
  background: #f78e1e;
  bottom: 0;
}
.events-list article .content-article .meta-article .event-time > span {
  color: #ffffff;
}
.events-list article .content-article .meta-events label {
  margin-bottom: 0;
  line-height: 14px;
  margin: 0 5px;
}
.events-list article .content-article .meta-events label:first-child {
  margin-left: 0;
}
.events-list article .content-article:hover .view-article .image-link:before {
  background: url("../images/mark.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.events-list article.no-image .content-article {
  padding: 0;
  background: #666666;
  border: solid 1px #ebebeb;
}
.events-list article.no-image .content-article .view-article {
  border: none;
}
.events-list article.no-image .content-article .view-article:before {
  display: none;
}
.events-list article.no-image .content-article .meta-article {
  background: #ebebeb;
  bottom: 0;
  color: #ffffff;
  height: 100%;
  left: 0;
  padding: 0 0 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.events-list article.no-image .content-article .meta-article:before {
  display: none;
}
.events-list article.no-image .content-article .meta-article .title-article {
  font-size: 36px;
  color: #333333;
  margin-top: 80px;
  padding: 0 20px;
  overflow: hidden;
  font-family: "Gill Sans Light", sans-serif;
  text-align: left !important;
  font-weight: 300;
  white-space: normal;
  line-height: 1.2;
  max-height: 176px;
}
.events-list article.no-image .content-article .meta-article .title-article a {
  color: #333333;
}
.events-list article.no-image .content-article .meta-article .readmore {
  background-image: url("../images/arrow-blue.png") !important;
}
.events-list article.no-image .content-article .event-time > span {
  color: #333333;
  font-weight: 500;
}
.events-list article.no-image .content-article .meta-events:before {
  height: 1px;
  margin: 0 25px 15px;
  background: white;
  display: block;
  content: "";
}
.events-list article.no-image .content-article:hover {
  border: solid 1px #aeaeae;
}
.social-list {
  margin-top: 20px;
}
.social-list article .content-article {
  min-height: 280px;
}
.social-list article .content-article .view-article {
  height: 280px;
}
.social-list article .content-article .meta-article {
  height: 100%;
  display: none;
  background: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.social-list article .content-article .meta-article .creat-time {
  color: #666666;
  font-size: 12px;
  margin-top: 30px;
  display: block;
}
.social-list article .content-article .meta-article .des-article {
  color: #f78e1e;
  font-size: 20px;
  margin-top: 35px;
  padding: 0 20px;
 /*word-wrap: break-word;*/ 
  max-height: 145px;
}
.social-list article .content-article:hover {
  border: solid 1px #e1e1e1;
}
.social-list article .content-article:hover .meta-article {
  display: block;
}
article.instagram .content-article {
  border: solid 1px #e1e1e1;
  overflow: hidden;
}
article.instagram .content-article .meta-article .creat-time,
article.instagram .content-article .meta-article .des-article,
article.instagram .content-article .meta-article .user-social {
  color: #ffffff;
}
article.instagram .content-article .meta-article .meta-social {
  background: none;
}
article.instagram .content-article .meta-article .meta-social:before {
  background: none;
}
article.instagram .content-article .view-article {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 280px;
}
article.instagram .content-article .view-article > img {
  height: auto;
  margin: auto;
  width: auto;
  max-width: 279px;
  display: block;
  max-height: 279px;
}
article.instagram .content-article:hover {
  border: solid 1px #fff;
}
article.instagram .content-article:hover .meta-article {
  background: url("../images/mark.png") repeat;
  height: 280px;
}
article.instagram .content-article:hover .meta-social {
  background: none;
}
article.instagram .content-article:hover .meta-social:before {
  background: url("../images/bg-social.png") repeat-x left top;
}
article.twitter .content-article {
  border: solid 1px #e1e1e1;
}
article.twitter .content-article .meta-article {
  display: block;
  background: #ffffff;
  position: relative;
}
article.twitter .content-article:hover {
  border: solid 1px #e1e1e1;
}
article.twitter .content-article:hover .meta-article {
  border-color: #666666;
}
article.twitter .content-article .des-article {
  height: 115px;
  overflow: hidden;
}
article.twitter .content-article:hover {
  border-color: #aeaeae;
}
.stories.resource-landing {
  margin-top: 16px;
  padding-bottom: 30px;
}
.stories.resource-landing .container {
  border-top: solid 1px #e5e5e5;
}
.stories.resource-landing .title-section {
  margin-bottom: 5px;
  margin-top: 5px;
}
.stories.resource-landing .desc-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.stories.resource-landing.event_stories {
  padding-top: 0;
  padding-bottom: 51px;
  margin-top: -2px;
}
.stories.resource-landing.event_stories .title-section {
  padding-top: 33px;
}
.stories.resource-landing.event_detail_stories .container {
  padding-top: 61px;
}
.stories.resource-landing.stories-list-page {
  margin-top: 2px;
}
.stories.resource-landing.stories-list-page .title-section {
  margin-top: 24px;
}
.stories.resource-landing.os-connect-page {
  margin-top: 26px;
}
.stories.resource-landing.os-connect-page .container {
  padding-top: 65px;
}
.resource-landing .title-trending {
  padding: 10px 0 17px;
  margin-bottom: 0 !important;
  position: relative;
  text-align: center !important;
  font-size: 24px;
}
.resource-landing .title-trending:before {
  background: #e5e5e5;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  top: 26px;
  position: absolute;
}
.resource-landing .title-trending label {
  background: #ffffff;
  padding: 0 17px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.resource-landing .title-trending .stories-list {
  margin-top: 25px;
}
.resource-landing .title-trending article .meta-info:before {
  display: block;
}
.resource-landing .title-trending article.no-image .meta-info:before {
  display: none;
}
.stories-landing > div {
  margin-bottom: 20px;
}
.stories-landing > div .title-trending {
  margin-bottom: 5px;
}
.stories-landing > div.staff {
  margin-bottom: -5px;
}
.stories-landing .all-link {
  font-size: 18px;
  margin-top: 13px;
}
.stories-landing .header-page {
  margin-bottom: 0;
}
.stories-landing .header-page.header-storieslist {
  margin-bottom: 40px;
}
.stories-landing .stories .desc-section {
  margin-bottom: 5px;
}
.stories-landing .desc-section h3 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.stories-landing .desc-section h3:after {
  background: url("../images/ico-category.png") no-repeat left top;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  width: 24px;
  position: absolute;
  bottom: 2px;
}
.stories-landing .desc-section h3.folder:after {
  background-position: 0 -24px;
  bottom: 0;
}
.stories-landing .desc-section h3.house:after {
  background-position: 0 0;
}
.stories-landing .desc-section h3.hand:after {
  background-position: 0 -48px;
}
.stories-landing .desc-section.title-trending h3 {
  margin-top: 5px;
}
.stories-landing .desc-section.title-trending .all-link {
  margin-top: 5px !important;
}
.stories-landing .desc-section.title-staff h3 {
  margin-top: 3px;
  margin-bottom: 16px;
}
.stories-landing .desc-section.title-staff .all-link {
  margin-top: 2px;
}
.header-storieslist {
  text-align: left;
}
.page-nav {
  margin: 10px auto 0;
  padding: 10px 0 14px;
  float: left;
  width: 100%;
  text-align: center;
}
.page-nav .paging {
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-nav .paging li {
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  margin: 0 1px;
  list-style: none;
  display: inline-block;
}
.page-nav .paging li a {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  margin: 0;
}
.page-nav .paging li a.a_link_inactive {
  background: url("../images/page-count.png") no-repeat left top;
}
.page-nav .paging li:hover a,
.page-nav .paging li:focus a,
.page-nav .paging li:active a,
.page-nav .paging li.active a {
  background: url("../images/page-count.png") no-repeat left top;
}
.page-nav .paging li.back-page,
.page-nav .paging li.next-page,
.page-nav .paging li.show-all {
  background: url("../images/bg-pagenav.png") no-repeat left top;
  display: inline-block;
  width: 85px;
  height: 32px;
  position: relative;
}
.page-nav .paging li.back-page a,
.page-nav .paging li.next-page a,
.page-nav .paging li.show-all a {
  color: white;
  background: none;
  width: auto;
  text-align: center;
  font-size: 16px;
  padding-left: 15px;
}
.page-nav .paging li.back-page a:before,
.page-nav .paging li.next-page a:before,
.page-nav .paging li.show-all a:before {
  background: url("../images/button-page.png") no-repeat left top;
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  font-size: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 17px;
}
.page-nav .paging li.back-page.show-all a,
.page-nav .paging li.next-page.show-all a,
.page-nav .paging li.show-all.show-all a {
  padding-left: 0;
}
.page-nav .paging li.back-page.show-all a:before,
.page-nav .paging li.next-page.show-all a:before,
.page-nav .paging li.show-all.show-all a:before {
  display: none;
}
.page-nav .paging li.next-page a {
  padding-left: 0;
  padding-right: 15px;
}
.page-nav .paging li.next-page a:before {
  left: auto;
  right: 17px;
  background-position: right top;
}
.pagenav-events {
  margin-top: 22px;
}
.pagenav-events > div span {
  display: block;
}
.pagenav-events > div a {
  font-weight: 300;
  font-size: 36px;
  display: inline-block;
  line-height: 1.2;
}
.pagenav-events > div.page-prev a:before {
  background: url("../images/more-event.png") no-repeat left top;
  content: "";
  display: inline-block;
  height: 20px;
  width: 21px;
  margin: 3px 0 0 0;
}
.pagenav-events > div.page-next {
  float: right;
  text-align: right;
}
.pagenav-events > div.page-next a:after {
  background: url("../images/more-event.png") no-repeat right top;
  content: "";
  display: inline-block;
  height: 20px;
  width: 21px;
  margin: 3px 0 0 0;
}
.header-storieslist {
  font-family: "Gill Sans", sans-serif;
}
.header-storieslist .filter-item {
  float: left;
  margin-right: 10px;
}
.filter-item label {
  font-size: 16px;
  color: #000000;
}
.filter-item ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.filter-item ul li {
  display: inline-block;
  list-style: none;
}
.filter-item ul li a {
  /*background: url("../images/btn-violet.gif") no-repeat left top;*/ 
  background : #8d8fba;
  border-radius: 20px;
  padding-left: 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
   
}
.filter-item ul li a.no-click {
  cursor: default;
}
.filter-item ul li a > span {
  /*background: url("../images/btn-violet-right.gif") no-repeat right 0;*/
  padding-right: 15px;
  line-height: 30px;
  display: inline-block;
}
.filter-item ul li a > span > span {
  background: #8d8fba;
  line-height: 30px;
  display: inline-block;
}
.trending-page .start-list {
  padding-bottom: 0;
  padding-right: 80px;
}
.trending-page .start-list h4 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 500;
}
.trending-page .pagenav-topic {
  margin-bottom: -40px;
  padding-right: 80px;
}
.trending-message {
  padding-right: 80px;
}
article .title-article {
  font-size: 60px;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
article .title-article a {
  color: #333333;
}
article .title-article a:hover,
article .title-article a:focus,
article .title-article a:active {
  color: #f78e1e;
  text-decoration: none;
}
article .meta-info {
  color: #333333;
}
article .meta-info label {
  font-weight: 300;
  margin-right: 5px;
}
article .meta-info .creat-time {
  margin-right: 10px;
  float: left;
  border-right: solid 1px #e5e5e5;
  padding-right: 10px;
  font-weight: 500;
}
article .short-desc {
  font-size: 24px;
  line-height: 1.25;
}
article .meta-article label {
  font-weight: 300;
  margin-right: 5px;
}
article .meta-article .social-list {
  margin-top: 0;
  padding: 0;
}
article .meta-article .social-list li {
  list-style: none;
  display: inline-block;
}
article .topic-list {
  float: left;
}
article .topic-list label {
  float: left;
}
article .topic-list ul {
  display: inline-block;
  margin-top: -10px;
}
article .social-list {
  float: right;
  margin: 0;
  padding: 0;
}
article .social-list li {
  display: inline-block;
  list-style: none;
}
article .social-list a {
  color: #999;
  overflow: hidden;
  margin: 0 3px;
}
article .social-list a:hover,
article .social-list a:focus,
article .social-list a:active {
  color: #f78e1e;
  text-decoration: none;
}
article .user-info {
  background: url("../images/user-top-left.gif") no-repeat left top #f3f3f3;
  padding: 0;
  margin: 20px 0 0;
  position: relative;
  width: 100%;
  height: 100%;
}
article .user-info > div:before {
  background: url("../images/user-top-right.gif") no-repeat right top;
  content: "";
  height: 4px;
  width: 4px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
article .user-info > div > div:before {
  background: url("../images/user-bottom-right.gif") no-repeat right bottom;
  content: "";
  height: 4px;
  width: 4px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
article .user-info > div > div > div {
  padding: 23px 25px;
}
article .user-info > div > div > div:before {
  background: url("../images/user-bottom-left.gif") no-repeat left bottom;
  content: "";
  height: 4px;
  width: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
article .user-info .user-right {
  float: left;
  display: inline-block;
  width: 78%;
}
article .user-info .user-right p {
  line-height: 1.3;
  margin-bottom: 5px;
}
article .user-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", sans-serif;
}
article .user-info h1 {
  color: #8d8fba;
  font-size: 28px;
  font-family: "Gill Sans", sans-serif;
  margin: 0 0 4px;
  padding: 0;
}
article .user-info .user-detail {
  margin: 20px 0 26px;
}
article .user-info .avatar {
  float: left;
  margin-right: 25px;
  height: 110px;
  width: 110px;
  overflow: hidden;
}
article .user-info .avatar img {
  height: auto;
}
article .user-info .avatar .avatar-image {
  position: relative;
  height: 110px;
  display: block;
}
article .user-info .social-list {
  float: left;
  margin: 0;
  padding: 0;
}
article .user-info .social-list li {
  list-style: none;
  display: inline-block;
}
article .user-info .user-list {
  margin: 5px 0 0;
  padding: 0;
}
article .user-info .user-list li {
  display: block;
  width: 100%;
  padding: 0px 0;
  list-style: none;
  margin-bottom: 1px;
}
.events-landing .header-page {
  text-align: left;
}
.events-landing .header-page .header-title {
  margin-bottom: -3px;
  margin-top: 4px;
}
.events-landing .desc-section {
  margin-top: 20px;
  margin-bottom: 9px;
}
.events-landing .desc-section h3 {
  font-family: "Gill Sans", sans-serif;
  margin-top: 0;
}
.events-landing .desc-section:first-child {
  margin-top: 16px;
}
.ias_trigger,
.last_item {
  text-align: center;
  float: left;
  margin: 10px 0;
  width: 100%;
}
.ias_trigger h3,
.last_item h3,
.ias_trigger a,
.last_item a {
  color: #ffffff;
  font-size: 12px;
  background: url("../images/btn-blue.png") 0 0 no-repeat;
  line-height: 30px;
  font-weight: 600;
  height: 30px;
  margin: 0 ;
  padding-left: 15px;
  display: inline-block;
}
.ias_trigger h3 > span,
.last_item h3 > span,
.ias_trigger a > span,
.last_item a > span {
  background: url("../images/btn-blue.png") no-repeat right -30px;
  padding-right: 15px;
  line-height: 30px;
  display: inline-block;
}
.ias_trigger h3 > span > span,
.last_item h3 > span > span,
.ias_trigger a > span > span,
.last_item a > span > span {
  background: #00b6de;
  display: inline-block;
  text-align: center;
  padding: 0 90px;
  white-space: nowrap;
}
.ias_trigger h3 > span > span:after,
.last_item h3 > span > span:after,
.ias_trigger a > span > span:after,
.last_item a > span > span:after {
  background: url("../images/arrow-more.png") no-repeat right center;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 5px 0 0 15px;
  width: 12px;
  cursor: pointer;
}
.ias_trigger h3 > span label,
.last_item h3 > span label,
.ias_trigger a > span label,
.last_item a > span label {
  margin: 0;
  padding: 0;
}
.last_item h3 > span > span:after {
  cursor: default;
}
.connect-list article {
  min-height: 312px;
}
.connect-list article .content-article {
  background: #ebebeb;
  min-height: 312px;
  height: 312px;
  border: solid 1px transparent;
  /* &:hover {
        background: @white;
        border-color: #e1e1e1;
        .meta-article { background: #ebebeb; color: @gray-light; }

        .title-article { color: @gray-light;}

        .category { background: @brand-primary; color: @white;}

        .meta-events:before { background-color: @brand-primary;}
        .social-list {
          margin: 0;
          padding: 0;
          li {
            list-style: non; 
            display: inline-block; 
            a { color: @brand-primary; }
          }
        }
      }
      ---*/
}
.connect-list article .content-article .view-article {
  padding: 20px;
  position: relative;
  height: 100%;
}
.connect-list article .content-article .meta-article {
  height: 194px;
  padding: 0 20px;
  background: #f78e1e;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.connect-list article .content-article .title-article {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  max-height: 112px;
  overflow: hidden;
}
.connect-list article .content-article .meta-events {
  bottom: 0 ;
  padding: 0;
}
.connect-list article .content-article .meta-events:before {
  height: 1px;
  background: #ffffff;
  display: block;
  content: "";
  margin: 5px 20px ;
}
.connect-list article .content-article .social-list {
  margin: 0;
  padding: 5px 0 ;
}
.connect-list article .content-article .social-list li {
  display: inline-block;
  list-style: none;
}
.connect-list article .content-article .social-list li a {
  color: #ffffff;
}
.connect-list article .location {
  text-align: center;
  display: block;
  margin: auto;
  position: relative;
  top: auto;
  left: auto;
}
.connect-list article .location:before {
  float: none;
}
.connect-list article .location label {
  display: block;
  width: 100%;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
}
.connect-list article .location label.contry {
  font-weight: 600;
}
.connect-list article .social-list {
  float: none;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.connect-list article .social-list li {
  list-style: none;
  display: inline-block;
}
.connect-list article .category {
  background: #ffffff;
  color: #00b6de;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  max-width: 90%;
  padding: 0 10px;
  text-transform: uppercase;
  position: relative;
  top: -15px;
}
.connect-list .connect-title {
  padding: 0 10px;
  margin: 15px 0;
}
.stories-page {
  margin-top: 13px;
  padding-right: 100px;
}
.stories-page .meta-article {
  margin-top: 5px;
  margin-bottom: 15px;
}
.stories-page .meta-article .user {
  color: #f78e1e;
  margin-bottom: 20px;
}
.stories-page .meta-article .user label {
  color: #000000;
}
.stories-page .topic-list label {
  color: #000000;
}
.stories-page .article-content {
  overflow: hidden;
}
.ias_loader,
.ias_trigger {
  margin-top: 10px !important;
}
.connect-landing .desc-page {
  margin-bottom: 5px;
  line-height: 1.3;
}
.text-info-createven {
  margin: 15px 0 0;
  text-align: center;
  font-style: italic;
  color: #666666;
}
