/* TYPE YOUR OWN CSS HERE */
/*
#header {
    background: linear-gradient(to bottom, white); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
}


	#sub-nav {
		position: relative;
		left: 0;

		min-height: 38px;
		padding-top: 0px;
    margin-top: -45px!important;
	}

	#sub-nav .main-nav { 		
		width: 100%;
		max-width: 1300px;
		margin: 0px auto;
		margin-left: 210px;
		margin-top: -35px;
	}

	#sub-nav>ul>li {
    margin-left: 45px;
}

#sub-nav .parent-nav .fa-fw {
    display: none;
}

#header a.logo-container {
	left: 255px!important;
}



#sub-nav .user-menu.newux {
    margin-top: -25px!important;
}

body.pages .widget.tabbed .tabbed-widget-content ul.tabbed-widget-tabs li.tabbed-widget-tab {
    font-weight: 400;

}*/

#header .logo {
    width: 250px;
}