/***
Blog Page
***/
/*--Block Article--*/



.blog-page h1 {
  margin-top:0px;
  margin-bottom: 20px;
  text-align:center;
  
}
.caption h1 {
  font-size: 16px;
font-weight: normal;
margin: 0px;
padding: 0px;
}
.blog-page h2 a {
  color: #000;
}

.blog-page h2 a:hover {
  color: #0d638f;
  text-decoration: none;
}

.blog-page hr {
  margin-top: 20px !important;
}

.blog-page .article-block {
  padding-bottom: 20px;
}
.blog-page .article-block  .hr {
  margin-top: 0px !important;
}
.blog-page .news-img img {
  margin-top: 9px;
}

.blog-page .blog-tag-data ul {
  margin-bottom: 5px;
}

.blog-page .blog-tag-data li {
  padding: 0;
}

.blog-page .blog-tag-data li i {
	color: #17C4BB;
   /*color: #78cff8;*/
}

.blog-page .blog-tag-data li a {
  padding: 0;
  color: #555;
  margin-right: 8px;
}
.blog-page .blog-tag-data li a:hover {
  color: #099;
}

.blog-page .blog-tag-data ul.blog-tags a {
  background: #17C4BB;
  color:#FFF;
  padding: 1px 4px;
  margin: 10px 4px 0 0;
  display: inline-block;
}

.blog-page .blog-tag-data ul.blog-tags a:hover {
  background: #099;
  text-decoration: none;
}

.blog-page .blog-tag-data .blog-tag-data-inner {
  text-align: right;
}

.blog-page .blog-tag-data img {
  margin-bottom: 12px;
}

.blog-page .blog-article {
  padding-bottom: 20px;
}

.blog-page  .pull-right span {
  color:#999
}
.blog-page .blog-article h3,
.blog-page .blog-article h2,
.blog-page .blog-article h1,
.blog-page .blog-article h4 {
  margin-top: 0;
}

/*--Block Sidebar--*/
.blog-sidebar h2 {
  font-size: 38.5px;
  margin-bottom: 20px;
}

/*Twitter block*/
.blog-twitter-block {
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
  border-right: solid 2px #ddd;
}

.blog-twitter-block:hover {
  background: #fafafa;
  border-color: #35aa47;
}

.blog-twitter-block a {
  color: #4d90fe;
}

.blog-twitter-block p {
  margin-bottom: 0;
}

.blog-twitter-block span {
  color: #555;
  display: block;
  font-size: 12px;
}

.blog-twitter-block i.blog-twiiter-icon {
  color: #eee;
  right: 10px;
  bottom: 10px;
  font-size: 30px;
  position: absolute;
}

/***
Blog & News Item Page
***/
/*--Media Object--*/
.mediaborder {
	border-top:#ddd 1px solid;
}
.blog-page .media img {
  height: 70px;
  position: relative;
  top: 3px;
  width: 70px;
  margin-right:10px;
}

.blog-page h4.media-heading {
  position: relative;
  margin-bottom:10px;
  color:#4DB3A2 !important;
  font-weight:500;
}

.blog-page h4.media-heading span {
  color: #777777;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.blog-page h4.media-heading em {
  color: #333;
  font-size: 13px;
  font-style: normal;
}
.blog-page h4.media-heading  a {
  font-size: 14px;
}

.blog-page h5.media-heading {
  font-size: 17px;
  position: relative;
  margin-bottom:15px;
  color:#4DB3A2 !important;
  font-weight:500;
}

.blog-page h5.media-heading span {
  font-size: 12px;
  position: absolute;
  right: 0;
  top:-6px;
}
.blog-page #tab_15_3 {
  height:60px;
  text-align: center;
  padding-top:20px
}



/*Post Comment*/
.blog-page .post-comment .color-red {
  color: #f00;
}

.tbpic{
	margin-top:10px;
	margin-left:10px;
	width:100%;
	height:187px;	
}


/*For Responsive*/
@media (max-width: 767px) {
  .blog-page .blog-tag-data .blog-tag-data-inner {
    text-align: left;
  }
  .tbpic{
	display:none;
}
  .blogplayer {
	width:100%;
	height:460px	
}
}

@media (max-width: 479px) {
.caption h1 {
  width:180px;
  max-height:25px;
  white-space:nowrap;  
overflow:hidden; 
-o-text-overflow:ellipsis; 
}
.blogplayer {
	width:100%;
	height:300px	
}
}


@media (min-width: 768px) and (max-width: 992px){
.blogplayer {
	width:100%;
	height:480px	
}	
}
@media (min-width: 993px) and (max-width: 1169px){
.blogplayer {
	width:100%;
	height:430px	
}	
}
@media (min-width: 1170px) and (max-width: 1443px){
.blogplayer {
	width:100%;
	height:420px	
}	
}
@media (min-width: 1444px){

.tbpic{
	margin-top:10px;
	margin-left:10px;
	width:100%;
	height:187px;	
}
.blogplayer {
	width:100%;
	height:480px	
}	
}
