/*CSS to override Bootstrap's default breakpoint*/
@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default {
    background-color: transparent;
    border: none
}
.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
#dnnMenu .topLevel>li>a {
    color: #fff
}
#dnnMenu .topLevel>li.active>a {
    color: #A48762;    
    background: none;
}
#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover {
    color: #A48762
}
#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
    color: #A48762
}
#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: transparent
}
#dnnMenu .navbar-default .topLevel>li>a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    padding: 0;
    position: static;  /*this fixes mobile*/ 
    position: absolute  /*this fixes destop*/ 
}
#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: 0px;
    margin-left: -30px
}
#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    padding: 4px 4px;
    border-bottom: 1px solid #e1e1e1;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 13px;
}
#dnnMenu .dropdown-menu li:hover {
    background: rgba(198, 187, 210, 0.15);
}
#dnnMenu .dropdown-menu li:first-child {
    border-top: 0px;
}
#dnnMenu .dropdown-menu li:last-child {
    border-bottom: 3px solid #361063
}
#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: #361163;
    /* background: rgba(198, 187, 210, 0.15); */
}
#dnnMenu .dropdown-menu a:hover {
    color: #361163;
}
#dnnMenu .subLevelRight::after {
    border: none
}
#navbar li:nth-child(n+6) {
    display: none;
}
#navbar li ul li:nth-of-type(n) {
    display: block;
}
#navbarTop ul.nav.navbar-nav > li:nth-child(-n+5) {
    display: none;
}
#navbarTop ul.nav.navbar-nav > li:nth-child(n+7) > ul  {
    margin:0px!important;
    padding:0px!important;
}
#navbarTop ul.nav.navbar-nav > li:nth-child(n+7) > ul > li {
    background:#FFF!important;
    border-bottom:0.5px solid #e1e1e1!important;
    margin:0px!important;
    padding:0px!important;
    color:#000!important;
}
#navbarTop ul.nav.navbar-nav > li:nth-child(n+7) > ul > li:last-child {
    border-bottom:3px solid #361063!important;
}
#navbarTop ul.nav.navbar-nav > li:nth-child(n+7) > ul > li>a:hover {
    background:#B68AEC!important;
    border:0px!important;
    margin:0px!important;
    color:#000!important;
}
@media only screen and (max-width: 1023px) {
    #navbar li:nth-child(-n+5) {
        display: block;
        background-color: #361063;
    }
    #navbar li:nth-child(n+6) {
        display: block;
        background-color: #333333;
    }
    #navbar li:nth-child(n+7)>ul>li {
        display: block;
        background-color: #FFF;
    }
    #navbarTop ul li:last-child {
        display: block;
        background-color: #5c3091;
    }
    #dnnMenu .dropdown-menu {
        padding: 0;
        position: static;  this fixes mobile 
    }
    /* #dnnMenu .dropdown-menu::after {  */
        /* border: none;  */
        /* pointer-events: none;  */
        /* border-color: none;  */
        /* border-width: 0;  */
	/* }  */
    
	#dnnMenu .dropdown-menu.subLevel {
        padding: 0;
    }
	
    #dnnMenu .dropdown-menu.subLevel li.active > a span {
        color: #A48762;    
    }
    #dnnMenu .dropdown-menu.subLevel li {
        border-bottom: 1px solid #4a4b4c;
        padding: 0;
		background-color: #26074c;
    }
    #navbar li:nth-child(-n+5)>ul>li {
        background-color: #26074c;
    }
    #navbar li:nth-child(n+6)>ul>li {
        background-color: #1d1d1d;
    }
    #dnnMenu .dropdown-menu.subLevelRight li {
        background: #200A3B;
        padding: 0
    }
    #dnnMenu .topLevel li {
        position: relative;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid #FFF
    }
    #dnnMenu .topLevel li.active a {
        color: #A48762;
    }
    #dnnMenu .topLevel li a {
        display: block;
        color: #ddd;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        padding-top: 0;
        padding-bottom: 0;
    }
    #dnnMenu .topLevel li li li a{
		max-width: 295px;
    }
    #dnnMenu .topLevel li a:hover {
            background-color: #361163 !important;
    }
    #dnnMenu .topLevel li a:hover span {
        color: #3f3f3f
    }
    #dnnMenu .topLevel li a span {
        line-height: 44px;
        margin: 0;
        padding: 2px 0;
        font-size: 18px
    }
    #dnnMenu .topLevel .dropdown.open a span {
        /* color: #A48762; */
        padding-top: 0;
    }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #fff;    
		height: 43px;
    }
	#dnnMenu .topLevel .dropdown-menu.subLevelRight a span {    
		line-height: 38px;
    }
    #dnnMenu .topLevel>li>a {
        color: #fff;
    }
    #dnnMenu .topLevel>li.active>a {
        color: #A48762;
    }
    #dnnMenu .topLevel>li>a:hover span {
        color: #ffffff;
    }
    #dnnMenu .dropdown.open .subLevel>li a:hover span {
        color: #A48762
    }
    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        padding: 0;
        width: 65px;
        height: 62px;
        line-height: 60px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 0;
        border: none;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.3em
    }
    .navbar-nav.sm-collapsible li:nth-last-child(-n+6) .caret {
        background-color: #1d1d1d;
        color: #FFFFFF;
    }
    .navbar-nav.sm-collapsible li:nth-last-child(n+7) .caret {
        background-color: #200A3B;
		color: #FFFFFF;
    }
}

