.skin12 .DWMasonryGallery_mobileSelect
{
	width : 90%;
	padding : 10px 0 10px 14px;
	margin-bottom : 20px;
	font-size : 20px;
	border-radius : 4px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	background-color:#828282;
	color:#FFFFFF;
	outline:none;
	font-family: 'Domine';
}
.skin12 .DWMasonryGallery_mobileSelect:hover
{
	background-color:#5C5C5C;
}

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

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