#dnnMenu li{
    font-size: 16px
}


.navbar{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-bottom:0
}
.navbar-default{
    background-color:transparent;
    border:none
}
.navbar-collapse{
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

#dnnMenu .topLevel * {
  box-sizing: border-box;
}

/*
#dnnMenu .topLevel>li>a{
    color:#3f3f3f
}
#dnnMenu .topLevel>li>a:focus,#dnnMenu .topLevel>li>a:hover{
    color:#979797
}
#dnnMenu .topLevel>li.active>a:focus,#dnnMenu .topLevel>li.active>a:hover{
    color:#3f3f3f
}
#dnnMenu .topLevel>.open>a,#dnnMenu .topLevel>.open>a:hover,#dnnMenu .topLevel>.open>a:focus{
    background:none
}
#dnnMenu .topLevel>.active.open>a,#dnnMenu .topLevel>.active.open>a:hover,#dnnMenu .topLevel>.active.open>a:focus{
    background-color:#e7e7e7
}
*/
#dnnMenu .navbar-default .topLevel>li>a{
    -webkit-transition:	all .0s ease 0s;
    -moz-transition:	all .0s ease 0s;
    -o-transition:		all .0s ease 0s;
    transition:			all .0s ease 0s
}
#dnnMenu .dropdown-menu{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background:#f1f1f1;
    padding:0
}
#dnnMenu .dropdown-menu::after{
    bottom:100%;
    left:35%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    border-color:rgba(241,241,241,0);
    border-bottom-color:#f1f1f1;
    border-width:10px;
    margin-left:-30px
}
#dnnMenu .dropdown-menu li{
    background:none;
    float:none;
    clear:both;
    width:auto;
	padding: 0;
	border-bottom: 0px solid #F1F3F4;
	-webkit-box-shadow:		inset 0 -1px 0 0 #F1F3F4;
	-moz-box-shadow:		inset 0 -1px 0 0 #F1F3F4;
	box-shadow: 			inset 0 -1px 0 0 #F1F3F4;
    -o-transition:		all .0s ease 0s;
    -webkit-transition:	all .0s ease 0s;
    -moz-transition:	all .0s ease 0s;
    transition:			all .0s ease 0s
}
#dnnMenu .dropdown-menu li:hover{
	background: #F1F3F4;
}
#dnnMenu .dropdown-menu li:last-child{
    border:none;
	-webkit-box-shadow:		none;
	-moz-box-shadow:		none;
	box-shadow: 			none;
}
#dnnMenu .dropdown-menu li>a{
    background:transparent
}
#dnnMenu .dropdown-menu li.active>a, #dnnMenu .dropdown-menu li.active a:hover,#dnnMenu .dropdown-menu li.active a:focus{
    color:#F47920;
    font-weight:600
}
#dnnMenu .dropdown-menu a:hover{
    color:#fff
}
/*
#dnnMenu .subLevelRight::after{
    border:none
}
*/
.navbar-nav.sm-collapsible ul .caret .fa{
	display:none;
}
@media only screen and (min-width:767px) {
    .navbar-nav.sm-collapsible ul .caret .fa{
		display:none;
	}

}
@media only screen and (min-width:768px) and (max-width:995px){
    #dnnMenu .nav li{
        font-size:15px
    }
}
@media only screen and (max-width:767px){
    #dnnMenu .dropdown-menu{
        padding:0;
/*
		-webkit-transition: max-height 0.25s ease-in;
		-o-transition: 		max-height 0.25s ease-in;
		transition: 		max-height 0.25s ease-in;
*/
    }
    #dnnMenu .dropdown-menu::after{
        border:none;
        pointer-events:none;
        border-color:none;
        border-width:0
    }
    #dnnMenu .dropdown-menu.subLevel{
        padding:0;
/*
		max-height: 0;
		-webkit-transition: max-height 0.25s ease-in;
		-o-transition: 		max-height 0.25s ease-in;
		transition: 		max-height 0.25s ease-in;
*/
    }
    #dnnMenu .dropdown.open .dropdown-menu.subLevel{
