
.bottom_output {
	width: 100%;
}

.bottom_output  ul {
	margin: 0;
	padding: 0;
}

.smart-btn-facebook {
	background: #899fcf;
}

.smart-btn-twitter {
	background: #a3d3ea;
}

.smart-btn-gplus {
	background: #a32c2c;
}

.smart-btn-pocket {
	background: #b5414a;
}

.smart-btn-linkedin {
	background: #4875b4;
}

.smart-btn-email {
	background: #bf4133;
}

.smart-link-facebook {
	color: #fff;
}

.smart-link-twitter {
	color: #fff;
}

.smart-link-gplus {
	color: #fff;
}

.smart-link-email {
	color: #fff;
}

.smart-link-pocket {
	color: #fff;
}

.smart-link-linkedin {
	color: #fff;
}

.smart-btn-facebook:hover {
	background-color: #4c75ce;
}

.smart-btn-facebook a:hover {
	color: #fff;
	text-decoration: none !important;
}

.smart-btn-twitter:hover {
	background-color: #54bbea;
}

.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: #346ab5;
}

.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: 56px;
	padding: 2px;
}

.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: 54px;
	}
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
	.mini {
		display: none;
	}
}
