/*@charset "UTF-8"; */

/*

*/


html { height: 100%; width:100%; }

body {
	height: 100%;
	width:100%;
	background-color: #000;
	font-size: 100%;
}



/* OverRide Normalize */
ul {
/* margin: 1em 0; */ 
   margin: 0; 
}


.dropdown-menu li.dropdown-header {
	font-size: 1.0em;
	color: #6699ff;
}



/* *********** FOOTER ****** */



#footerOuter {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 123px;
	border-top: 3px solid #FFF;
	background-color: rgba(162,12,51, 0.9); 		
}



#footerInner {
	position: relative;
	min-height: 120px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	font-size: 1.4em;
	color: #FFF;
	font-family: 'Roboto', sans-serif;	
	border: 0px solid #CCFF00;
}

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





/* *********** FOOTER MD3 ******** */

.col-md-3.footerLeft h3,
.col-md-3.footerCenter h3,
.col-md-3.footerCenter2 h3,
.col-md-3.footerRight h3 {
font-size: 1.0em;
font-weight: bold;
margin: 0;
padding: 1px 0px 0px 0px;
border: 0px solid #CCFF00;
} 

.col-md-3.footerLeft h5,
.col-md-3.footerCenter h5,
.col-md-3.footerCenter2 h5,
.col-md-3.footerRight h5 {
font-size: .9em;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 3px 0px 0px 0px;
}


.col-md-3.footerLeft {
	text-align: left;
}

.col-md-3.footerCenter {
	text-align: left;
}
.col-md-3.footerCenter2 {
	text-align: left;
}

.col-md-3.footerRight {
	text-align: right;
}


.col-md-12.footerDisclaimer h5 {font-size:0.85em!important}

.col-md-12.footerDisclaimer {
	text-align: left!important;
	font-style:oblique;
	margin:5px 0px 0px 0px;
}

}



@media screen and (max-width: 1200px) {
	
#footerOuter {
	min-height: 133px;
}

#footerInner {
	min-height: 130px;
}

.col-md-3.footerRight { 

	}

}

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

#footerOuter #footerInner .container { 
	border: 0px solid #CCFF00;
	}


.col-md-3.footerLeft,
.col-md-3.footerCenter,
.col-md-3.footerCenter2,	
.col-md-3.footerRight {
border: 0px solid #CCFF00;
vertical-align: top;
}


.col-md-12.footerDisclaimer h5 {font-size:0.85em!important}

.col-md-12.footerDisclaimer {
	text-align: left;
	font-style:oblique;
	margin:15px 0px 0px 0px!important;
}



}


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

@media screen and (max-width: 768px) {
	
}

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

	#footerOuter {
		height: 243px;
	}

	#footerInner {
		height: 240px;
	}

	.footerCenter,
	.footerCenter2 {
	margin-top: 10px;	
	}

	.footerRight {
	margin-top: 10px;	
	text-align: left !important;	
	}



}	


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





}	


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




}


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


	

}









