.bottom_output {
	width: 100%;
}

.bottom_output  ul{
margin: 0;
padding: 0;
}
.newinner-wrapp ul li.smart-btn-facebook, .content ul li.smart-btn-facebook {background: #3b5998;}
.newinner-wrapp ul li.smart-btn-twitter, .content ul li.smart-btn-twitter {background: #4db2ec;}
.newinner-wrapp ul li.smart-btn-gplus, .content ul li.smart-btn-gplus {background:#a32c2c;}
.newinner-wrapp ul li.smart-btn-pocket, .content ul li.smart-btn-pocket {background: #b5414a;}
.newinner-wrapp ul li.smart-btn-linkedin, .content ul li.smart-btn-linkedin {background: #2c4270;}
.newinner-wrapp ul li.smart-btn-email, .content ul li.smart-btn-email {background: #bf4133;}

.smart-link-facebook {color:#ffffff}
.smart-link-twitter{color:#ffffff}
.smart-link-gplus{color:#ffffff}
.smart-link-email{color:#ffffff}
.smart-link-pocket{color:#ffffff}
.smart-link-linkedin{color:#ffffff}

.smart-btn-facebook:hover {background-color: #0e2e6f }
.smart-btn-facebook a:hover {color:#fff;    text-decoration: none !important}
.smart-btn-twitter:hover  {background-color: #138bdb}
.smart-btn-twitter a:hover {color:#fff;    text-decoration: none !important}
.smart-btn-gplus:hover {background-color: #a30000}
.smart-btn-gplus a:hover {color:#fff;    text-decoration: none !important}
.smart-btn-pocket:hover {background-color: #b5000f}
.smart-btn-pocket a:hover {color:#fff;    text-decoration: none !important}
.smart-btn-linkedin:hover {background-color:  #012270}
.smart-btn-linkedin a:hover {color:#fff;    text-decoration: none !important}
.smart-btn-email:hover {background-color: #bf1805}
.smart-btn-email a:hover {color:#fff;    text-decoration: none !important}

.fb_small_btn{
	display: none;
}

.twitter_small_btn{
	display: none;
}

.gp_small_btn{
	display: none;
}


.ln_small_btn{
	display: none;
}

.eml_small_btn{
	display: none;
}

.bottom_output  ul li{
	list-style: none;
	margin: 0px;
	display: inline;
	border-radius: 3px;
  padding:0;
  	margin-right:6px;
  	text-align:center;
}

.bottom_output ul li a{
	text-decoration: none !important;
    font-size: 16px;
    width: 35px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}


.icon{
	margin-left:0; 
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
	
	.bottom_output ul li a{
	text-decoration: none;
	font-size: 12px;
}
}



@media only screen and (min-width: 200px) and (max-width: 767px) {

			.mini{display:none;}				

}


