/*sidemenu*/
.sidemenu{z-index:1100;position:fixed;right:0px;background-image:url(/images/sidemenu-bg.png);width: 350px;height: 100%;margin-top: -120px;overflow-y: auto;}
.sidemenu::-webkit-scrollbar {width:5px;height:10px;}
.sidemenu::-webkit-scrollbar-button {width:0px;height:0px;}
.sidemenu::-webkit-scrollbar-thumb {border:0px;border-radius:0px;}
.sidemenu::-webkit-scrollbar-track {border:0px;border-radius:0px;}
.sidemenu::-webkit-scrollbar-corner {background:transparent;}
.sidemenu::-webkit-scrollbar-thumb{background:#000000;}
.sidemenu::-webkit-scrollbar-thumb:hover{background:#000000;}
.sidemenu::-webkit-scrollbar-thumb:active{background:#ffffff;}
.sidemenu::-webkit-scrollbar-track{background:#ffffff;}
.sidemenu::-webkit-scrollbar-track:hover{background:#cdcdcd;}
.sidemenu::-webkit-scrollbar-track:active{background:#cdcdcd;}
.sidemenu-hide{display:none;}
.sidemenu-control{height:104px;}
.sidemenu-item{display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;border-left:0px;border-right:0px;}
.sidemenu-item:hover{background-color:#ececec;}
.sidemenu-item > a{text-decoration:none;padding:10px;color:#000000;}
.sidemenu-button{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}
.sidemenu-hamburger{margin-top:54px;margin-right:25px;background-color:#424242;display:block!important;}
.sidemenu-icon-bar{background-color:#FFFFFF;}

.topnav-mccarthy123{position: absolute;right:19%;width:16%;}
.topnav-mccarthy123>a>img{border-bottom-right-radius:20px;border-bottom-left-radius:20px;}
@media (max-width: 1440px){
	.topnav-mccarthy123{right:22%;width:22%;}
}
@media (max-width: 1024px){
	.topnav-mccarthy123{right:27%;width:27%;}
}
@media (max-width: 900px){
	.topnav-mccarthy123{right:255px;width:239px;}
}
