#q {
    /*background: url("/img/lupa.jpg") no-repeat 98%50%;*/
}

.searchFieldtitle {
    font-weight: normal;
    color: #3c99ac;
    font-size: 20px;
    margin-bottom: 8px;
}

.searchFieldsBox,
.searchResultsBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.searchResultsBox .projectResult {
    max-width: 675px;
}

.projectResult {
    margin-bottom: 25px;
    box-shadow: #ddd 0px 10px 12px 0px;
    padding: 23px;
    margin-left: 10px;
    margin-right: 10px;

    /*box-shadow: #ddd 0px 11px 12px 0px;
    padding: 23px;
    margin: 16px 16px 25px 16px;*/
}

.bootstrapForm input[type="text"],
.bootstrapForm input[type="email"],
.bootstrapForm input[type="password"],
.bootstrapForm input[type="date"],
.bootstrapForm textarea,
.bootstrapForm .cke,
.bootstrapForm select {
    border: 2px solid #f9a31a !important;
}

.searchExpertsPage .bootstrapForm input[type="text"],
.searchExpertsPage .bootstrapForm input[type="email"],
.searchExpertsPage .bootstrapForm input[type="password"],
.searchExpertsPage .bootstrapForm input[type="date"],
.searchExpertsPage .bootstrapForm textarea,
.searchExpertsPage .bootstrapForm .cke,
.searchExpertsPage .bootstrapForm select {
    border: 2px solid #4965ff !important;
}

.bootstrapForm  input[type="checkbox"] {
    margin-left: 0 !important;
}

#extraSearchFieldsToggle {
    display: none;
}

.searchProBox {
    float: left;
}

.searchProCheckBox {
    vertical-align: top;
}

.searchProLabel {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: 11px !important;
}

.searchButton {
    margin-bottom: 15px;
    padding-top: 5px;
    text-align: right;
}


.expertSearchResult {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.expertSearchDetails h2 {
    margin-bottom: 2px;
}

.projectResult h2 {
    margin-bottom: 15px;
}

.expertSearchDetails h3 a, .projectResult h3 a {
    text-decoration: none;
}

.expertSearchDetails h2 a:hover, .projectResult h2 a:hover {
    text-decoration: underline;
}

.expertSearchDetails h3 {
    font-size: 20px !important;
    font-weight: normal;
    margin-bottom: 0;
}

.expertSearchDetails .link {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #474747 !important;
    display: block;
}

.expertSearchDetails .link:hover h2 {
    color: #014282;
}

.expertSearchDetails .profileText {
    font-style: italic;
    line-height: 20px;
    margin: 7px 0 5px 0;
    padding-top: 9px;
    font-size: 14px;
    border-top: 1px solid #4956ff;
}

.projectSearchAdvancedColumn {
    padding-bottom: 10px;
}

.projectSearchAdvancedColumn select {
    margin-bottom: 2px;
    width: 100%;
}
.zipCodeSearch label {
    display: block;
    margin-bottom: 3px;
}

.zipCodeSearch input[type=text],
.zipCodeSearch .formField,
.zipCodeSearch select {
    width: 100%;
}

.projectCategoryList {
    margin-bottom: 18px;
    margin-top: 18px;
}

.projectCategoryList.subCategories {
    float: left;
    margin-bottom: 0;
    /*padding: 5px 0 0 6px;*/
    flex-basis: 25%;
}

.projectCategoryListContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

#categoryCollapse {
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    width: 100%;
}

.projectSearchFields {
    margin-bottom: 10px;
}

.projectSearchFields .formError {
    display: none;
}

.projectCategoryList a, .projectCategoryList .selected {
    box-sizing: border-box;
    /*color: #474747 !important;*/
    display: block;
    margin-bottom: 9px;
    min-width: 180px;
    text-decoration: none;
}

.projectCategoryList a.allCategories {
    color: #3c99ac !important;
}

.projectCategoryList .allCategories {
    float: none;
}

.projectCategoryList a:hover {
    text-decoration: underline;
}

.projectCategoryList .selected span {
    font-weight: bold;
    font-family: 'AvertaBold';
}

.projectCategoryList .selected:before {
    margin-left: -20px;
    padding-right: 5px;
    vertical-align: top;
}

.cityNavigation {
    margin: 0 0 20px 14px;
    background-color: #fff;
}

.cityNavigation a {
    float: left;
    margin-bottom: 5px;
    text-decoration: none;
    width: 50%;
}

.cityNavigation a:hover {
    text-decoration: underline;
}

.cityNavigation .selected {
    font-weight: bold;
}

.searchResultsTitle {
    margin-bottom: 15px;
}

.selectedCriteria {
    margin-bottom: 8px;
}

