
/*Palette
light purple #711471
dark purple #4E0E4E

light blue #00a4e4 (active menu item)
*/



 .banner {
        /*border-bottom: 3px solid #00a4e4;*/
        background-color: white;
    }

    .btn-store:before {
        content: none;
    }

    .navbar-toggle-mobile {
        width: auto;
        height: 34px;
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 4px;
    }

    .btn-store-mobile {
        background: transparent;
        /* float: left; */
        display: inline-block;
        padding: 4px 11px 4px 11px;
        border-right: 1px solid silver;
        /* width: 97px; */
        text-align: center;
        color: #0086b8;
        position: inherit;
        margin-right: 6px;
    }

    .header_mobile .nctm_logo {
        width: 260px;
        margin-top: 10px;
margin-bottom: 10px;
    }

    .navbar-toggle-mobile.collapsed:after, .navbar-toggle-mobile:after {
        content: none;
    }

    .dropdown.show {
        background-color: #006a9c;
    }

    a.submenu-link {
        white-space: pre-wrap !important;
    }

    .header_mobile .navbar .mobile_store .menucart a {
        background: url(/assets/images/ui/icn-cart-empty@2x.png) no-repeat;
        background-size: 19px auto;padding: 5px 0 5px 24px;
    }

        .header_mobile .navbar .mobile_store .menucart a.active {
            background: url(/assets/images/ui/icn-cart@2x.png) no-repeat;
            background-size: 20px auto;
        }



/*smaller than 357px*/
@media only screen and (max-width: 357px) {

.header_mobile img.nctm_logo {
width: 190px;
}

#nctmnav div.mobile_store {
max-width: 300px;
}

#nctmnav .btn-store {
padding: 4px 6px 4px 6px !important;

}

.dropdown-menu>li {

}

.dropdown-menu>li>a {
max-width: 240px;
font-size: 0.9em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
}

/*smaller than 576px*/
@media only screen and (max-width: 576px) {

}

/*smaller than 768*/

@media only screen and (max-width: 768px) {
}

/*smaller than 992px*/

@media only screen and (max-width: 993px) {
.header {display: none;}
.header .topmenu {display: none;}
.header .nctm_logo {display: none; width: 0; height: 0;}
.header-mobile .nctm_logo {margin-bottom: 10px;}
.header .navigation {display: none; width: 0; height: 0;}
#page .navigation {display: none; width: 0; height: 0;}

.header_mobile .navigation {
background-color: #711471;
}

.header_mobile .navigation .nav > li.active > a {
background-color: #006a9c;
}

.header_mobile button.navbar-toggle {
margin-top: 17px;
}

.header_mobile .navbar-default .navbar-collapse, 
.header_mobile .navbar-default .navbar-form {
border-top: 0px;
}

.header_mobile .navbar-nav {
display: table;
width: 100%;
}

.header_mobile .navbar-nav a {
font-family: "Open Sans Condensed";
font-weight: 700;
font-size: 1.15em;
}

#nctmnav .navbar-nav>li.active>a {
background-color: #006a9c;
}

#nctmnav .navbar-nav>li.active>a:hover {
/*background-color: #006291;*/
background-color: #0086b8;
}


#nctmnav .navbar-nav>li.menu-item>a {
background-color: #003767;
}

#nctmnav .navbar-nav>li.menu-item>a:hover {
background-color: #00A4E4;
}

#nctmnav .navbar-nav>.open>a {
background-color: #006a9c;
}

#nctmnav .navbar-nav>.open>a:hover {
background-color: #006291;

}

.header_mobile .navbar-nav button {
font-family: "Open Sans Condensed";
font-weight: 700;
}

#nctmnav .navbar-nav .dropdown-menu { 
padding-top: 0px;
padding-bottom: 0px;
}

#nctmnav .navbar-nav ul.dropdown-menu>li {
background-color: #006a9c;
}

#nctmnav .navbar-nav ul.dropdown-menu>li>a {
color: #F2F5F7;
font-family: Helvetica, Arial, sans-serif;
font-size: 0.96em;
padding: 5px 15px 5px 15px;
border-top: 1px solid #007bab;
min-width: 315px;
display: block;
}

