.ddsmoothmenu {
	width: 100%;
	display: none;
	font-weight: 450
}

.ddsmoothmenu ul {
	width: 100%;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none
}
.ddsmoothmenu>ul
{
    display:flex;width:100%;justify-content:flex-end;align-items:center;padding-right:30px
    
}

.ddsmoothmenu ul li{
    position:relative;display:block
    
}

/*.ddsmoothmenu>ul {*/
/*	display: flex;*/
/*	width: 100%;*/
/*	justify-content: space-evenly*/
/*}*/

/*.ddsmoothmenu ul li {*/
/*	position: relative;*/
/*	display: inline-block*/
/*}*/

.ddsmoothmenu ul li a {
	cursor: pointer;
	display: block;
	color: rgb(255, 255, 255, .9);
	padding: 8px 0;
	text-decoration: none
}

/*.ddsmoothmenu>ul>li>a {*/
/*	font-size: 80%;*/
/*	text-transform: uppercase;*/
/*	padding: 14px 0;*/
/*	letter-spacing: .7px*/
/*}*/


.ddsmoothmenu>ul>li>a{
    font-size:14px;text-transform:none;padding:14px 15px;letter-spacing:.7px;position:relative
    
}


.ddsmoothmenu>ul>li:not(:last-child)>a:after{
    content:"|";position:absolute;right:-3px;color:rgba(255,255,255,.8)
    
}
.ddsmoothmenu ul li a .selected {
	color: #fff;
	background: #17a2b8
}

.ddsmoothmenu ul li a:hover {
	color: #fff;
	background: #17a2b8
}

.ddsmoothmenu ul li ul {
	width: 300px !important;
	position: absolute;
	display: none;
	visibility: visible;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	background: #17a2b8
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	padding: 0 10px
}

.ddsmoothmenu ul li ul li ul {
	top: 0
}

.ddsmoothmenu ul li ul li a {
	min-width: 160px;
	color: #fff;
	padding: 8px 10px;
	border-top-width: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	transition: all ease-in-out .2s;
	text-shadow: 0;
	font-weight: 400
}

.ddsmoothmenu ul li ul li a.selected,
.ddsmoothmenu ul li ul li a:hover {
	color: #fff;
	padding: 8px 8px 8px 12px;
	font-weight: 700;
	text-shadow: 0 0 10px #fff
}

* 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: .8
}

.ddcss3support .ddshadow.toplevelshadow {
	margin: 0
}

.ddcss3support .ddshadow {
	background-color: transparent;
	box-shadow: 5px 5px 5px #aaa
}

div.ddsmoothmobile::before {
	position: fixed;
	content: "";
	background: #17a2b8;
	width: 250px;
	height: 100%;
	opacity: .5
}

div.ddsmoothmobile {
	background: #fff;
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	border-radius: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .4)
}

div.ddsmoothmobile a {
	color: #000;
	text-decoration: none
}

div.ddsmoothmobile div.topulsdiv {
	position: relative;
	background: #fff;
	overflow-y: auto;
	width: 100%;
	height: 100%
}

div.ddsmoothmobile ul {
	list-style: none;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
	padding: 0
}

div.ddsmoothmobile ul.submenu {
	position: absolute;
	height: 100%;
	overflow-y: auto
}

div.ddsmoothmobile ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

div.ddsmoothmobile ul li.breadcrumb {
	cursor: pointer;
	padding: 13px 25px;
	background: #17a2b8;
	border-radius: 0 !important;
	position: relative;
	color: #fff
}

div.ddsmoothmobile ul li.breadcrumb::before {
	background: url(https://img.icons8.com/ios/50/ffffff/back--v1.png) center center no-repeat !important
}

div.ddsmoothmobile li a .arrow-img-box:before,
div.ddsmoothmobile ul li.breadcrumb::before {
	position: absolute;
	content: "";
	background: url(https://img.icons8.com/ios/50/000000/back--v1.png) center center no-repeat;
	width: 31px;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 56% !important
}

div.ddsmoothmobile li a .arrow-img-box:before {
	left: auto !important;
	right: 0;
	transform: rotate(180deg)
}

div.ddsmoothmobile ul li a {
	display: block;
	padding: 13px 25px;
	color: inherit
}

div.ddsmoothmobile ul li a:hover {
	background: #17a2b8c;
	olor: #fff
}

.animateddrawer {
	font-size: 10px;
	width: 3em;
	height: 2.2em;
	outline: 0;
	position: relative;
	display: none;
	top: auto;
	right: 0;
	background: 0 0;
	z-index: 1000
}

.animateddrawer:after,
.animateddrawer:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: .1em;
	background: #fff;
	border-radius: 2px;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.animateddrawer:after {
	top: auto;
	bottom: 0
}

.animateddrawer span {
	width: 100%;
	height: .1em;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.1em;
	border-radius: 2px;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s
}

.animateddrawer span::after {
	content: "";
	display: block;
	width: 100%;
	height: .1em;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s
}

.animateddrawer.open:before {
	top: 50%;
	margin-top: -.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)
}