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


em
{
     font: inherit; 
     font-weight: 900;   
}
#tipue_search_input
{
	appearance: none;
	-ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	border-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid #999;
	border-right: none;
	width: 133px;
	padding: 3px;
	margin-top: 0px;
	float: left;
}
#tipue_search_input:focus
{
     border-color: #999;
     box-shadow: 0px 0px 3px rgba(0,0,0,.2);    
}
#tipue_search_button
{
	float: left;
    width: 25px;
    height: 25px;
    margin-top: 0px;
    border: none;
    background-image: url(../../images/icons/icon_search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}
/*#tipue_search_button:hover
{
	border: 1px solid #c3c3c3;
	-moz-box-shadow: 1px 1px 2px #e3e3e3;
	-webkit-box-shadow: 1px 1px 2px #e3e3e3;
	box-shadow: 1px 1px 2px #e3e3e3;
}*/

#tipue_search_content
{
     clear: left;
     max-width: 650px;
	padding: 25px 0 13px 0;
	margin: 0;
}
#tipue_search_loading
{
     padding-top: 60px;     
     background: #fff url('img/loader.gif') no-repeat left;
}

#tipue_search_warning_head
{
     font: 16px 'Lato', sans-serif;
	color: #666;
}
#tipue_search_warning
{
     font: 300 16px 'Lato', sans-serif;
	color: #111;
	margin: 13px 0;
}
#tipue_search_warning a
{
     color: #f30b55;
     text-decoration: none;
}
#tipue_search_warning a:hover
{
     text-decoration: underline;     
}

#tipue_search_results_count
{
     font: 300 16px 'Lato', sans-serif;
	color: #333;
}

.tipue_search_content_title
{
     font: 300 19px 'Lato', sans-serif;
	margin-top: 31px;
}
.tipue_search_content_title a
{
     color: #012840;
     text-decoration: none;
}
.tipue_search_content_title a:hover
{
     text-decoration: underline;;    
}

.tipue_search_content_image_box
{
     float: left;
     border: 1px solid #84939a;
     padding: 13px;
     margin: 21px 0 7px 0;
}
.tipue_search_content_image
{
     max-width: 110px;
     height: auto;
     outline: none;
     cursor: pointer;
}       
#tipue_lightbox
{
     display: none;
     position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
}
#tipue_lightbox_content
{
     margin: 37px auto;
     background-color: #fff;
     padding: 30px;
     border: 1px solid #84939a;
     width: 250px;
     text-align: center;
     box-shadow: 0 1px 2px #eee;
}
#tipue_lightbox img
{
     max-width: 200px;
     height: auto;
}
#tipue_lightbox_content_title
{
     font: 300 15px 'Lato', sans-serif;
	color: #333;
	padding: 17px 25px 0 25px;
	width: 200px;  
}
#tipue_lightbox_content_link
{
     float: left;
     width: 30px;
     height: 30px;
     margin-top: 17px;
     background: #fff url('img/link.png') no-repeat center;
}
#tipue_lightbox_content_expand
{
     float: left;
     width: 30px;
     height: 30px;
     margin: 17px 0 0 3px;
     background: #fff url('img/expand.png') no-repeat center;
}
#tipue_lightbox_content_link:hover, #tipue_lightbox_content_expand:hover
{
     background-color: #f3f3f3;
}

.tipue_search_content_text
{
     font: 300 15px 'Lato', sans-serif;
	color: #333;
	padding: 13px 0;
}
.tipue_search_content_loc
{
     font: 300 15px 'Lato', sans-serif;
	color: #333;
}
.tipue_search_content_loc a
{
     color: #f30b55;
     text-decoration: none;
}
.tipue_search_content_loc a:hover
{
	text-decoration: underline;     
}

#tipue_search_foot
{
     margin: 47px 0 31px 0;
}
#tipue_search_foot_boxes
{
	padding: 0;
	margin: 0;
    font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#tipue_search_foot_boxes li:before{content: normal; margin-right: 0px;}

#tipue_search_foot_boxes li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#tipue_search_foot_boxes li a
{
	background-color: #84939a;
    border-radius: 20px;
	color: #fff;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
	padding: 4px 12px;
	border: none;
	cursor: pointer;
	font-weight: 900;
}
#tipue_search_foot_boxes li.current
{
	padding: 4px 12px;
    background: #e4eaed;
    border-radius: 20px;
	color: #333;
	margin-right: 7px;
	text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
	background-color: #354855;
	text-decoration: none;
}