.icon-bar {
    position: fixed;
    top: 50%;
    float: right;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 14;
}

a#info {
    display: none;
    text-align: center;
    padding: 9px 16px 10px 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    color: white;
    border: solid white 1px;
    text-shadow: 2px 2px 4px #000000;
    cursor: pointer;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 9px 16px 10px 15px;
    transition: all 0.3s ease;
    /* color: white; */
    /* font-size: 20px; */
    /* background-color: hsla(213, 50%, 26%, 1); */
	/* border: solid white 1px; */
}

.toogle-icon-bar span {
    display: none;
}


.icon-bar a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: black!important;
    text-decoration: none;
}


.icon-bar a:not([href]):not([tabindex])
{
	color:black;
}

.toogle-icon-bar span {
    display: none;
}

@media screen and (max-width: 747px) and (min-width: 320px)
{
	

.icon-bar {
    width: 0px;
}
}


@media screen and (max-width: 747px) and (min-width: 320px){
.toogle-icon-bar {
    position: fixed;
    top: 34%;
    right: 0;
    width: 20px;
    height: 20%;
    display: block!important;
    z-index: 9999999;
    background-color: rgba(151,193,35, 0.6);
    transition: 0.5s;
	background-color: black;
    opacity: 0.5;
}
}

@media screen and (max-width: 747px) and (min-width: 320px){
.toogle-icon-bar span {
    color: white;
    display: flex!important;
    align-items: center;
    height: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}
}




