/*
Tipue Search 2.1
Copyright (c) 2013 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#searchHolder{
width:auto;
max-width: 100%;
padding-left: 4%;
padding-top:15%;

}
em
{
     font: inherit; 
     font-weight: 400;   
}
#tipue_search_content
{
	 position:relative;
	 width:100%;
	 padding-top:20px;
	 padding-bottom:30px;
}
#tipue_search_loading
{
     background: #fff url('../tipuesearch01/img/loader.gif') no-repeat left;
}

#tipue_search_warning_head
{
     font: 12px/1 'open sans', sans-serif;
	color: #333;
}
#tipue_search_warning
{
     font: 300 12px/1 lato, sans-serif;
	color: #111;
	
}
#tipue_search_warning a
{
     color: #36c;
     text-decoration: none;
}
#tipue_search_warning a:hover
{
     color: #111;     
}

#tipue_search_results_count
{
    font: 300 14px/1.5 lato, sans-serif;
	color: #111;
	padding-top:20px;
	padding-left:60px;
	clear:both;
}
.tipue_search_content_title
{
font-family: Arial, Helvetica, sans-serif;
color:#6FB9C6;
margin-top: 20px;
text-align:center;
font-size:10pt;
text-decoration:none;
max-width:100%;
}
.tipue_search_content_title a
{
     color: #000;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     color: #333;    
}

.tipue_search_content_image_box
{
     border: 1px solid #fff;
     padding: 13px;
     margin: 0px 0px 0px 0px;
	 position:relative;
     width: 250px;
	 

}
.tipue_search_content_image
{
     width: 250px;
	 height: 250px;
     outline: none;
     cursor: pointer;
} 
      
#tipue_lightbox
{
     display: none;
     position: fixed;
	top: 5%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
}
#tipue_lightbox_content
{
     margin: 10% auto;
     background-color: #fff;
     padding: 5%;
     border: 1px solid #ccc;
     width: 25%;
     text-align: center;
     box-shadow: 0 1px 2px #eee;
}
#tipue_lightbox img
{
     max-width: 80%;
     height: auto;
	 border: none;
}
#tipue_lightbox_content_title {
font-family: Arial, Helvetica, sans-serif;
color:#ccc;
text-align:center;
font-size:15pt;
text-decoration:none;
max-width: 80%;
min-width: 80%;
margin-left: 10%;
margin-top: 5%;
}
#tipue_lightbox_content_link
{
     width: 100%;
     height: 60px;
	margin-top: 5%;
	margin-left: 0%;
	text-align:center;
     background: #fff url('../tipuesearch01/img/link.png') no-repeat center;
}
#tipue_lightbox_content_expand
{
display:none;
}
#tipue_lightbox_content_link:hover, #tipue_lightbox_content_expand:hover
{
     background-color: #fff;
}
.tipue_search_content_text
{
    font: 300 12px/1.7 lato, sans-serif;
	color:#666666;
	padding: 13px 13px 13px 13px;
    max-width: 250px;
	height: 45px;
	overflow:hidden;
	text-align:center;
}
.tipue_search_content_loc
{
display:none;

}
.tipue_search_content_loc a
{
display:none;
}
.tipue_search_content_loc a:hover
{
display:none;
}

#tipue_search_foot
{
     position:relative;
	 padding-left:60px;
	 clear:both;
     width: 100%;
	 margin-top: 10px;
	 padding-top: 30px;
}
#tipue_search_foot_boxes
{
	padding: 0;
	margin: 0;
    font: 12px/1 'open sans', sans-serif;
}
#tipue_search_foot_boxes li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	
}
#tipue_search_foot_boxes li a
{
	padding: 7px 10px 8px 10px;
     background-color: #f5f5f5;
     background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
     background: linear-gradient(top, #f7f7f7, #f1f1f1);
     border: 1px solid #dcdcdc;
     border-radius: 2px;
	color: #333;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
}
#tipue_search_foot_boxes li.current
{
	padding: 7px 10px 8px 10px;
     background: #fff;
     border: 1px solid #dcdcdc;
     border-radius: 2px;
	color: #333;
	margin-right: 7px;
	text-align: center;
	overflow:scroll;
}
#tipue_search_foot_boxes li a:hover
{
	border: 1px solid #c3c3c3;
	box-shadow: 1px 1px 2px #e3e3e3;
}
@media all and (max-width: 1325px){
#tipue_lightbox
{
	top: 15%;
}
#tipue_lightbox_content
{
     width: 35%;
}
#tipue_lightbox_content_title
{
font-size:12pt;
margin-left: 10%;
margin-top: 5%;
}
#tipue_lightbox_content_link
{
	margin-top: 5%;
width: 100%;

}
@media all and (max-width: 759px){
#tipue_lightbox
{
	top: 15%;
}
#tipue_search_content
{
padding: 0;
margin-top: 50px;
text-align: center;
margin-left: 10%;
width: 90%;
}
.tipue_search_content_image_box
{
     max-width: 90%;

}
.tipue_search_content_image
{
     max-width: 90%;
	 height: auto;
     outline: none;
     cursor: pointer;
}       


#tipue_lightbox_content
{
     width: 80%;
}
.tipue_search_content_title
{
font-size:8pt;
max-width:80%;
margin-left: 10%;
}
#tipue_lightbox_content_link
{
	margin-top: 5%;
width: 100%;

}
}

