.skin14 .DWMasonryGallery_mobileSelect
{
	width : 90%;
	padding : 10px 14px ;
	margin-bottom : 20px;
	font-size : 1.2rem;
	border-radius : 0px;
	-moz-border-radius : 0px;
	-webkit-border-radius : 0px;
	color:#fff;
	outline:none;
	background-color:#EB7337;
}
.skin14 .DWMasonryGallery_mobileSelect:hover
{
	background-color:#EB7337;
}

.skin14 .DWMasonryGallery_mobileSelect select
{
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    -webkit-appearance: none;
}

.skin14 .DWMasonryGallery_mobileSelect select:focus
{
    outline: none;
}
