#logo img {
    width: 150px;
    height: 150px;
}
#logo {
    width: 200px;
    height: 35px;
}
@media(max-width:600px) {
    #logo img {    
        width: 100px;
        height: 100px;
    }
    .inventory-rooms i {
        display: block;
    }
}
.footer-logo {
    width: 100px;
    height: 100px;
}
#copy {
    background: #000000;
    color: #ffffff;
}
.box_feat a {
    background: #ffffffee;
    padding: 14px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: bold;
}
.box_feat a:hover {
    background: #144468;
    color: #ffffff;
}
.afra-logo {
    width: 70px;
    float: right;
    margin: 0 0px 0px 25px;
}
.sticky #logo img {
    width: 80px;
    height: 80px;
}
.page-title {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 50px;
}
@media(min-width: 500px) {
    .sticky nav ul li:last-child a,
    nav ul li:last-child a {
        background: #277AB8 !important;
        border-radius: 5px;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ffffff;
    }
    .sticky nav,
    nav {
        margin-top: 0px;
    }
    .sticky nav ul li:last-child,
    nav ul li:last-child {
        margin-left: 10px;
    }
    
}


.inventory-rooms .room-item .form-group a,
.inventory-rooms .room-item,
.inventory-rooms .room-item .form-group {
    width: 100%;
    display: inline-block;
}

.inventory-rooms .room-item .form-group a {
    padding: 10px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
}
#inventory-items-container {
    padding: 20px 30px 20px 30px;
    border-radius: 6px;
}
.room-item a {
    text-shadow: 1px 1px 2px #000000bd;
}
.room-item .inactive {
    background-color: #00000026 !important;
}
.room-item .inactive:hover {
    background-color: #0000004d !important;
}
.room-item i {
    padding-right: 5px;
}
.room-icon {
    font-size: 10px;
    color: #ffffff;
    font-weight: normal;
    padding: 1px;
    border-radius: 15px;
    margin-left: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -2px;
    left: 2px;
}

.suburb-list-container {
    height: 0px;
    overflow: visible;
    width: 100%;
}
.suburb-list-container ul {
  list-style-type: none;
  padding-left: 0px;
}
.suburb-list-container ul li a {
    padding: 15px;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    color: #000000;
}
.suburb-list-container ul li a:hover {
    background: #FAFAFA;
}
.suburb-list-container #suburb-list-pickup,
.suburb-list-container #suburb-list-delivery {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb !important;
    z-index: 9999;
    position: relative;
    top: -3px;
    border-bottom: 13px;
    max-height: 200px !important;
    overflow: auto !important;
    margin-bottom: 0px;
    padding-bottom:0px;
}
.suburb-list-container ul,li {
    padding-bottom: 0px;
    margin-bottom: 0px;
}