/* ------------------- */
/* Main Footer         */
/* ------------------- */

.de-main-footer .de-footer-section {
	margin: 40px 0 40px 0;
	text-align: center;
	height: 150px;
	box-sizing: border-box;
}

.de-main-footer p {
	text-align: left;
	color: #757C83;
	font-family: "Raleway";
  	font-size: 12px;
  	font-weight: normal;
  	letter-spacing: 1px;
}

.de-main-footer .de-footer-section.de-footer-about-us p {
	text-align: left;
	color: #757C83;
	width: 100%;
	margin-bottom: 24px;
	padding-right: 15px;
	box-sizing: border-box;
	font-family: "Raleway";
  	font-size: 21px;
  	font-weight: normal;
  	letter-spacing: 1px;
  	text-transform: none;
}

/* ------------------- */
/* Sub Footer          */
/* ------------------- */

.de-sub-footer {
    margin: 0;
    padding: 10px 0 20px 0;
    text-align: center;
	color: #757C83;
}

.de-sub-footer p {
	width: 100%;
	text-align: center;
    color: #757C83;
  	font-size: 12px;
	font-family: "Raleway";
  	font-weight: normal;
}

/* ------------------- */
/* Links               */
/* ------------------- */

.de-main-footer {
    padding: 80px 0 0 0;
}

.de-main-footer .de-nav-links {
	display: block;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    
}

.de-main-footer .de-nav-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.de-main-footer .de-nav-links ul li {
    float: left;
    width: 150px;
    text-align:center;
    height: 30px;
}

.de-main-footer .de-nav-links a:link, .de-main-footer .de-nav-links a:visited, .de-main-footer .de-nav-links a {
    color: #757C83;
  	font-size: 12px;
	font-family: "Raleway";
  	font-weight: normal;
 	text-decoration: none;
}

.de-main-footer .de-nav-links a:hover, .de-main-footer .de-nav-links a:active {
    color: #757C83;
    cursor: pointer;
    font-size: 14px;
}


/* ---------------------------- */
/* 768px - Tablet Device        */
/* ---------------------------- */

@media only screen and (max-width: 800px) {

	.de-main-footer .de-footer-section.de-footer-about-us p {
  		font-size: 18px;
  		margin: 20px 0 20px;
	}

	.de-main-social-icons a {
		float:left;
	}
	
	.de-main-footer .de-footer-section {
		height: auto;
		margin: 10px 0 5px 0;
	}
	
	.de-main-footer .de-footer-section.de-footer-border-left {
		border-top: 1px solid #ACB0B5;
		border-left: none;
		padding: 20px 0 20px 0;
		margin: 0;
	}	

	.de-main-footer h3 {
		margin-bottom: 10px;
	}

}

/* ---------------------------- */
/* 480px - Mobile Device        */
/* ---------------------------- */

@media only screen and (max-width: 480px) {

	.de-main-footer .de-footer-section.de-footer-about-us p {
  		font-size: 18px;
  		margin: 20px 0 20px;
	}

	.de-main-social-icons a {
		float:left;
	}
	
	.de-main-footer .de-footer-section {
		height: auto;
		margin: 5px 0 5px 0;
	}
	
	.de-main-footer .de-footer-section.de-footer-border-left {
		border-top: 1px solid #ACB0B5;
		border-left: none;
		padding: 20px 0 20px 0;
		margin: 0;
	}	
	
	.de-main-footer h3 {
		margin-bottom: 10px;
	}
	
}