body {
    background: #fff;
    font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #444;
    font-size: 14px;
    padding-top: 70px;
}
h1 {
    margin: 0;
}
form.gsc-search-box {
    display: none;
}
.navbar-inverse {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV…8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}
.navbar-header .navbar-brand {
    color: white;
    /* background-color: #242424!important; */
    margin: 5px 0!important;
    padding: 5px 10px;
    height: 40px;
    line-height: 28px;
    font-size: 20px;
}
.navbar-header .navbar-brand:hover{
    background-color: #242424;
    color: #fff;
}
.navbar-inverse .navbar-nav>li {
    padding: 5px;
}
.navbar-inverse .navbar-nav>li>a {
    /* background-color: #111!important; */
    color: white!important;
    padding: 10px;
    border-radius: 4px;
    transition: all .3s ease;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #242424!important;
    color: white;
}
/* Homepage */
.front {
    padding: 70px 0 0 0;
    text-align: center;
    background-color: #fff;
}
.front h1 {
    font-size: 50px;
    font-family: "Yanone Kaffeesatz",sans-serif;
}
.global-search {
    text-align:center;
    padding:10px;
}
.global-search * {
    display:inline-block;
    margin-bottom:0;
}
.global-search .form-control {
    width:120px;
}
.global-search a {
    display:block;
    padding-top:10px;
}
ul.lists {
    list-style: none;    
    padding: 0;    
    margin: 0;
}
.lists li {
    display: inline-block;    
    padding: 2px 8px;    
    margin: 0 6px 10px 0;    
    border-radius: 2px;    
    background: #232323;    
    color: #f2f2f2;
}
.lists li a{   
    color: #f2f2f2;
}
.recent-list.clearfix {
    padding: 10px;
}
ul.lists h2 {
    font-size: 24px;          
    font-family: "Yanone Kaffeesatz",sans-serif;    
    -webkit-font-smoothing: antialiased;    
    margin: 0px 0 10px 0;    
    padding: 0;    
    color: #00A100;      
    text-shadow: 1px 1px 1px rgba(150, 147, 147, 0.5);
}
/* Single */
.single {
    padding: 0 0 20px 0;
}
.single h1{
    margin-bottom: 20px;
    font-family: "Yanone Kaffeesatz",sans-serif;
    padding: 8px 52px 8px 20px;
    background: #3498db;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
}
.related h4 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 1px;
}
/* Search */
.search {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    background-color: #fff;
}
#sponsored {
    margin: 10px 0;
}
#sponsored p.head2 {
    padding: 14px 10px 0;
    font-size: 12px;
    color: #2200c1;
}
#sponsored_container {
    background-color: #fbf0fa;
    padding: 6px 10px;
}
.results {
    width: 100%;
    padding: 0 0 20px 0;
    float: left;
    font-weight: 300;
}
.search h1 {
    font-size: 18px;
    margin-bottom: 0px;
}
.results_cover {
    float: left;
    margin: 0 10px 0 0;
}
.results_cover img {
    height: 60px;
    width: 80px;
}
.results_title h3 {
    font-size: 120%;
    margin: 0;
    padding-bottom: 3px;
}
.results_title h3 a{
    color: #1a0dab;
}
.results_url a{
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #388222;
}
.results_description {
    margin-top: 4px;
    font-size: 12px;
}
footer {
    bottom: 0;
    width: 100%;
}
#fbar {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
}
.fbar {
    font-size: small;
    padding: 0 30px;
}
.list-group-item.list-group-item-success {
    background: #82b965;
    color: #fff;
    border: none;
    margin: 10px 1px;
    font-family: "Yanone Kaffeesatz",sans-serif;
    font-size: 22px;
}
.list-group-item.list-group-item-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.nowrap {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}
.alert {
    padding: 10px;
}
.clickable {
    cursor: pointer;
}
@media (max-width:768px){
    .front {
          padding: 50px 0 0 0;
    }
}
@media (min-width:400px){
    .global-search {
        padding: 20px 0;
        text-align:center;
    }
    .global-search .form-control {
        width:300px;
    }
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        right: auto;
    }
    .global-search .form-control {
        width:500px;
    }
    .front {
          min-height: 530px;
    }
    .search {
          min-height: 580px;
    }
}