

/* Default CSS Size
/* Extra Small 320-576 / No Container Width with 15px margins */

.footerBG{
	background-color:<?php echo($darkGrey);?>;
	margin-top:20px;
	position: absolute;
	height:<?php echo($smFooter)?>;
	bottom: 0;
	width: 100%;
	color:<?php echo($defaultText);?>;
	box-shadow: 0 20px 30px -25px #000000 inset;
}

#footer{
	color:#FFF;
	padding-top:30px;
	height:<?php echo($smFooter)?>;
}

#footer .footerContent{
	font-size:20px;
	text-align:center;
	line-height:30px;
	padding-top:5px;
	color:#FFF;
	font-weight:600;
}

#footer .footerContent .support{text-align:center;}

#footer a{color:#FFF; text-decoration: none;}
#footer a:hover{color:#FFF; text-decoration: underline;}


#footerSocialIcons .socialIcon {
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
}
#footerSocialIcons .socialIcon a{
	font-size:32px;
	color:<?php echo($grey);?>;
	opacity: 0.8;
}
#footerSocialIcons .socialIcon a:hover{
	color:<?php echo($brand1);?>;
	opacity: 1;
}

.footer_nav,
#footer-nav{
	padding-top:0px;
}

.footer_nav ul,
#footer-nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer_nav a,
#footer-nav a{
	color:<?php echo($grey);?>;
	text-decoration: none;
	line-height: 25px;
}

.footer_nav a:hover,
#footer-nav a:hover{
	color:<?php echo($brand1);?>;
}

#footer .copyright{font-size:12px;text-align: center;}


/* Small 576-767 / 540px Container Width with 15px margins */
@media (min-width:576px) {
	
	.footerBG, #footer{height:<?php echo($smFooter)?>;}
	
}

/* Medium 768-991 / 720px Container Width with 15px margins */
@media (min-width:768px) {
	
	.footerBG, #footer{height:<?php echo($mdFooter)?>;}
	#footer .footerContent{text-align:left;font-size:13px;}
	#footer .footerContent .support{text-align:right;}
	
}

/* Large 992-1200 / 960px Container Width with 15px margins */
@media (min-width:992px) {
	
	.footerBG, #footer{height:<?php echo($lgFooter)?>;}
	#footer .footerContent{font-size:18px;}

}

/* Extra Large 1201+ / 1140px Container Width with 30px margins */
@media (min-width:1200px) {
	
	.footerBG, #footer{height:<?php echo($lgFooter)?>;}
	
}


/* XXL 1400+ / 1320px Container Width with 30px margins */
@media (min-width:1400px) {
	


}