#rt-showcase .rt-container, #rt-showcase .rt-container .rt-grid-12 {width: 100%; height: auto;} 

.sprocket-features-content {
    display: none;
}

.item154 > a:nth-child(1) {
    color: #ff0000;
}

.rt-table-title {
    color: #FFF;
    background: none repeat scroll 0% 0% #e5e5e5;
    border-radius: 3px;
    font-size: 1.5em;
}

.btn-success {
    background-color: #709514;
    background-image: linear-gradient(to bottom, #709514, #61820d);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #FFF;
    background-color: #4a6703;
}


.customflush > p:nth-child(1) > img:nth-child(1) {width: 100%; height: auto;} 

.btn-inverse {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

#rt-footer.rt-overlay-light a:hover {
    color: #fff;
}
    
.btn-inverse:hover {
    background-color: #ededed;
}

//
ul, menu, dir {
  list-style-type: none;
 }
//

.item101 > a:nth-child(1) {
    display: none;
}

.gf-menu li.item101 {display: none;}

div.k2Pagination ul li {
    display: inline;
    padding: 0 4px;
}

/*Remove Bullets from RSS News Feed*/

#rt-footer > div > div.rt-grid-12.rt-alpha.rt-omega > div > div > div.module-content > div > ul {
    list-style-type: none;
}