@font-face {
    font-family: 'FSAlbert';
    src:url('../fonts/FSAlbert.eot');
	src: url('../fonts/FSAlbert.eot?#iefix') format('eot'), 
	url('../fonts/FSAlbert.woff') format('woff'), 
	url('../fonts/FSAlbert.ttf') format('truetype'),
	url('../fonts/FSAlbert.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbert';
    src:url('../fonts/fs_albert_0-webfont.eot');
	src: url('../fonts/fs_albert_0-webfont.eot?#iefix') format('eot'), 
	url('../fonts/fs_albert_0-webfont.woff') format('woff'), 
	url('../fonts/fs_albert_0-webfont.ttf') format('truetype'),
	url('../fonts/fs_albert_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsalbertthin';
    src:url('../fonts/fs_albert-thin_0-webfont.eot');
	src: url('../fonts/fs_albert-thin_0-webfont.eot?#iefix') format('eot'), 
	url('../fonts/fs_albert-thin_0-webfont.woff') format('woff'), 
	url('../fonts/fs_albert-thin_0-webfont.ttf') format('truetype'),
	url('../fonts/fs_albert-thin_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------------------
	Header
------------------------------------------------------*/

.header{
	position: relative;
	z-index: 999999;
}

.pt-15{
	padding-top: 15px;
}

.pb-15{
	padding-bottom: 15px;
}

/*------------------------------------------------------
	Main Menu
------------------------------------------------------*/

.navbar-custom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*background: #fff6c2;*/
	min-height: 0px;
    border: none;
   /* border-bottom: 10px solid #fcb131;*/
	border-radius: 0;
}

.navbar-custom .navbar-header {
	float: none;
}

.navbar-custom .navbar-brand {
	padding: 0;
	color: #9d9d9d;
	height: 100%;
}

.navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-custom .navbar-text {
	color: #9d9d9d
}

#main-menu{
	margin-top: 0;
	overflow: hidden;
}

.navbar-custom .navbar-nav{
	float: none!important;
}

.navbar-custom .navbar-nav>li {
	float: none;
}

.navbar-custom .navbar-nav>li>a {
	padding: 6px 20px;
	 color: #503300; 
	/*color: #926414;*/
	font-size: 14px !important;
	text-transform: uppercase;
}

.navbar-custom .navbar-nav>li>a:before{
	position: absolute;
	left: 10px;
	content: "\f2fb";
	font-family: Material-Design-Iconic-Font;
	font-size: 14px;
	 color: #503300; 
	/*color: #926414;*/
}

.navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:hover {
	color: #503300 !important; 
	
	text-decoration: underline;
	background-color: transparent
}

.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-custom .navbar-nav>.disabled>a, .navbar-custom .navbar-nav>.disabled>a:focus, .navbar-custom .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-custom .navbar-toggle {	
	position: absolute;
    bottom: 0px;
    right: 10px;
	display: block;
    float: right;
    padding: 8px 8px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: none;
    background-image: none;
    color: #905a00;
	text-transform: uppercase;
    border: 1px solid #003366;
    border-radius: 0;
}

.navbar-custom .navbar-toggle i{
	position: relative;
    top: 2px;
    color: #003366;
    font-size: 20px;
    margin-left: 0px;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color: none;
}

.navbar-custom .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-custom .navbar-collapse, .navbar-custom .navbar-form {
	border: none;
}

.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:focus, .navbar-custom .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-custom  .navbar-collapse.collapse {
	display: none!important;
}

.navbar-custom .navbar-collapse.collapse.in{
	display:block !important;
}

.navbar-custom .right-divider{
	border-right: 1px dotted #503300;
}

/*------- navbar-nav-2 -------*/
.navbar-custom .navbar-nav-2{
	float: none!important;
}

.navbar-custom .navbar-nav-2>li {
	float: none;
}

.navbar-custom .navbar-nav-2>li>a {
	padding: 5px 10px;
	color: #006ab6;
	font-size: 12px;
	text-transform: uppercase;
}

.navbar-custom .navbar-nav-2>li>a:before{
	display: none;
}

.navbar-custom .navbar-nav-2>li>a:focus, .navbar-custom .navbar-nav-2>li>a:hover {
	color: #006ab6 !important;
	text-decoration: underline;
	background-color: transparent
}

@media (max-width:767px) {
	/*.navbar-custom .right-divider{
		border-right: 0;
		border-bottom: 1px dotted #503300;
	}*/
	
	.navbar-custom .navbar-nav{
		margin: 0 -15px;
	}
	
	.navbar-custom .navbar-nav>li>a{
		padding: 6px 10px 6px 20px;
	}
	
	.navbar-custom .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-custom .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-custom .navbar-nav .open .dropdown-menu>.active>a, .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
	
	.navbar-custom .navbar-nav-2{
		margin: 0 -15px;
	}
	
	.navbar-custom .navbar-nav-2>li>a {
		padding: 6px 10px 6px 20px;
	}
	
	.navbar-custom .navbar-nav-2>li>a:before{
		position: absolute;
		top: 4px;
		left: 10px;
		content: "\f2fb";
		display: initial;
		font-family: Material-Design-Iconic-Font;
		font-size: 14px;
	}
	
	.navbar-custom .navbar-toggle {
		right: 50px;
	}
	
	#main-menu{
		/*max-height: 400px;*/
		overflow-x: hidden;
		overflow-y: visible;
	}
}

@media (max-width: 991px){
	.navbar-custom .navbar-toggle{
		right: 0;
	}
	
	.navbar-custom .navbar-toggle i{
		margin-left: 0;
	}
}

@media (max-width: 480px){
	.slimScrollBar{
		display: none !important;
	}
}

@media (max-width: 767px){
	.slimScrollDiv{
		height: auto !important;
	}
}

@media (max-width: 991px){
	.main-sidebar{
		position: relative;
		float: left;
		width: 100vw;
		overflow-x:hidden; 
	}
}

/*------------------------------------------------------
	Main Content
------------------------------------------------------*/

.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-wrapper{
    margin-left: 300px;
    z-index: 820;
}

@media (max-width: 991px){
	.content-wrapper{
		margin-left: 0;
	}
}