.sm-deco {
    border: none;
    background: none;
    box-shadow: none;
}

   

        .sm-deco a.current {
       
            color: #bc6373;
            background: #BF3A29;
        }

        .sm-deco a.disabled {
            color: #cccccc;
        }

       
            
            .sm-deco a .sub-arrow::before {
                content: '+';
            }

        .sm-deco a.highlighted .sub-arrow::before {
            content: '-';
        }

    .sm-deco li {
        border-top:0;
    }

    .sm-deco > li:first-child {
        border-top: 0;
    }

    .sm-deco ul {
        background: rgba(179, 179, 179, 0.1);
    }

        .sm-deco ul a, .sm-deco ul a:hover, .sm-deco ul a:focus, .sm-deco ul a:active {
            font-size: 14px;
            border-left: 8px solid transparent;
        }

        .sm-deco ul ul a,
        .sm-deco ul ul a:hover,
        .sm-deco ul ul a:focus,
        .sm-deco ul ul a:active {
            border-left: 16px solid transparent;
        }

        .sm-deco ul ul ul a,
        .sm-deco ul ul ul a:hover,
        .sm-deco ul ul ul a:focus,
        .sm-deco ul ul ul a:active {
            border-left: 24px solid transparent;
        }

        .sm-deco ul ul ul ul a,
        .sm-deco ul ul ul ul a:hover,
        .sm-deco ul ul ul ul a:focus,
        .sm-deco ul ul ul ul a:active {
            border-left: 32px solid transparent;
        }

        .sm-deco ul ul ul ul ul a,
        .sm-deco ul ul ul ul ul a:hover,
        .sm-deco ul ul ul ul ul a:focus,
        .sm-deco ul ul ul ul ul a:active {
            border-left: 40px solid transparent;
        }

