/* Enter Your Custom CSS Here */button, .button, input[type="reset"], input[type="submit"], input[type="button"] {
    background: none;
    background-color: rgba( 255 ,255 ,255 , 0.2);
    background-clip: border-box;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #999999;

}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for 'a' elements
 */

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: none;
    background-color: rgba( 255 ,255 ,255 , 0.2);
    color: #d91c5c;
}



#header-right-menu ul li:hover > ul {
    left: 0;
    }
    
