.footer {
    background: #fff;
    background: rgba(255,255,255,0.1);
}

.footer p {
    font-size: 0.8em;
    padding-top: 10px;
}

.footer font {
    font-size: 1.12em;
}

.link {
    width: 100%;
    padding: auto;
    padding-top: 10px;
}

.social-network .fa {
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
}

.social-network a {
    text-decoration: none;
}

/* Set a specific color for each brand */
/* Facebook */
.social-network .fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.social-network .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-network .fa-google {
    background: #dd4b39;
    color: white;
}

.social-network .fa-youtube {
    background: #bb0000;
    color: white;
}

.footer-made .fa-heart {
    font-size: 1.2em;
    width: 0;
    height: 0;
}

.social-network .fa-instagram {
    background: #f09433; 
    color: white;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 5px;
}

.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.footer-made
{
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    text-align: center;
    background-color: #d8d8dc;
    /*background-color: #d8d8dc;*/
}
.footer-made a
{
    text-decoration: none;
}