/* =Top Menu
----------------------------------------------- */

#site-navigation > a {
	display: none;
}


.navigation-main {
    display: block;
    width: 680px;
    float: left;
    clear: none;
    margin-left: 20px;
}


.navigation-main ul {
/*  float: left; */
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.navigation-main ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
/*  float: left; */
    position: absolute;
    top: 75px;
/*  left: 0; */
    z-index: 99999;
/*  width:100%; */
    background: #fff;
}


.navigation-main ul ul ul {
    box-shadow: none;
    width: 200px;
    margin: auto 0;
    height: 30px;
    position: absolute;
    margin-left:-220px;
    left: 100%; 
    top: 0;
    background:none;
    border: none;
}


.navigation-main ul li:hover > ul {
    display: block;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}



.navigation-main ul li.menu-item:hover {
    border-bottom: 3px solid #D2DB0E !important; 
}

.navigation-main ul ul li.menu-item:hover {
    border-bottom: none !important;
}

.navigation-main ul ul li:hover > ul {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navigation-main li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 72px;
    list-style:none;
}
.navigation-main li:hover {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 3px solid #d0d71c !important;
}

.navigation-main ul ul li {
    width: 440px;
    margin: auto 0;
    height: 30px;
    position: relative;
    border-bottom: none;
}

.navigation-main ul ul li:hover {
    /*background: #efefef;
background: -moz-linear-gradient(left,  #efefef 0%, #efefef 51%, #ffffff 51%, #efefef 51%, #ffffff 51%, #ffffff 100%); background: -webkit-linear-gradient(left,  #efefef 0%,#efefef 51%,#ffffff 51%,#efefef 51%,#ffffff 51%,#ffffff 100%);  background: linear-gradient(to right,  #efefef 0%,#efefef 51%,#ffffff 51%,#efefef 51%,#ffffff 51%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); */
}

.navigation-main ul ul ul li:hover {
    background: #efefef !important;
}

.navigation-main ul ul li:last-child {
    border: 1px solid #ffffff;
}

.navigation-main ul ul ul li {
    width: 220px;
    border:none !important;
}

.navigation-main a {
    display: block;
    box-sizing: border-box;
    color: #3d3935;
    position: relative;
    z-index: 10000;
    font-weight: 400;
    padding: 26px 15px 26px 15px;
    font-size:14px;
    text-decoration: none;
    white-space: nowrap;
}





.navigation-main ul ul a {
    padding: 6px 0 6px 15px !important;
    text-decoration: none !important;
    text-align:left;
}

.navigation-main ul ul a:hover {
    text-decoration: underline !important;
    color: #337ab7;
}

.navigation-main ul ul li a {
    line-height:1.0em;
    height:20px;
}


.navigation-main ul li > a {
    line-height:1.6em;
    height:25px;
}

.navigation-main ul li.menu-item-has-children a:after {
    content: '';
    display: inline-block;
    margin: 0 0 1px 10px;
    width: 8px;
    height: 6px;
    background: url(/img/menu_expand.svg) no-repeat;
    background-size: 8px 6px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.navigation-main ul li.menu-item-has-children:hover a:after{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}

  
.navigation-main ul ul a:after {
    content: '';
    display: none !important;
    background: none;
}