/*
		max-height: none!important;
		-webkit-transition: max-height 0.25s ease-in;
		-o-transition: 		max-height 0.25s ease-in;
		transition: 		max-height 0.25s ease-in;
*/
    }
	
    #dnnMenu .dropdown-menu.subLevel li.active a span{
        color:#3f3f3f
    }
    #dnnMenu .dropdown-menu.subLevel li{
        background:#4a4f54;
        border-bottom:1px solid #4a4b4c;
        padding:0
    }
	/*
    #dnnMenu .dropdown-menu.subLevelRight li{
        background:#5d6062;
        padding:0
    }
	*/
    #dnnMenu .topLevel li{
        position:relative;
        background:#383c40;
        list-style-type:none;
        float:none;
        width:100%;
        margin-bottom:0;
        border-top:1px solid rgba(0,0,0,.1)
    }
    #dnnMenu .topLevel li.active a{
        color:#FFAB52!important;
        font-weight:600;
    }
    #dnnMenu .topLevel li a{
        display:block;
        color:#ddd;
        -webkit-transition:	all .0s ease 0s;
        -moz-transition:	all .0s ease 0s;
        -o-transition:		all .0s ease 0s;
        transition:			all .0s ease 0s;
        padding-top:0;
        padding-bottom:0;
		background: none!important;
		border-radius: 0!important;;
    }
    #dnnMenu .topLevel li a:hover{
        background:#2F2F2F;
    }
    #dnnMenu .topLevel li a:hover span{
        color:#3f3f3f
    }
    #dnnMenu .topLevel li a span{
        line-height:48px;
        margin:0;
        padding:0 15px;
        font-size:15px
    }
	#dnnMenu .topLevel li a span:not(.caret){
        padding:0 15px 0 27px;
    }

    #dnnMenu .topLevel .dropdown.open a span{
        color:#FFAB52
    }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span{
        color:#fff
    }
    #dnnMenu .topLevel>li>a{
        color:#fff
    }
    #dnnMenu .topLevel>li>a:hover span{
        color:#FFAB52
    }
    #dnnMenu .dropdown.open .subLevel>li a:hover span{
        color:#FFAB52
    }
    .navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{
        position:absolute;
        right:0;
        padding:0;
        width:56px;
        height:48px;
        line-height:47px;
        text-align:center;
        border-width:1px;
        border-style:solid;
        top:0;
        border:none;
        background-color:#2c2f33;
        display:block;
        margin:0;
        border-radius:0;
        font-size:1.3em
    }
	
	
}




/* ----------MENU OVERRIDE----------------- */

#dnnMenu .topLevel .hasChild {
    margin-left: 5px;
	color: #F47920;
}
.navbar-nav ul .hasChild {
    position: absolute;
    right: 20px;
    margin-top: 0;
	color: #F47920;
    margin-left: 0!important;
}

	
#navbar{
	padding-top: 0;
}	
.sticky-menu-active #navbar{
	padding-top: 0;
}	

@media only screen and (min-width:767px) {
	#navbar{
		padding-top: 27px;
	}	
	.sticky-menu-active #navbar{
		padding-top: 7px;
	}	
}

	

.dropdown-menu>li>a{
	padding: 8px 10px 9px 10px;
    font-size: 12px;
	font-weight: normal;
	color:#1D2127;
}

#dnnMenu .topLevel>li>a {
    font-size: 13px;
    font-size: 0.71em;
    font-style: normal;
	font-family: 'Nunito', sans-serif;
    line-height: 19px;
	/*letter-spacing: 0.025em;*/
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase; 
    font-weight: 500;
    padding: 9px 0 4px 0;
    /*border-radius: 4px;	*/
}

#dnnMenu .topLevel>li>a {
    font-size: 13px;
    font-size: 0.801em;
	line-height: 19px;
	letter-spacing: 0;
    font-style: normal;
 	font-family: 'Nunito','Nunito', sans-serif;    
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase; 
    font-weight: 500;
    padding: 9px 0 4px 0;
    /*border-radius: 4px;	*/
}



