.demo
{
    width: 100%;
	float:right;
    margin: 10px 30px;
}

.demo ul
{
    padding: 0;
    list-style: none;
    font-size: 12px;
}
.demo li
{
    float: right;
    width: 50px;
    text-align: center;
}
.demo li span
{
    display: block;
}
.demo a
{
    display: block;
    color: #ffffff;
    text-decoration: none;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.demo ul:hover a
{
    color: rgba(255, 255, 255, 0.6);
}
.demo ul:hover a:hover
{
    color: #ffffff;
}
.demo li:nth-child(1) i
{
    background: rgb(59, 89, 152);
    box-shadow: 0 0 0 0 rgba(59, 89, 152,0.6);
}
.demo li:nth-child(2) i
{
    background: rgb(210, 64, 46);
    box-shadow: 0 0 0 0 rgba(210, 64, 46,0.6);
}
.demo li:nth-child(3) i
{
    background: rgb(0, 172, 238);
    box-shadow: 0 0 0 0 rgba(0, 172, 238, 0.6);
}
.demo li:nth-child(4) i
{
    background: rgb(203, 34, 41);
    box-shadow: 0 0 0 0 rgba(203, 34, 41, 0.6);
}
.demo li:nth-child(5) i
{
    background: rgb(240, 150, 0);
    box-shadow: 0 0 0 0 rgba(240, 150, 0, 0.6);
}
.demo li:nth-child(6) i
{
    background: rgb(234, 75, 36);
    box-shadow: 0 0 0 0 rgba(234, 75, 36, 0.6);
}
.demo i
{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 12px;
    border-radius: 50%;
    font-size: 17px;
    transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -webkit-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
}
.demo a:hover i, .demo a:active i
{
    box-shadow: 0 0 0 25px transparent;
}
.demo .icon + span
{
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
    -ms-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
    transition: all 500ms cubic-bezier(1.000, 0.000, 1.000, 0.650);
}
.demo a:hover span, .demo a:active span
{
    opacity: 1;
}

.footer
{
    clear: both;
    padding-top: 80px;
    font-size: 16px;
    color: #ffffff;
}
.footer ul
{
    list-style: none;
}
.footer a
{
    color: #ffffff;
    text-decoration: none;
}

/* ICOMOON Starts Here */

@font-face {
	font-family: 'icomoon';
	src:url('../font-awesome/fonts/icomoon.eot');
	src:url('../font-awesome/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../font-awesome/fonts/icomoon.woff') format('woff'),
		url('../font-awesome/fonts/icomoon.ttf') format('truetype'),
		url('../font-awesome/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home, .icon-stumbleupon, .icon-pencil, .icon-tag, .icon-clock, .icon-users, .icon-user, .icon-disk, .icon-lab, .icon-arrow-left, .icon-mail, .icon-google-plus, .icon-facebook, .icon-twitter, .icon-feed, .icon-delicious, .icon-stackoverflow, .icon-pinterest, .icon-html5, .icon-css3 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\e000";
}
.icon-stumbleupon:before {
	content: "\e006";
}
.icon-pencil:before {
	content: "\e008";
}
.icon-tag:before {
	content: "\e009";
}
.icon-clock:before {
	content: "\e00a";
}
.icon-users:before {
	content: "\e00b";
}
.icon-user:before {
	content: "\e00c";
}
.icon-disk:before {
	content: "\e00d";
}
.icon-lab:before {
	content: "\e00e";
}
.icon-arrow-left:before {
	content: "\e001";
}
.icon-mail:before {
	content: "\e00f";
}
.icon-google-plus:before {
	content: "\e010";
}
.icon-facebook:before {
	content: "\e002";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-feed:before {
	content: "\e004";
}
.icon-delicious:before {
	content: "\e005";
}
.icon-stackoverflow:before {
	content: "\e011";
}
.icon-pinterest:before {
	content: "\e012";
}
.icon-html5:before {
	content: "\e007";
}
.icon-css3:before {
	content: "\e013";
}