@media (min-width:990px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */

    .sm-deco a .sub-arrow {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: auto;
        right: 4px;
        width: 34px;
        height: 34px;
        overflow: hidden;
        font: bold 14px/34px monospace !important;
        text-align: center;
        text-shadow: none;
        background: none;
        color: #333;
    }


    .sm-deco ul {
        position: absolute;
        width: 12em;
    }

    .sm-deco li {
        float: left;
    }

    .sm-deco.sm-rtl li {
        float: right;
    }

    .sm-deco ul li, .sm-deco.sm-rtl ul li, .sm-deco.sm-vertical li {
        float: none;
    }

    .sm-deco a {
        white-space: nowrap;
    }

    .sm-deco ul a, .sm-deco.sm-vertical a {
        white-space: normal;
    }

    .sm-deco .sm-nowrap > li > a, .sm-deco .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-deco {
        background: none;
    }
        .sm-deco > li {
            padding-left: 20px;
            padding-right: 20px;
            background-image: url('../../../../Ellipse.svg');
            background-position: 100% 50%;
            background-repeat: no-repeat;
        }
        .sm-deco > li:last-child {
            padding-left: 20px;
            padding-right: 20px;
            background-image: none;
        }
        .sm-deco a {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 0px;
            padding-right: 0px;
            color: #000;
            font-weight: 600;
            position: relative;
            font-size: 14px;
            text-decoration: none;
           
           
        }



            .sm-deco a.active, .sm-deco a:hover, .sm-deco a:focus, .sm-deco a:active, .sm-deco a.highlighted {
                padding-top: 20px;
                padding-bottom: 20px;
                color: #b27477;
                font-weight: 600;
                position: relative;
                font-size: 14px;
                text-decoration: none;
            }




            /*.sm-deco a:after {
                content: "";
                display: block;
                position: absolute;
                height: 1px !important;
              
                background: #b27477;
                left: 0%;
                right: 0%;
                bottom: 15px;
                width: 0%;
                opacity: 1;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .sm-deco a.active:after, .sm-deco a:hover:after, .sm-deco a:focus:after {
                width: 100%;
                background: #b27477;
            }

            .sm-deco a.active:after, .sm-deco a.active:hover:after, .sm-deco a.active:focus:after {
                background: #b27477;
                width: 100%;
            }*/

			

            .sm-deco a.logo-link:after, .sm-deco a.logo-link:hover:after, .sm-deco a.logo-link:focus:after {
                background: transparent;
                width: 100%;
            }






        .sm-deco ul a:after, .sm-deco ul a.active:after, .sm-deco ul a:hover:after, .sm-deco ul a:focus:after, .sm-deco ul a.active:after, .sm-deco ul a.active:hover:after, .sm-deco ul a.active:focus:after {
            display: none;
        } 
            
            .sm-deco ul a {
                padding: 5px 20px !important;
                color: #333 !important;
                text-decoration: none;
                font-weight:normal;
            }
                .sm-deco ul a:hover, .sm-deco ul a:focus, .sm-deco ul a:active, .sm-deco ul a.highlighted {
                    padding: 5px 20px !important;
                    color: #bc6373 !important;
                    text-decoration: none;
                    font-weight: normal;
                }


            .sm-deco a:hover, .sm-deco a:focus, .sm-deco a:active, .sm-deco a.highlighted {
               
            }

        .sm-deco a.current {
           
            color: #bc6373;
        }

            .sm-deco a.disabled {
                background: #fff;
                color: #cccccc;
            }

            .sm-deco a.has-submenu {
                /*padding-right: 12px;*/
            }

            .sm-deco a .sub-arrow {
                /*top: 50%;
                margin-top: -8px;
                right: 0px;
                width: 10px;
                height: 16px;
                font: 14px/16px monospace !important;
                background: transparent;*/
            }

            .sm-deco a.highlighted .sub-arrow::before {
                /*content: '+';*/
            }

        .sm-deco > li {
            border-top: 0;
            border-left: none;
        }

            .sm-deco > li:first-child {
                border-left: 0;
            }

        .sm-deco ul {
            border: none;
            background: #fff;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            border:1px solid #ccc;
        }

            .sm-deco ul a {
                border: 0 !important;
            }

                .sm-deco ul a.has-submenu {
                    padding-right: 20px;
                }

                .sm-deco ul a .sub-arrow {
                    left: 8px;
                    right: auto;
                }

            .sm-deco ul > li {
                border-left: 0;
                border-top: none;
            }

                .sm-deco ul > li:first-child {
                    border-top: 0;
                }

        .sm-deco .scroll-up,
        .sm-deco .scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: #fff;
            height: 20px;
        }

        .sm-deco .scroll-up-arrow,
        .sm-deco .scroll-down-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 8px;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent #555555 transparent;
        }

        .sm-deco .scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed dashed;
            border-color: #555555 transparent transparent transparent;
        }

        .sm-deco.sm-rtl a.has-submenu {
            padding-right: 20px;
            padding-left: 32px;
        }

        .sm-deco.sm-rtl a .sub-arrow {
            left: 20px;
            right: auto;
        }

        .sm-deco.sm-rtl.sm-vertical a.has-submenu {
            padding: 11px 20px;
        }

        .sm-deco.sm-rtl.sm-vertical a .sub-arrow {
            left: auto;
            right: 8px;
        }

        .sm-deco.sm-rtl > li:first-child {
            border-left: 1px solid #eeeeee;
        }

        .sm-deco.sm-rtl > li:last-child {
            border-left: 0;
        }

        .sm-deco.sm-rtl ul a.has-submenu {
            padding: 11px 20px;
        }

        .sm-deco.sm-rtl ul a .sub-arrow {
            left: auto;
            right: 8px;
        }

        .sm-deco.sm-vertical a .sub-arrow {
            left: 8px;
            right: auto;
        }

        .sm-deco.sm-vertical li {
            border-left: 0;
            border-top: 1px solid #eeeeee;
        }

        .sm-deco.sm-vertical > li:first-child {
            border-top: 0;
        }

        .sm-deco a .sub-arrow {
            /*display: inline-block;
            font: normal normal normal 14px/1 FontAwesome !important;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;*/
            display:none;
        }

        .sm-deco a .sub-arrow::before {
            content: '\f107' !important;
        }

        .sm-deco li li a .sub-arrow::before {
            content: '\f105' !important;
        }
}

/*# sourceMappingURL=sm-deco.css.map */
@media (min-width: 990px) AND (max-width: 1200px){
.sm-deco > li {
    padding-left: 10px;
    padding-right: 10px;
}

}
@media(max-width:989px){
    .sm-deco li a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        padding-right: 40px;
    }
        .sm-deco li a:hover, .sm-deco li a:focus {
            color: #ff0000;
            font-size: 18px;
            font-weight: bold;
            padding-right:40px;
        }
    .sm-deco ul {
        background: #f8f8f8;
    }

    .sm-deco > li > a{
        border-bottom:1px solid #ededed;
    }
    .sm-deco ul a, .sm-deco ul  a:hover, .sm-deco ul ul a:focus, .sm-deco ul  a:active {
        font-size: 16px;
        font-weight:normal;
    }

    .sm-deco ul ul a, .sm-deco ul ul a:hover, .sm-deco ul ul a:focus, .sm-deco ul ul a:active {
        font-size: 14px;
        font-weight: normal;
    }

    .sm-deco a .sub-arrow {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: auto;
        right: 0px;
        width: 34px;
        height: 34px;
        overflow: hidden;
        font: bold 14px/34px monospace !important;
        text-align: center;
        text-shadow: none;
        background: #ff0000;
        color: #fff;
    }

}