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

     width: 250px;
     background-color: rgba(0,0,0,0.9);
     opacity: 1;
      height: calc(100% - 80px);
     z-index: 55;
    transition: all 0.3s linear;
}




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


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

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


.menuItem {
    font-weight: bold;
    font-size: 15px;
    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: 27px;
    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;
    
   
}

#google_search {
    position: absolute; 
    top: 70px; 
    width: 100%; 
    height: 100%; 
    top:0px; left:0px; 
    background-color: rgba(0,0,0,0.8); 
    z-index: 1400; 
    padding: 80px;
    display: none;
}

.closeGsearch {
    cursor: pointer;
    position: absolute; 
    top: 20px; 
    right: 20px;
} 

.closeGsearch img {
    width: 34px;
}


@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 */



    
}


