.navbar-brand { display: inline-block;
height: auto;
padding: 0px;}
.mainmenu { position: relative; background: #a9cf46;
padding: 8px 0px;
-webkit-box-shadow: inset 0px 20px 36px -19px rgba(20,20,20,0.81);
-moz-box-shadow: inset 0px 20px 36px -19px rgba(20,20,20,0.81);
box-shadow: inset 0px 20px 36px -19px rgba(20,20,20,0.81); z-index: 999; }
.is-sticky .navigation { z-index: 9; }
.mainmenu #navigation { float: right; padding-top: 52px;}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 8px 24px;
text-transform: uppercase;
font-size: 20px; 
font-weight: 500;
color: #fff;
line-height: 1.42857143; }
#navigation > ul > li > a:after {
    content: '';
    display: block;
    background: #fff;
    height: 14px;
    width: 2px;
    top: 14px;
    position: absolute;
    left: 0px;
}
#navigation > ul > li:first-child a:after {
    display: none;
}
#navigation > ul > li:hover > a { color: #ffffff; }
#navigation > ul > li.has-sub > a { padding-right: 25px; }

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
  display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before { position: absolute;
right: 10px;
font-family: FontAwesome;
content: "\f107";
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
font-weight: 700;}

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: auto; }
#navigation ul ul ul { margin-left: -100%; top: 0; max-width: 300px;}
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { border-bottom: 1px solid rgba(150, 150, 150, 0.15); padding: 13px 18px; min-width: 300px; font-size: 16px; text-decoration: none; color: #a5c84a; font-weight: 500; background: #fff; text-transform: uppercase; }
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #ffffff; background-color: #A9CF46; }
#navigation ul ul > li.has-sub:hover > a:after{background: #fff;}
#navigation ul ul > li.has-sub:hover > a:before{background: #fff;}
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #A9CF46; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #A9CF46; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0;}
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #f3f3f3; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0;padding: 12px;
font-size: 16px;}
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { background: #ececec;}
#navigation.small-screen ul ul li li a {background: #fff;}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #a5c84a; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 17px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; }
#navigation.small-screen #menu-button:after {position: absolute;
    top: 13px;
    right: 3px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';}
#navigation.small-screen #menu-button:before { position: absolute;
    top: 6px;
    right: 3px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: ''; }
#navigation.small-screen #menu-button.menu-opened:after {top: 10px;
border: 0;
height: 2px;
width: 15px;
background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
right: 5px;}
#navigation.small-screen #menu-button.menu-opened:before {top: 10px;
background: #ffffff;
width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 5px;}
#navigation.small-screen .submenu-button { position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid #e6e6e6;
height: 46px;
width: 46px;
cursor: pointer;
background: #8ead3d; }
#navigation.small-screen .submenu-button.submenu-opened { background: #8ead3d; }
#navigation.small-screen ul ul .submenu-button {height: 40px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 18px;
 }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #ffffff; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 15px;
 }
#navigation.small-screen ul ul ul{max-width:100%;}
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
#navigation.small-screen #menu-button { display: block;
padding: 0px;
color: #fff;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
margin-top: 0px;
width: 25px;
height: 25px;
float: right;
z-index: 99999;
margin-top: 20px;
margin-right: 12px;}
#navigation.small-screen > ul > li > a:after{display:none;}
.mainmenu #navigation.small-screen {
    float: right; padding-top: 0px; margin-top: -50px;
}
#navigation.small-screen .moblogo {
    max-width: 144px; display: inline-block;
}
/*-----Navigationn end-----*/

/********** Slider **********/
#menu-other-links.menu{position:initial;}

.mainmenu{ 
width: 100%;
top: 0px;
z-index: 9999;
left: 0px;}
.mainmenu.hdfix {
    position: fixed; position: -webkit-fixed; position: -o-fixed; position: -moz-fixed; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;
transform: translateZ(0); 
}
.slidmarg {
    margin-top: 133px;
}