/* Header */
header[role="banner"] { 
    margin: 0 15px;}
    
header[role="banner"] a.logo {
    float:left;
}
header[role="banner"] [id="header-social"] {
    float:left;
    width:24px;
    margin: 50px 0px;
    display: none;}

header[role="banner"] [id="header-social"] a {
    color:#252525; 
    margin-bottom: 10px;
    display: block;
    cursor:pointer;}

header[role="banner"] a.logo img {
    margin: 20px 0;
    max-width:130px;}

header[role="banner"] [id="header-social"] .fa-stack {
    height: 1em;
    line-height: 2em;
    width: 2em;}

header[role="banner"] [id="header-social"] .fa-stack-2x {font-size: 1.7em;}

header[role="banner"] [id="header-social"] .fa-inverse:before {
    font-size: .9em;
    top: -2px;
    position: relative;}


@media all and (min-width:600px) {
header[role="banner"] [id="header-social"] {
    display: block;}
}

@media all and (min-width:768px) {
    header[role="banner"] { margin: 0 30px;}
    header[role="banner"] [id="header-social"] {display:block;}
    header[role="banner"] a.logo img {max-width:130px; margin: 20px 0 20px 10px;}
}

@media all and (min-width:830px) {
header[role="banner"] a.logo img {
    max-width:130px; margin-top:20px;}
}

@media all and (min-width:1230px) {
header[role="banner"] { 
    margin: 0 auto;
    max-width: 1170px;}
}    

header .navbar-toggle {
    padding: 56px;
    margin-top: 0px;
    background: rgba(255,255,255,0.9);
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    border-radius: 0;
    top: 40px;
    right: 0px;
    z-index: 10;
    position: fixed;
    display:block;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
@media all and (max-width:599px) {
  header .navbar-toggle { position:absolute; }
}
@media all and (min-width:600px) {
.is-sticky + header .navbar-toggle {
    padding: 20px;
}
}
.active-nav header .navbar-toggle {
    background:#000;
}
header .navbar-toggle span {
    /*background:#c1283a;*/
    background: #120305;
    height: 10px;
}
.active-nav header .navbar-toggle span {
    background: #fff;
}
header .navbar-toggle .icon-bar {
    width: 36px;
    height: 4px;
    border-radius: 0px;
}
header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.hide + div > .row > span.warning {
    display: none;
}

/* Account */
[id="admin-tools"] .admin-label {
    display: none;
}

.admin-bar [class*="links-"] > ul > li > a {
    color: #313134;
}

.msl-loginbutton {
}

.msl-loginbutton:hover {
}

#msl_admin h4 {
    margin-top: 4px;}


/* Navigation behaviour */
.admin-bar .links-left > ul, .admin-bar .links-left > ul > li {
    display: inline-block;
}

.admin-bar .links-right > ul > li {
    display: block;
    float: left;
    background: transparent;
}

/* Mobile only admin settings */
@media all and (max-width: 480px) {
    header[role="banner"] .logo img {
        margin: 0;padding:0;
    }
    header[role="banner"] .navbar-toggle {padding: 33px;}
    header[role="banner"] .navbar-toggle .icon-bar {width:28px}
    header[role="banner"] .navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
    .admin-bar [class*="links"] {
        margin: -1px -15px 0;
        border-top: 1px solid rgba(255,255,255,0.5);
    }

    [class*="links"] .dropdown-menu {
        left: auto;
        right: 0;
        top: 42px;
    }

    .admin-bar [class*="links"] > ul > li > a {
        padding: 10px;
    }

    .admin-bar [class*="links"] > ul, .admin-bar [class*="links"] > ul > li {
        position: static;
    }

    .admin-bar [class*="links"] > ul .dropdown-menu {
        width: 100%;
        border-top: none;
        margin-top: -1px;
    }

    .admin-bar [class*="links"] > ul .dropdown-menu {
    }

    .admin-bar .links-right > ul > li:last-child {
        float: right;
    }

    .admin-bar .nav>li>a:focus, .admin-bar .nav>li>a:hover, .admin-bar .nav>li>a.current, .admin-bar .nav>li:hover>a, .admin-bar .nav>li>a.open:focus, .admin-bar .nav>li>a.open:hover, .admin-bar .nav>li>a.open.current, .admin-bar .nav>li:hover>a.open {
        background: transparent;
        color: #252525;
    }
}

@media all and (max-width: 768px) {
    .links-right .dropdown-menu {
        right:0;
        left: auto;
        padding: 10px;
        max-height: 85vh;
        overflow-y: scroll; 
        min-width: 200px;}
}

@media all and (min-width: 992px) {
    .admin-bar .links-left {
        overflow-x: visible;
    }

    .admin-bar .links-left > ul > li {
        display: block;
        float: left;
    }

    .admin-bar .open > ul.level_1, .admin-bar li:hover > ul.level_1 {
        display: block;
    }
}

/* Basket */
.admin-bar [id="basket"] {
    margin: 0 10px 5px;
    min-width: 150px;
}

.admin-bar [id="basket"] h3 {
    display: none;
}

