
@import "icons.css";
.menu {
    display: block;
    position: relative;
}
.menu, .menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu ul a {
    float: left;
}
.menu ul ul a {
    float: none;
}
.menu .mg_mega a {
    float: none;
    padding: 0;
}
.menu ul ul, .menu .mg_mega, .menu .mg_mega ol li {
    opacity: 0;
    transition: opacity 150ms ease-in-out 0s;
    visibility: hidden;
}
.menu li:hover > ul, .menu li:hover > .mg_mega, .menu li:hover > .mg_mega ol li {
    opacity: 1;
    visibility: visible;
}
.menu ul:after {
    clear: both;
    content: "";
    display: block;
}
.menu ul li {
    float: left;
    transition: all 150ms ease-in-out 0s;
}
.menu ul li a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 14px 20px 15px;
    text-decoration: none;
}
.menu .arrow:after {
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #fff;
    content: "";
    display: block;
    float: right;
    height: 0;
    margin: 0 0 0 5px;
    position: relative;
    text-align: right;
    top: 9px;
    width: 0;
}
.menu ul li ul li .arrow:after {
    border-bottom: 3px solid transparent;
    border-left: 3px solid #bbb;
    border-top: 3px solid transparent;
    margin: -2px 0 0 5px;
}
.menu i {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 4px 4px 0 -2px;
    padding: 0;
}
.menu .right {
    float: right;
}
.menu .right ul, .menu .right .mg_mega {
    right: 0;
}
.menu ul ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #e0e0e0;
    border-image: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-style: none solid;
    border-width: 0 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 100%;
    width: 170px;
}
.menu ul ul ul {
    border-top: 1px solid #e0e0e0;
    left: 100%;
    position: absolute;
    top: -1px;
}
.menu ul ul li a {
    border-bottom: 1px solid #e4e4e4;
    color: #777;
    font-weight: 400;
    padding: 8px 12px;
}
.menu ul ul li {
    float: none;
    position: relative;
    transition: none 0s ease 0s ;
}
.menu ul ul li a:active, .menu ul ul li:hover {
    background: none repeat scroll 0 0 #f5f5f5 !important;
}
.menu ul ul li {
    background: none repeat scroll 0 0 #fff !important;
}
.mg_mega {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: -moz-use-text-color #e0e0e0 #e0e0e0;
    border-image: none;
    border-right: 1px solid #e0e0e0;
    border-width: medium 1px 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #777;
    padding: 18px 11px;
    position: absolute;
    top: 100%;
    border: medium none;
}
.mg_mega ol {
    list-style: outside none none;
    padding: 0;
}
.mg_mega ol li {
    width: 100%;
}
.mg_mega ol li:hover, .mg_mega ol li a {
    background-color: #fff;
    background-image: none;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}
.mg_mega ol li a:hover {
    color: #505050;
}
.mg_mega div h4 {
    border-bottom: 1px solid #e4e4e4;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 8px;
}
.mg_mega .col-1 {
    width: 135px;
}
.mg_mega .col-2 {
    width: 288px;
}
.mg_mega .col-3 {
    width: 441px;
}
.mg_mega .col-4 {
    width: 594px;
}
.mg_mega .col-5 {
    width: 747px;
}
.mg_mega .col-6 {
    width: 900px;
}
.mg_mega .col-1, .mg_mega .col-2, .mg_mega .col-3, .mg_mega .col-4, .mg_mega .col-5, .mg_mega .col-6 {
    float: left;
    margin: 0 9px;
}
.mg_mega.full-width {
    left: 0;
    padding: 18px 0;
    width: 100%;
}
.full-width .col-1 {
    width: 14.1%;
}
.full-width .col-2 {
    width: 30.4%;
}
.full-width .col-3 {
    width: 46.7%;
}
.full-width .col-4 {
    width: 63%;
}
.full-width .col-5 {
    width: 79.3%;
}
.full-width .col-6 {
    width: 95.6%;
}
.full-width .col-1, .full-width .col-2, .full-width .col-3, .full-width .col-4, .full-width .col-5, .full-width .col-6 {
    float: left;
    margin: 0 0 0 2.2%;
}
@media only screen and (max-width: 767px) {
.menu ul li {
    cursor: pointer;
    width: 100%;
}
.menu ul li {
    position: relative;
}
.menu .mg_mega ol li {
    height: 0;
}
.menu li:hover > .mg_mega ol li {
    height: auto;
}
.mg_mega, .menu ul ul {
    z-index: 100;
}
.menu ul ul {
    box-sizing: border-box;
    width: 100%;
}
.menu ul ul ul {
    left: 0;
}
.menu ul ul li:hover > ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e4e4e4 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: none;
    position: relative;
}
.menu ul li ul li .arrow:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #bbb;
    margin: 0;
}
.mg_mega {
    padding: 18px 0;
}
.mg_mega ol li:last-child {
    margin: 0 0 20px;
}
.menu .col-1, .full-width .col-1, .menu .col-2, .full-width .col-2, .menu .col-3, .full-width .col-3, .menu .col-4, .full-width .col-4, .menu .col-5, .full-width .col-5, .menu .col-6, .full-width .col-6 {
    float: left;
    margin: 0 0 0 5%;
    width: 90%;
}
}
.style-1.menu, .style-1.menu ul li {
    background-color: #2b2a28;
    background-image: -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.04) 0%);
}
.style-1.menu ul li:hover {
    background-color: #eb4e01;
    background-image: -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.08) 0%);
}
