.ui-selectmenu {color:#0f222c; background-color:#fefefe; border:1px solid #bcc4c8;}
.ui-selectmenu-menu  ul { background-color:#fefefe; border:1px solid #fefefe;} 
.ui-selectmenu-menu li a:hover {background-color:#E9E8E8;}
/* custom arrow */
.ui-icon-triangle-1-s { background-image:url(../images/select-arrow.png); width:31px; height:24px; }
/***** Phone *****/
@media only screen and (max-width: 767px) { 
    .ui-selectmenu { height: 48px; line-height:48px; }
    .ui-selectmenu-status { line-height:48px; }
    .ui-icon-triangle-1-s {
    	height: 48px;
    	line-height: 48px;
    	background-size: 31px 48px;    	
    }
}