#search_header {
	position: absolute;
	display: none;
	z-index: 2;
	top: 86px;
	right: 0px;
	width: 320px;
	border: 1px solid #d5daed;
	background: #f1f6fb;

	/* properties to animate!
	 * the ".animate" class will take care
	 * of resetting these! */
	opacity: 0;
	margin-top: -10px;

	-webkit-transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}

#search_header.showing {
	display: block;
}

#search_header.animate {
	margin-top: 0px;
	opacity: 1;
}

.layout-sm #search_header { top: 75px; }
.layout-xs #search_header { top: 64px; }

#search_header:before {
	/* allows for us to create
	 * the little arrow that
	 * should show below the link
	 */
	position: absolute;
	content: ' ';
	right: 22px;
	top: -11px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #d5daed;
	border-left: 1px solid #d5daed;
	background: #f1f6fb;

	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.search_form .btn,
.search_form .form-control {
	color: #1a3382;
}

.search_form .btn i {
	vertical-align: -2px;
	font-size: 22px;
}

.search_form .form-control {
	font-weight: 600;
	font-size: 18px;
	height: 53px;
}

.search_form ::-webkit-input-placeholder { color: #1a3382; /* WebKit browsers */ }
.search_form :-moz-placeholder { color: #1a3382; /* Firefox 18- */ }
.search_form ::-moz-placeholder { color: #1a3382; /* Firefox 19+ */ }
.search_form :-ms-input-placeholder { color: #1a3382; /* Internet Explorer 10+ */ }





/*
 * SEARCH ELEMENT
 * occupies the whole page!
 */

#search {
	position: absolute;
	z-index: 1;
	top: 86px;
	left: 0px;
	right: 0px;
	display: none;
	min-height: 340px;
	margin: 0 auto;
	background: rgba(241, 246, 251, 0.95);
}

.layout-sm #search { top: 75px; }
.layout-xs #search { top: 64px; }

.layout-xs #search .row {
	margin-left: 0px;
	margin-right: 0px;
}

#search .search-title {
	background-color: #4976b9;
	text-align: center;
	color: #fff;
	padding: 20px 0px;

	/* background color */
	-webkit-transition: background ease-out 0.2s;
	-moz-transition: background ease-out 0.2s;
	-ms-transition: background ease-out 0.2s;
	-o-transition: background ease-out 0.2s;
	transition: background ease-out 0.2s;
}

#search .search-title.with-warning { background-color: #8b9db7; }
#search .search-title.with-error { background-color: #ce4844; }

#search .search-title h6,
#search .search-title .h6 {
	margin: 0px;
	color: #fff;
}

#search .search-title h6 b,
#search .search-title .h6 b {
	color: rgba(255, 255, 255, 0.7);
}

#search .search-title a.close {
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 1;
	text-shadow: none;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
	border: 2px solid rgba(255, 255, 255, 0.7);
	margin: -8px 0px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#search .search-title a.close:hover {
	color: #fff;
	border-color: #fff;
}

#search .search-empty {
	padding: 40px 0px;
	font-size: 100px;
	color: rgba(0, 0, 0, 0.1);
}

#search .search-copy {
	padding: 40px 0px;
}

#search .search-items {
	padding: 10px 4px;
}

#search .search-item-container {
	padding-left: 10px;
	padding-right: 10px;
}

#search .search-item {
	display: block;
	background-color: #fff;
	border: solid 1px #d4d9ec;
	margin: 10px auto;
	max-width: 394px;
}

#search .search-item .h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0px auto;
	padding: 25px 25px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #eb0631;
}

.layout-xs #search .search-item .h3 {
	padding-top: 20px;
}

#search .search-item .h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0px auto;
	padding: 5px 25px;
	text-align: center;
}

.layout-xs #search .search-item .h2 {
	font-size: 22px;
}

#search .search-item .h4 {
	font-size: 12px;
	font-weight: 700;
	margin: 0px auto;
	padding: 3px 0px 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

#search .search-item .content {
	padding: 15px 30px 30px;
	min-height: 10px;
	text-align: center;
	font-size: 14px;
	color: #616161;
}

.layout-xs #search .search-item .content {
	padding-bottom: 20px;
	font-size: 13px;
}

#search .search-item .links {
	margin: 0px 20px;
	padding: 30px 0px;
	border-top: 1px solid #D5DAED;
	text-align: center;
	font-size: 14px; 
}

.layout-xs #search .search-item .links {
	padding: 15px;
}

#search .search-item .links .link-saiba-mais {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #13619f;
}