.bottom_output {
width: 100%;
}
.bottom_output  ul{
margin: 0;
padding: 0;
}
.smart-btn-facebook {background: #3b5998;}
.smart-btn-twitter{background: #4db2ec;}
.smart-btn-gplus{background:#a32c2c;}
.smart-btn-pocket{background: #b5414a;}
.smart-btn-linkedin{background: #2c4270;}
.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}
.bottom_output  ul li{
list-style: none;
margin: 1px;
display: inline;
border-radius: 3px;
padding:4px;
}
.bottom_output ul li a{
text-decoration: none !important;
font-size: 16px;
padding:10px 0;
}
.icon{
margin-left:3px; 
}
@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;}				
}