


#newThing {
  position: fixed;
  z-index: 999999999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: .97 ;
  background: #2c2b37;
  padding-bottom:4em;
}

@media (max-width:991px) {
  #newThing {
    padding-top: 50px;
}
}

.tipue_search_result, #tipue_search_error {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display:flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


.hidden {
  display:none;
}


#tipue_search_input
{

    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    height: 31px;
    margin-top: 4px;
    width: 200px;

}
#tipue_search_input:-webkit-autofill,
#tipue_search_input:-webkit-autofill:hover,
#tipue_search_input:-webkit-autofill:focus
{
     -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
}

#tipue_search_content {
  display:flex;
  flex-direction: column;
  align-items:flex-start;
}

/* search results */


#tipue_search_content
{
  max-width: 100%;
	margin: 0;
  overflow: auto;
  box-sizing: content-box;
}
.tipue_search_content_title
{
     font: 300 32px/1.4 Merriweather, serif;
     font-family: 'Roboto Condensed', sans-serif;
     color: white;
}
.tipue_search_content_title a
{
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     border-bottom: 1px solid #333;
}
.tipue_search_result
{
     padding-top: 27px;
}
#tipue_search_results_count, .tipue_search_content_debug
{
     font: 13px/1.5 'Source Code Pro', monospace;
	text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#tipue_search_results_count
{
     padding-top: 9px;
}
.tipue_search_content_url, .tipue_search_note, .tipue_search_related, #tipue_search_error, #tipue_search_replace
{
     font-family: 'Roboto Condensed', sans-serif;
     color: white;
     padding-top: 7px;
     word-wrap: break-word;
     hyphens: auto;
}
.tipue_search_content_url a, .tipue_search_note a, .tipue_search_related a, #tipue_search_replace a, #tipue_search_replace a:hover
{
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
     text-decoration: none;
}
.tipue_search_content_url a:hover, .tipue_search_note a:hover, .tipue_search_related a:hover
{
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
}
#tipue_search_replace, .tipue_search_related
{
     margin-top: 7px;
}
#tipue_search_error
{
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
     margin-top: 17px;
}
.tipue_search_content_text
{

     font-family: 'Roboto Condensed', sans-serif;
     color: white;
     word-wrap: break-word;
     hyphens: auto;
     margin-top: 9px;
}
.tipue_search_content_bold
{
     font-weight: 400;
     font-family: 'Roboto Condensed', sans-serif;
     color: white;
}
.tipue_search_content_debug
{
     margin: 7px 0 2px 0;
}


/* images */


.tipue_search_image
{
     padding: 17px 0 6px 0;
}
.tipue_search_img
{
     width: 100%;
     max-width: 330px;
     height: auto;
     transition: 0.5s;
     border-radius: 2px;
}
.tipue_search_img:hover
{
     opacity: 0.9;
}
#tipue_search_zoom_text
{
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 9px;
}
#tipue_search_zoom_text a
{
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
     text-decoration: none;
     border-bottom: 2px solid #f7f7f7;
}
#tipue_search_zoom_text a:hover
{
     border: 0;
}
.tipue_search_image_zoom
{
     cursor: pointer;
}
#tipue_search_image_modal
{
     display: none;
     position: fixed;
     z-index: 1000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.9);
}
.tipue_search_image_close
{
     position: absolute;
     top: 0;
     right: 0;
     font-family: 'Roboto Condensed', sans-serif;
     color: white;
     padding: 25px 30px;
     cursor: pointer;
}
.tipue_search_image_block
{
     margin: 0 auto;
     max-width: 900px;
     padding: 73px 30px 30px 30px;
     box-sizing: border-box;
     color: #fff;
}
#tipue_search_zoom_img
{
     max-width: 100%;
     height: auto;
}

#tipue_search_zoom_text, .tipue_search_zoom_options
{
     padding-top: 9px;
}


/* footer */


#tipue_search_foot
{
     margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{

  font-family: 'Roboto Condensed', sans-serif;
  color: white;
	text-transform: uppercase;
	color: #333;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#tipue_search_foot_boxes li
{
     display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tipue_search_foot_boxes li a {
    background-color: none;
    color: white;
    padding: 10px 17px 11px 17px;
    border-radius: 3px;
    margin-right: 7px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    background-color: transparent;
}


#tipue_search_foot_boxes li.current
{
     background: #252525;
	color: #ccc;
	padding: 10px 17px 11px 17px;
     border-radius: 3px;
	margin-right: 7px;
	text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
     background: #252525;
     color: #ccc;
}
