/* CSS Document */

/*Header ---------------------------------------------------------- */
.site-branding{
	background-color: #184190;
	padding-top: 20px;
    padding-bottom: 20px;
	border-bottom: solid 2px #ff8a00;
}
.hdr_slide{

}
.bk_wdth{
	max-width: 250px;
}
.brands{
    z-index: 1000;
    background-color: #011338e6;
    width: 100%;
    height: 80px;
    border-top: solid 2px #ff8a00;
    color: #ffd243;
	padding-top: 5px;
	display: none;
}
.brands_txt{
	font-size: 1.8em;
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
	min-width: 320px;
}
.brands_sm{
	background: #00266f;
    border-top: solid 1px #ff8a00;
	color: #ffd243;
	padding-bottom: 10px;
}

/* Footer ----------------------------------------------------------*/
.footer-content-area{
	border-top: solid 15px #021235;
    background-color: #184190;
    padding: 20px 0;
    color: #FFF;
}
.site-info{
	border-top: solid 1px #FFF;
	padding: 15px 0;
}
#menu-footer-1{
	margin-left: 0;
    padding-left: 0;
}
    
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.container{
		max-width: 1200px;
	}
}