/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
 .slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}

 /*header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 99999;
}
.navbar-header-custom {
    padding: 22px 0 20px 0;
}
.navbar-default {
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.navbar-default .container,
.navbar-default .container-fluid {
    position: relative;
}
.menu_area {
    position: relative;
    z-index: 2;
}
.menu_area .navbar-brand {
    transition: all 0.5s ease 0s;
}
.navbar-nav li {
    list-style: none;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.navbar-nav li.has-sub > a {
    position: relative;
}
.navbar-nav li.has-sub a:hover {
    color: #fff;
}
.navbar-nav li a {
    display: block;
    color: #9d9d9d;
    font-size: 14px;
}
.navbar-nav > li {
    margin-left: 10px;
    float: left;
}
.navbar-nav > li.has-sub {
    padding-right: 13px;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 0.5rem;
    color: #232323;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.navbar-nav li.current > a {
    color: #000;
}
.navbar-nav > li.has-sub > a:hover {
    color: #000;
}
.navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #000 #000 transparent;
}
.navbar > ul > li.has-sub > a:after {
    position: absolute;
    top: 28px;
    right: -6px;
    content: "";
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: block;
    height: 6px;
    transform: rotate(45deg);
    transition: border 0.3s ease 0s;
    width: 6px;
}
.navbar > ul > li.current > a:after {
    border-color: transparent #000 #000 transparent;
}
.navbar-nav ul {
    position: absolute;
    left: -9999px;
}
.navbar ul ul li {
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-bottom: 12px;
    padding: 0 20px;
}
.navbar ul ul li:last-child {
    margin-bottom: 0;
}
.navbar ul ul li.active > a {
    color: #fff;
}
.navbar-nav li > ul {
    padding: 15px 0;
    margin: 0 0 0 10px;
    background: #232323;
    min-width: 225px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.navbar-nav li:hover > ul {
    left: auto;
}
.navbar-nav > li.has-sub > ul {
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-nav > li.has-sub:hover > ul {
    margin-top: 0;
    opacity: 1;
}
.navbar-nav > li.has-sub:last-child:hover ul {
    left: inherit;
    right: 0;
}
.navbar li > ul ul {
    margin-top: -39px;
    margin-left: 200px;
    min-width: 200px;
}
.navbar li > ul ul ul {
    margin-left: 175px;
    min-width: 130px;
}
.navbar ul ul li:last-child > a,
.navbar ul ul li.last-item > a {
    border-bottom: 0;
}
.navbar ul ul li.has-sub > a:after {
    position: absolute;
    top: 12px;
    right: -3px;
    width: 8px;
    height: 2px;
    display: block;
    background: #9d9d9d;
    content: "";
}
.navbar ul ul li.has-sub > a:before {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 2px;
    height: 8px;
    background: #9d9d9d;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.navbar ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
.attr-nav {
    float: right;
    margin-left: 11px;
    margin-right: -15px;
}
.attr-nav .dropdown-toggle:after {
    content: none;
}
.attr-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.top-search {
    padding: 5px 0;
    display: none;
}
.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0;
}
.top-search input.form-control::placeholder {
    color: #f1f1f1;
    opacity: 1;
}
.top-search input.form-control::-ms-input-placeholder,
.top-search input.form-control::-moz-input-placeholder {
    color: #f1f1f1;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    font-size: 16px;
}
.top-search .input-group-addon.close-search {
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    header.scrollHeader .navbar-default {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        background: #fff;
        left: 0;
        transition: all 0.2s ease 0s;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .wrapper-boxed .scrollHeader .navbar-default {
        left: 0;
        margin: 0 auto;
        max-width: 1200px;
        right: 0;
    }
    .scrollHeader .navbar-brand img {
        max-height: 35px;
        transition-duration: 0.5s;
    }
    .scrollHeader .navbar-header-custom {
        padding: 10px 0;
        transition-duration: 0.5s;
    }
    .navbar-nav .megamenu {
        margin: 0;
        padding: 30px 15px;
        right: 0;
        width: 100%;
    }
    .navbar .megamenu > li {
        margin: 0;
        float: left;
    }
    .navbar .sub-title {
        color: #fff;
    }
    .megamenu > li > ul {
        left: 0;
        margin: 0;
        min-width: auto;
        position: static;
        width: 100%;
    }
    .navbar .megamenu li > ul {
        margin: 0;
        min-width: auto;
        padding: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar .megamenu ul li {
        padding: 0;
    }
    .navbar .megamenu li.has-sub > a:after,
    .navbar .megamenu li.has-sub > a:before {
        background: none;
    }
    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        visibility: hidden;
        top: 66px;
        border-radius: 0;
        opacity: 0;
        left: -225px;
    }
    .attr-nav > ul > li.dropdown:hover ul.dropdown-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }
    .scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu {
        top: 67px;
    }
    .header-style {
        box-shadow: none;
    }
    header.header-style.scrollHeader .navbar-default {
        position: relative;
        transition: all 0s ease 0s;
    }
    header.header-style .menu_area {
        background: #f5f5f5;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .header-style .navbar-default {
        box-shadow: none;
    }
    .header-style .navbar-nav > li:first-child {
        margin-left: 0;
    }
    .header-style .navbar-brand img {
        transition: all 0s ease 0s;
    }
    .header-style .navbar-nav li a {
        color: #6f6f6f;
    }
    .header-style .navbar-nav li.active > a {
        color: #000;
    }
    .header-style .navbar-nav > li > a {
        font-size: 14px;
        color: #6f6f6f;
    }
    .header-style .navbar-nav > li > a:hover {
        color: #232323;
    }
    .header-style .navbar-nav li > ul {
        background: #fff;
    }
    .header-style .navbar ul ul li.active > a {
        color: #000;
    }
    .header-style .navbar-nav li.has-sub a:hover {
        color: #232323;
    }
    .header-style .navbar-nav li.current > a {
        color: #000;
    }
    .header-style .navbar .sub-title {
        color: #232323;
    }
    .header-style .navbar-nav > li.has-sub > a:hover {
        color: #232323;
    }
    .header-style .navbar > ul > li.has-sub > a:after {
        top: 29px;
    }
    .header-style .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent #232323 #232323 transparent;
    }
    .header-style .navbar > ul > li.has-sub > a:after {
        border-color: transparent #6f6f6f #6f6f6f transparent;
    }
    .header-style .navbar > ul > li.active > a:after {
        border-color: transparent #000 #000 transparent;
    }
    .header-style .navbar > ul > li.current > a:after {
        border-color: transparent #000 #000 transparent;
    }
    .header-style .attr-nav .top-nav-area {
        margin-left: 10px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .navbar-nav > li {
        margin-left: 5px;
    }
}
@media screen and (max-width: 991px) {
    header {
        background: #fff;
    }
    .navbar-header-custom {
        padding: 4px 0 8px;
    }
    .menu_area .navbar-brand {
        margin-top: 6px;
    }
    .navbar-nav li > ul {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > li.has-sub > ul {
        opacity: 1;
        margin: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }
    .navbar li > ul ul {
        margin: 0;
        min-width: auto;
    }
    .navbar-nav > li.has-sub {
        padding-right: 0;
    }
    .navbar-nav li a {
        font-size: 13px;
    }
    .navbar-nav > li > a {
        padding: 10px 20px;
        color: #232323;
        font-size: 13px;
    }
    .navbar-nav > li > a:hover {
        opacity: 1;
    }
    .navbar-nav li.has-sub a:hover {
        color: #232323;
    }
    .navbar ul ul li.active > a {
        color: #000;
    }
    .navbar .sub-title {
        color: #232323;
    }
    .navbar-nav {
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 71px;
        left: 0;
        width: 100%;
        transition-duration: 0;
        -ms-transition-duration: 0;
        -moz-transition-duration: 0;
        -webkit-transition-duration: 0;
        -o-transition-duration: 0;
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    .navbar-nav li.active > a {
        opacity: 1;
        color: #000;
    }
    .navbar-nav ul {
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    .navbar-nav li {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 0;
        margin: 0;
    }
    .navbar-nav ul li:hover {
        background: #f5f5f5;
    }
    .navbar-nav ul ul li {
        height: auto;
    }
    .navbar-nav li:hover > ul > li {
        height: auto;
    }
    .navbar ul li a {
        width: 100%;
        border-bottom: 0;
    }
    .navbar ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }
    .navbar ul ul li {
        margin-bottom: 0;
        padding: 0;
        border-color: #e6e6e6;
    }
    .navbar ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #616161;
        background: none;
        padding: 8px 30px;
    }
    .navbar ul ul ul li a {
        padding-left: 45px;
    }
    .navbar > ul > li {
        float: none;
    }
    .navbar-nav ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }
    .navbar > ul > li.has-sub > a:after,
    .navbar > ul > li.has-sub > a:before {
        display: none;
    }
    .navbar ul ul > li.has-sub > a:after,
    .navbar ul ul > li.has-sub > a:before {
        display: none;
    }
    .navbar-nav ul ul ul li.active a {
        border-left: none;
    }
    .navbar-nav > ul > li.has-sub > ul > li.active > a,
    .navbar-nav > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
    .navbar li > ul ul ul {
        margin-left: 0;
        background: #fff;
    }
    .navbar ul ul ul ul li a {
        padding-left: 55px;
    }
    .navbar-nav .has-sub .has-sub .submenu-button {
        height: 40px;
    }
    .navbar-nav .has-sub .has-sub .submenu-button:after {
        top: 19px;
    }
    .navbar-nav .has-sub .has-sub .submenu-button:before {
        top: 16px;
    }
    .navbar-toggler {
        background: #232323;
        width: 40px;
        height: 35px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
        z-index: 12399994;
        border: none;
    }
    .navbar-toggler:after {
        position: absolute;
        top: 17px;
        right: 10px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: "";
    }
    .navbar-toggler:before {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 11px;
        right: 10px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: "";
    }
    .navbar-toggler.menu-opened:after {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 17px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler.menu-opened:before {
        top: 17px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-nav .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 44px;
        width: 100%;
        cursor: pointer;
    }
    .navbar-nav .submenu-button:after {
        position: absolute;
        top: 21px;
        right: 17px;
        width: 8px;
        height: 2px;
        display: block;
        background: #232323;
        content: "";
    }
    .navbar-nav .submenu-button:before {
        position: absolute;
        top: 18px;
        right: 20px;
        display: block;
        width: 2px;
        height: 8px;
        background: #232323;
        content: "";
    }
    .navbar-nav .submenu-button.submenu-opened:before {
        display: none;
    }
    .attr-nav {
        float: left;
    }
    .attr-nav > ul {
        margin-top: 4px;
        vertical-align: middle;
    }
    .attr-nav > ul.search {
        margin-top: 8px;
    }
    .attr-nav li.search a {
        padding: 0 5px 0 0;
    }
    .attr-nav > ul > li {
        display: inline-block;
    }
    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -193px;
        top: 38px;
        display: none !important;
    }
    .attr-nav > ul > li.dropdown.show ul.dropdown-menu {
        display: block !important;
    }
    .attr-nav > ul > li > a {
        padding: 0;
    }
    .attr-nav > ul > li > a span.badge {
        right: -8px;
    }
    .header-style .navbar-header-custom {
        padding: 12px 0;
    }
    .header-style .navbar {
        position: unset;
        float: right;
    }
    .header-style .navbar-nav {
        top: 0;
        background: none;
        padding: 0 15px;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .header-style .navbar-toggler {
        top: -51px;
        right: 15px;
    }
    .header-style .navbar > ul > li {
        background: #fff;
    }
    .header-style .attr-nav {
        margin-top: -71px !important;
    }
    .header-style .attr-nav > ul > li.dropdown ul.dropdown-menu {
        top: 35px;
    }
}
@media screen and (max-width: 767px) {
    .attr-nav {
        float: left;
    }
    .attr-nav > ul {
        margin-top: 10px;
        vertical-align: middle;
    }
    .attr-nav > ul.search {
        margin-top: 13px;
    }
    .header-style .navbar-toggler {
        top: -48px;
    }
}*/
/*# sourceMappingURL=nav-menu.css.map */
