.ddsmoothmenu {
    width: 100%;
    display: none;
}
.ddsmoothmenu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ddsmoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
    margin-right: 14px;
}
.ddsmoothmenu ul li:last-child {
    margin-right: 0;
}
.ddsmoothmenu ul li a {
    font-family: "Open Sans", sans-serif;
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.ddsmoothmenu ul li a:hover {
    color: #ff9800;
}
* html .ddsmoothmenu ul li a {
    display: inline-block;
}
.ddsmoothmenu ul li a.selected {
    color: #ff9800;
}
.ddsmoothmenu ul li a.active {
    color: #ff9800;
}
.ddsmoothmenu ul li a.btn-register {
    background: #ff9800;
    background: -moz-linear-gradient(-45deg, #ffb856 0, #ff9800 100%);
    background: -webkit-linear-gradient(-45deg, #ffb856 0, #ff9800 100%);
    background: linear-gradient(135deg, #ffb856 0, #ff9800 100%);
    padding: 5px 15px;
    color: #fff;
    border-radius: 100px;
    margin-top: -5px;
}
.ddsmoothmenu ul li ul {
    position: absolute;
    left: -3000px;
    background: #fff;
    border-bottom: 5px solid #ff9800;
    box-shadow: #999 0 0 5px;
    margin-top: 20px;
    padding: 20px;
    display: none;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
}
.ddsmoothmenu ul li ul li:last-child {
    border-bottom: none;
}
.ddsmoothmenu ul li ul li ul {
    top: 0;
}
.ddsmoothmenu ul li ul li a {
    font: normal 12px "Open Sans", sans-serif;
    margin: 0;
    padding: 8px 0;
    color: #666;
    border-top-width: 0;
}
.ddsmoothmenu ul li ul li a:hover {
    color: #ff9800;
}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
}
.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}
.leftarrowclass {
    margin-right: 5px;
}
.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #ccc;
}
.toplevelshadow {
    margin: 5px 0 0 5px;
    opacity: 0.8;
}
.ddcss3support .ddshadow.toplevelshadow {
    margin: 0;
}
.ddcss3support .ddshadow {
    background-color: transparent;
    box-shadow: 5px 5px 5px #aaa;
    -moz-box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
}
div.ddsmoothmobile {
    background: #ff5e14;
    color: #fff;
    position: fixed;
    z-index: 9999 !important;
    top:0px;
    left: 0;
    width: 200px;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    border-radius: 0;
}
div.ddsmoothmobile a {
    color: #fff;
    background: 0 0;
    text-decoration: none;
}
div.ddsmoothmobile div.topulsdiv {
    position: absolute;
    background: #1c449c;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}
div.ddsmoothmobile ul {
    list-style: none;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #1c449c;
}
div.ddsmoothmobile ul.submenu {
    position: absolute;
    height: 100%;
    overflow-y: auto;
}
div.ddsmoothmobile ul li {
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #103178;
}
div.ddsmoothmobile ul li.breadcrumb {
    cursor: pointer;
    padding: 13px;
    text-transform: uppercase;
    background: #171f32;
    border-radius: 0;
}
div.ddsmoothmobile ul li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
div.ddsmoothmobile ul li a:hover {
    background: #103178;
}
.animateddrawer {
    font-size: 10px;
    width: 3em;
    height: 2.5em;
    outline: 0;
    position: fixed;
    display: none;
    top: 20px;
    right: 10px;
    background: 0 0;
    z-index: 10000000;
}
.animateddrawer:after,
.animateddrawer:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 0.6em;
    background: #ff9800;
    border-radius: 2px;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.animateddrawer:after {
    top: auto;
    bottom: 0;
}
.animateddrawer span {
    width: 100%;
    height: 0.6em;
    background: #ff9800;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    border-radius: 2px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
.animateddrawer span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.6em;
    background: #ff9800;
    border-radius: 2px;
    position: absolute;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
.animateddrawer.open:before {
    top: 50%;
    margin-top: -0.3em;
    opacity: 0;
}
.animateddrawer.open:after {
    bottom: 50%;
    opacity: 0;
}
.animateddrawer.open span {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animateddrawer.open span:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
