/* Put your custom css here */


#mainHeader,
#mainHeader.fixedHeader {
	background-color: #c8102e;
}
.fixedHeader .navbar-brand > img {
    height: 85px;
    width: auto;
}


.navbar-brand > img
{
	height: auto;
}
.navbar-nav>li.sep:before {
	color:#eed484;
    line-height: 164px;
}
.navbar-nav ul {
	top: 120px;
}
.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover {
	color: #f7f7f7;
}
.navbar-default .navbar-nav>li>a {
	color: #eed484;
    /*line-height: 164px;*/
}
@media (min-width: 1025px) {
    .navbar-default .navbar-nav>li>a {
        color: #eed484;
        line-height: 164px;
    }
}
.navbar-nav ul > li > a {
    color: #eed484;
}
.fixedHeader #mainMenu>ul>li>a {
    
    line-height: 44px;
}

@media (min-width: 1025px) {
    .navbar-nav ul {
        left: -130px;    
    }
}

.banner-image {
    margin-top: 100px;   
}
@media (min-width: 1025px) {
    .banner-image {
        margin-top: 0px;   
    }
}

/*------------------------------------------------------------------
[Typography]
*/

.text-white {
	color: #FFFFFF;
}



.btn-warning {
    background-color: #EED484;
    border-color: #EED484;
}



.inner_page_header{
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: none;
}

.header-logo {
    border: 1px solid #ebcb7f;
}