.selectBox-dropdown {
    position: relative;
    font-family: 'kulturista-web';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 14px 15px;
    color: #ababab;
    background: none;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    width: 100% !important;
    outline: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.selectBox-dropdown:hover,
.selectBox-dropdown.selectBox-menuShowing{
    text-decoration: none;
    cursor: pointer;
}

.selectBox-dropdown:focus{
    text-decoration: none;
}

.selectBox-dropdown .selectBox-label {
    font-family: 'kulturista-web';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #ababab;
}

.selectBox-dropdown .selectBox-arrow {
    background-image: url('../images/arrows.png') !important;
    background-position: 0 24px !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    height: 46px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background-position: 0 -31px !important;
}

/* Dropdown menu */
.selectBox-dropdown-menu.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 300px;
    min-height: 1px;
    background: #fff;
    overflow: auto;
    margin-top: 0px !important;
    width: 100%;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

/* Options */
.selectBox-options.selectBox-dropdown-menu,
.selectBox-options.selectBox-dropdown-menu li,
.selectBox-options.selectBox-dropdown-menu li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-dropdown-menu{
    padding: 0;
}

.selectBox-options.selectBox-dropdown-menu li a {
    font-family: 'kulturista-web';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 14px 15px;
    color: #ababab;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    cursor: pointer;
}

.selectBox-options.selectBox-dropdown-menu li.selectBox-hover a,
.selectBox-options.selectBox-dropdown-menu li.selectBox-selected a {
    background-color: #f4efea;
    text-decoration: none;
}



/*************************/
/*gravity forms*/
/*************************/

/* Input dropdown */
/* Dropdown control */
.selectBox-dropdown.gfield_select {
    position: relative;
    font-family: 'kulturista-web';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 14px 15px;
    color: #ababab;
    background: none;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    width: 100% !important;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.selectBox-dropdown.gfield_select:hover,
.selectBox-dropdown.gfield_select.selectBox-menuShowing{
    text-decoration: none;
    cursor: pointer;
}

.selectBox-dropdown.gfield_select:focus{
    text-decoration: none;
}

.selectBox-dropdown.gfield_select .selectBox-label {
    font-family: 'kulturista-web';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #ababab;
}

.selectBox-dropdown.gfield_select .selectBox-arrow {
    background-image: url('../images/arrows.png') !important;
    background-position: 0 20px !important;
    background-repeat: no-repeat !important;
    background-size: initial !important;
    height: 46px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.selectBox-dropdown.gfield_select.selectBox-menuShowing .selectBox-arrow {
    background-position: 0 -35px !important;
}

/* Dropdown menu */
.selectBox-dropdown-menu.gfield_select-selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 300px;
    min-height: 1px;
    background: #fff;
    overflow: auto;
    margin-top: 0px !important;
    width: 100%;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

/* Options */
.selectBox-options.gfield_select-selectBox-dropdown-menu,
.selectBox-options.gfield_select-selectBox-dropdown-menu li,
.selectBox-options.gfield_select-selectBox-dropdown-menu li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.gfield_select-selectBox-dropdown-menu{
    padding: 0;
}

.selectBox-options.gfield_select-selectBox-dropdown-menu li a {
    font-family: 'kulturista-web';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 14px 15px;
    color: #ababab;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    cursor: pointer;
}

.selectBox-options.gfield_select-selectBox-dropdown-menu li.selectBox-hover a,
.selectBox-options.gfield_select-selectBox-dropdown-menu li.selectBox-selected a {
    background-color: #f4efea;
    text-decoration: none;
}