.breadcrumb{
    background-color: #efefef;
    margin: 5px 0;
    padding-left: 0;
}

.search-form h1 {
    text-transform: uppercase;
    margin: 10px 0;
    color: #686868;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.box-common {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding: 40px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.box-common.search-form {
    padding: 20px 30px;
    margin-bottom: 20px;
}
.collapse-group > .collapse, .collapse-group > .collapsing {
    display: block !important;
    height: auto!important;
    overflow: visible!important;
}


.search-element .col-full-right {
    padding-right: 0;
}
.search-element .dropdown-toggle {
    width: 100%;
    height: 50px;
    background-color: #2f9aee;
    color: white;
    display: block;
    padding: 15px;
    text-decoration: none!important;
    position: relative;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.dropdown-toggle {
    cursor: pointer;
}
.search-element .dropdown-toggle i {
    font-size: 200%;
    position: absolute;
    right: 10px;
    margin-top: -4px;
}
.search-element .col-full-left {
    padding-left: 0;
}

.search-element .dropdown-menu {
    left: 15px;
    right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search-element .dropdown-menu {
    right: 0;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 0;
    margin-top: 0;

}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #253556;
    white-space: nowrap;
}
.dropdown-menu > li > a {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: none;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.search-element .dropdown-menu > li > a {
    padding: 15px;
    font-size: 13px;
}
.search-element input[type="search"] {
    margin-bottom: 25px;
    border-top-left-radius: 0;
    height: 51px;
}
.search-element button.search {
    background-image: url(https://wkncdn.com/newx/assets/build/img/svg/icon-search.66be9296a.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    width: 30px;
    height: 30px;
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 25px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container {
    display: block;
    color: #686868;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    display: block;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #D5D5D5;
    min-height: 50px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px;
}

.search-form .controls-skills-ui .select2-selection--multiple {
    min-height: 100px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}


.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.search-form .select2-container--default .select2-search--inline .select2-search__field {
    margin: 8px 5px 5px;
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 13px;
    color: #686868;
    width: 100% !important;
}
.icon {
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.worker-item, .no-item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding: 40px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 25px;
}
.no-item{
    font-size: 18px;
    line-height: 100px;
}
.worker-item .worker-details {
    margin: 0px;
    padding-left: 0;
}
.worker-details h5{
    font-size: 15px;
    font-weight: 500;
}
.worker-item .worker-details h3 {
    margin-top: 0;
}
.worker-item .worker-description {
    margin: 20px 0;
}
.worker-item .skills {
    margin-bottom: 20px;
}
.worker-item .worker-details p span {
    display: inline-block;
    font-size: 13px;

}
.worker-item .badges-container {
    float: left;
}
.worker-item .country {
    margin: 5px 0px 0px;
    display: inline-block;
}
.worker-item .worker-details p b{
    font-weight: 600;

}
.worker-item .worker-actions .btn,
.btn-place-bid{
    padding: 10px 28.8px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: normal;
    border: 1px solid transparent;
    color: #fff;
    background-color: #2f9aee;
    border-color: #2f9aee;
    display: block;
    width: 100%;
}
/*rating */
.rating-select{
	padding: 0;
	margin: 0;
	display: block;
}
.rating-select .checkbox{
	margin: 0;
	padding: 0;
}
.rating-select li{
	display: inline-block;
	position: relative;
}
.rating-select li input {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 20px;
    float: left;

    z-index: 100;
    position: relative;
}
.rating-select li i{
	position: absolute;
}
.rating-select li {
    display: inline-block;
    width: 26px;
    font-size: 24px;
    padding: 0;
    margin: 0;
}
/* end rating */


.project-item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding: 40px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.project-actions {
    max-width: 220px;
}
.project-item .project-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    max-width: 220px;
    padding: 0;
}

.project-actions.floating {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
}
.project-item .project-header {
    padding-right: 240px;
}

#projects .project-item .project-actions {
    text-align: right;
}
.project-title a {
	color: #253556;
	font-size: 26px;
	font-weight: 600;
}
.project-actions .btn-group {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
}
.project-item .project-actions .btn-group  a{
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 13px;
}
.panel-user .profile-photo, .profile-photo {
    display: inline-block;
    overflow: hidden;
    height: 98px;
    width: 98px;
}
.worker-item .profile-photo {
    width: 82px;
    height: 82px;
    border: solid 3px transparent;
}
.panel-user .profile-photo.img-landscape img, .profile-photo.img-landscape img {
    height: 100%;
    width: auto;
}
.checkbox input[type="checkbox"] + label:before {
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: "\00a0";
    display: inline-block;
    font: 23px/1em sans-serif;
    line-height: 10px;
    height: 17px;
    width: 17px;
    margin-right: 5px;
    padding: 0px;
    vertical-align: middle;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #797979;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.search-form .search-category .checkbox label {
    width: 100%;
}

.radio label, .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.checkbox label {
    cursor: pointer;
    padding-left: 0;
    padding-top: 0;
}

.project-item .project-author .author-info b {
    display: none;
}

.profile-stars .stars-fill:before {
    content: '\f005    \f005  \f005  \f005  \f005';
    font: normal normal normal 16px/1 FontAwesome;
    color: #ffc73b;
}
.radio-box-new-wrapper:not(.no-mobile):not(.new-mobile).cleared input[type="radio"] ~ label {
    padding: 15px 10px;
}
.row.is-flex-sm-min > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.row.row-condensed {
    margin-left: -5px;
    margin-right: -5px;
}
.radio-box-new input[type="radio"]:empty {
    opacity: 0;
    display: none;
}
.radio-box-new input[type="radio"]:empty ~ label {
    border: 1px solid #D5D5D5;
    position: relative;
    cursor: pointer;
    background-color: white;
    width: 100%;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 35px 15px 15px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    outline: 0;
}
.radio-box-new input[type="radio"]:checked ~ label {
    color: #2f9aee;
    box-shadow: inset 2px 2px 0 #2f9aee, inset -2px -2px 0 #2f9aee, inset 2px -2px 0 #2f9aee, inset -2px 2px 0 #2f9aee;
}
.search-form .checkbox-new [type="checkbox"]:not(:checked) + label span, .search-form .checkbox-new [type="checkbox"]:checked + label span, .search-form .radio-box-new input[type="radio"]:empty ~ label span {
    width: 100%;
}
.search-form .checkbox-new [type="checkbox"]:not(:checked) + label, .search-form .checkbox-new [type="checkbox"]:checked + label, .search-form .radio-box-new input[type="radio"]:empty ~ label {
    text-align: center;
    display: flex;
    align-items: center;
}
.row.row-condensed .col-sm-4, .row.row-condensed .col-md-4,
.row.row-condensed .col-xs-6,
.row.row-condensed .col-sm-6, .row.row-condensed .col-md-6{
    padding-left: 5px;
    padding-right: 5px;
}

.project-item .project-main-details {
    padding-right: 240px;
    margin-bottom: 20px;
}

.project-item .budget {
    font-weight: normal;
    padding: 5px 0;
    color: #0AD254;
    text-align: center;
    width: 100%;
    margin: 0;
}
.project-item .budget {
    text-align: center;
    margin-top: 0px;
}
.project-item .project-author {
    margin-top: 10px;
}
.project-item .project-author {
    padding-right: 40px;
}
.project-item .project-author .author-avatar {
    float: left;
    display: block;
}
.panel-user .profile-photo, .profile-photo {
    display: inline-block;
    overflow: hidden;
    height: 98px;
    width: 98px;
}
.profile-photo-link {
    width: 100%;
    text-align: center;
}


.project-item .project-author .profile-photo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.project-item .project-author .profile-photo img{
    width: 30px;
    height: 30px;
    margin: 0;
}

.project-item .project-author .author-info b {
  display: none;
}
.project-item .project-author .message-created,
.project-item .project-author .author-info,
.project-item .project-author .rating,
.project-item .project-author .country,
.project-item .project-author .payment {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  margin-top: 0;
}
.project-item .project-author .message-created:last-child,
.project-item .project-author .author-info:last-child,
.project-item .project-author .rating:last-child,
.project-item .project-author .country:last-child,
.project-item .project-author .payment:last-child {
  border-right: 0;
}
.project-item .project-details {
    margin-bottom: 20px;
    padding-right: 220px;
    line-height: 20px;
}


@media only screen and (max-width: 480px){
    .project-item .project-header,
    .project-item .project-details{
        padding-right: 0;
    }
    .worker-item, .no-item{
        padding: 15px;
    }
}

.search-category li a{
    color: #666;
}
section.search .search-element .search-title span{
    color:#fff;
}