#u {
    display: none;
    position: absolute;
    /*right: 40px;*/
    top: 0px;
    background-color: RGBA(102, 102, 102, 0.6);
    left: 60%;
	margin: 15px;
}

#dos {
    display: none;
    position: absolute;
    /*right: 60px;*/
    top: 0px;
    background-color: RGBA(102, 102, 102, 0.6);
    left: 70%;
	margin: 15px;
}

#tres {
    background-color: RGBA(102, 102, 102, 0.6);
    display: none;
    position: absolute;
    /*right: 117px;*/
    top: 0px;
    left: 80%;
	margin: 15px;
}

#menu_gooey {
    position: relative;
	padding: 15px;
}

#menu_gooey1 {
    position: relative;
	padding: 15px;
}

#uu {
    display: none;
    position: absolute;
    /*left: 40px;*/
    top: 0px;
    background-color: RGBA(102, 102, 102, 0.6);
    right: 60%;
	margin: 15px;
}

#doss {
    display: none;
    position: absolute;
    /*left: 60px;*/
    top: 0px;
    background-color: RGBA(102, 102, 102, 0.6);
    right: 70%;
	margin: 15px;
}

#tress {
    background-color: RGBA(102, 102, 102, 0.6);
    display: none;
    position: absolute;
    /*left: 117px;*/
    top: 0px;
    right: 80%;
	margin: 15px;
}

.click {
    background-color: RGBA(102, 102, 102, 0.9);
}

@media screen and (min-width: 601px) and (max-width: 1175px) {
    #u {
        left: 25%;
	top: 60px;
    }

    #dos {
        left: 50%;
	top: 60px;
    }

    #tres {
        left: 75%;
	top: 60px;
    }
    #uu {
        right: 25%;
	top: 60px;
    }

    #doss {
        right: 50%;
	top: 60px;
    }

    #tress {
        right: 75%;
	top: 60px;
    }
}

/*.................................................................................*/
@media screen and (min-width: 0px) and (max-width: 600px) {
    #menu_gooey {
        display: none;
    }

    #menu_gooey1 {
        display: none;
    }
}
