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

#simpleSearchWrapperstacks_in_5,
#simpleSearchWrapperstacks_in_5 *,
#simpleSearchWrapperstacks_in_5 *:before,
#simpleSearchWrapperstacks_in_5 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#simpleSearchFormstacks_in_5 {
	position: relative;
	display: block;
	border: 1px solid rgba(226, 226, 226, 1.00);
	border-radius: 4px;
	padding: 0px;
	background: rgba(255, 255, 255, 1.00);
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
	transition: all 300ms ease-in-out;
}

#simpleSearchFormstacks_in_5.focusedSimpleSearch {
	border: 1px solid rgba(0, 128, 255, 1.00);
	background: rgba(255, 255, 255, 1.00);
}

#searchButtonstacks_in_5 {
	position: absolute;
	top: 0;
	z-index: 5;
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background: none;
	border: none;
	outline: none;
	text-align: center;
	display: inline-block;
}

#searchButtonstacks_in_5 #searchIconstacks_in_5 {
	color: rgba(46, 46, 46, 1.00);
	transition: all 300ms ease-in-out;
}

#searchButtonstacks_in_5:hover #searchIconstacks_in_5:hover {
	color: rgba(179, 179, 179, 1.00);
}

#tipue_search_inputstacks_in_5 {
	font: 14px/1.6em sans-serif;
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none; 
	outline: 0;
	margin: 0;
	position: relative;
	color: rgba(46, 46, 46, 1.00);
	padding: 0;
}

/*  */
#searchButtonstacks_in_5 {
	right: 0;
}

#tipue_search_inputstacks_in_5 {
	margin: 0 50px 0 10px;
}
/*  */

/*  */

#tipue_search_content {
	padding-top: 20px;
	margin: 0;
}

#tipue_search_warning {
	font: 300 15px/1.6 sans-serif;
	margin: 7px 0;
}

#tipue_search_warning a {
     text-decoration: none;
}

#tipue_search_warning a:hover {
     color: #555;  
}

#tipue_search_results_count {
	font: 300 15px/1.7 sans-serif;
}

.tipue_search_content_title {
	font: 300 21px/1.7 sans-serif;
	margin-top: 25px;
}

.tipue_search_content_title a {
     text-decoration: none;
}

.tipue_search_content_title a:hover {

}

.tipue_search_content_url {
     font: 300 14px/1.9 sans-serif;
     word-wrap: break-word;
     hyphens: auto;
}

.tipue_search_content_url a {
     text-decoration: none;
}

.tipue_search_content_url a:hover {
 
}

.tipue_search_content_text {
	word-wrap: break-word;
	hyphens: auto;
	margin-top: 3px;
}

.tipue_search_content_debug {
	font: 300 13px/1.6 sans-serif;
	margin: 5px 0;
}

.h01 {
     color: rgba(51, 51, 51, 1.00);
     background: rgba(255, 255, 255, 1.00);
     font-weight: 400;
}

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

#tipue_search_foot_boxes {
	padding: 0;
	margin: 0;
	font: 12px sans-serif;
}

#tipue_search_foot_boxes li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#tipue_search_foot_boxes li a {
	padding: 10px 17px 11px 17px;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px solid #e2e2e2;
	color: rgba(51, 51, 51, 1.00);
	margin-right: 8px;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#tipue_search_foot_boxes li.current {
	padding: 10px 17px 11px 17px;
	background: rgba(246, 246, 246, 1.00);
	border: 1px solid #e2e2e2;
	color: rgba(51, 51, 51, 1.00);
	margin-right: 8px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#tipue_search_foot_boxes li a:hover {
     background: rgba(246, 246, 246, 1.00);
}


/* spinner */


.tipue_search_spinner {
     padding: 31px 0;
     width: 50px;
     height: 28px;
}

.tipue_search_spinner > div {
     background-color: #777;
     height: 100%;
     width: 3px;
     display: inline-block;
     margin-right: 2px;
     -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
     animation: stretchdelay 1.2s infinite ease-in-out;
}

.tipue_search_spinner .tipue_search_rect2 {
     -webkit-animation-delay: -1.1s;
     animation-delay: -1.1s;
}

.tipue_search_spinner .tipue_search_rect3 {
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
          -webkit-transform: scaleY(0.4)
	}  
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/* @group Added by WW */

#tipue_search_inputstacks_in_5 {
	background: none;
}

/* @end */