#nctmnav .navbar-nav ul.dropdown-menu>li>a:hover {
color: #F2F5F7;
background-color: #007bab;
text-decoration: none;
}

.header_mobile .logo_mobile {height: 80px;}

/* --- store buttons --- */

#nctmnav .menu_buttonbox {
height: 48px;
display: block;
padding-top: 2px;
padding-bottom: 2px;
}

#nctmnav .mobile_store {
border: 1px solid #f99d1c;
background: #fef3e3;
border-radius: 7px;
font-size: xx-small;
height: 37px;
width: 376px;
margin-left: auto;
margin-right: auto;
margin-top: 4px;
margin-bottom: 5px;
text-align: center;
padding: 4px 4px 4px 10px;
}

#nctmnav .btn-store {
/*float: left;*/
display: inline-block;
padding: 4px 10px 4px 3px;
border-right: 1px solid silver;
/*width: 97px;*/
text-align: center;
}

#nctmnav .btn-store.menustore {
border-right: 0px;
text-align: center;
}

/*
#nctmnav .btn-store {
border: 1px solid #f99d1c;
background: #fef3e3;
color: #003767;
}
*/

#nctmnav .btn-store a {
color: black;
font-family: helvetica, arial, sans-serif;
font-size: 0.96em;
}

#nctmnav .btn-store a:hover {
text-decoration: underline;
}
	
	#nctmnav div.btn-store.btn-store-mobile.menustore:hover,
	#nctmnav div.btn-store.btn-store-mobile.menucart:hover,
	#nctmnav div.btn-store.btn-store-mobile.menulogin:hover,
    #nctmnav div.btn-store.btn-store-mobile.menuaccount:hover {
		background-color: transparent !important;
	}

/* --- menu searchbox --- */

.menu_searchbox {
padding-top: 5px;
padding-bottom: 7px;
padding-left: 12px;
padding-right: 12px;
background-color: white;
}

.menu_searchbox button {
width: 75px;
}

.menu_buttonbox {
padding: 3px 3px 3px 3px;
background-color: #FEF3E3;/*#003767*/
}

.dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
}

ul.navbar-nav {
		width: 100%;
	}	

ul.navbar-nav li {
		width: 100%;
	}

nav#nctmnav .navbar-collapse {
max-height: 100% !important;
padding-left: 0; padding-right: 0;
}	
	
nav#nctmnav.navbar.navbar-default {
background-color: transparent !important;
border-top: 1px solid transparent;
border-right: 0px;
border-left: 0px;
border-bottom: 0px;
}

#nctmnav ul.nav.navbar-nav {
margin: 0px;
}	
	
.dropdown {
display: table-row;
}

.dropdown>a.link, .dropdown>a.dropdown-toggle {
display: table-cell;
}

.dropdown>a.link {
width: 100%;
}
	
.dropdown>a.dropdown-toggle {
width: 10%;
border-right: 1px solid silver;
}
	
#nctmnav .navbar>li>a {
display: inline;
}

#nctmnav .navbar-nav>li>a {
padding-top: 12px;
padding-bottom: 12px;
line-height: 15px;
color: white;
}

#nctmnav .navbar-nav>li>a:hover {
/*background-color: #4E0E4E;*/
}
	
#nctmnav li:hover{		
}
	
/*.dropdown .dropdown-toggle {float: right;}*/
	
}

@media only screen and (min-width: 992px) {
.header_mobile {display: none;}

.navigation {

}

.navigation a {font-size: 1.0em;}

.topmenu .store-topbox {
border-top: 0px;
border-right: 1px solid #f99d1c;
border-left: 1px solid #f99d1c;
border-bottom: 1px solid #f99d1c;
    padding: 5px 10px 10px 10px;
    background: #fef3e3;
    position: absolute;
    right: 0;
    top: -4px;
    border-radius: 0px 0px 4px 4px;
}

.topmenu .topmenu-items {
margin-right: 190px;
}

}

@media only screen and (min-width: 1200px){
.navigation a {font-size: 1.15em;}
}