/*AddThis*/
 .addthis_counter
{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      box-sizing: content-box;
}

.addthis a {
	display: block;
	border-bottom: 1px solid #eee;
	height: 32px;
	float: none;
	font-size: 16px;
	line-height: 32px;
	color: #5f656e;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.addthis a:hover {
/*background: #0d99fc;
        text-decoration: none;
        color: #fff;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;*/
}
.addthis ul li a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.addthis a span {
	margin-right: 12px;
}

.share{


	background-color: #F3FEFE;
	padding: 10px;
	border: 1px solid #B0D7EA;
	margin-bottom:10px;
	margin-top:20px;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.title_share{
	font-family: 'Anaheim', sans-serif;	
	display:block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #069;
	font-weight:lighter;
}
.title_comments{
	font-family: 'Anaheim', sans-serif;	
	display:block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #069;
	font-weight:lighter;
}



#list_post li a:hover{
	color:#600;
	text-decoration:none;
}

#list_post li {
	border-bottom-color: #0299d3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#list_post li:last-child {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}



.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:0px;
}

.item.list-group-item
{
    border: 0px;
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{

}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}