/*.navigations__overlay {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.nav_show .navigations__overlay,
.navigations > li.active .subnav__wrapper,
.navigations > li.active .arrow {
    opacity: 1;
    visibility: visible;
}

.navigations {
    margin: 0;
    display: table;
    width: 100%;
}*/

.navigations > li {}

/*
.navigations > li:hover > a {
    color: #fff;
}*/

.navigations > li > a {}

.navigations > li > a:hover {}




/*.navigations > li > a:hover:after {
    left: 0;
    width: 50%;
    background: #fff;
}

.navigations > li > a:hover:before {
    right: 0;
    width: 50%;
    background: #fff;
}

.navigations .three-pin {
    float: right;
}

.navigations .more {
    cursor: pointer;
    z-index: 1;
    padding: 21px 0;
}

.navigations .more span {
    display: none;
}*/
/*.navigations .more i.icn svg {
    width: 28px;
    height: auto;
    fill: #fff;
}

.navigations > li .link__mobilenav {
    display: none;
}


.navigations > li.active .subnav {
    display: block;
}

.nav_show .navigations__overlay,
.navigations > li.active .subnav__wrapper,
.navigations > li.active .arrow {
    opacity: 1;
    visibility: visible;
}

.navigations > li.active .subnav__wrapper {
    top: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition-delay: 0.15s;
    Safari transition-delay: 0.15s;
}

.navigations > li .arrow {
    display: inline-block;
    height: 0px;
    opacity: 0;
    position: relative;
    top: -8px;
    visibility: hidden;
    width: 100%;
    z-index: 11;
}

.navigations > li .arrow span::before {
    border-bottom: 12px solid #f67c17;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    left: 50%;
    margin: 0 0 0 -14px;
    position: absolute;
    top: 0;
}*/
/*
.navigations > li .arrow span::after {
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    left: 50%;
    margin: 0 0 0 -14px;
    position: absolute;
    top: 1px;
}

.navigations > li .subnav__wrapper {}

.subnav__wrapper.addspace {
    padding: 10px 0;
}*/


/*.sublinks > li > a:hover {
    color: var(--first-color);
}

.sublinks > li > ul > li.seemore a {
    font-weight: 600;
}*/

/*Nav mobile toggle*/
/*.navs_toggle {
    cursor: pointer;
    display: none;
    height: 30px;
    left: 10px;
    top: 0;
    line-height: 1;
    position: absolute;
    width: 30px;
    z-index: 1;
}*/

/*
.fixed .navs_toggle {
    top: 5px;
}

.navs_toggle span {
    background: #fff;
    display: block;
    height: 3px;
    margin: 14px 0 0;
    position: relative;
    width: 100%;
}

.navs_toggle span:before {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 100%;
}

.navs_toggle span:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -7px;
    width: 100%;
}*/


/*tablet*/
@media only screen and (max-width:1025px) {

    /*Navigation*/
    /*.navs_toggle {
    display: inline-block;
}*/
    /*body.toggled_left .common_overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

body.toggled_left .navigation-wrapper {
    opacity: 1;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    webkit-transform: translate(0px, 0px);
}

.navigation-wrapper {
    background: var(--first-color);
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 260px;
    z-index: 110;
}

.navigation-wrapper .container {
    padding: 0;
}

.navigations {
    margin: 0;
    width: 100%;
}

.navigations > li {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.navigations > li > a {
    text-align: left;
    color: inherit;
    display: block;
    padding: 12px;
    position: relative;
    overflow: visible;
    height: auto;
}

.navigations > li > a:after,
.navigations > li > a:before {
    content: "";
}

.navigations .three-pin {
    float: none;
    margin: 0;
}

.navigations .more {
    width: auto;
    padding: 15px 10px;
    height: auto;
}

.navigations .more i.icn {
    display: none;
}

.navigations .more span {
    display: block;
}

.navigations .more span:after,
.navigations .more span:before {
    content: normal;
}

.navigations > li .link__mobilenav.active:after {
    display: none;
}

.navigations > li .link__mobilenav {
    bottom: 0;
    cursor: pointer;
    display: block;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    width: 40px;
    z-index: 1;
}

.navigations > li .link__mobilenav:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 14px;
    position: absolute;
    top: 20px;
    width: 12px;
}

.navigations > li .link__mobilenav:after {
    background: #fff;
    content: "";
    height: 2px;
    left: 14px;
    position: absolute;
    top: 20px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 12px;
}

.navigations > li .subnav {
    display: none;
    position: relative;
    width: 100%;
}

.navigations > li .arrow {
    display: none;
}

.navigations > li .subnav__wrapper {
    background: #fff;
    border-top: medium none;
    box-shadow: none;
    display: inline-block;
    opacity: 1;
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%;
}

.subnav__wrapper .container,
.navigations > li .subnav__wrapper.addspace {
    padding: 0;
}

.subnav_row {
    padding: 10px;
}

.sublinks > li {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.sublinks > li > ul > li a,
.sublinks > li > a {
    color: inherit;
}

.sublinks > li > ul {
    margin-bottom: 0;
}

.sublinks > li > ul > li a:hover,
.sublinks > li > a:hover,
.navigations > li:hover > a {
    color: inherit;
}*/
}



/**/
