/*.change_timeArea {
    display: block !important;
    width: 500px;
    height: 80px;
    position: absolute;
    top: 80%;
	left: 50%;
	margin-left: -185px;
    z-index: 9;
    transition: 0s all;
    transform: translateY(521px) !important;
}
*/

.main_icons {
    display: block;
    width: 380px;
    height: 80px;
    position: absolute;
    top: 55%;
	left: 50%;
    z-index: 9;
    transition: 0s all;
    transform: translateX(-50%);
}

.change_cityArea {
  top : 45%;
}