﻿/*-------------------------------------------

    Title :  2015
    Usage :  common styles
    Edited:  2015-12-22

---------------------------------------------

    1. Adjust for home.css

---------------------------------------------*/


	
/*  1. Adjust for home.css
---------------------------------------------*/

.article .header h2.intro{
	color: #319f9c;
	margin: 17px 17px 0 0;
	font-weight: 300;
	font-size: 18px;
}

.article .intro-content{
	margin: 11px 17px 0;
	font-size: 15px;
}

.article .intro-content a{
	color: #319f9c;
}

.article .cmnt form div input[type=submit] {
	position: relative;
	float: left;
	margin: -4px 0 0 11px;
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 13px;
	background: #319f9c;
	border: none;
	border-radius: 17px;
	behavior: url(js/PIE.htc);
	}

.article .cmnt form div input[type=submit]:hover {
	background: #34ccbf;
	}
	

/*  1.1 share-button
---------------------------------------------*/

.article > .meta span.num{
	margin-right: 2px;
}

.article > .meta .share-button {
	position: absolute;
	padding: 10px; top : 40px;
	left: 50px;
	z-index: 1;
	visibility: hidden;
	opacity:0;
	width: 200px;
	background: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.19);
	-webkit-transition: opacity 150ms, visibility 150ms;
	transition: opacity 150ms, visibility 150ms;
	top: 40px;
}

.article > .meta .share-button a {
	float: left;
	display: inline;
	margin-left: 12px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	background: url(../images/ntdsprite.png) no-repeat;
	}

.article > .meta .share-button .linkedin { background-position: -155px -159px }
.article > .meta .share-button .plurk    { background-position: -124px -159px }
.article > .meta .share-button .plus     { background-position:  -93px -159px }
.article > .meta .share-button .facebook { background-position:    0px -159px }
.article > .meta .share-button .twitter  { background-position:  -31px -159px }
.article > .meta .share-button .comment  { background-position:  -62px -159px }

.article > .meta .share.triggered+.share-button{
	opacity: 1;
	visibility: visible;
}

.article > .meta .share-button .box{
  float:left;
  margin:5% 8% 0 8%;
  width:100%;
}
.article > .meta .share-button  .box a{
  color:#404040;
  text-shadow: 0 1px 1px rgba(167,167,167,.4);
}

.article > .meta .share-button  .box a:hover{
  text-decoration:none;
}

.article > .meta .share-button  .count {
  font-weight:bold;
  font-size:50px;
  float:left;
  border-right:2px solid #57b8d1;
  line-height:40px;
  padding-right:10px
}

.article > .meta .share-button  .share {
  float:left;
  margin-left:10px;
  font-size:20px;
  width:82px;
}


.article > .meta .share-button .button {
  float:left;
  max-width:50px;
  margin:0 10px 0 0;
}

.article > .meta .share-button  .facebook {
}


.article > .meta .modal-dialog{
  position:absolute;
  background: #eaeaea;
  border: #cfc6c6 solid 1px;
  z-index: 11; 
  width: 390px;
  display:none;
  visibility:hidden
}

.article > .meta .modal-dialog.triggered{
  visibility:visible;
  display:block;
}

.article > .meta .modal-body{
  padding: 5px;
}

.article > .meta  .modal-header,
.article > .meta  .modal-footer{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:7px;
}

.article > .meta .modal-header h2{
    font-size: 15px;
    margin:0px;
 }
 
.article > .meta .modal-header .btn-close{
  color: #eee;
  font-size: 20px;
  text-decoration: none;
  position: absolute; right: 5px; top: 0;
  cursor:pointer;
  right:5px;
  top:2px;
 }
 
.article > .meta #embedurl .modal-body input{
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  width: 380px;
}

.article > .meta #embedurl .modal-body input:focus{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.article > .fig.video img{
	width: 100%;
	max-height: 266px;
	object-fit: contain;
}

.article a.more {
	color: #319f9c;
	font-size: 12px;
	line-height: 1.45;
	margin-left: 3px;
	}
	

.grid .article .fig a img {
    min-height: 171px;
    height: auto;
    width: 100%;
}

.grid .article .fig {
    max-height: 171px;
    overflow: hidden;
}


#infscr-loading {
	bottom: 15px;
}
	

/*  1.2 left col - img-box featured link
---------------------------------------------*/

.img-box ul li.featured a {
	border: 0;
	border-radius: 1px;
	text-decoration: none;
	}

.img-box ul li.featured .title {
	margin: 5px 5px 0 0;
	font-size: 13.32px;
	overflow: hidden;
	white-space: nowrap;
	}
	
.img-box ul li.featured.normal {
	width: 250px;
	height: 141px;
}

.img-box ul li.featured.normal img {
	width: 250px;
	min-height: 141px;
	max-height: 141px;
}

.img-box ul li.featured.normal a.image:after {
	content: "";
	position: absolute;
	top: 35%;
	left: 40%;
	width: 50px;
	height: 50px;
	background: url(../images/sprite.png) no-repeat 0 -120px;
	background-size: 400px 400px;
}

