
.DNNStandard .breadcrumb {
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    background:none;
    border-radius: 0;
}
.DNNStandard ul {
  position: relative;
  margin:0 0 0 -15px;
  padding:0;
}
.DNNStandard li {
    float:left;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0px;
    text-align: center;
	display:table-cell;
	z-index:903;
}

.DNNStandard li.last a{
	border-right:none;
}
.DNNStandard li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family:raleway;
    font-weight:600;
    padding:35px 0;
	margin:0 20px;
	text-transform:uppercase;
	position:relative;
	letter-spacing:1px;
}
/*
.DNNStandard li.first a { margin:0 20px 0 0;}
.DNNStandard .subLevel li.first a,
.DNNStandard li.first li a { margin:inherit;}
*/
.DNNStandard li.hover a:after{ 	
	position: absolute;
    content: "";
    bottom: 25px;
    z-index: 9999;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
	opacity:1;
}
.DNNStandard li a:after {
    position: absolute;
    content: "";
    bottom: 25px;
    z-index: 9999;
    left: 0;
    background: #fff;
    width:0;
    height: 3px;
	-moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	opacity: 0;
}
.DNNStandard li a:hover:after {
    position: absolute;
    content: "";
    bottom: 25px;
    z-index: 9999;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
	opacity:1;
}
.DNNStandard li a:hover:after{ border-bottom:2px solid #fff;}
.DNNStandard li.selected a:after{      
	position: absolute;
    content: "";
    bottom: 25px;
    z-index: 9999;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
	opacity:1;
 }
.DNNStandard li.current a:after {     
	position: absolute;
    content: "";
    bottom: 25px;
    z-index: 9999;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
	opacity:1;
 }
.DNNStandard li.current a:hover:after {    
    position: absolute;
    content: "";
    bottom: 25px;
    z-index: 9999;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
	opacity:1;
 }

.menuicon {
    display: block;
    text-align: center;
    font-size: 20px;
    border: 1px solid rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0px auto 10px auto;
    line-height: 43px;
}
.is-sticky .menuicon { 
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	display:none;
}
.DNNStandard li a span {
	display:block;
}

.DNNStandard li.haschild span:after {
    /*content: "\f107";*/
    right: 10px;
    font-family: FontAwesome;
	font-weight: normal;
	padding: 0px 0px 0px 7px;
	line-height: 1;
}


.DNNStandard li a div {
  display: block;
  line-height: 33px;
  margin: 0;
  padding: 0;
}

.DNNStandard .subLevel {
    position: absolute;
    width:100%;
    padding:0;
    z-index: 1210;
    display: none;
    min-width:190px;
	text-align:left;
    background:#2C2F34;
	top:100%;
	max-width:290px;
	box-shadow:0 0 3px #444;
	
}

.DNNStandard li.hover .subLevel{ display:block; }
.DNNStandard li ul{margin:0;padding:0;position:relative;z-index:1200;}
.DNNStandard li li {
    float: none;
    clear: both;
    width: auto;
	margin:0;
	padding:0;
	border:none;
	text-align:left;
	display:block;
}
.DNNStandard li li a {
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    position: relative;
    font-size: 13px;
    transition: none;
    margin: 0;
    border-radius: 0;
    border-right: none;
    padding: 0 10px;
    min-height: inherit;
    letter-spacing: 0.5px;
}
.DNNStandard li li a:after { opacity:0 !important;}
.DNNStandard li li div{ display:block;  }
.DNNStandard li li span {
    padding: 5px !important;
	position: relative;
	display:block;
	margin:0;
	min-height: inherit;
}
.DNNStandard li li.selected li a { color:#fff;}
.DNNStandard li li.selected a:hover { color:#fff;}

/*submenu Level2*/
.DNNStandard li.haschild li a span:after { content:"";}
.DNNStandard li.haschild li.haschild a span:after{
  content: "\f105";
  font-family: FontAwesome;
  padding:0;
  font-size: 14px;
  font-weight: normal;
  position:absolute;
  right:5px;
  line-height:33px;
}

/*submenu Level3*/
.DNNStandard li.haschild li.haschild li a span:after { content:"";}
.DNNStandard li.haschild li.haschild li.haschild a span:after{
  content: "\f105";
  font-family: FontAwesome;
  padding:0;
  font-size: 14px;
  font-weight: normal;
  position:absolute;
  right:5px;
}

/*submenu Level4*/
.DNNStandard li.haschild li.haschild li.haschild li a span:after { content:"";}
.DNNStandard li.haschild li.haschild li.haschild li.haschild a span:after{
  content: "\f105";
  font-family: FontAwesome;
  padding:0;
  font-size: 14px;
  font-weight: normal;
  position:absolute;
  right:5px;
}

/*submenu Level5*/
.DNNStandard li.haschild li.haschild li.haschild li.haschild li a span:after { content:"";}
.DNNStandard li.haschild li.haschild li.haschild li.haschild li.haschild a span:after{
  content: "\f105";
  font-family: FontAwesome;
  padding:0;
  font-size: 14px;
  font-weight: normal;
  position:absolute;
  right:5px;
}

/*submenu Level6*/
.DNNStandard li.haschild li.haschild li.haschild li.haschild li.haschild li a span:after { content:"";}





.DNNStandard li li div img{ margin-right:.5em;width:16px;height:16px;vertical-align:middle;}

.DNNStandard .subLevelRight {
    display: none;
    position: absolute;
    left: 100%;
    width: auto;
    top: 0;
    padding:0;
    background:#2C2F34;
    min-width: inherit;
	box-shadow:0 0 3px #444;
	width:100%;
	max-width:inherit;
	
}
.DNNStandard .subLevel li.hover > .subLevelRight{display:block;}
.DNNStandard .subLevelRight ul{ display:block;}
.DNNStandard .subLevelRight ul li{ position:relative;}
.DNNStandard .subLevelRight ul li a{ display:block;}
.DNNStandard .subLevelRight ul li a div{ display:block; }



/*---current---*/


/*---isStuck---*/
.is-sticky .DNNStandard {
    padding: 0;
}

/*---lampback---*/
#magic-line {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100px;
    height: 5px;
    padding: 0px;
    background: #FFF none repeat scroll 0% 0%;
}




@media handheld, only screen and (max-width:960px) {
.DNNStandard li a { margin:0 15px;}
}

@media handheld, only screen and (max-width:900px) {
.DNNStandard li a { font-size:12px;}
}
@media handheld, only screen and (max-width:860px) {
.DNNStandard li a { margin:0 10px;}
}





