.filter-model h2 {
  /*  font: 14pt IntroRegular; */
    color: #000;
    text-align: center;
 /*   margin-bottom: 30px; */
}

.filter-model input[type='submit'] {
    background: rgb(65, 72, 80); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDg1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzNiNDE0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzIwMjEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTFiMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(65, 72, 80, 1)), color-stop(21%, rgba(59, 65, 72, 1)), color-stop(81%, rgba(32, 33, 36, 1)), color-stop(100%, rgba(26, 27, 29, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414850', endColorstr='#1a1b1d', GradientType=0); /* IE6-8 */

    padding: 10px 0;
    border-radius: 10px;
    border: none;
    width: 96%;
    color: #fff;
    font: 13pt RobotoLight;
    margin: 20px auto 0;
    display: block;
}

.filter-model.not_styler select:last-of-type {
    margin-bottom: 0;
}
.filter-model.not_styler select {
    height: 32px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    padding: 0 35px 0 10px;
    border: 1px solid #8e8e8e;
/*    font: 14px/30px Exo2Regular, sans-serif; */
    color: #333;
    background-color: #fff;
    border-radius: 6px;
   /* -webkit-appearance: none;
    background-image: url(../img/style.png);
    background-position: right center;
    background-repeat: no-repeat; */
    line-height: 1;
     background-image: none;
    /* for FF 
    -moz-appearance: none; */
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE 
    -ms-appearance: none;
   
     appearance: none !important; */
}

.filter-model.not_styler select::-ms-expand {
    display: none;
}

.filter-model{
    position: relative;
    padding-bottom: 1em;
}
.filter-model .loading-wrap img{
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}
.filter-model .loading-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.5);
    display: none;
}
