.clear {clear: both;}
img.twitterthumb{ width: 248px; height: 185px; border: 1px solid #ccc;}
p.twitterthumbwp{ margin: 0 0 3px 0; clear:both;}
div.cbmashfeedcontainer {       
    /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;        */
    margin: 0;
    padding: 0px;    
    font-size: 12px; line-height: 16px;         
    width: auto;
    position: relative;
    clear: both;
    min-height: 120px;
    width: auto;
}

.cbmashfeedcontainerclean{
    
    border: 1px solid #DFDFDF;   
    background: #fff;
    color: #000;
    /*-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; */
    
}
/*when time line is enbaled*/
.cbmashfeedcontainercleant1, .cbmashfeedcontainerdarkt1, .cbmashfeedcontainergrayt1{
    border:1 none;
}
.cbmashfeedcontainerdark {
    
    border: 1px solid #000;
    background: #2b2b2b; 
    background: -moz-linear-gradient(top,  #2b2b2b 11%, #4d4d4d 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#2b2b2b), color-stop(100%,#4d4d4d)); 
    background: -webkit-linear-gradient(top,  #2b2b2b 11%,#4d4d4d 100%); 
    background: -o-linear-gradient(top,  #2b2b2b 11%,#4d4d4d 100%); 
    background: -ms-linear-gradient(top,  #2b2b2b 11%,#4d4d4d 100%); 
    background: linear-gradient(top,  #2b2b2b 11%,#4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#4d4d4d',GradientType=0 ); 
    
}
.cbmashfeedcontainergray{
    
    border: 1px solid #DFDFDF;      
    background: #F1F1F1;
    background: -ms-linear-gradient(top,#F9F9F9,#ECECEC);
    background: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
    background: -o-linear-gradient(top,#F9F9F9,#ECECEC);
    background: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#ECECEC));
    background: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
    background: linear-gradient(top,#F9F9F9,#ECECEC);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ECECEC',GradientType=0 );    
    
}
.cbmashfeedround{
        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}
div.cbmashfeeditem {
    border: 1px solid #DFDFDF;
    list-style: none outside none;
    margin: 12px;    padding: 5px;
    float:left; display: inline-block;  
    height:auto; min-height: 80px; 
    width:266px;
    /*white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap;*/ word-wrap: break-word;
    position: relative;
}
div.cbmashfeeditemlist{ min-height: 50px;}
div.cbmashfeeditem .cbmashfeeditemtext{ }
div.cbmashfeeditem img{ display: block; max-width: 220px; overflow: hidden;}
div.cbmashfeeditemtumblr img{
    width: 220px; height: 220px;
}
div.cbmashfeeditem img.twitterthumb{ display: block; max-width: 248px; min-width: 248px; width: 248px; height: 185px; min-height: 185px; overflow: hidden;}
/* For timeline only */

/* end For timeline only */
.cbmashfeeditemtext{ clear: both;}
.cbmashfeeditemtextytvideo{ clear: both; float: left; display: inline-block; margin: 5px 0 0 0; text-align: center;}
.cbmashfeeditemtextytvideo a{ margin:0; display: block; position: relative;}
.cbmashfeeditemtextytvideo a span.cbmashfeeditemtextytvideoplay{ display: block; background:url('images/youtube_sprite.png') 0 0 no-repeat; position: absolute; left: 40%; top: 35%; width: 58px; height: 58px;}
.cbmashfeeditemtextytvideo a:hover span.cbmashfeeditemtextytvideoplay{ background-position: 0 -58px;}
.cbmashfeeditemtextytvideo a img{ width:250px; max-width:250px; height:188px; max-height:188px; overflow:hidden;}

.cbmashfeeditemtext blockquote{ margin:5px 0; border-left: 5px solid #ccc; padding: 5px 5px 5px 10px; }
.cbmashfeeditemtext ul{ margin: 5px 0 0 0; padding: 0;}
.cbmashfeeditemtext ul li{ margin-left: 15px;}

.cbmashfeeditemrt{ clear: both;}
.cbmashfeeditemrt span{float:right;margin-top:5px;}

div.cbmashfeedcontainergray div.cbmashfeeditem {    
    border: 1px solid #DFDFDF;    
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    background-color:#e0e0e0;
    -moz-box-shadow:inset 0 0 1px #fff;-ms-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc); background-image:-moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%); background-image:-ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%); background-image:-o-linear-gradient(top,#fafafa 0,#dcdcdc 100%); background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc)); background-image:-webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%); background-image:linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);
    
    color: #000;
}

div.cbmashfeedcontainerdark div.cbmashfeeditem {
    border: 1px solid #333; 
    background: #212121; 
    background: -moz-linear-gradient(right top,  #212121 11%, #474747 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#212121), color-stop(100%,#474747));
    background: -webkit-linear-gradient(right top,  #212121 11%,#474747 100%); 
    background: -o-linear-gradient(right top,  #212121 11%,#474747 100%);
    background: -ms-linear-gradient(right top,  #212121 11%,#474747 100%); 
    background: linear-gradient(right top,  #212121 11%,#474747 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#474747',GradientType=0 ); 
    color: #fff;
}

div.cbmashfeedcontainerdark div.cbmashfeeditem a:link, div.cbmashfeedcontainerdark div.cbmashfeeditem a:visited {color:#b4b4b4;}
div.cbmashfeedcontainerdark div.cbmashfeeditem a:hover{ color: #999999;}

div.cbmashfeedcontainerclean div.cbmashfeeditem{
    border:1px solid #DFDFDF;    
    color: #000;
    background: #fff;
}
.cbmashfeeditemfacebook img{ 
    /*float: left; display: inline-block; 
    margin: 0 5px 5px 0; 
    border:1px solid #ccc; 
    padding: 5px; */
    overflow:hidden; 
    min-height: 90px; 
    min-width: 90px;  
}

div.cbmashfeedcontainer span.cbmashfeeditemicon {
    display: block;
    float: left;
    height: 32px;
    margin:0 5px 5px 0;
    width: 32px;
    
}

div.cbmashfeeditemtwitter  span.cbmashfeeditemicon{
	background-image:url('../images/twitter.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemfacebook span.cbmashfeeditemicon {
	background-image:url('../images/facebook.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemgplus span.cbmashfeeditemicon {
	background-image:url('../images/gpluscircle.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemdelicious span.cbmashfeeditemicon {
	background-image:url('../images/delicious.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemdigg span.cbmashfeeditemicon {
	background-image:url('../images/digg.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemflickr span.cbmashfeeditemicon {
	background-image:url('../images/flickr.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemgplus span.cbmashfeeditemicon {
	background-image:url('../images/gplus.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemlinkedin span.cbmashfeeditemicon {
	background-image:url('../images/linkedin.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemyoutube span.cbmashfeeditemicon {
	background-image:url('../images/youtube.png');
	background-repeat:no-repeat;
}

div.cbmashfeediteminstagram span.cbmashfeeditemicon {
	background-image:url('../images/instagram.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditempinterest span.cbmashfeeditemicon {
	background-image:url('../images/pinterest.png');
	background-repeat:no-repeat;
}


div.cbmashfeeditemblogspot span.cbmashfeeditemicon {
	background-image:url('../images/blogger.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemwordpress span.cbmashfeeditemicon {
	background-image:url('../images/wordpress.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemreddit span.cbmashfeeditemicon {
	background-image:url('../images/reddit.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemmyspace span.cbmashfeeditemicon {
	background-image:url('../images/myspace.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemtumblr span.cbmashfeeditemicon {
	background-image:url('../images/tumblr.png');
	background-repeat:no-repeat;
}

div.cbmashfeeditemlastfm span.cbmashfeeditemicon {
	background-image:url('../images/lastfm.png');
	background-repeat:no-repeat;
}
div.cbmashfeeditemcomcontent span.cbmashfeeditemicon {
	background-image:url('../images/comcontent.png');
	background-repeat:no-repeat;
}
div.cbmashfeeditemcomk2 span.cbmashfeeditemicon {
	background-image:url('../images/comk2.png');
	background-repeat:no-repeat;
}
div.cbmashfeeditemcustomfeed span.cbmashfeeditemicon {
        background-image:url('../images/rss.png');
        background-repeat:no-repeat;
}
.mysocialtimelinetbar{
    color: #444; border: 1px solid #DFDFDF; 
    margin: 0 auto 15px 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    float: left; display: inline;
    width: auto;
}

.mysocialtimelinetbarclean .mysocialtimelinetbaritem{ padding:5px 10px; margin:0px; 
    border-right:1px solid #DFDFDF;     
    float: left; display: inline-block;
   
    
}

.mysocialtimelinetbargray .mysocialtimelinetbaritem{ padding:5px 10px; margin:0px; 
    border-right: 1px solid #DFDFDF;             
    background: #EEEEEE;
    background: -ms-linear-gradient(top,#F9F9F9,#ECECEC);
    background: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
    background: -o-linear-gradient(top,#F9F9F9,#ECECEC);
    background: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#ECECEC));
    background: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
    background: linear-gradient(top,#F9F9F9,#ECECEC);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ECECEC',GradientType=0 );
    
    float: left; display: inline-block;
   
    
}

.mysocialtimelinetbardark .mysocialtimelinetbaritem{ padding:5px 10px; margin:0px; 
    border-right: 1px solid #333; 
    
    background-color:#121212;
    background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#242424),to(#121212));
    background-image:-webkit-linear-gradient(top,#242424,#121212);
    background-image:-moz-linear-gradient(top,#242424,#121212);
    background-image:-ms-linear-gradient(top,#242424,#121212);
    background-image:-o-linear-gradient(top,#242424,#121212); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#474747',GradientType=0 ); 
    
    color: #fff;
    
    float: left; display: inline-block;
   
    
}
.mysocialtimelinetbardark .mysocialtimelinetbaritem a{ color: #fff;}

.mysocialtimelinetbar .mysocialtimelinetbaritem:first-child{
    -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px; border-bottom-left-radius: 5px;
    
}
.mysocialtimelinetbar .mysocialtimelinetbaritem:last-child{
    -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px; border-bottom-right-radius: 5px;
    border-right: 0 none;
    
}

.mysocialtimelinetbar .mysocialtimelinetbaritemact a{ font-weight: bold;}

.cbtimelinecontainer{
    width: 10px; text-align: center; margin: 0 auto; cursor:pointer; display: block;
}

.cbmystimeline{
    margin: 0 auto;
    background-color:#ddd;
    display: block;
    float: left;
    height: 100%;
    left: 301px;
    margin-top: 5px;
    position: absolute;
    width: 4px;
}
.cbmystimelinegray{
    background-color:#ddd;
}

.cbmystimelinedark{
    background-color:#111;
}

.cbmystimelineclean{
    background-color:#ddd;
}

.cbmystimeline:hover{cursor: pointer; }
.cbmystimelineplus{
    width: 14px;height: 14px;position: relative; left: -6px;
}

.cbmashfeeditemleft .cbtlinearrowclean{ 
    position: absolute; top: 20%; right: -16px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowcleanl.png') left top no-repeat;
}

.cbmashfeeditemright .cbtlinearrowclean{
    position: absolute; bottom: 20%; left: -15px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowcleanr.png') left top no-repeat;
}

.cbmashfeeditemleft .cbtlinearrowmetro,.cbmashfeeditemleft .cbtlinearrowmetrom{ 
    position: absolute; top: 20%; right: -17px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowmetrol.png') left top no-repeat;
}

.cbmashfeeditemright .cbtlinearrowmetro,.cbmashfeeditemright .cbtlinearrowmetrom{
    position: absolute; bottom: 20%; left: -14px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowmetror.png') left top no-repeat;
}

.cbmashfeeditemleft .cbtlinearrowfb{
    position: absolute; top: 20%; right: -16px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowfbl.png') left top no-repeat;
}
 .cbtlinearrowfblhover{
    background-image:url('images/timlinearrowfbhvrl.png') !important;
    
}
.cbmashfeeditemright .cbtlinearrowfb{
    position: absolute; bottom: 20%; left: -15px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowfbr.png') left top no-repeat;
}
.cbtlinearrowfbrhover{
    background-image:url('images/timlinearrowfbhvrr.png') !important;
    
}
.cbmashfeeditemleft .cbtlinearrowdark{ 
    position: absolute; top: 20%; right: -16px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowdarkl.png') left top no-repeat;
}

.cbmashfeeditemright .cbtlinearrowdark{
    position: absolute; bottom: 20%; left: -15px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowdarkr.png') left top no-repeat;
}

.cbmashfeeditemleft .cbtlinearrowgray{ 
    position: absolute; top: 20%; right: -16px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowgrayl.png') left top no-repeat;
}

.cbmashfeeditemright .cbtlinearrowgray{
    position: absolute; bottom: 20%; left: -15px; width: 16px; height: 16px; display: block; z-index: 100;
    background:url('images/timlinearrowgrayr.png') left top no-repeat;
}

/* For tab in left or right, let set the itembox size get full width*/
.currentcbtabstwocol .cbmashfeeditem{ width: 404px;}
div.cbmashfeeditemnoact{ text-align: center; vertical-align: middle; margin: 20px 0;}
div.cbmashfeeditempinterest a.pinterestanchor, div.cbmashfeediteminstagram a.pinterestanchor{width: 192px; display: block; height:200px; ma-height:200px; overflow: hidden;}
div.cbmashfeeditempinterest img{ }


/* Google plus hack*/
.gplusthumbtextwrap{ 
    /*float: left; display: inline;*/ clear: both; /*width: 250px;*/
    margin: 5px 0 0 0; border-top: 1px solid #ccc; padding-top: 5px;
}
.gplusthumb{ float: left; display: inline; margin: 0 5px 0 0;}
.gplusthumbfull{ margin: 0; /*max-width: 250px; height: 150px;*/ overflow: hidden;padding:3px; border:1px solid #ccc;}
.gplusthumbfull img{border: 0; /*max-width: 250px;  height: 150px;*/}

div.cbmashfeeditem img.gplusthumbimg{ width: 139px; height: 120px; max-width: 139px; display:block;}
div.cbmashfeeditem img.gplusthumbimgfull{ max-width: 250px;  height: 150px; display: block;}
.gplustext{ float: left; display: inline;}
.gplustext{ width: 106px; overflow: hidden;}
.gplustext p{ margin-top: 0;}
.gplustextfull{ /*width: 250px;*/ overflow: hidden;}

/* facebook theme*/
.cbmashfeedcontainerfb{
    border: 1px solid #ccc;
    color:#666666 !important;
    background-color: #FFF;
}
.cbmashfeedcontainerfb span{
    color:#666666 !important;
}
.cbmashfeedcontainerfb a,.cbmashfeedcontainerfb span a:link,.cbmashfeedcontainerfb span a:visited {  
     color: #3B5998 !important;
     /*font-weight: bolder !important;*/
     text-decoration: none !important;
     cursor:pointer;
 }
 
 div.cbresponsivefbpgkstrmshare a:link,
 div.cbresponsivefbpgkstrmshare a:visited{
     font-weight: bolder !important;
     
 }
 div.cbmashfeedcontainerfb div.cbmashfeeditem{
    background-color:#EDEFF4;
    border: 1px solid #DDD;
/*    padding:5px;
    padding-left: 10px;
    margin-top:5px;*/
}
/*div.cbresponsivefbpgkstrmsharevidlink img{
    padding:0 !important;
    margin: 0 !important;
}*/

div.cbmashfeedcontainerfb div.cbresponsivefbpgkstrmitem{
     border: 1px solid #DDD;
     /*background-color: #EDEFF4;*/
}

/* metro theme css */
/*div.cbmashfeedcontainerdark .cbmashfeeditemthumb,div.cbmashfeedcontainermetro .cbmashfeeditemthumb, div.cbmashfeedcontainermetrom .cbmashfeeditemthumb{
    border: 1px solid #fff; 
}*/

div.cbmashfeedcontainermetro div.cbmashfeeditem, div.cbmashfeedcontainermetrom div.cbmashfeeditem {
    /*border: 1px solid #8ABB24;*/ 
    background: #8ABB24; 
    color: #fff;
    border-radius: none !important;
}
div.cbmashfeedcontainermetro  span.cbmashfeedspn, div.cbmashfeedcontainermetrom  span.cbmashfeedspn{
    color: #fff !important;
}
div.cbmashfeedcontainermetro div.cbmashfeeditem a:link, div.cbmashfeedcontainermetro div.cbmashfeeditem a:visited {color:#fff !important;}
div.cbmashfeedcontainermetro div.cbmashfeeditem a:hover{ color: #999999; text-decoration:none;}

div.cbmashfeedcontainermetro div.cbmashfeeditem a:link, div.cbmashfeedcontainermetro div.cbmashfeeditem a:visited {color:#fff !important;}
div.cbmashfeedcontainermetro div.cbmashfeeditem a:hover{ color: #ccc;}

div.cbmashfeedcontainermetrom div.cbmashfeeditem a:link, div.cbmashfeedcontainermetrom div.cbmashfeeditem a:visited {color:#fff !important;}
div.cbmashfeedcontainermetrom div.cbmashfeeditem a:hover{ color: #ccc;}

/*div.cbmashfeedcontainermetro div.cbmashfeeditem:hover,div.cbmashfeedcontainermetrom div.cbmashfeeditem:hover{
    opacity:0.5;
}*/

.cbgplusvideoicon{
    position:absolute !important;
    float:left !important;
    background:transparent url('../images/video.png') left top no-repeat !important;
    /*text-indent:-99999px !important;*/
    bottom: 10px !important;
    height: 26px !important;
    width: 35px !important;
    left: 10px !important;
    display:block !important;
}
.cbtlinearrowlftmddl{
    bottom:45% !important;
}
div.cbmashfeedcontainerfb div.cbmashfeeditem:hover{
    background-color:#D8DFEA;
    
}

/**** Transitions ****/

.cbmasonry,
.cbmasonry .cbmasonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.cbmasonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.cbmasonry .cbmasonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.cbmashfltrsocialsite{
    width:32px;
    height:32px;
    float:left;
    margin-bottom: 10px !important;
}
.cbmashfeedfltrfacebook{
    background: url('../images/facebook.png') 0 0 no-repeat;
}
.cbmashfeedfltrtwitter{
    background: url('../images/twitter.png') 0 0 no-repeat;
}
.cbmashfeedfltrlinkedin{
    background: url('../images/linkedin.png') 0 0 no-repeat;
}
.cbmashfeedfltrlinkedin{
    background: url('../images/linkedin.png') 0 0 no-repeat;
}
.cbmashfeedfltrgplus{
    background: url('../images/gplus.png') 0 0 no-repeat;
}
.cbmashfeedfltrdigg{
    background: url('../images/digg.png') 0 0 no-repeat;
}
.cbmashfeedfltrdelicious{
    background: url('../images/delicious.png') 0 0 no-repeat;
}
.cbmashfeedfltrflickr{
    background: url('../images/flickr.png') 0 0 no-repeat;
}
.cbmashfeedfltrpinterest{
    background: url('../images/pinterest.png') 0 0 no-repeat;
}
.cbmashfeedfltryoutube{
    background: url('../images/youtube.png') 0 0 no-repeat;
}
.cbmashfeedfltrblogspot{
    background: url('../images/blogger.png') 0 0 no-repeat;
}
.cbmashfeedfltrwordpress{
    background: url('../images/wordpress.png') 0 0 no-repeat;
}
.cbmashfeedfltrtumblr{
    background: url('../images/tumblr.png') 0 0 no-repeat;
}
.cbmashfeedfltrreddit{
    background: url('../images/reddit.png') 0 0 no-repeat;
}
.cbmashfeedfltrmyspace{
    background: url('../images/myspace.png') 0 0 no-repeat;
}
.cbmashfeedfltrlastfm{
    background: url('../images/lastfm.png') 0 0 no-repeat;
}
.cbmashfeedfltrfoursquare{
    background: url('../images/foursquare.png') 0 0 no-repeat;
}
.cbmashfeedfltrinstagram{
    background: url('../images/instagram.png') 0 0 no-repeat;
}
.cbmashfeedfltrcustomfeed{
    background: url('../images/mixx.png') 0 0 no-repeat;
}
.cbmashfeedfltrall{
    background: url('../images/mixx.png') 0 0 no-repeat;
}
.cbmashfeedfltrcomk2{
    background: url('../images/comk2_2.png') 0 0 no-repeat;
}
.cbmashfeedfltrcomcontent{
    background: url('../images/comcontent.png') 0 0 no-repeat;
}
#cbmashfltrcustomfeed{
    background: url('../images/rss.png') 0 0 no-repeat;
}
.cbgplusvdthumb{
    position:relative;border:1px solid#ccc; padding:3px;float:left;margin-right:10px;
}
div.cbgplusvdthumb img{
    height:100px;max-width:120px;float:left;
}
div.modal-body img{
    max-width:500px !important;
    max-height:400px !important;
}
/* Single Column Timeline Css*/
.cbmashfeedcontainersingleclmtline .cbmashfeeditem{
    display:block;
    clear:both;
    margin-left: 114px;
    position:relative;
}
.cbmashfeeditem .cbmashfeedstlinedate {
    border:1px solid #ccc;
    position:absolute;
    left:-108px;
    bottom:41%;
    padding:5px;
    width: 75px;
    z-index: 100;
}

.cbmashfeeditem .cbmashfeedstlinearrow {
    background: url("images/timlinearrowmetror.png") no-repeat scroll left top transparent;
    bottom: 45%;
    display: block;
    height: 16px;
    left: -13px;
    position: absolute;
    width: 16px;
    z-index: 100;
}
/* read more link css*/
.mooReadalllink{
    /*color:#006dcc;*/
    margin:0 5px 0 5px;
}

