@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

/* Reset */
.dcsns ul, .dcsns li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */
/* Feeds */
.dcsns {
    color: #444;
    list-style: none outside none;
    margin: 0;
}
.dcsns h1 {
    width: auto;
	position: relative;
}
.dcsns h1, .dcsns h2, .dcsns h3 {
    line-height: 1.35em;
}
.dcsns-content {
	position: relative;
	padding: 0;
}
.dcsns-loading {
	background: url(/misdo/social/images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.dcsns-toolbar .dcsns-loading {
	right: 10px;
	left: auto;
	display:none;
}
.stream p {
	margin: 0;
	padding: 0;
}
.stream li a {
	color: #000000;
	text-decoration:none;
}
.stream li {
    font-size: 12px;  
	width:15%;
    min-width: 150px;
	position: relative;
	margin: 0 1.5% 1.5% 0;
	font-family: 'Nanum Gothic', Arial, sans-serif;
	line-height: 18px;
}
.stream li .inner {
	background: #fff;
	padding-top:60px;
	overflow: hidden;
	border-radius:10px;
 	border:1px solid #eee;

}

.stream li a .icon {
	position: absolute;
	right: 17px;
	top: 15px;
	z-index: 3;
	height:30px;
}
.stream li .section-intro {
	display:block;
	height:30px;
	line-height:18px;
    padding:0px 0px 15px 0;
	width: 100%;
	left: 0;
	top: 0px;;
	position: absolute;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	z-index: 2;
}

.stream li .section-intro .section_top_bg {

	position:relative;
	width:100%;
	height:10px;
	display:block;

}

.stream li .section-intro .section_top_bg .bg_table {

	width:100%;
	padding:0;
	margin:0;

}

.stream li .section-intro .section_top_bg .left_bg {
	height:10px;
	width:10px;
	background:url(/misdo/social/images/top_line_left.png) no-repeat;
}

.stream li .section-intro .section_top_bg .line_bg {
	background:url(/misdo/social/images/top_line_bg.png);
}

.stream li .section-intro .section_top_bg .right_bg {
	height:10px;
	width:10px;
	background:url(/misdo/social/images/top_line_right.png) no-repeat;
}

.stream li .section_bottom_bg {

	position:relative;
	width:100%;
	height:0px;
	display:block;

}

.stream li .section_bottom_bg .bg_table {

	width:100%;
	padding:0;
	margin:0;

}

.stream li .section_bottom_bg .left_bg {
	height:10px;
	width:10px;
	background:url(/misdo/social/images/bottom_line_left.png) no-repeat;
}

.stream li .section_bottom_bg .line_bg {
	background:url(/misdo/social/images/bottom_line_bg.png);
}

.stream li .section_bottom_bg .right_bg {
	height:10px;
	width:10px;
	background:url(/misdo/social/images/bottom_line_right.png) no-repeat;
}

.stream li .section-intro span {

	position:absolute;
	top:30px;
	font-size:10px;
	color:#989898;
	line-height:15px;
	left:17px;

}

.stream li .clear {
	clear: both;
}

.stream li .lastbg {

	width:100%;
	height:10px;
	display:inline-block;
	background:url(/misdo/social/images/line_bottom.png) no-repeat;
	border:0;
	padding: 5px;
}

/* Content blocks */

.stream li .section-intro a {
	display:none;
	text-decoration: underline;
	margin-left: 32px;
}
.stream li .section-title {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 17px;
}
.stream li .section-title a {
	margin-top:10px;
	color: #555;
}

.stream li .section-thumb {
	float: left;
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.stream li .section-thumb .blog_bg {

	padding:5%;
	background: #e5e5e5;
	width:90%;
	max-height:75px;
	display:inline-block;

}

.stream li .section-thumb .blog_bg span {

	font-size:20px;
	line-height:25px;
	display:inline-block;
	height:75px;
	overflow: hidden;
	width:100%;
	font-weight: bold;

}

.stream li .section-thumb img, .stream li .section-text img {
	display: none;
}
.stream li .section-text {
	color:#666666;
	display: inline-block;
	line-height:19px;
	max-height: 55px;
	overflow: hidden;
	margin:5%;
	width:90%;
	text-align:left;
}
.stream li .section-text br {
	display: block;
}
.stream li .section-user {
	clear: both;
	display: block;
	float: left;
	position:absolute;
	height:15px;
	max-height:15px;
	line-height:15px;
	font-weight:bold;
	top:15px;
	left:17px;
	width:150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align:left;

}
.stream li .meta {
	display: block;
	color: #333;
}
.stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.meta span.shares {
	background: url(/misdo/social/images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.meta span.views {
	background: url(/misdo/social/images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.meta span.likes {
	background: url(/misdo/social/images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.meta span.comments {
	background: url(/misdo/social/images/comments.png) no-repeat 0 0;
}
.meta span.users {
	background: url(/misdo/social/images/users.png) no-repeat 0 0;
}
.meta span.videos {
	background: url(/misdo/social/images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.stream li .section-meta {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	padding:0;
	/* border-top:1px solid #e5e5e5; */
}
.stream li .meta.item-comments {
	padding-left:40px;
	margin: 10px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	font-size:12px;
	line-height:19px;
	text-align:left;
}
.stream li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.stream li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.stream li.dcsns-error {
	color: #990000;
}
.stream li .section-share {
	display: block;
	margin: 0 0 5px 0;
	padding: 4px 0 0;
	float: right;
}
.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(/misdo/social/images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
	background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.stream li .section-share a.share-google {
	background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}

.stream li .section-text-fb {

	height:57px;
	width:200px;
	text-overflow: ellipsis;
	overflow: hidden;

}

/* Toolbar */
.dcsns-toolbar {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* Filter */
#wall {
	padding-top: 15px;
}

#wall img {
	border:0;
}

#wall .dcsns-toolbar {
	margin-bottom: 15px;
}
.dcsns-toolbar .filter {
	padding: 0;
	margin: 0 0 15px 10px;
}
.dcsns-toolbar .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}
.dcsns-toolbar .filter .link-all {
}
.dcsns-toolbar .filter li a {
	margin: 0 5px;
	display: block;
	float: left;
	height: 28px;
}
.dcsns-toolbar .filter li img {
	margin: 0;
	height: 20px;
	width:20px;
}

.dcsns-toolbar .filter li .on {
	display:none;
}

.dcsns-toolbar .filter .iso-active .off {
	display:none;
}

.dcsns-toolbar .filter .iso-active .on {
	display:block;
}

/* Controls */
.dcsns .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcsns .controls li {
	display: inline;
	background: none;
}
.dcsns .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(/misdo/social/images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
	background-position: -44px 0;
}
.dcsns .controls .next {
	background-position: -66px 0;
}
.dcsns .controls .play {
	background-position: 0 0;
}
.dcsns .controls .pause {
	background-position: -22px 0;
}
.dcsns .controls .prev:hover {
	background-position: -44px -22px;
}
.dcsns .controls .next:hover {
	background-position: -66px -22px;
}
.dcsns .controls .play:hover {
	background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
	background-position: -22px -22px;
}



/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
	width: 230px;
	padding:0 2px;
	opacity: 1;
	display: inline;
}
.stream li.dcsns-facebook .section-text img {
	margin: 5px 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-facebook .section-text a {
	margin-right: 4px;
}
.stream li.dcsns-facebook .section-text-fb a {
	display:none;
}
.stream li.dcsns-facebook .section-intro a {
	margin-left: 25px;
}
.stream li.dcsns-facebook .meta {
	display: block;
	clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
	padding: 0;
	min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
	display: block;
	margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
	display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
	margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
	width: 48px; 
	height: 48px;
	display: block;
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	margin: 5px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-twitter a {
	color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
	color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
	margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
	color: #38AEAE;
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	margin-bottom: 2px;
	display: block;
}
.stream li.dcsns-twitter .twitter-user a {
	color: #999;
	line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
	color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #38AEAE;
	text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.dcsns .stream li.dcsns-google .section-thumb img {
	max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-thumb img {
	max-width: 234px;
	width:100%;
}
.stream li.dcsns-rss .section-text img {
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
	width: 230px;
	padding:0 2px;
	display:inline-block;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
	width: 230px;
	padding:0 2px;
	display:inline-block;
}
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/* instagram */
.stream li.dcsns-instagram .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
	float: left;
	width: 100%;
	opacity: 1;
	display: inline;
}
.stream li.dcsns-instagram .meta {
	clear: both;
}

.stream li.dcsns-instagram .meta.item-likes {
	display:none;
}

.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
	color:#a7a6a6;
	text-align:left;
}
/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



/************** Light Box ****************/

.jquery-lightbox-move *
{
  webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.jquery-lightbox-overlay
{
  background:#ffffff;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jquery-lightbox
{
  position:relative;
  padding:17px 0;
  background:#FFFFFF;
  box-shadow:0 0 1px rgba(0, 0, 0, 0.25), 0 1px 5px 3px rgba(0, 0, 0, 0.05), 0 5px 4px -3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.25), 0 1px 5px 3px rgba(0, 0, 0, 0.05), 0 5px 4px -3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.25), 0 1px 5px 3px rgba(0, 0, 0, 0.05), 0 5px 4px -3px rgba(0, 0, 0, 0.06);
  border:1px solid #ebebeb\9;
}

.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-top-middle,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-middle,
.jquery-lightbox-border-bottom-right
{
  position:absolute;
  height:7px;
  width:12%;
  z-index:7000;
  background:#FFFFFF;
  overflow:hidden;
}

.jquery-lightbox-border-top-left
{
  top:0;
  left:0;
}

.jquery-lightbox-border-top-right
{
  top:0;
  right:0;
}

.jquery-lightbox-border-top-middle
{
  width:78%;
  top:0;
  left:12%;
}

.jquery-lightbox-border-bottom-left
{
  bottom:0;
  left:0;
}

.jquery-lightbox-border-bottom-right
{
  bottom:0;
  right:0;
}

.jquery-lightbox-border-bottom-middle
{
  width:78%;
  bottom:0;
  left:12%;
}

.jquery-lightbox-title
{
  background:#FFFFFF;
  color:#333333;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  line-height:14px;
  padding:5px 8px;
  position:absolute;
  bottom:0;
  z-index:7000;
}

.jquery-lightbox-html
{
  position:relative;
  z-index:7000;
  border:0;
  border-left:7px solid #FFFFFF;
  border-right:7px solid #FFFFFF;
  padding:0px 15px;
  vertical-align:top;
  -webkit-overflow-scrolling: touch;
}

.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe
{
  vertical-align:top;
  display:block;
}

.jquery-lightbox-background
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:6999;
  float:left;
  padding:0;
}

.jquery-lightbox-background img
{
  display:block;
  position:relative;
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

.jquery-lightbox-mode-image .jquery-lightbox-html
{
  z-index:6998;
  padding:0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background
{
  background:#FFFFFF;
}

.jquery-lightbox-mode-html .jquery-lightbox-html
{
  overflow:auto;
}

.jquery-lightbox-loading,
.jquery-lightbox-mode-html .jquery-lightbox-loading
{
  background:#FFFFFF url(images/loading.gif) no-repeat center center;
}

.jquery-lightbox-button-close
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -132px 0px;
  position:absolute;
  top:0px;
  right:-35px;
  width:15px;
  height:15px;
  cursor:pointer;
}

.jquery-lightbox-button-close:hover
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -132px -15px;
}

.jquery-lightbox-button-close:active
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -147px -15px;
}

.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left
{
  background:url(images/jquery-lightbox-theme.png) no-repeat 0px 0px;
  cursor: pointer;
  display: block;
  width: 33px;
  height: 33px;
  left: -53px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  z-index: 7001;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left span
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left:hover
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -66px 0px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -33px 0px;
  cursor: pointer;
  display: block;
  width: 33px;
  height: 33px;
  right: -53px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  z-index: 7001;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right span
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right:hover
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -99px 0px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -162px 0px;
  display:block;
  position:absolute;
  cursor:pointer;
  top:18px;
  right:-35px;
  width:15px;
  height:15px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -162px -15px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:active
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -177px -15px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -192px 0px;
  display:block;
  position:absolute;
  cursor:pointer;
  top:18px;
  right:-35px;
  width:15px;
  height:15px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -192px -15px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:active
{
  background:url(images/jquery-lightbox-theme.png) no-repeat -207px -15px;
}

.jquery-lightbox-buttons-custom
{
  position:absolute;
  top:0;
  left:21px;
  background:#FFFFFF;
  height:21px;
}

.jquery-lightbox-buttons-custom a
{
  color:#7b7b7b;
  font-size:12px;
  display:inline;
  font-weight:bold;
  text-decoration:underline;
  padding:0 4px;
  cursor:pointer;
}

.jquery-lightbox-navigator
{
  display:none;
}

.jquery-lightbox-hide
{
  display:none;
}

/************** Light Box ****************/