.badge.quantity {
    padding: 3px 6px 3px 5px;
    margin-right: 2px;
    border: none;
    background: #fff;
    color: #252525;
}


/* Primary Navigation */

/* Navigation */
[id="skin_bran"] {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

[role="navigation"].navbar {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    padding: 0;
    z-index: 30;
    position: relative;
    margin: 0 0 40px;
    float: none;
    width: 100%;
    display: block;
    clear: both;
    padding-top: 15px;
}
.is-sticky + header + [role="navigation"].navbar {
    top:108px;
}
@media all and (max-width:599px) {
.active-nav [role="navigation"].navbar {

}
}

@media all and (min-width:600px) {
 [role="navigation"].navbar {   
    margin: 0 0 70px;}
    
.active-nav [role="navigation"].navbar {

}

.container.content, footer {transition:0.2s ease all;-webkit-transition: 0.2s ease all;}
/*.active-nav .container.content, .active-nav .mslwidget.banner, .active-nav footer {
    margin-left: -280px;
    position: relative;
    margin-right: 280px;
}*/
}


@media all and (min-width:768px) {
  
}


.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;}

.navigation ul ul {
    display: none;
    width: 100%;
    margin-left: -5px;}

.navigation ul li { 
    width: calc(50% - 10px);
    margin: 4px;
    transition-duration: .5s;
    display: inline-block;
    vertical-align: top;}
    
.navigation ul li:hover {transition-duration: .5s;}

.navigation ul li:hover ul {
    display: block;}

.navigation ul ul li {
    background: transparent !important;
    width: 100%;
    margin: 0 0 0 5px;}

.navigation ul ul li a {    
    padding: 5px;
    color: #838181;
    font-size: 14px;}

.navigation ul ul li:hover a {color: #000;}

.navigation ul li:nth-child(1) {background: rgba(246, 189, 96, 1);}
.navigation ul li:nth-child(2) {background: rgba(48, 99, 142, 1);}
.navigation ul li:nth-child(3) {background: rgba(245, 202, 195, 1);}
.navigation ul li:nth-child(4) {background: rgba(132, 165, 157, 1);}
.navigation ul li:nth-child(5) {background: rgba(242, 132, 130, 1);}
.navigation ul li:nth-child(6) {background: rgba(250, 228, 207, 1);}

.navigation ul li:hover:nth-child(1) {background: rgba(246, 189, 96, .75);}
.navigation ul li:hover:nth-child(2) {background: rgba(48, 99, 142, .75);}
.navigation ul li:hover:nth-child(3) {background: rgba(245, 202, 195, .75);}
.navigation ul li:hover:nth-child(4) {background: rgba(132, 165, 157, .75);}
.navigation ul li:hover:nth-child(5) {background: rgba(242, 132, 130, .75);}
.navigation ul li:hover:nth-child(6) {background: rgba(250, 228, 207, .75);}

.navigation ul li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 10px;
    color: #252525;
    position: relative;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
}
.navigation ul li a:hover {
    text-decoration:none;}

.navigation {
}

@media all and (min-width:550px) {
.navigation ul li { 
    width: calc(33% - 11px);
    margin: 5px;}

.navigation ul li a {padding: 12px 15px;}    
}    

@media all and (min-width:768px) {
    header .navbar-toggle {display:none;}
    [role="navigation"].navbar {  }
    [role="navigation"].navbar a {display: inline-block;  }
    [role="navigation"].navbar a:hover, [role="navigation"].navbar li:hover > a { } 
    [role="navigation"].navbar li { display: inline-table; position:relative; }
    .navigation li:hover ul {
        display:block;
    }
/*}

@media all and (min-width:992px) { */   
    [role="navigation"].navbar ul ul {
       position: absolute;
       z-index: 90;    }
    
    .navigation ul li:nth-child(1) li {background: rgba(246, 189, 96, 1) !important;}
    .navigation ul li:nth-child(2) li {background: rgba(48, 99, 142, 1) !important;}
    .navigation ul li:nth-child(3) li {background: rgba(245, 202, 195, 1) !important;}
    .navigation ul li:nth-child(4) li {background: rgba(132, 165, 157, 1) !important;}
    .navigation ul li:nth-child(5) li {background: rgba(242, 132, 130, 1) !important;}
    .navigation ul li:nth-child(6) li {background: rgba(250, 228, 207, 1) !important;}
}


@media all and (min-width:850px) {
  .navigation ul {display: flex;}
  .navigation ul li { 
    width: auto;
    margin: 0;
    flex: 1;}
}



/* Footer */
footer.container-fluid {
    background: #30638e;
    position: relative;
    padding: 50px 20px;
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
}
footer a.logo {
  display:block;
  max-width: 270px;
  margin: 0 auto;}

footer a, footer a:hover {
    color: #fff !important;
}
footer ul {
    list-style:none;
    padding:0;
}

.lks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lks li {
    display: inline-block;
    margin-right: 15px;
}


@media all and (max-width:768px) {
footer .container > div {
    margin: 0 auto 25px;}
}