
/*
Tipue Image Search 3.1
Copyright (c) 2013 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
 *{
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
       box-sizing: border-box;
  }
.containerser{width:100%; margin:auto; position:relative; max-width:1200px; margin-bottom:100px;   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

#tipue_search_input
{
         font-family: "Inter", Sans-serif;
		 font-size:16px;
	color: #333;
	padding: 7px;
	width: 150px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
     box-shadow: none; 
	outline: 0;
	margin: 0; 
}

#tipue_search_input2
{
        /* font-family: "Inter", Sans-serif;
		 font-size:16px;
	color: #333;
	padding: 7px;*/
	width: auto;
    background-color: transparent;
    border: 0px;
    text-align: center;
    margin:auto;
	background-color:transparent;
	 
 
}
#tipue_search_input:focus
{
     border: 1px solid #ccc;    
}
#tipue_search_button
{
     /* width: 70px;
     height: 36px;
     border: 0;
     border-radius: 1px;
     background: #75a8fb url('img/search.png') no-repeat center;
	outline: none; */
}
#tipue_search_button:hover
{
    /* background-color: #5193fb;*/
}

#tipue_search_content
{
    /* clear: left;*/
	padding: 27px 0 13px 0;
	margin: 0;    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tipue_search_warning_head
{
     font: 14px/1.6 'Open Sans', sans-serif;
	color: #333;
}
#tipue_search_warning
{
     font: 12px/1.6 'Open Sans', sans-serif;
	color: #333;
	margin: 7px 0;
}
#tipue_search_container
{
     background-color: #f3f3f3;
     padding:   10px;
     border-radius: 1px;
	   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tipue_search_inner{ padding: 10px;margin: 10px;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.tipue_search_image_wrap
{width:auto;
     float: left;
     /*padding: 10px;margin: 10px;*/
     background-color: #fff;
     border-radius: 1px;     
     padding: 10px;margin: 10px;
	   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tipue_search_image
{
     width: auto;
     outline: 0;
     transition: opacity .30s ease-in-out;
     -moz-transition: opacity .30s ease-in-out;
     -webkit-transition: opacity .30s ease-in-out;
     cursor: pointer;
}
.tipue_search_image:hover
{
     -webkit-opacity: 0.7;
     -moz-opacity: 0.7;
     opacity: 0.7;
}

.tipue_search_box_clear
{
     display: none;
     clear: both;
}
.tipue_search_box
{
     display: none;
     margin: 10px 10px 0 0;
     background-color: #fff;
     padding: 10px;
     border-radius: 1px;     
}
.tipue_search_box_close
{
     padding: 10px;
     background: #fff url('img/close.png') no-repeat right;
     cursor: pointer;         
}
.tipue_search_box_image
{
     max-width: 260px;
     height: auto;
     outline: 0;
     cursor: pointer;
     margin: 00px 0 0 00px;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tipue_search_box_title
{
    /* max-width: 650px;
     font: 300 23px/1.6 'Open Sans', sans-serif;
	margin: 19px 30px 0 30px;*/
	  
    color: #0b3d2c;
    /* font-family: " Fira Sans", Sans-serif; */
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
    letter-spacing: -0.4px;
	margin:15px auto;
 
}
.tipue_search_box_title a
{
     color: #444;
     text-decoration: none;
}
.tipue_search_box_title a:hover
{
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;   
}
.tipue_search_box_loc
{
     font: 300 13px/1.7 'Open Sans', sans-serif;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;
     color: #333;     
	margin: 9px 30px 0 30px;
}
.tipue_search_box_loc a
{
     color: #096;
     text-decoration: none;
}
.tipue_search_box_loc a:hover
{
     color: #333;  
}
.tipue_search_box_btn_wrap
{
     margin: 19px 30px 30px 30px;    
}
.tipue_search_btn
{font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 26px; */
    display: inline-block;
    padding: 10px 22px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 500px 100px;
   
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-color: #017e52;
    border: 0;
}
.tipue_search_btn:hover
{color: #017e52;
     background-color: #8cc152;
}
.tipue_search_more
{
     display: inline-block;
     padding: 10px 22px;
     font: 300 11px/1.7 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
     text-decoration: none;
     text-align: center;
     vertical-align: middle;
     background-color: #75a8fb;
     border: 0;
     margin: 10px 10px 0 0;
}
.tipue_search_more:hover
{
     background-color: #5193fb;
}
