#ddmenu {
    display: block;
    letter-spacing: normal;
}

#ddmenu ul {
    float: left;
    position: relative;
    display: inline;
    width: 70%;
    line-height: 20px;
    text-align: right;
    padding-right: 3px;
    padding-left: 2px;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 999999990;
    margin: 5px;
}

#ddmenu ul li a {
    float: left;
    font-size: 14px;
    text-align: left;
    padding: 3px;
    width: 100%;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 999999990;
    margin: 0;
}

#ddmenu li {
    margin: 0;
    padding: 4px 0px;
    font-size: 12px;
    display: inline-block;
    display: inline;
    position: relative;
    color: rgb(125, 85, 85);
    line-height: 25px;
    transition: background-color 0.2s;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu li:first-child {
    margin-left: 0px;
    border-left: none;
}

#ddmenu .full-width {
    position: static;
}

#ddmenu .over {
    color: #FFF;
    background: none;
}

#ddmenu .over.no-sub {}

#ddmenu .top-heading {
    white-space: nowrap;
    margin: 0 5px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer;
}

#ddmenu a,
#ddmenu a:link {
    color: #d0a7a7;
    padding: 1px;
    margin: 1px;
    font-size: 16px;
}


#ddmenu a:hover {
    color: rgb(253, 253, 253);
    font-size: 14px;
    font-weight: 500;
    padding-left: 0px;
}

#ddmenu a:focus {
    outline: 1px dotted rgba(0, 153, 255, 0.104);
}

#ddmenu .caret {
    color: inherit;
    left: 5px;
    width: 0;
    height: 0px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 0px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position: relative;
    color: #3d033a;
}

#ddmenu .dropdown {
    width: auto;
    left: 0px;
    color: #000000;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    border: 1px solid #ddd;
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.483);
}

#dd-menu .active2 {
    background-color: rgb(130, 130, 131);
}

#ddmenu .full-width .dropdown {
    padding: 0;
    margin: 0;
    margin-left: -1px;
}

#ddmenu .offset300 {
    left: -300px;
    right: auto;
}

#ddmenu .right-aligned {
    left: auto;
    right: 0px;
}

#ddmenu .over .dropdown {
    display: block;
}

#ddmenu .dd-inner {
    text-align: center;
    padding: 5px 0px 8px 0px;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.877);
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.35;
}

#ddmenu .dropdown ul li a {
    width: auto;
    text-align: left;
    display: table-row;
    color: rgb(0, 0, 0);
    line-height: 25px;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    border: 0.5px solid rgba(160, 158, 158, 0.159);
}

#ddmenu .dropdown ul li {
    background-color: #b3b1b1d2;
}

#ddmenu .dropdown a:hover,
#ddmenu .dropdown a:focus {
    color: #ffffffcb;
    background-color: #94058d;
    border: 0.5px solid rgba(0, 0, 0, 0.61);
    transition: 0.5s;
    transform-style: preserve-3d(-30%);
    border-radius: 10px;
}

#ddmenu .column {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: auto;
    padding: 0px 13px;
}

#ddmenu div.dd-inner div:last-child {
    border-right: none;
}

#ddmenu .column h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 12px;
}

#ddmenu .top-heading a {
    text-decoration: none;
    color: rgb(124, 9, 9);
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 10px;
}

#ddmenu .top-heading a:hover {
    color: rgb(255, 255, 255);
    background-color: #94058d;
    border: 0px solid  #090909ba;
    border-radius: 12px;
    box-shadow: 3px 2px 2px #780773;
}

#ddmenu div.column260 {
    width: 260px;
}

#ddmenu div.column340 {
    width: 340px;
}

#ddmenuLink {
    display: none;
}

#ddmenu .menu-icon {
    display: none;
}

@media only screen and (max-width:1200px) {
    #ddmenu ul {
        
        width: 80%;
    }
}
@media only screen and (max-width:907px) {
    #ddmenu ul {
        
        width: 100%;
    }
}

@media only screen and (min-width:466px) {
    #ddmenu.social2 {
        margin-left:30%;
    }
}

@media only screen and (max-width:466px) {
#ddmenu .menu-icon {
    position: relative;
}
.social {
    display: inline;
    margin-left:45%;
    position: absolute;
    margin-left:10px;
}
#ddmenu .social2 {
    display: block;
    margin-left:45%;
    position: absolute;
    margin-left:10px;
}
.navbar-brand img{
    margin-top: 0px;
}
}

@media only screen and (max-width:768px) {
    #ddmenu .column.mayHide {
        display: none;
    }
    #ddmenu ul {
    width: 78%;
    display: none;
    text-align: right;
    float: right;
    border-radius: 0;
    }
    #ddmenu .full-width {
        position: relative;
    }
    #ddmenu .dropdown {
        position: relative;
        top: auto;
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: left;
        background-color: #FFF;
    }
    #ddmenu .offset300 {
        left: 0;
    }
    #ddmenu .full-width .dropdown {
        width: auto;
    }
    #ddmenu .dd-inner {
        margin: 0;
        background: none;
        text-align: left;
    }
    #ddmenu .column {
        width: auto;
        padding: 0px 12px;
        border: none;
    }
    #ddmenu .caret {
        position: absolute;
        left: auto;
        right: 0px;
        top: 19px;
        border-width: 5px;
    }
    #ddmenu .menu-icon {
        font-size: 24px;
        display: block;
        position: relative;
        width: 41px;
        height: 34px;
        text-align: center;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        border: #333333 2px solid;
        border-radius: 3px;
        margin-bottom: 6px;
        margin-left: auto;
    }
    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 7px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #000000;
        border-bottom: 0.125em solid #000000;
        box-sizing: content-box;
    }
    #ddmenu .menu-icon-active {
        background-color: #000000;
    }
    #ddmenu .menu-icon-active::before {
        border-color: rgb(140, 138, 138);
    }
}