.img-box ul li.featured.normal a:hover.image:after  {
	content: "";
	position: absolute;
	top: 35%;
	left: 40%;
	width: 50px;
	height: 50px;
	background: url(../images/sprite-hover.png) no-repeat 0 -120px;
	background-size: 400px 400px;
}

.img-box ul li.featured.normal .title {
	margin-top: -22px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	padding: auto 5px;
	}

.img-box ul li.featured.normal .title a{
	background-color: rgba(0, 0, 0, 0.7);
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 22px;
	font-size: 14px
}

.img-box ul li img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); 
}

.img-box ul li.featured.normal img:hover{
	opacity: 1;
    filter: alpha(opacity=100); 
}

.article .fig.video a:hover.videolink:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -46px 0 0 -46px;
	width: 93px;
	height: 93px;
	background: url(/video2015/static/images/sprite-hover.png) no-repeat 0 -32px;
}


#music ol li.curr a {
	background: #3c575a;
	}

#cmnt-home .total{
	display: inline-block;
	float: right;
	font-size: 12px;
	margin: 8px 6px 0 0;
	color: #b2b2b2;
}
	
.article .cmnt > .toggle.open:after {
	content: "";
	}
	
#cmnt-home .more-comments.hidden{
	display: none;
}

#cmnt-home .more-comments a{
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
	color: #319f9c;
}

#cmnt-home .more-comments a:after {
	content: "\f107";
	float: right;
	margin: 1px 0 0 6px;
	margin-top: -moz-calc(0px);
	color: #606060;
	font: 12px/1.2 "Font Awesome";
	}
	

.placeholder h2 .title {
	display: inline-block;
	vertical-align: middle;
	max-width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606060;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	}
	
/*remove default image*/

.article.music .content{	
	padding: 0px 18px 0px 18px;
	height: auto;
	margin-bottom: 17px;
	border: solid #c4c4c4;
	border-width: 0 0;
}

.article.music .content.image{
	padding: 0px 0px 0px 151px;
	height: 137px;
	border: solid #c4c4c4;
	border-width: 1px 0;
}

.article.music .content h4{
	padding-top: 0px;
}
.article.music .content.image h4{
	padding-top: 14px;
}
.article.music .content h4 a:before{
	content: "\f025";
	display: -moz-inline-box;
	cursor: default;
	color: #a9a9a9;
	font: 15px/26px "Font Awesome";
	text-indent: -moz-calc(-2px);
	-moz-transform: rotate(0.1deg);
	margin-right: 6px;
}

.article.music .content h4 a:before hover,
.article.music .content h4 a:before:hover{
	text-decoration: none;
}

.article > .meta .menu{
	top: 35px;
	left: 135px;
}
	
.article .cmnt ul li.list {
	position: relative;
	padding: 14px 0 14px 58px;
	min-height: 71px;
	border-bottom: 1px dotted #cac9c9;
	border-top: 0px;
}

.article .cmnt ul li.updateform {
	padding: 0px 0px 14px 0px;
	border-bottom: 1px dotted #cac9c9;
	min-height: 90px;
}

.article .cmnt ul li.list.hidden{
	display: none;
}

.article .cmnt ul li.updateform.hidden{
	display: none;
}

.article .cmnt form .dots-gif{
	display: inline;
	right: 5px;
	bottom: 5px;
	position: absolute;
}

.article .cmnt form .dots-gif img{
	width: 32px;
	height: 10px;
	float: right;
	margin-top: 10px;
	border-radius: 0px;
	position: relative;
	display: inline-block;
}

.article .cmnt .scroll-pane{
	max-height: auto;
}

.grid .article h2 {
    display: block;
    margin: 10px 3px;
    position: absolute;
    top: 175px;
    height: 45px;
	overflow: hidden;
}

.grid .article {
	height: 265px;
}

.grid .article h2 .title {
	white-space: normal;
	line-height: 21px;
	font-size: 15px;
}

.grid .article h2 .title:hover {
	text-decoration: underline;
}
	
.grid .article .fig a img {
	height: 171px;
}

.grid .article.music .content img {
	height: auto;
	max-height: 171px;
	overflow: hidden;
}

.grid .article.music .content h4 {
	display: block;
    margin: 10px 3px;
    position: absolute;
  	top: 165px;
	height: 60px;
	overflow: hidden;
}

.grid .article.music .content h4 .title{
	font-size: 15px;
}

.grid .article.music .content h4 .title:hover{
	text-decoration: underline;
}


.timeline #info .btn li.follow.following a{
	color: #b3b3b3;
	letter-spacing: 2px;
}

.timeline #info .btn li.follow.following a:before{
	position: absolute;
	content: "\f00c";
	color: #b3b3b3;
	font-family: "Font Awesome";
	-moz-transform: rotate(0.1deg);
	font-size: 16px;
	top: 10px;
	top: -moz-calc(9px);
	left: 12px;
}

.timeline #info .meta.extra li strong {
	display: inline-block;	
}



/*  4. responsive layout (736px)
---------------------------------------------*/

@media screen and (max-width: 736px) {

#cmnt-home div.scroll-pane{
	width: 100% !important;
}

#cmnt-home div.jspContainer{
	width: 100% !important;
}

.article .cmnt form .dots-gif{
	right: 0px;
}


}