#navbarTop
{
 padding:0px;
}
#navbarTop li,#login li
{
 border-right:1px solid rgba(255, 255, 255, .3);
 display:block;
 position:relative;
 color:#fff;
 font-size:14px;
 }
#navbarTop ul:first-child
{
   border-left:1px solid rgba(255, 255, 255, .3);
   border-right:0px solid white;
 }
#navbarTop ul li:last-child
{
 /*background-color:#5c3091;*/
   margin-right: -18px;
 }
#navbarTop ul li ul li:last-child
{
   margin-right: 0px;
 }
#navbarTop li>a, #login a
{
 padding:10px 20px;
 }

#navbarTop li>a:hover, #login .registerGroup a:hover
{
 /* background-color:#200A3B!important; */
 /* color:#fff!important; */
 }

#login .loginGroup a
{
 background-color:#5c3091!important;
 color:#fff!important;
 }

#login .loginGroup a:hover
{
 background-color:#200A3B!important;
 color:#fff!important;
 }

#login .registerGroup a
{
 background-color:#b38e5e!important;
 color:#fff!important;
 }

 #login .registerGroup a:hover
{
 background-color:#645440!important;
 color:#fff!important;
 }

 .mobileTopMenu 
     {
     border:0px;
 }

 .mobileTopMenu div{
    text-align: center;
    padding: 6px 0px;
    background-color: #573489;
    height: 40px;
    display: inline-block;
	float: right;
 }

  /* .mobileTopMenu div:nth-child(1){ */
     /* background-color:#aa8754!important; */
 /* } */

  .mobileTopMenu div:hover{
     background-color:#200A3B;
 }

  /* .mobileTopMenu div:nth-child(1):hover{ */
     /* background-color:#645440!important; */
 /* } */

 .mobileTopMenu div>a{
     color:#FFF;
     font-size:18px;
     vertical-align: -webkit-baseline-middle;
 }

.white-bottom-border{
    border-bottom:1px dashed white;
}
@media only screen and (max-width: 1023px) {
    #navbarTop, .search-top {
        display:none!important;
    }
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 90px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 36px;
  left: 22px;
  right: 22px;
  height: 5px;
  background: #FFFFFF;
}
.c-hamburger--htx.is-active span {
  background: #aa8754;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FFFFFF;
  content: "";
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  background-color: #aa8754;
}
.c-hamburger span::before {
  top: -18px;
}

.c-hamburger span::after {
  bottom: -18px;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

@media (min-width:1024px) {
   .navbar-toggle.c-hamburger.c-hamburger--htx {
         display:none;
    }
	ul.dropdown-menu.subLevelRight, ul.dropdown-menu.subLevel li a span.caret {
	display: none !important;
	}
}

.navbar-toggle {
    margin-right: 4px;
}
 
.navbar-nav.sm-collapsible > li:nth-child(-n+5) a >.caret:before {
    font-family: 'FontAwesome';
    content: "\f067";
    -webkit-text-stroke: 5px #200A3B;
    font-size: xx-large;
}
.navbar-nav.sm-collapsible > li:nth-child(n+6) a >.caret:before {
    font-family: 'FontAwesome';
    content: "\f067";
    -webkit-text-stroke: 5px #1d1d1d;
    font-size: xx-large;
}
.navbar-nav.sm-collapsible li:nth-child(-n+5).open>a>.caret:before {
    font-family: 'FontAwesome';  
    content:'\f00d';
    color:#A48762;
    -webkit-text-stroke: 5px #200A3B;
}
.navbar-nav.sm-collapsible li:nth-child(n+6).open>a>.caret:before {
    font-family: 'FontAwesome';  
    content:'\f00d';
    color:#A48762;
    -webkit-text-stroke: 5px #1d1d1d;
}
.caret {
    color: #5c3091;
}
#dnnMenu .topLevel>li:nth-child(5)>a>span.caret,
#dnnMenu .topLevel>li:nth-child(8)>a>span.caret{
	display:none;
}
#dnnMenu .topLevel>li:nth-child(5) ul,
#dnnMenu .topLevel>li:nth-child(8) ul{
	display:none !important;
}