/*
========================================================
SEARCH PAGE
========================================================
*/
.search_results .search_results_filters .removeFilter {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.search_results .image-wrapper{ max-width: 200px; margin: 0 auto;}

.search_results .search_result_item [class*="column"] + [class*="column"]:last-child,
.search_results .search_result_item .item-info.columns { float: left;}

.search_results_pagination {
    padding-bottom: 16px;
}
.search_results_pagination .paginationLink{
    position: relative;
    top: 5px;
    font-size: 34px;
}

.search_results a, .search_results a:active, .search_results a:focus { text-decoration: none; font-weight: normal;}
.search_results .filtersContainer > .column { padding: 0px; }

.search_results select {
    height: 30px;
    margin: 3px 0;
    padding: 0 4px;
    color:#2d2d2d;
    border: 1px solid #2d2d2d;
    font-size: 16px;
    font-family:"Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.5; font-weight:200; font-style:normal;
    background-size: 12px;
    background-image: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .search_results select {background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");}
}

.search_results select.maxshow {
    width: 100px;
    float: left;
    clear: right;
}
.search_results select:hover {
    background-size: 12px;
    background-color: #fff;
}
.search_results select:focus {
    box-shadow: none;
    outline: none;
}
.search_results .searchBox {
    position: relative;
    width: 100%;
    height: 30px;
    border: 3px solid #1c9ad6;
    margin-bottom: 20px;
}
.search_results input[type="search"] {
    height: 24px;
    padding: 0 30px 0 8px;
    margin: 0;
    border: none;
    box-shadow: none;
    font: normal 16px/24px "Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.5; font-weight:200; font-style:normal;
    color:#999;
    background-color: transparent;
    text-transform: uppercase;
}
.search_results .searchBtn {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    text-indent: -9999px;
    cursor: pointer;

    width: 30px;
    height: 24px;

    background-color: transparent;
    background-image: url(/includes/public/assets/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
   
    padding: 0 0;
    border: none;
    box-shadow: none;
}
.search_results .searchBtn span {
    text-indent: -9999px;
}

.search_results .searchHelpers .searchByType .rbt { padding-top: 35px; }
.search_results .itemsPerPage { float: left; line-height: 37px; }
.search_results .searchForm form .large-12 { padding: 0; margin-bottom: 21px; }
.search_results .searchForm form .large-12 .row .columns.text { padding-right: 21px; }
.search_results .searchForm form form { clear: both; height: 37px; width: 100%; }
.search_results .searchHelpers h3, 
.search_results .searchHelpers p.description { margin-bottom: 0; }
.search_results .searchHelpers .searchType { margin: 10px 0; }
.search_results .results { clear: both; margin: 30px 0; }
.search_results .results h2 { margin: 0; }
.search_results .results h3.title { margin: 0; }
.search_results .results .spellcheck h4 { margin: 0; }
.search_results .results h5.title { letter-spacing: normal; font-size: 19px;}
.search_results .results .search-item { padding-top: 40px; }
.search_results .results .search-item .subtitle { font-family:"Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.5; font-weight:200; font-style:normal; font-size: 14px; line-height: 18px; }
.search_results .results .search-item .text { font-size: 15px; line-height: 20px; color: #2d2d2d; margin-bottom: 35px; }
.search_results .loading { display: none; }
.search_results img { padding: 0 0 10px; }

/*
========================================================
SEARCH BOX
========================================================
*/
.headerWrapper .headerTop .searchBox{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    border: 3px solid #1c9ad6;
    float: right;
}
.headerTop .searchBox form {
    position: relative;
    width: 100%;
    margin:0;
    padding:0;
}

.headerTop .searchBox form input[type="search"] {
    height: 24px;
    padding: 0 30px 0 8px;
    margin: 0;
    border: none;
    box-shadow: none;
    font: normal 16px/24px "Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.5; font-weight:200; font-style:normal;
    color:#999;
    background-color: transparent;
    text-transform: uppercase;
}

.headerTop .searchBox form .searchBtn {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    text-indent: -9999px;
    cursor: pointer;

    width: 30px;
    height: 24px;

    background-color: transparent;
    background-image: url(/includes/public/assets/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
   
    padding: 0 0;
    border: none;
    box-shadow: none;
}

/* placeholder */
::-webkit-input-placeholder { color:#999; }
:-moz-placeholder { color:#999; }
::-moz-placeholder { color:#999; }
:-ms-input-placeholder { color:#999; }

/* focus */
.headerTop .searchBox form input[type="search"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #fff;
}

@media only screen and (max-width: 970px) {
    .headerWrapper .headerTop .searchBox{ max-width: 405px;}
}
@media only screen and (max-width: 767px){
    .search_results .image-wrapper { width: 100%; }
}