.pagination li {
    display: inline-block;
}
.nav-holder{
    z-index:2
}
.toggle-search-mobile{
	z-index:500 !important;
    position:relative !important;
}
.mobile-menu-btn{
	z-index:500 !important;
    position:relative !important;
}
.top-part.sticky #search {
    width: 100%;
}
.top-part.sticky.sq-active .twitter-typeahead {
    width: 41%;
    float: right;
}
.top-part.sticky {
    overflow: visible !important;
}
.top-part {
    overflow: visible !important;
}
.top-part.sq-active #search {
    margin: 11px 0 0;
}
#search {
    background: none;
}
.tt-menu{
       width:100%;
   }


@media(min-width: 37.5em) {
    
   .tt-menu{
       right:0;
       left:auto !important;
       /*width:48%;*/
   }

}

@media(min-width: 75em) {
    
   .tt-menu{
       width:100%;
   }

}

.tt-suggestion {
    padding-left: 10px;
    padding-right: 10px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 105%;
    font-family: roboto;
}
input#search{
    font-size:105% !important;
}

@media only screen and (max-width: 75em) and (min-width: 37.5em)  {
    
    
    
    .top-part.sq-active #search {
    margin: 11px 21px 0 !important;
  
}
    
}

.pagination li.active{
    font-weight:500;
}