.title-main {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 35px;
  margin: 20px auto;
  text-align: center;
  max-width: 920px;
}

.title-secondary {
  font-family: "Roboto Light", Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  font-size: 18px;
  margin: 20px auto;
  text-align: center;
  max-width: 920px;
}

.title-secondary .btv-plus-link {
  margin-left: 5px;
}

.article-details {
  text-align: center;
}

.article-info {
  display: table;
  margin: 0 auto;
}

.article-details .article-date {
  text-transform: lowercase;
  color: #adacac;
  font-size: 16px;
  float: left;
}

.article-author {
  float: left;
  font-size: 18px;
}

.article-author a,
.article-author span {
  text-transform: uppercase;
  color: #004e59;
  margin-bottom: 20px;
}

.article-author:not(:empty) {
  margin-right: 10px
}

.article-details .get-social .share-wrapper {
  display: inline-block;
}

.article-details .get-social .icon-share,
.get-social .icon-like,
.get-social .icon-icons-btv_comments {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.article-details .get-social .share {
  display: block;
}

.article-details .get-social .share.is-active {
  display: block;
  float: left;
  margin-right: 15px;
}

.article-details .get-social .share li {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}

.article-details .get-social .icon-share:before,
.article-details .get-social .icon-like:before,
.article-details .get-social .icon-icons-btv_comments:before,
.article-details .icon-btv-facebook:before,
.article-details .icon-btv-twitter:before,
.article-details .icon-btv-google-plus:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "icomoon" !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  cursor: pointer;
  font-size: 34px;
  font-weight: 400;
}

.article-details .icon-btv-facebook:before {
  content: "\e983";
}

.article-details .icon-btv-google-plus:before {
  content: "\e984";
}

.article-details .icon-btv-twitter:before {
  content: "\e986";
}

.article-details .icon-btv-facebook:before {
  color: #4267b2;
  font-size: 35px;
}

.article-details .icon-btv-twitter:before {
  color: #1da1f2;
  font-size: 35px;
}

.article-details .icon-btv-google-plus:before {
  color: #ea4335;
  font-size: 35px;
}

.icon-share.is-clicked {
  float: right;
}

.icon-share:before {
  content: "\e982";
}

.article-details .get-social .icon-share:hover:before,
.article-details .get-social .icon-share.is-clicked:before {
  content: '\e981';
  color: #004e59;
}

.get-social .counters {
  display: block;
  float: right;
}

.get-social .counters li {
  display: inline-block;
  vertical-align: middle;
}

.get-social .counters li a {
  display: block;
}

.get-social .count {
  display: inline-block;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-family: "Roboto Regular", Helvetica, sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

.get-social .icon-like,
.get-social .icon-icons-btv_comments {
  display: inline-block;
}

.icon-like:before {
  content: "\e97c";
}

.get-social .counters li a:after {
  content: '';
  display: block;
  clear: both;
}

.get-social .icon-like:hover:before,
.get-social .icon-like.is-clicked:before {
  content: '\e97b';
  color: red;
}

.get-social .counters .comment {
  margin-left: 25px;
}

.icon-icons-btv_comments:before {
  content: "\e989";
}

.article-details .get-social {
  display: table;
  margin: 15px auto;
}

.page-content .keywords {
  font-family: "Roboto Light", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.page-content .keywords a {
  color: #000;
}

.page-content .keywords a:after {
  content: ',';
  display: inline-block;
  margin-right: 5px;
}

.page-content .keywords a:last-child:after {
  display: none;
}


iframe.soc-embed {
  width: 100%;
  overflow: hidden;
  border: none;
  /* min-height: 500px; */
  transition: 0.2s;
}

.embeded_link_inner {
  width: 100%;
  border: 1px solid #f4f4f4;
  display: block;
  margin-bottom: 25px;
  text-decoration: none !important;
  padding: 20px;
}

.embeded_link_inner:after {
  content: '';
  display: block;
  clear: both;
}

.embeded_link_inner img {
  float: left;
  margin-right: 20px;
}

.embeded_link_inner .title,
.embeded_link_inner .summary {
  display: block;
  font-family: "Roboto Light", Helvetica, sans-serif;
  color: #000;

}

.embeded_link_inner .title {
  font-weight: 600;
  font-size: 16px;
}

.embeded_link_inner .summary {
  font-weight: 300;
  font-size: 14px;
}

.embeded_link_inner.video,
.embeded_link_inner.gallery {
  position: relative;
}

.embeded_link_inner.video:before,
.embeded_link_inner.gallery:before {

  display: block;
  position: absolute;
  left: 25%;
  top: 50%;
  font-family: "icomoon" !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  font-size: 60px;
  font-weight: 300;
  cursor: pointer;
  z-index: 2;
}

.embeded_link_inner.video:before {
  content: '\e97e';
}

.embeded_link_inner.gallery:before {
  content: '\e97d';
  left: 28%;
}

.embeded_link_inner:hover .title {
  color: #23b097;
}

.embeded_link_inner img {
  transition: opacity 0.4s;
  max-width: 100%;
}

.embeded_link_inner:hover img {
  opacity: 0.9
}

.next-news {
  width: 351px;
  position: fixed;
  bottom: 0px;
  right: -420px;
  border-left: 1px solid #004e59;
  border-top: 5px solid #004e59;
  background-color: #fff;
  padding: 15px 15px 20px 15px;
  text-align: left;
  font-size: 14px;
  z-index: 1234567897;
}

.next-news .cl {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: -1px;
  background: #004e59;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.next-news .cl i {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  font-style: normal
}

.next-news .cl i:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "icomoon" !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  content: "\e900";
}

.next-news .ddw {
  clear: both;
}

.next-news .ddw .im {
  float: left;
  margin: 5px 10px 0 0;
}

.next-news .ddw .ti {
  margin-bottom: 10px;
  font-family: "Roboto Regular", Helvetica, sans-serif;
}

.next-news .ddw .ti a {
  color: #000;
  font-size: 16px;
}

.next-news .ddw .ti a:hover {
  text-decoration: underline;
}

.next-news .se {
  float: left;
  color: #666;
  font-size: 11px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  display: none
}

.next-news .da {
  color: #666;
  float: right;
  font-size: 11px;
}

.next-news .ddw .su {
  font-size: 12px;
}

.next-news .ddw .su a {
  color: #878481;
  font-family: "Roboto Regular", Helvetica, sans-serif;
}