.yourSelectionLabel {
    font-weight: bold;
    margin-right: 8px;
}

a.closeSearchCriterium {
    color: #474747;
    display: inline-block;
    /* font-size: 89%; */
    font-style: italic;
    margin: 0 8px 8px 0;
    padding: 4px 6px 4px 9px;
    text-decoration: none;
    background-color: #ebebeb;
    border-radius: 27.5px;
}

a.closeSearchCriterium .closeSearchCriteriumIcon {
   color: #290064;
   background-color: #fff;
   border-radius: 100%;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    font-size: 22px;
    font-style: initial;
}

a.closeSearchCriterium:hover {
    filter: Alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
}

.categoryPageIntro {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.categoryPageButton {
    float: right;
    margin-top: 10px;
}

.noResults {
    color: #9a9a9a;
    font-style: italic;
}

.projectResultDetails {
    margin-bottom: 7px;
    font-size: 13px;
    /*font-style: italic;*/
    font-family: "AvertaItalic";
}

.projectResultBudget {
    font-weight: bold;
}

.projectResultDate {
    xfont-style: italic;
}

.projectResultStatus {
    color: #a1a1a1;
}

.projectResultDescription {
    border-top: 2px solid #f9a31a !important;
    line-height: 22px;
    margin-right: 25px;
    padding-top: 10px;
    margin-top: 16px;
    font-size: 15px;
}

.searchCategoryBreadcrumb {
    margin-bottom: 2px;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
}

.searchCategoryBreadcrumb li {
    display: inline;
}


.searchCategoryBreadcrumb, .searchCategoryBreadcrumb a {
    color: #9a9a9a;
}

.searchCategoryBreadcrumb a {
    text-decoration: none;
}

.searchCategoryBreadcrumb a:hover {
    text-decoration: underline;
}

/* @group PAGINATION */

.pagination {
    text-align: center;
    margin: 40px 0 0 0;
    white-space: nowrap;
    text-align: center;
    max-width: 675px;
    display: block !important;
}

.pagination .otherPagesLink {
    vertical-align: middle;
}

.pageNumber  {
    background: #fff;
    border: 1px solid #F9A31A;
    display: inline-block;
    margin: 2px;  
    border-radius: 30px;
    padding: 1px;
    font-size:16px;
    width: 24px;
    height: 24px;
    line-height: 21px;
    font-family: 'AvertaBold';
    font-weight: bold;
}

.pageNumber.current {
    background: #F9A31A;
    border: 1px solid #F9A31A;
}

.pageNumber a {
    font-weight: bold;
    padding: 1px 0;
    text-align: center;
    text-decoration: none;
    min-width: 20px;
}

.pageNumber a {
    color: #474747;
}

.pageNumber.current a {
    color: #FFF;
}

.otherPagesLink a {
    color: #A1A1A1 !important;
}

#prevPageLink a, #nextPageLink a {
    font-size: 18px;
    text-decoration: none;
}

#prevPageLink i, #nextPageLink i {
    font-size: 42px;
    line-height: 28px;
    color: #290064;
}

#nextPageLink {
    margin-left: 10px;
}

#prevPageLink {
    margin-right: 10px;
}

#firstPageLink {
    margin-right: 8px;
}

.pagingOverview {
    float: left;
    margin: 3px 30px 0 0;
    color: #A1A1A1
}

.topExpertIntro {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.topExpertIntroText {
  margin-top: auto;
}

.topExpert {
  float: right;
  display: flex;
}

.topExpertText {
  float: right;
  margin-top: auto;
  margin-bottom: auto;
}

.topExpertTextInfo {
  margin-top: -2px;
  padding-bottom: 3px;
  margin-left: 6px;
}
/* @end */

@media screen and (max-width: 850px) {

    .sideColumnLeft {
        display: block;
        float: none;
        width: 100%;
    }

    #extraSearchFieldsToggle {
        float: left;
        vertical-align: middle;
        display: block;
    }

    #extraSearchFields {
        display: none;
    }
}

@media screen and (max-width: 600px), screen and (min-width: 850px) and (max-width: 1050px) {

    .projectSearchAdvancedColumn select {
        margin-bottom: 10px;
    }

    .searchButton {
        /*text-align: center;*/
    }

    #extraSearchFieldsToggle {
        float: left;
        vertical-align: middle;
        display: block;
    }

    .pagination {
        /*margin: 0 -20px 20px -20px;*/
    }

    .pagingOverview {
        float: none;
    }

    #firstPageLink, #lastPageLink {
        display: none;
    }

    .pageNumber a {
        /*padding: 3px 0;
        min-width: 25px;*/
    }

}

@media screen and (max-width: 400px){

    #prevPageLink, #nextPageLink {
        /*display: none;*/
    }
}