.skin2 .DWMasonryGallery_mobileSelect
{
	max-width : 92%;
	box-sizing: border-box;
	padding : 12px 14px ;
	margin-bottom : 0px;
	font-size : 1.2rem;
	border-radius : 0px;
	-moz-border-radius : 0px;
	-webkit-border-radius : 0px;
	color:#fff;
	outline:none;
	background-color:#25418F;
}
.skin2 .DWMasonryGallery_mobileSelect:hover
{
	background-color:#25418F;
}

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

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