@media (min-width: 960px){
	#dnnMenu .topLevel>li:last-child>a {
		/*font-family: 'Lato','Nunito', sans-serif;    
		font-weight: 700;*/
		padding:6px 10px 4px 10px;
		border: 1px solid #839AB2;
		background: #839AB2;
		color: #FFF!important;
		border: 1px solid #00ABC5;
		background: #fff;
		background: rgba(255, 255, 255, 0.05);
		color: #0058A2!important;
		border-radius: 4px;
		transform: translate(0px,4px);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.2s ease-out;

	}
	
	
	#dnnMenu .topLevel>li:last-child>a{
		text-indent: -9999px;
    	width: 34px;
		font-size: 1.2em;
		border-radius: 50%;
	}

	#dnnMenu .topLevel>li:last-child>a:after, #dnnMenu .topLevel>li:last-child>a:before {
		display:none;
	}

	#dnnMenu .topLevel>li:last-child>a:before{
		content: "\f007";
		font-family: FontAwesome;
		display: inline-block!important;
		position:absolute;
		text-indent: 9999px;
		margin-left: 0;
		bottom: 5px;
		height: auto;
		width: 34px;
		background-color: transparent;

    }


	#dnnMenu .topLevel>li:last-child>a:hover {
		background: #1D2127;
		border-color:#1D2127;
		color: #FFF!important;
	}
	#dnnMenu .topLevel>li:last-child>a {
		margin-bottom: 5px;
	}

}


/* topLevel EFFECT*/

#dnnMenu .topLevel>li{
  margin: 0;
}

#dnnMenu .topLevel>li>a:before, #dnnMenu .topLevel>li>a:after{
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
#dnnMenu .topLevel>li>a:before{
  /*top: 0;*/
  bottom:0;
  display: none;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #1D2127;
}
#dnnMenu .topLevel>li>a:after{
  left: 0;
  top: 0;
  padding: 9px 0 4px 0;
  position: absolute;
  content: attr(data-hover);
  color: #F47920;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
  display: none;
}
/*
.home #dnnMenu .topLevel>li>a:after{
  color: #F5F3FF;
}
*/
#dnnMenu .topLevel>li>a:hover:before, #dnnMenu .topLevel>li.active>a:before{
  opacity: 1;
  width: 100%;
}
#dnnMenu .topLevel>li>a:hover:after, #dnnMenu .topLevel>li.active>a:after{
  max-width: 100%;
}
@media (min-width: 767px){
	#dnnMenu .topLevel>li>a:before, #dnnMenu .topLevel>li>a:after{
	  display: block;
	}
	#dnnMenu .topLevel>li {
		margin: 0 9px;
	}
	
	
	/**/
	#dnnMenu .topLevel>.open>a:after,
	#dnnMenu .topLevel>.open>a:hover:after,
	#dnnMenu .topLevel>.open>a:focus:after{
	  display: block;
	  max-width: 100%;
	}

	#dnnMenu .topLevel>.open>a:before,
	#dnnMenu .topLevel>.open>a:hover:before,
	#dnnMenu .topLevel>.open>a:focus:before{
	  display: block;
	  width: 100%;
	}
	
	
}

/* END topLevel EFFECT*/


.dropdown-menu>li>a:hover,.dropdown-menu>li>a:active,  .dropdown-menu>li>a:focus, #dnnMenu .dropdown-menu a:hover{
	color: #4F4F4F;
}
/*
#dnnMenu .subLevelRight li:hover{
	background: none!important;
}
*/


#dnnMenu .sm-collapsible li{
	-webkit-box-shadow:		none;
	-moz-box-shadow:		none;
	box-shadow: 			none;
}

#dnnMenu .dropdown-menu::after {
	display: none;
}
#dnnMenu .topLevel>.open>a,
#dnnMenu .topLevel>.open>a:hover,
#dnnMenu .topLevel>.open>a:focus,
#dnnMenu .topLevel>.active.open>a,
#dnnMenu .topLevel>.active.open>a:hover,
#dnnMenu .topLevel>.active.open>a:focus{
	background: none;
    color: #F47920;	
}






#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover,
#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
	background: none;
    color: #F47920;	
}
#dnnMenu .topLevel>li.dropdown,
#dnnMenu .topLevel>.open>a,
#dnnMenu .topLevel>.active.open>a,
#dnnMenu .topLevel>.open>a:hover,
#dnnMenu .topLevel>.open>a:focus{
    /*border-radius: 4px 4px 0 0;*/
}

