.footer {
	padding: 2em 0 2em 0;
	border-top: 3px solid #94BFCA;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	background-color: #004C5B;
}
.footer .divider {
	height: 1px;
	margin: 9px 80px 9px 0;
	overflow: hidden;
	background-color: #35717A;
}

.footer ul {
	list-style-type: none;
}

.footer ul:last-of-type {
	padding-bottom: 50px;
}
.footer li::before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;
	color: #FFCC00;
}

.footer ul.margin {
	margin-left: 10px;
}

.footer ul.margin li.elist,
.navbar-fortres ul.dropdown-menu.nav-prod li a.elist {
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

.footer ul.margin li::before {
	margin-left: -10px;
}

.footer li {
	letter-spacing: .05em;
	color: #42909E;
	font-weight: normal;
}
.footer a,
.footer p{
	color: #BDC3C7;
}
.footer li.title {
	font-family: open-sans-condensed, "Open Sans Condensed Light", "Helvetica Condensed", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 2em;
	text-align: left;
	margin-bottom: .5em;
	padding-bottom: 0;
	padding-top: .5em;
	color: #FFF;
	font-weight: normal;
	background-color: none;
	text-transform: uppercase;
	border-bottom: none; /* 4px solid #42909E;*/
}

.footer li.title::before {
	content: none;
}
.footer li i {
	color: #FFCC00;
}
.footer .company-tag {
	background: none;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 4px;
}
.footer .contact-information {
	color: #f1f1f1;
	padding-top: 5px;
}
.footer .contact-information {
	color: #f1f1f1;
	padding-top: 5px;
}
.footer .contact-information p {
	display: inline-block;
	padding-left: 10px;
	letter-spacing: .075em;
}
ul.social-media li a i.fa-facebook-square {
	color: #3b5998;
	transition: all 0.2s ease-in-out;
}
ul.social-media li a i.fa-linkedin-square {
	color: #007bb6;
	transition: all 0.2s ease-in-out;
}
ul.social-media li a i.fa-twitter-square {
	color: #00aced;
	transition: all 0.2s ease-in-out;
}
ul.social-media li a i.fa-youtube-square {
	color: #c4302b;
	transition: all 0.2s ease-in-out;
}
/*---------------------------------------------------------------------------*/

.fa-twitter, .fa-facebook, .fa-youtube-play, .fa-linkedin {
	color: #ffffff;
}
.twitter .fa-square {
	color: #00aced;
	transition: all 0.2s ease-in-out;
}
.facebook .fa-square {
	color: #3b5998;
	transition: all 0.2s ease-in-out;
}
.youtube .fa-square {
	color: #c4302b;
	transition: all 0.2s ease-in-out;
}
.linkedin .fa-square {
	color: #007bb6;
	transition: all 0.2s ease-in-out;
}
i:hover {
	opacity: .7;
}
/*_______________________________

footer.navbar-default.navbar-fixed-bottom{
	padding: 1em 0;
}

footer.navbar-default.navbar-fixed-bottom p{
	margin:0;
}*/


/*----------------------------------------------*/

html {
	position: relative;
	min-height: 100%
}
body {
	margin-bottom: 400px; /*--- I added extra space so that there room between the footer and the end of the content. Generally the margin-bottom = height of the footer ------*/
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 330px; /*Set the fixed height of the footer here */
}
.footer .row {
	background: #004C5B; /*------ .footer class, which contains the background color isn't responsive. It stays 330px or whatever. So when viewed on a smaller device, the containing row is responsive which is why this also has a background color ------*/
}

@media (max-width:768px) {
.footer {
	position: absolute;
	width: 100%;
}
}

@media (min-width:768px) {
.footer {
	position: absolute;
	bottom: 0;
	height: 330px;
	width: 100%;
}
}
