/* ---------------------------   MOBILE RESULTS MENU BOX ----------------------------*/

.GO-ResultsMenuBox-Mobile {
    position: relative;
    float: left;
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.GO-ResultsMenuBox-Mobile a:link {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.GO-ResultsMenuBox-Mobile a:visited {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.GO-ResultsMenuBox-Mobile a:hover {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}

.GO-ResultsMenuBox-Mobile a:active {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

.GO-ResultsMenuBox-Mobile ul {
    position: relative;
    width: 100%;
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.GO-ResultsMenuBox-Mobile ul li {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    /*padding-top: 2px;
	padding-bottom: 0px;*/
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.GO-ResultsMenuBox-Mobile li:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0px;
    left: 10px;
    content: "\f0da";
}

/* END DODATEK K LI */

.GO-ResultsMenuBox-Mobile a:hover span {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

.GO-ResultsMenuBox-Mobile ul li:hover {
    background-color: #E9E9E9;
    color: #000000;
}

.GO-ResultsMenuBox-Mobile span {
    /*display: inline;*/
    /* float:left;*/
}

.GO-ResultsMenuBox-Mobile span.GO-stevec {
    /*float: right;*/
    /*text-align: right;
}