.navbar-default .navbar-nav>li>a{
    color: #1D2127;	
}

.navbar-toggle{
	border-color:#0058A2;
	background: #0058A2;
	padding: 5px 10px 4px 10px;
	border-radius: 50%;
	margin-top: 8px;
	color:#FFF;
	margin-right: 12px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #0058A2;
}
.navbar-default .navbar-toggle {
    border-color: #0058A2;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #F5F3FF;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #FFFFFF;

}

#dnnMenu .dropdown-menu{
	background: #252525;
}
@media only screen and (min-width:767px) {
	#dnnMenu .dropdown-menu{
		background: #FFF;
	}
}
/*
#dnnMenu .subLevelRight {
	margin-left: 3px!important;
	border-top-color: transparent!important;
}
*/
.caret{
	padding-bottom: 3px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0px dashed;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;	
	display: inline;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 0;
    margin-right: 20px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px dashed;
	display: inline;
}

/*
.navbar-nav:not(.sm-collapsible) ul .caret .fa {
	display: none;
}


@media only screen and (min-width:767px) {
	#dnnMenu .caret .fa {
		display: inline-block;
	}
}
*/
/*
#dnnMenu > ul > li.dropdown.open > .dropdown-menu, #dnnMenu > ul > li.dropdown:hover > .dropdown-menu {
	top: auto;
	display: block;
	opacity: 1;
}
	*/
@media (min-width: 767px) {	


	#dnnMenu  > ul > li.dropdown.open > a, #dnnMenu  > ul > li.dropdown:hover > a {
		/*border-radius: 4px 4px 0 0;*/
		position: relative;
	}

	#dnnMenu > ul > li.open > a, #dnnMenu > ul > li:hover > a {
		background: none;
		color: #F47920!important;
	}	
	
	

	
	
	.home #dnnMenu .topLevel>li:hover>a:after{
		color: #1D2127;
	}
	
	#dnnMenu .topLevel>li:hover>a:after{
		color: #1D2127;
	}

	
	
	#dnnMenu > ul > li.dropdown .dropdown-menu {
		/*border-radius: 0 4px 4px;*/
		border: 0;
		/*border-top: 4px solid #F47920;*/
		-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		min-width: 200px!important;
		padding: 5px;
		text-align: left;
	}	
	
	/*  Effect		*/
	
	
	#dnnMenu > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}	
	#dnnMenu > ul > li.dropdown:hover > .dropdown-menu.menu_open {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	
	#dnnMenu > ul > li.dropdown .dropdown-menu li a {
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	#dnnMenu > ul > li.dropdown:hover > .dropdown-menu.menu_open li a {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	
	/*SUBLEVEL*/
	#dnnMenu > ul > li.dropdown .dropdown-menu li.dropdown > .dropdown-menu {
		opacity: 0;
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: 		opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: 		transform .2s ease-out, opacity .2s ease-out;
		transition: 		transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: 	translate3d(-20px, 6px, 0);
		transform: 			translate3d(-20px, 6px, 0);
	}
	
	
	#dnnMenu > ul > li.dropdown .dropdown-menu.menu_open li.dropdown:hover > .dropdown-menu.menu_open {
		opacity: 1;
		-webkit-transform: 	translate3d(0, 6px, 0);
		transform: 			translate3d(0, 6px, 0);
	}
	
}

	
	
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none!important;
    color: #F47920 !important;	
}
/*
.home .navbar-default .navbar-nav>.active>a, .home .navbar-default .navbar-nav>.active>a:focus, .home .navbar-default .navbar-nav>.active>a:hover {
	background: none !important;
    color: #F5F3FF !important;	
}
*/

/*

.dropdown-menu.subLevelRight{
	left: 177px!important;
	padding: 0!important;
}

.dropdown-menu.subLevelRight.dropdown-reverse{
	left: -177px!important;
}
.dropdown-reverse{left:auto!important; right:100%!important;}
*/


