#rotaryMenu {
   
    position: fixed;
    z-index: 13;
    right: 0px;
    top: 0px;
     text-align: right;
     height: 100%;

     width: 250px;
     background-color: black;
     opacity: 0.8;
     
     z-index: 55;
    transition: all 0.6s linear;
}




#logoRotary {
   position: absolute;
    left: -45px;
    bottom: 0px;
    width: 90px;
     z-index: 20;   
}


.rotate0 {
    transition: all 0.6s linear;
    transform : rotate(0deg);
}

.rotate90 {
    transition: all 0.6s linear;
    transform : rotate(-180deg);
}


.menuItem {
    font-weight: bold;
    font-size: 16px;
    color: white;
    list-style-type: none;
    width: 100%;
    text-shadow: 2px 2px 1px #000000;
    text-align: right;
    margin-top: 5px;
    margin-left: -10px;
    cursor: pointer;
    z-index: 55;
    
}

.menuItem li {
  
    width: 100%;
}


.menuItem img {
    width: 30px;
    vertical-align: middle;
    margin-left: 10px;
}


.menu a {
    text-decoration:  none;
    color: white;
}

.menu a:hover {
    text-decoration:  underline;
    color: white;
}


#menuBox {
    border-top: 1px solid lightgray
}

#allMenuContainer {
        position: absolute;
    max-height: 100%;
    overflow: auto;
    bottom: 4px;
    width: 100%;
    text-align: right;
}

.menu  {
  

    width: 100%;
    text-align: right;
    max-height: 100%;
   vertical-align: bottom;
    
}

.menu li {
/*    transition: all 0.4s linear;
    position: absolute;
   opacity: 0;*/
/*    bottom: 0px;
    right: 0px;*/
 position: relative;
    text-align: right;
    bottom: 0px;
    
   
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */




    
}


@media screen and (max-width: 800px) { /* Specific to this particular image */


    
}


@media screen and (max-width: 350px) { /* Specific to this particular image */



    
}


