.footer-distributed{
	background: -webkit-linear-gradient(rgba(0,128,255,1), rgba(0,128,255,.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,128,255,1), rgba(0,128,255,.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,128,255,1), rgba(0,128,255,.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,128,255,1), rgba(0,128,255,.5)); /* Standard syntax */
    -moz-box-shadow: 0px 1px 6px #000;
    -webkit-box-shadow: 0px 1px 6px #000;
    box-shadow: 0px 1px 6px #000;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	clear: both;
	/*padding: 20px 25px;
	padding-left: 25px;
	padding-right: 25px;*/
	padding-top: 10px;
	padding-bottom: 30px;
	z-index: 0;
	/*padding-bottom: 30px;*/
	/*margin-top: 80px;*/
}

.footer-ancho{
	width: 90%;
	max-width: 920px;
	/*max-width: 1200px;*/
	margin: auto;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
	
}

/* The company logo */

#logo-footer {
		width:225px;
	}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: -10px 0 12px;
	padding: 0;
	font: normal 30px dancing;

}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;

}

.footer-distributed .footer-company-name{
	color:  #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 40%;
	
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;

}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #333;
	text-decoration: none;;
}
.footer-distributed .footer-center a{
	color:  #fff;
	text-decoration: none;;
}
/*.phone_pie {
		font-size: 20px;
	}*/
.fa-phone a {
	text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 19%;

}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 10px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
	text-align: right;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 45px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 0px;
	padding-top: 12px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 660px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right {
		width: 100%;
		text-align:center;
	}

	#logo-footer {
		width:200px;
	}

	.footer-distributed .footer-company-name{
		padding-bottom: 30px;
	}

	.footer-distributed .footer-company-about{
		text-align: center;
	}
	.footer-distributed .footer-icons{
		margin-top: 25px;
		text-align: center;
	}
	.footer-distributed .footer-links{
		font-size: 25px;
	}
	/*.phone_pie {
		font-size: 20px;
	}*/

}

@media only screen and (min-width: 661px) and (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-ancho{
		width: 90%;
	
	}
	.footer-distributed .footer-links{
		font-size: 23px;
	}

	.footer-distributed .footer-left{
		display: block;
		width: 40%;
		float:left;
	}

	#logo-footer {
		width:180px;
	}

	.footer-distributed .footer-center{
		display: block;
		width: 40%;
		float:left;

	}
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

@media only screen and (min-width: 681px) and (max-width: 1185px) {


	.footer-distributed{
		font: bold 12px sans-serif;
	}
	#logo-footer {
		width:200px;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.footer-distributed .footer-company-about span{

		font-size: 12px;
	}
	.footer-distributed .footer-links{
		font-size: 25px;
	}

}