#dnnMenu .sm-collapsible .dropdown.open .subLevel>li a:hover span{color:#FFAB52}




#dnnMenu .sm-collapsible > li > a span{
	font-family: 'Nunito';
    font-weight: normal;
    font-size: 1em;
	/*line-height: 48px;*/
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

@media only screen and (min-width:768px) and (max-width:995px) {
	#dnnMenu .nav li {
		/*font-size: 14px;*/
	}
	#dnnMenu .topLevel>li>a{
		/*font-size: 13px;*/
	}
	#dnnMenu .nav > li:last-child, #dnnMenu .nav > li:first-child {
		/*display:none;*/
	}
}



@media only screen and (max-width: 767px){

	#dnnMenu .dropdown-menu.subLevel li.active a span {
		color: #FFAB52;
	}


	#dnnMenu .topLevel>li>a:hover span.caret, #dnnMenu .topLevel>li>a span.caret {
		/*color: #3f3f3f;*/
		background: none;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{
		background: none;
	}
	#dnnMenu .topLevel li{
		background: #252525;
	}
	/*
	#dnnMenu .subLevelRight {
		margin-left: 0!important
	}
	*/
		
	#dnnMenu .topLevel>li.dropdown, #dnnMenu .topLevel>.open>a, #dnnMenu .topLevel>.active.open>a, #dnnMenu .topLevel>.open>a:hover, #dnnMenu .topLevel>.open>a:focus{
		border-radius: 0!important;;
	}
	
	
	#dnnMenu .dropdown-menu{
		border-top-width: 0px;
	}
	
	#dnnMenu .topLevel>.open>a, #dnnMenu .topLevel>.open>a:hover, #dnnMenu .topLevel>.open>a:focus, #dnnMenu .topLevel>.active.open>a, #dnnMenu .topLevel>.active.open>a:hover, #dnnMenu .topLevel>.active.open>a:focus {
		background: #2F2F2F !important;
		color: #F1F3F4 !important;
	}	
	
	#dnnMenu .dropdown-menu li:hover{
		background: #2F2F2F !important;
	}
	
	#dnnMenu .topLevel>li>a:focus, #dnnMenu .topLevel>li>a:hover, #dnnMenu .topLevel>li.active>a:focus, #dnnMenu .topLevel>li.active>a:hover {
		background: #2F2F2F !important;
		color: #F47920 !important;
	}	
	
	#dnnMenu .topLevel>li>a{
		padding: 0 0
	}	
	
	.navbar-default .navbar-nav>li>a {
		color: #F1F3F4 !important;
	}		
	
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
		color: #F47920 !important;
	}
	
	#dnnMenu .dropdown-menu.subLevel li {
		background: #171717;
		border-bottom: 1px solid #171717;
	}	
	
	#dnnMenu .topLevel .dropdown-menu.subLevel a span {
		color: #F1F3F4;
		font-size: 13px;
		font-weight: 300;

	}
	
	.navbar-nav.sm-collapsible .caret:before {
		/*content: '+';
		font-family: monospace;
		font-weight: 600;*/
		content: "\f0d7";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 1.2em;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}	
	.navbar-nav.sm-collapsible .open>a>.caret:before {
		content: "\f0d8";
	}
	
	
	.navbar-nav.sm-collapsible .caret i {
		display: none;
	}
	
}

.navbar-toggle.active .fa-bars:before {
    content: "\f00d";
}
.navbar{
	min-height: auto;
}	


.navbar-collapse.collapse{
	/*background: #252525;*/
    -webkit-transition:	all .3s ease 0s;
    -moz-transition:	all .3s ease 0s;
    -o-transition:		all .3s ease 0s;
    transition:			all .3s ease 0s;
}


.navbar-collapse.collapsing {
    height: 0 !important;
    height: 100vh!important;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
    -webkit-transition:	all .3s ease 0s;
    -moz-transition:	all .3s ease 0s;
    -o-transition:		all .3s ease 0s;
    transition:			all .3s ease 0s;
}
.navbar-collapse.collapse.in{
    max-height: none;
    height: 100vh;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
@media only screen and (min-width:767px) {
	.navbar-collapse.collapse{
		background: none;
	}
}


