@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Code+Pro');


/*
Tipue Search 7.0
Copyright (c) 2018 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/


/* basics */

#tipue_form{
	width: 100%;
	float:  left;
	    margin: 0;
}

.tipue_search_group
{	  position: relative;
    width: 100%;
    min-width: 270px;
    float: left;}
	
	.tipue_search_group:after
{
     content: "";
     display: table;
     clear: both;
}


.tipue_search_group span{ font-size: 0;}
/* fonts, colors */


#tipue_search_input
{
font-size: 17px;  
 
}
.tipue_search_icon
{
     color: #FFFFFF;   
}
#tipue_search_results_count, .tipue_search_related, .tipue_search_note
{
	font-size: 16px;
	    color: #555;

}
#tipue_search_replace, #tipue_search_error, .tipue_search_content_text
{
	
	color: #000; 

}

.tipue_search_content_text strong{
color: #0059A4;}

#tipue_search_replace a
{
     color: #0059A4;
     text-decoration: none;
}
#tipue_search_replace a:hover
{
     color: 55;  
}
.tipue_search_related_btn
{
     font: 11px/1 'Source Code Pro', monospace;
	color: 55;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f7f7f7;
}
.tipue_search_content_title
{	  width:100%;
	font-weight: 700;
	font-size: 19px;
	text-decoration: underline;
     -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 10px 0;
}
.tipue_search_content_title a
{
    color: #000000;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     text-decoration: underline;
}
.tipue_search_content_url, .tipue_search_content_debug
{  width:100%;
	font-size: 17px;
 
}
.tipue_search_content_url a
{
     color: #0059A4;
     text-decoration: none;
}
.tipue_search_content_url a:hover
{
	text-decoration: underline;
}
.tipue_search_content_bold
{
     font-weight: 700;
	background: #FFCC33;
	padding:  2px 5px;
     color: #000000;
}
.tipue_search_note a
{
     color: #000;
     text-decoration: none;
}
.tipue_search_image_close
{
     font: 22px/1 'Source Code Pro', monospace;
	color: #ccc;     
}
#tipue_search_zoom_text
{
     font: 11px/1.7 'Source Code Pro', monospace;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#tipue_search_zoom_text a
{
     color: #ccc;
     text-decoration: none;
     border-bottom: 2px solid #f7f7f7;
}
#tipue_search_zoom_text a:hover
{
     border: 0;
}
#tipue_search_foot_boxes
{	
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #FFF;
	 
}





/* search box */


#tipue_search_input
{
     float: left;
	 width: 100%;
	width: calc(100% - 50px) !important;
       background-color: #FFFF;
    border: 1px solid #D8D8D8;
     padding: 9px 6px 10px 15px;
     height: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
     box-shadow: none;
	outline: 0;
	margin: 0;
}
.tipue_search_button
{
         position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #008920;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
	padding: 0;
    margin: 0;
}
.tipue_search_icon
{
 float: left;
    box-shadow: none;
    outline: 0;
    margin: 0;
    width: 100%;
    text-align: center;
	
}
.tipue_search_icon i{ font-size: 21px; margin: 0;     line-height: 50px;}

/* search results */


#tipue_search_content
{    width: 100%;
     max-width: 100%;
	margin: 0;
}
.tipue_search_result
{	 border-bottom: solid 1px #d8d8d8;
     width: 100%;
	padding-top: 21px;
}
#tipue_search_results_count
{
     width: 100%;
	padding-top: 9px;
}
.tipue_search_related
{
     padding-top: 13px;
}
.tipue_search_related_block
{
     padding-bottom: 6px;
}
#tipue_search_warning
{
	padding-top: 10px;
}
.tipue_search_related_btn
{
     display: inline-block;
     padding: 9px 10px;
     text-decoration: none;
     text-align: center;
     margin: 9px 9px 0 0;
     outline: 0;
     transition: 0.2s; 
     cursor: pointer;
}
#tipue_search_replace
{
     padding-top: 13px;
}
#tipue_search_error
{	color: #D2232A; 
	font-weight: 600;
     padding-top: 13px;
}

.tipue_search_content_url
{
     padding-top: 3px;
     word-wrap: break-word;
     hyphens: auto;
	 font-size: 16px;
	 line-height: 20px;
	
	margin: 0 0 10px 0;
}
.tipue_search_content_text
{
     word-wrap: break-word;
     hyphens: auto;
     margin: 0 0 20px 0;
	  padding: 0 0 20px 0;
	width: 100%;
	font-size: 16px;

}
.tipue_search_note
{
     padding-top: 5px;
}
.tipue_search_content_debug
{
     margin: 5px 0;
}


/* images */


.tipue_search_image
{
     padding: 9px 0 6px 0;
}
.tipue_search_img
{
     width: 200px;
     max-width: 100%;
     height: auto;
     transition: 0.5s;

}
.tipue_search_img:hover
{
     opacity: 0.7;
}
.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;
     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
{
	width: 100%;
	margin: 0;
	padding: 15px 0;
}
#tipue_search_foot_boxes
{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#tipue_search_foot_boxes li
{
     display: inline;
     list-style: none;
     margin: 0 5px 0 0;
     padding: 0;
     width: 50px;
     height: 50px;
     color: #FFF;
     background: #0059A4;
     text-align: center;
     font-weight: 700;
}
#tipue_search_foot_boxes li a
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #0059A4;
	color: #FFF !important;
}
#tipue_search_foot_boxes li.current
{
background: #FFCC33;
	text-align: center;
	line-height: 50px;
	color: #000;
}



#tipue_search_foot_boxes li a:hover, .tipue_search_related_btn:hover
{
     background: #3399CC;
     color: #FFF;
}