html select.selectpicker {
    display: block !important;
}
html select{
    height:50px;
width:100%;
padding:0 15px;
text-transform:none;
border-radius: 8px;
border: 1px solid #dedcd6;
background:#fff;
background:-moz-linear-gradient(top, #fff 0, #f9f8f6 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f9f8f6));
background:-webkit-linear-gradient(top, #fff 0, #f9f8f6 100%);
background:-o-linear-gradient(top, #fff 0, #f9f8f6 100%);
background:-ms-linear-gradient(top, #fff 0, #f9f8f6 100%);
background:linear-gradient(to bottom, #fff 0, #f9f8f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f8f6', GradientType=0);
}
html .bootstrap-select .caret{
border:none;
display:inline-block;
height:11px;
width:15px;
background:url(../images/caret.png) 0 0 no-repeat;
right:20px !important;
margin-top:-3px !important
}
@media (max-width:767px){
    html .bootstrap-select{
        margin-bottom:20px
}
}
