.closebtn{color:#fff;	position: fixed;
    top: 0px;
    right: 20px;
    font-size: 40px!important;z-index:2001;display:none}
.ddsmoothmenu{background-color:rgba(0,0,0,.9);width:100%;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li a{display:block;background:#cacaca;color:#333;padding:8px 10px;border-right:1px solid #778;color:#2d2b2b;text-decoration:none;}
* html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{color:#333;}
.ddsmoothmenu ul li a.selected{color:#333;}
.ddsmoothmenu ul li a:hover{color:#333;}
.ddsmoothmenu ul li ul{position:absolute;left:-3000px;display:none;visibility:hidden;}
.ddsmoothmenu ul li ul li{display:list-item;float:none;}
.ddsmoothmenu ul li ul li ul{top:0;}
.ddsmoothmenu ul li ul li a{padding:5px;margin:0;border-top-width:0;}
* html .ddsmoothmenu{height:1%;}
img.downarrowclass{position:absolute;top: 15px;
    right: 15px;
}
img.rightarrowclass{position:absolute;top: 15px;
    right: 15px;
}
img.leftarrowclass{margin-right: 8px;margin-top: -8px;margin-bottom: -4px;}
a.rightarrowclass{
background-image: url(/plugins/ajax/mobilemenu/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: 16px;
}
a.leftarrowclass{
background-image: url(/plugins/ajax/mobilemenu/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: 16px;
}
.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: rgba(0,0,0,.9);color:#333;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;visibility:hidden;touch-action:none;overscroll-behavior:none}
div.ddsmoothmobile a{display:block;padding: 12px 38px;color:#333;text-decoration:none;}
div.ddsmoothmobile div.topulsdiv{position:relative;background:#cacaca;overflow-y:auto;height:100%;border-right: 1px solid #333;}
div.ddsmoothmobile ul{list-style:none;width:100%;top:0;left:0;background: rgba(0,0,0,.9);margin:0;padding:0;-webkit-transform: translateZ(0);}
div.ddsmoothmobile div.topulsdiv, div.ddsmoothmobile ul.submenu{width: 84%;}
div.ddsmoothmobile ul.submenu{position: absolute;height:100%;overflow-y:auto}
div.ddsmoothmobile ul li.breadcrumb{cursor:pointer;padding: 12px 10px !important;background:#f2f2f2;border-bottom:1px dashed #333;}
div.ddsmoothmobile ul li{border-bottom:1px solid #333;position:relative;background: #f2f2f2;font-size: 18px;}

.animateddrawer{font-size:10px;width:3em;height:2.5em;outline:none;position:absolute;display:none;top:182px;right:66px;background:transparent;z-index:1000;}
.animateddrawer:before, .animateddrawer:after{position:absolute;content:'';display:block;width:100%;height:0.5em;background:#333;border-radius:0px;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.5em;background:#333;position:absolute;top:50%;margin-top:-0.25em;border-radius:0px;-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.5em;background:#333;border-radius:0px;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{}
.animateddrawer.open:before{top:50%;margin-top:-0.25em;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);}
.menu-mod {
    float: right;
    width: auto;
    text-align: right;
    height: 50px;
    margin-right: 0
}
@media screen and (max-width:767px) {
	.menu-mod {
    width: 42px;
    top: -6px;
    right: 2px;
    text-align: center;
	margin-top:0 !important	
}
}
	
@media screen and (min-width:768px) {
	.mobile_menu a, #devicemenu { display:none !important }
}