/* HEADERBOX */
.headerTop .search_widget_headerbox {
	position: relative;
	margin-top: 9px;
	margin-right: 25px;
	width: 0;
	height: 26px;
	overflow: hidden;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: al	l .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.headerTop .search.open .search_widget_headerbox {
	width: 139px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.headerTop .search_widget_headerbox form:after { clear: both; }
.headerTop .search_widget_headerbox input[type="search"] {
	float: left;
	margin-left: 5px;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	width: 105px;
	height: 26px;
	font-family:'CallunaSansW01-Regular';
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding: 0.2rem 0.5rem;
}
.headerTop .search_widget_headerbox input[type="search"]:focus { box-shadow: none; background-color: #fff; }
.headerTop .search_widget_headerbox input[type="search"]::-webkit-input-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox input[type="search"]:-moz-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox input[type="search"]::-moz-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox input[type="search"]:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.headerTop .search_widget_headerbox .searchBtn {
	position: absolute;
	float: left;
	margin-right: 5px;
	width: 24px;
	height: 26px;
	background-color: #fff;
	background-image: url("/includes/public/assets/search/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-mobile .search_widget_headerbox {
	position: relative;
	top: 9px;
	left: 10px;
	width: 292px;
	height: 26px;
	overflow: hidden;
}

.search-mobile .search_widget_headerbox form:after { clear: both; }
.search-mobile .search_widget_headerbox input[type="search"] {
	float: left;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	width: 263px;
	height: 26px;
	font-family:'CallunaSansW01-Regular';
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.search-mobile .search_widget_headerbox input[type="search"]:focus { box-shadow: none; background-color: #fff; }
.search-mobile .search_widget_headerbox input[type="search"]::-webkit-input-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox input[type="search"]:-moz-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox input[type="search"]::-moz-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox input[type="search"]:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.search-mobile .search_widget_headerbox .searchBtn {
	float: left;
	width: 24px;
	height: 26px;
	background-color: #fff;
	background-image: url("/includes/public/assets/search/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
}


/* RESULTS */
.searchBox { position: relative; }
.searchBox input[type="search"] {
	float: left;
	padding-right: 36px;
	margin-right: -26px;
	box-shadow: none;
	width: 100%;
	height: 45px;
	font-family:'CallunaSansW01-Regular';
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
.searchBox input[type="search"]:focus { box-shadow: none; background-color: #fff; }
.searchBox input[type="search"]::-webkit-input-placeholder { color: #333; text-transform: uppercase; }
.searchBox input[type="search"]:-moz-placeholder { color: #333; text-transform: uppercase; }
.searchBox input[type="search"]::-moz-placeholder { color: #333; text-transform: uppercase; }
.searchBox input[type="search"]:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.searchBox .searchBtn { background-color: #b95915; }
.searchBox .searchBtn {
	position: relative;
	float: left;
	width: 26px;
	height: 45px;
	background-color: #b95915;
	background-image: url(/includes/public/assets/shell/icon-search.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.searchBox .searchBtn:before{
	content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 0;
    border-left: 16px solid transparent;
    border-top: 45px solid #b95915;
}
.searchBox .searchBtn:after{
	content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 0;
    border-left: 16px solid #b95915;
    border-top: 45px solid transparent;
}
.search_results_item { padding: 15px 0; }
.search_result_item { padding: 10px 0; }
.search_result_item .columns { padding: 0 15px; }
.search_result_item .search_anchor { font-family:'Chaparral W01 It'; }
.search_result_item h4 a { font-family:'Calluna Sans W01 Bold'; }
.search_results_pagination {
	padding: 15px 0;
	height: 51px;
	line-height: 21px;
	text-align: right;
}
.search_results_pagination .paginationLink {
	display: inline-block;
	width: 19px;
	height: 21px;
	vertical-align: middle;
}
.search_results_pagination .paginationLink .fa {
	display: inline-block;
	width: 19px;
	height: 21px;
	background-image: url("/includes/public/assets/nav-media.png");
	background-size: auto 100%;
}
.search_results_pagination .paginationLink .fa-caret-right { background-position: -19px 0; }
.search_results_pagination .paginationLink .fa-caret-left { background-position: 0 0; }
.search_results form:after { clear: both; }
.search_results_items { clear: both; }