/*! CSS Used from: https://dev.ubooker.net/mysite/css/SearchModels.css?m=1584455732 */
.form-control {
  color: #2a2928;
  font-size: 14px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Messina Sans";
}

.form-control:focus {
  border-color: #d8d4d1;
  box-shadow: none;
}

.postfooter {
  background: #fff;
  position: relative;
}

.job-actions {
}

.job-action {
  font-family: "Messina Sans";
  font-size: 14px;
  font-weight: normal;
  color: #2a2928;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

.job-action:hover {
  text-decoration: none;
}

.section-title.job-title {
  padding-right: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.section-title.job-title:first-letter {
  text-transform: capitalize;
}
.clone-job-icon {
  background: url("/mysite/images/clone-job-icon.svg") center no-repeat;
  width: 18px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.reschedule-job-icon {
  background: url(/mysite/images/reschedule-icon.svg) center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  opacity: 0.4;
}

.cancel-job-icon {
  background: url("/mysite/images/cancel-job-icon.svg") center no-repeat;
  width: 18px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.red-link,
.red-link:hover {
  color: #fb4a25;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Messina Sans";
  font-weight: 600;
  text-transform: none !important;
  display: inline-block;
  position: relative;
}
.red-link .plus {
  font-size: 30px;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 7px;
  background: transparent url("/mysite/images/red-link-plus.svg") center
    no-repeat;
}
.form-group label {
  font-size: 14px;
  font-family: "Messina Sans";
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}

.noUi-background,
.noUi-base {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.noUi-handle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d8d4d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  margin: 0;
  border: 0 !important;
  top: -10px !important;
  cursor: pointer;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.noUi-target {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #d8d4d1;
}

.noUi-horizontal .noUi-handle {
  left: -10px;
}

.slider_label {
  position: absolute;
  bottom: -30px;
  padding: 10px;
  font-family: "Messina Sans";
  font-size: 14px;
  color: #d8d4d1;
}

.slider_label.left {
  left: 0;
}

.slider_label.right {
  right: 0;
  text-align: right;
}

#advanced_filters .form-group {
  margin-top: 20px;
}

.checkboxes {
  margin-top: 30px;
}

.checkboxes .form-group {
  margin-bottom: 10px;
  margin-top: 0px !important;
}

.model-item {
  position: relative;
  height: auto !important;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.model-item-img {
  position: relative;
}

.model-item-img:after {
  transition: opacity 0.5s ease;
  opacity: 1;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efedec;
}

.model-item.active .model-item-img:after {
  opacity: 0;
}

#our-models .navigation {
  display: block;
  text-align: center;
  height: 80px;
  clear: both;
  position: relative;
  top: -1000px;
  padding-top: 1000px;
  z-index: -1;
}

.model-item .select-model {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 2px solid #E60000;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}

#advanced_filters {
  display: none;
  min-width: 270px;
  max-width: 270px;
}

.model-link:hover .favorite-model {
  display: block;
  z-index: 9;
}

.backdrop {
  position: relative;
}

#advanced_filters #NameContainer,
#advanced_filters #EthnicityContainer,
#advanced_filters #EyesColorContainer,
#advanced_filters #HairColorContainer {
  margin-top: 25px;
  margin-bottom: 0;
}

#advanced_filters #CityContainer {
  margin: 0;
}

.noUi-target {
  margin-top: 20px;
}

#Height label {
  margin-bottom: 5px !important;
}

#our-models {
  padding: 0;
}

#filter_toolbar {
  padding: 20px;
  top: 80px;
  z-index: 11;
  display: block;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
}

#filter_toolbar .inner {
  padding: 5px 30px 0 30px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

#apply_filters:before {
  display: none;
}

#search_results {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  width: 100%;
}

#advanced_filters [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.multiple-drop .select2-container--default {
  width: 100% !important;
}

.multiple-drop
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-right: 30px !important;
  cursor: pointer;
}

.multiple-drop
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline {
  height: 20px;
}

.multiple-drop
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered:after {
  content: "↓";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Messina Sans";
  font-weight: normal;
  color: #d8d4d1;
}

#filter_toolbar {
  padding: 15px;
}

.our-models#main {
  padding-top: 0;
}

#search_results.show_filters #advanced_filters {
  flex-grow: 1;
  display: block;
}

@media (min-width: 768px) {
  #search_results.show_filters .model-item {
    width: 50% !important;
  }

  #filter_toolbar {
    padding: 0 0 20px 0;
    position: fixed;
    top: 70px;
  }

  .our-models#main {
    padding: 0;
    padding-top: 181px;
  }

  .popup_title {
    font-size: 18px;
    padding-bottom: 11px;
    padding-top: 17px;
  }

  .model-city {
    font-size: 12px;
  }

  #apply_filters {
    display: none;
  }

  #search_results.show_filters #filter_fields {
    padding: 0;
    padding-bottom: 60px;
    max-width: 270px;
    min-width: 270px;
  }
}

@media (min-width: 920px) {
  #search_results.show_filters .model-item {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  #search_results.show_filters .model-item {
    width: 33.3333% !important;
  }

  #apply_filters {
    display: none;
  }

  #filter_toolbar {
    top: 70px;
  }

  .slider_label.left {
    left: 0px;
  }

  .slider_label.right {
    right: 0px;
    text-align: right;
  }

  #search_results:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 1200px) {
  #search_results.show_filters .model-item {
    width: 25% !important;
  }
}

@media (min-width: 1280px) {
  #filter_toolbar {
    top: 70px;
  }
}

.model-item .favorite-model {
  z-index: 9;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #E60000;
  font: normal normal normal 27px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.model-item .favorite-model.active:before {
  content: "\f004";
}

.model-item .favorite-model:before {
  content: "\f08a";
  position: relative;
}

#start-booking-btn,
#start-casting-btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 240px;
  height: 40px;
  float: left;
}

#start-booking-btn {
  margin-left: 15px;
  line-height: 40px;
}

#start-casting-btn {
  margin-right: 15px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .model-item .favorite-model.active {
    display: block;
  }
}

@media (max-width: 767px) {
  .model-item .favorite-model {
    display: block;
  }

  #search_results.show_filters #advanced_filters,
  #advanced_filters {
    display: none;
  }

  .model-item .favorite-model {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    font: normal normal normal 22px/1 FontAwesome;
  }

  .model-item .select-model {
    bottom: 10px;
    right: 10px;
    border: 2px solid #E60000;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  #filter_toolbar .inner {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  #search_results {
    padding-left: 0;
    padding-right: 0;
    min-height: 800px;
  }

  #start-booking-btn,
  #start-casting-btn {
    width: 100%;
    margin-top: 15px !important;
  }
}

/*! CSS Used from: https://dev.ubooker.net/mysite/css/SearchModels.css?m=1584455732 */
.form-control {
  color: #2a2928;
  font-size: 14px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Messina Sans";
}

.form-control:focus {
  border-color: #d8d4d1;
  box-shadow: none;
}

.form-group label {
  font-size: 14px;
  font-family: "Messina Sans";
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}

.noUi-background,
.noUi-base {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.noUi-handle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #999999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  margin: 0;
  border: 0 !important;
  top: -10px !important;
  cursor: pointer;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.noUi-target {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #999999;
}

.noUi-horizontal .noUi-handle {
  left: -10px;
}

.slider_label {
  position: absolute;
  bottom: -30px;
  padding: 10px;
  font-family: "Messina Sans";
  font-size: 14px;
  color: #999999;
}

.slider_label.left {
  left: 0;
}

.slider_label.right {
  right: 0;
  text-align: right;
}

#advanced_filters .form-group {
  margin-top: 20px;
}

.checkboxes {
  margin-top: 20px !important;
  margin-bottom: 20px;
}

.checkboxes label.radio-container {
  font-weight: normal;
}

.checkboxes:after {
  content: " ";
  clear: both;
  display: block;
}

.checkboxes .form-group {
  margin-bottom: 10px;
  margin-top: 0px !important;
}

.model-item {
  position: relative;
  height: auto !important;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.model-item-img {
  position: relative;
}

.model-item-img:after {
  transition: opacity 0.5s ease;
  opacity: 1;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efedec;
}

.model-item.active .model-item-img:after {
  opacity: 0;
}

#our-models .navigation {
  display: block;
  text-align: center;
  height: 80px;
  clear: both;
  position: relative;
  top: -1000px;
  padding-top: 1000px;
  z-index: -1;
}

.model-item .select-model {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 2px solid #E60000;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}

.model-item .backdrop.selected .select-model {
  background: #E60000;
}

.model-item .backdrop.selected .select-model:after {
  content: " ";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 13px;
  text-align: center;
  display: block;
  margin-left: 7px;
  margin-top: 3px;
}

#advanced_filters {
  display: none;
  min-width: 270px;
  max-width: 270px;
}

.has_job .selected .select-model,
.has_job .model-link:hover .select-model,
.model-link:hover .favorite-model,
.has_casting .selected .select-model {
  display: block;
  z-index: 9;
}

.backdrop.selected .select-model {
  cursor: pointer !important;
}

.backdrop {
  position: relative;
}

.is_busy {
  display: block;
  z-index: 9;
  position: absolute;
  bottom: 0;
  width: 140px;
  height: 28px;
  line-height: 28px;
  font-family: "Messina Sans";
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #262423;
  background: #ffffff;
}

.is_busy {
  bottom: 56px;
}

#select_models {
  display: inline-block;
}

#advanced_filters #NameContainer,
#advanced_filters #EthnicityContainer,
#advanced_filters #EyesColorContainer,
#advanced_filters #HairColorContainer {
  margin-top: 25px;
  margin-bottom: 0;
}

#advanced_filters #CityContainer {
  margin: 0;
  margin-top: 60px;
}

.noUi-target {
  margin-top: 20px;
}

#Height label {
  margin-bottom: 5px !important;
}

#our-models {
  padding: 0;
}



#filter_toolbar {
  padding: 20px;
  top: 80px;
  z-index: 11;
  display: block;
  width: 100%;
  background: #fff4ef;
  left: 0;
  right: 0;
}

#filter_toolbar .inner {
  padding: 25px 30px 25px 30px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

#apply_filters:before {
  display: none;
}

#search_results {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  width: 100%;
}

#advanced_filters [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.multiple-drop .select2-container--default {
  width: 100% !important;
}

.multiple-drop
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-right: 30px !important;
  cursor: pointer;
}

.multiple-drop
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline {
  height: 20px;
}

.multiple-drop
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered:after {
  content: "↓";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Messina Sans";
  font-weight: normal;
  color: #d8d4d1;
}

#AllModelsContainer {
  margin-top: 10px !important;
}

#filters_reset_btn {
  position: absolute;
  top: 3px;
  width: auto;
  right: 0;
  text-decoration: underline;
  color: #999999;
  font-size: 14px;
}

#filter_toolbar {
  padding: 15px;
}

.our-models#main {
  padding-top: 0;
}
#CityContainer .select2-selection__rendered li + li {
  display: none !important;
}
#search_results.show_filters #advanced_filters {
  flex-grow: 1;
  display: block;
}
.wrapper,
#filter_fields .form-control,
#filter_fields .select2-container--default .select2-selection--single,
#filter_fields .select2-container--default .select2-selection--multiple {
  /* background-color: #fff4ef !important; */
}
#filter_fields .checkbox-checkmark {
  /* background-color: #fff4ef; */
}
#header {
  border: 0;
}
@media (min-width: 768px) {
  #search_results.show_filters .model-item {
    width: 50% !important;
  }

  #filter_toolbar {
    padding: 0;
    position: fixed;
    top: 70px;
  }

  .our-models#main {
    padding: 0;
    padding-top: 120px;
  }

  .popup_title {
    font-size: 18px;
    padding-bottom: 11px;
    padding-top: 17px;
  }

  .model-city {
    font-size: 12px;
  }

  #apply_filters {
    display: none;
  }

  #search_results.show_filters #filter_fields {
    padding: 0;
    padding-bottom: 60px;
    max-width: 270px;
    min-width: 270px;
  }
}

@media (min-width: 920px) {
  #search_results.show_filters .model-item {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  #search_results.show_filters .model-item {
    width: 33.3333% !important;
  }

  #apply_filters {
    display: none;
  }

  #filter_toolbar {
    top: 70px;
  }

  .slider_label.left {
    left: 0px;
  }

  .slider_label.right {
    right: 0px;
    text-align: right;
  }

  #search_results:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 1200px) {
  #search_results.show_filters .model-item {
    width: 25% !important;
  }
}

@media (min-width: 1280px) {
  #filter_toolbar {
    top: 70px;
  }
}

.model-item .favorite-model {
  z-index: 9;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #E60000;
  font: normal normal normal 27px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.model-item .favorite-model.active:before {
  content: "\f004";
}

.model-item .favorite-model:before {
  content: "\f08a";
  position: relative;
}

#start-booking-btn,
#select_models {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 240px;
  height: 40px;
  float: left;
}

#start-booking-btn {
  margin-left: 15px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .model-item .favorite-model.active {
    display: block;
  }
}

@media (max-width: 767px) {
  .model-item .favorite-model {
    display: block;
  }

  .model-name {
    line-height: 28px;
  }
  #our-models {
    padding-left: 7px;
    padding-right: 7px;
  }
  #search_results.show_filters #advanced_filters,
  #advanced_filters {
    display: none;
  }
  .wrapper,
  #filter_fields .form-control,
  #filter_fields .select2-container--default .select2-selection--multiple,
  #filter_fields .checkbox-checkmark {
    background-color: #fff !important;
  }
  #advanced_filters #CityContainer {
    margin-top: 0;
  }
  #search_results.show_filters .is_busy {
    width: 100px;
    font-size: 8px;
    height: 22px;
    line-height: 22px;
    bottom: 37px;
  }

  .model-item .favorite-model {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    font: normal normal normal 22px/1 FontAwesome;
  }

  .model-item .select-model {
    bottom: 10px;
    right: 10px;
    border: 2px solid #E60000;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .has-job .model-item .select-model {
    display: block !important;
    z-index: 9;
  }

  .model-item .backdrop.selected .select-model:after {
    width: 7px;
    height: 11px;
    margin-left: 6px;
    margin-top: 2px;
  }

  #filter_toolbar .inner {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  #search_results {
    padding-left: 0;
    padding-right: 0;
    min-height: 800px;
  }

  #start-booking-btn {
    width: 100%;
    margin-top: 15px !important;
  }
}

/*! CSS Used from: https://dev.ubooker.net/mysite/css/SearchModels.css?m=1584455732 */
.form-control {
  color: #2a2928;
  font-size: 14px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Messina Sans";
}

.form-control:focus {
  border-color: #d8d4d1;
  box-shadow: none;
}

.date-value {
  font-size: 14px !important;
}

.form-group label {
  font-size: 14px;
  font-family: "Messina Sans";
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  color: #2a2928;
  font-size: 14px;
  border: 1px solid #d8d4d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 41px;
  position: absolute;
  top: -1px;
  right: 1px;
  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 27px;
  padding: 0;
  margin: 0;
}

.select2-container--default .select2-selection--single {
  padding: 6px 12px;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:active {
  outline: none;
}

#choose_action {
  margin-top: 10px;
}

#choose_action label {
  margin-right: 10px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #2a2928;
  font-family: "Messina Sans";
  font-weight: normal;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  top: 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  content: "↓";
  font-family: "Messina Sans";
  font-weight: normal;
  color: #d8d4d1;
}

@media (min-width: 768px) {
  .popup_title {
    font-size: 18px;
    padding-bottom: 11px;
    padding-top: 17px;
  }
}

.model-item {
  position: relative;
  height: auto !important;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.model-item-img {
  position: relative;
}

.model-item-img:after {
  transition: opacity 0.5s ease;
  opacity: 1;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efedec;
}

.model-item.active .model-item-img:after {
  opacity: 0;
}

.model-item .select-model {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 2px solid #E60000;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}

.has_job .model-link:hover .select-model,
.model-link:hover .favorite-model,
.has_casting .model-link:hover .select-model {
  display: block;
  z-index: 9;
}

.backdrop {
  position: relative;
}

.model-name {
  overflow: hidden;
  position: relative;
  font-family: NeueHaasGroteskDisplayProBold;
  font-weight: normal;
  height: auto;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  color: #2a2928;
  letter-spacing: 1.2px;
  margin-top: 5px;
}

.model-city {
  font-family: "Messina Sans";
  font-size: 18px;
  line-height: 27px;
  color: #999999;
  display: block;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  #search_results.show_filters .model-item {
    width: 50% !important;
  }


}

@media (min-width: 920px) {
  #search_results.show_filters .model-item {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  #search_results.show_filters .model-item {
    width: 33.3333% !important;
  }
}

@media (min-width: 1200px) {
  #search_results.show_filters .model-item {
    width: 25% !important;
  }
}

.model-item .favorite-model {
  z-index: 9;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #E60000;
  font: normal normal normal 27px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.model-item .favorite-model:before {
  content: "\f08a";
  position: relative;
}

@media (max-width: 767px) {
  .model-item .favorite-model {
    display: block;
  }
  #header .inner {
    border-bottom: 0 !important;
  }
  .model-name {
    line-height: 28px;
    font-size: 18px;
  }
  .model-item {
    margin-bottom: 20px;
  }
  .model-item .favorite-model {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    font: normal normal normal 22px/1 FontAwesome;
  }

  .model-item .select-model {
    bottom: 10px;
    right: 10px;
    border: 2px solid #E60000;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .has-job .model-item .select-model {
    display: block !important;
    z-index: 9;
  }
}

#send_options {
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);

  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 9;
}

.ModelDetails .mfp-content {
  max-width: 100%;
  height: 100%;
}

.ModelDetails .mfp-iframe-scaler {
  padding-top: 0;
}

.placeholder-message {
  position: absolute;

  width: 90%;
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-family: "Messina Sans";
  font-weight: bold;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2a2928 !important;
}

.ovhidden {
  overflow: hidden !important;
}

.ModelDetails .mfp-iframe-scaler iframe {
  background: #fff url("/mysite/images/model-loader.gif") center no-repeat;
  -webkit-background-size: 200px;
  background-size: 200px;
  /*opacity: 0.6;*/
}

.ModelDetails .mfp-iframe-scaler iframe.ready {
  background: #fff;
  opacity: 1;
}

.ModelDetails .mfp-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ModelDetails .mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #2a2928;
  top: 0;
  right: 5px;
  padding: 0;
  width: 100%;
  font-family: "Calluna";
  font-size: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  opacity: 1;
}

.current-sort,
.current-subfilter {
  color: #2a2928;
  margin-left: 5px;
}

.model-item-img.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: filter 0.3s, transform 0.5s;
  -moz-transition: filter 0.3s, transform 0.5s;
  -ms-transition: filter 0.3s, transform 0.5s;
  -o-transition: filter 0.3s, transform 0.5s;
  transition: filter 0.3s, transform 0.5s;
}

.model-item-img.gray:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.model-item .backdrop {
  overflow: hidden;
}

#our-models {
  position: relative;
}

#our-models.loading:after {
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  display: block;
  background: #fff4ef url("/mysite/images/search-loader.gif") center 200px
    no-repeat;
  -webkit-background-size: 80px;
  background-size: 80px;
  opacity: 0.8;
}

.model-item-img {
  background-position: center;
  background-size: cover;
  aspect-ratio: 125 / 156;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

.ias-spinner {
  opacity: 1 !important;
}

.ias-spinner img {
  width: 200px;
  opacity: 1;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -50px;
}

.ias-trigger a {
  font-size: 18px;
  margin: 20px;
  font-family: "Messina Sans";
  color: #2a2928 !important;
  display: block;
}

#send_options .description {
  font-family: "Messina Sans";
  font-size: 14px;
  line-height: 24px;
  color: #2a2928;
  flex: 1;
}

#header.headroom--not-top.headroom--pinned,
#header.headroom--not-top.headroom--unpinned {
  transition: top 0.2s ease-out;
  /* top: -70px; */
}

#header.headroom--not-top.headroom--pinned,
#header.headroom--not-top.headroom--pinned {
  position: fixed !important;
  top: 0 !important;
}

#filter_toolbar {
  /*position: static;*/
  margin: 0 auto;
  z-index: 120 !important;
  transition: top 0.2s ease-out;
}

#filter_toolbar.headroom--not-top.headroom--pinned {
  position: fixed !important;
  top: 70px !important;
}

#filter_toolbar.headroom--not-top.headroom--unpinned #selected-job {
  display: none;
}

#filter_toolbar.headroom--not-top.headroom--unpinned {
  position: fixed !important;
  top: 0px !important;
  z-index: 999999;
  height: auto;
  /*border-bottom: 1px solid #dedbd9;*/
  -webkit-box-shadow: 0 0 2px #d8d4d1;
  -moz-box-shadow: 0 0 2px #d8d4d1;
  box-shadow: 0 0 2px #d8d4d1;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  right: 14px;
  font-size: 30px;
  top: 8px;
  color: #E60000;
  z-index: 11;
  position: absolute;
  background: #fff;
  font-family: "Calluna";
}

.wrapper.selection {
  margin-bottom: 81px;
}

#send_options .inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

#search_results {
  min-height: 1000px;
}

#send_options {
  display: flex;
  justify-content: center;
}

#send_options .model-count {
  font-weight: bold;
}

#request_option_btn {
  float: right;
}

.models-list {
  font-weight: bold;
}

#send_options .description {
  font-size: 14px;
  line-height: 20px;
  font-family: "Messina Sans";
  padding-right: 10px;
  line-height: 40px;
}

#send_options .description strong {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#terms-container {
  margin-top: 20px;
}

#option-terms {
  margin-top: 20px;
  max-height: 200px;
  overflow-y: auto;
}

#send_options {
  display: none;
}

#summary strong {
  display: inline-block;
  width: 50%;
  color: #2a2928;
}

#summary .description {
  margin-bottom: 20px;
  color: #2a2928;
  font-family: "Messina Sans";

  font-size: 14px;
}

#summary .models-list {
  font-weight: bold;
  text-transform: capitalize;
}

#summary .models-list span {
  text-transform: none;
  font-weight: normal;
}

#summary p {
  font-family: Messina Sans;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #919191;
  text-transform: uppercase;
}

#summary p:last-of-type {
  margin-bottom: 0;
}

#selected-job-mobile {
  display: none;
  margin-top: 30px;
  padding-top: 30px;

  border-top: 1px solid #dedbd9;
}

#selected-job-mobile .job-title {
  font-size: 22px;
  line-height: 22px;
  font-family: "NeueHaasGroteskDisplayProBold";
  text-transform: capitalize;
  color: #2a2928;
  margin: 0 0 20px 0;
}

#selected-job-mobile .job-subtitle {
  font-family: Messina Sans;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  color: #d8d4d1;
  position: relative;
  width: auto;
}

#selected-job {
  height: 130px;
  background: #fff;
  box-shadow: 0px 2px 6px #00000029;
  padding-top: 30px;
}
#job-info {
  text-align: center;
  min-width: 400px;
}

#selected-job-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
}
#selected-job-inner > div {
  flex-grow: 1;
  width: 100%;
}

#selected-job .job-subtitle {
  font-family: Messina Sans;
  font-size: 16px;
  color: #2a2928;
  text-align: center;
  position: relative;
  width: auto;
  display: inline-block;
}

#selected-job .job-subtitle span {
  color: #999999;
}

#selected-job .job-title {
  font-size: 30px;
  font-family: "NeueHaasGroteskDisplayProBold";
  line-height: 1;
  color: #2a2928;
  margin: 0;
  margin-bottom: 15px;
}
#job-actions {
  display: flex;
  justify-content: flex-end;
  min-width: 400px;
}
#selected-job .job-title:first-letter {
  text-transform: capitalize;
}

#job-details-popup .edit-icon {
  display: none;
}

#job-details-popup #edit-job-btn,
#casting-details-popup #edit-job-btn {
  color: #E60000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  left: 10px;
}
.job-action .close-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/mysite/images/magnific-close-slide.png") center no-repeat;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
  opacity: 0.5;
}
#job-details-popup .popup_title,
#casting-details-popup .popup_title {
  text-align: center;
  padding-left: 50px;
}

#selected-job strong {
  color: #2a2928;
}

.autocomplete-suggestions {
  /*display: block !important;*/
  background: #fff;
  /*padding: 10px;*/
  border: 1px solid #dedbd9;
  max-height: 200px !important;
  overflow: auto;
  z-index: 9999;
}

.autocomplete-suggestion {
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#CityContainer .select2-container--default .select2-selection--multiple {
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #d8d4d1;
  padding: 0;
  padding-left: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#CityContainer
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 40px;
}

.select2-dropdown {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d8d4d1;
}

#CityContainer
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  /* background-color: #e4e4e4; */
  /* border: 1px solid #aaa; */
  /* border-radius: 4px; */
  cursor: default;
  float: left;
  /* margin-right: 5px; */
  /* margin-top: 5px; */
  /* padding: 0 5px; */
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

#CityContainer
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-size: 27px;
  font-family: "Calluna";
  color: red;
  position: absolute;
  right: 14px;
}

#CityContainer
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: red;
}

.select2-container--default .select2-selection--multiple {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 40px;
}

#CityContainer
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  width: 100%;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
}

#selected-job i.fa-info-circle {
  color: #E60000;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
  cursor: pointer;
  position: relative;
}

#edit-job-btn i {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 1px;
  margin-left: 2px;
  display: inline-block;
}

.backdrop {
  position: relative;
}

#job-details-popup .edit-icon {
  color: #2a2928;
  font-size: 12px;
  /*display: none !important;*/
  margin: 0;
}

#job-details-popup input.form-control,
#job-details-popup select.form-control {
  height: 30px !important;
  line-height: 30px !important;
  display: inline-block !important;
  max-width: 200px;
}

.editable-error-block {
  text-transform: none;
  font-size: 12px;
}

.our-models .backdrop.selected:after,
.backdrop.has_option:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}

.red-link,
.red-link:hover {
  color: #fb4a25;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Messina Sans";
  font-weight: 600;
  text-transform: none !important;
  display: inline-block;
}

#select_models.red-link {
  text-decoration: none;
  position: relative;
  top: 8px;
  cursor: pointer;
  width: auto;
  text-align: right;
}

#select_models.red-link:after {
  content: " ";
  /*position: absolute;*/
  background: url("/mysite/images/small-close-icon.png") center no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 2px;
}

.from_casting_text {
  display: block;
  z-index: 8;
  position: absolute;
  bottom: 20px;
  width: 140px;
  height: 28px;
  line-height: 28px;
  font-family: "Messina Sans";
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #262423;
  background: #eee;
}

#selected_count {
  line-height: 45px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 2;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 2;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 2;
}

@-webkit-keyframes flash {
  0% {
    color: #2a2928;
  }
  50% {
    color: red;
  }
  100% {
    color: #2a2928;
  }
}

@-moz-keyframes flash {
  0% {
    color: #2a2928;
  }
  50% {
    color: red;
  }
  100% {
    color: #2a2928;
  }
}

@-ms-keyframes flash {
  0% {
    color: #2a2928;
  }
  50% {
    color: red;
  }
  100% {
    color: #2a2928;
  }
}

#toggle-filters-btn,
#sort-results,
#subfilter-results,
#filtered-count {
  font-family: "Messina Sans";
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;

  text-transform: none;
}
.call-to-actions {
  margin-left: auto;
}
#toggle-filters-btn {
  margin-right: 50px;
  text-align: left;
}

#sort-results,
#subfilter-results {
  margin-right: 50px;
  text-align: left;
}

#filtered-count {
  color: #d8d4d1;
  text-align: center;
  text-transform: none;
  width: 200px;
  display: none;
}

#filtered-count.visible {
  /*display: inline-block;*/
  display: none;
}

#filtered-count-pre-mob {
  display: none;
}

#toggle-filters-btn .caret-left {
  width: 5px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

#sort-results .caret-down,
#subfilter-results .caret-down {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
  width: 14px !important;
}

#sort-results,
#subfilter-results {
  position: relative;
}

/*#filter_fields.headroom.headroom--not-bottom.headroom--not-top.headroom--unpinned.is_stuck{*/
/*position: fixed;*/
/*bottom: 0 !important;*/
/*top:auto!important;*/
/*}*/
#sort-menu,
#subfilter-menu {
  background: #ffffff;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 40px;
  left: 0;
  width: 255px;

  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  list-style: none;
  z-index: 99;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dedbd9;
  display: none;
}

#sort-menu.opened,
#subfilter-menu.opened {
  display: block;
}

#sort-menu li,
#subfilter-menu li {
  height: 40px;
  line-height: 40px;
}

#sort-menu li:hover,
#subfilter-menu li:hover,
#sort-menu li.active:not(:first-of-type),
#subfilter-menu li.active:not(:first-of-type) {
  color: #E60000;
}

#start-casting-btn {
  margin-right: 15px;
}
@media (max-width: 1300px) {
  #send_options .description {
    line-height: 1.9;
  }
}
@media (max-width: 960px) {
  #toggle-filters-btn {
    width: 120px;
    text-align: left;
  }

  #sort-results,
  #subfilter-results {
    width: unset;
  }
  #send_options .description {
    line-height: 40px;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  #start-booking-btn {
    margin-left: 20px;
  }

  #start-casting-btn {
    margin: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  #filtered-count.visible {
    display: none;
  }

  #filtered-count-pre-mob.visible {
    /*display: block;*/
    display: none;
  }

  #filtered-count-pre-mob {
    display: none;
    width: auto;
    margin: 0 10px 30px 10px;
    font-size: 14px;
    color: #d8d4d1;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    /*text-align: center;*/
  }

  #start-booking-btn {
    text-align: center;
    width: 200px;
    font-size: 12px;
  }

  #start-casting-btn {
    text-align: center;
    width: 200px;
    font-size: 12px;
  }
}

.has_option .select-model {
  display: none !important;
}

#main.has-casting {
  padding-top: 250px;
}

#main.has-job {
  padding-top: 300px;
}
#main.has-casting #start-casting-btn {
  margin-right: 0;
}
/* #main.has-job.headroom--unpinned{
  padding-top: 270px;
} */
.selection-placeholder {
  color: #999999;
  font-family: "Messina Sans";
  font-size: 14px;
  text-transform: none;
  height: 40px;
  line-height: 40px;
}

#job-list-link {
  float: right;
}
.stats {
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s linear;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.stats .stats-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.stats .stats-item.instagram {
  line-height: 40px;
  font-size: 16px;
}
.stats .stats-label {
  font-weight: 700;
  margin-right: 2px;
}
.stats .stats-value {
  margin-left: 2px;
}
.model-link:hover .stats {
  opacity: 1;
}
#start-booking-btn.influencer {
  width: 300px;
}
@media (max-width: 767px) {
  #filter_toolbar {
    padding-bottom: 0;
    border: none;
    padding-top: 0;
   
    margin-bottom: 0;
  }
  .call-to-actions {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  #job-list-link {
    float: none;
  }
  #InstagramContainer .select2-container {
    width: 100% !important;
  }

  #selected-job-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
  }

  #start-casting-btn {
    margin-right: 0;
  }

  #start-booking-btn {
    margin-left: 0;
  }
  #start-booking-btn.influencer {
    width: 100%;
  }
  #selected-job-mobile .job-subtitle {
    color: #000;
    text-transform: none;
  }

  #selected-job-mobile .job-title {
    margin-bottom: 10px;
  }

  #search_results.show_filters .from_casting_text {
    width: 100px;
    font-size: 8px;
    height: 22px;
    line-height: 22px;
    bottom: 10px;
  }

  #select_models.red-link {
    text-align: left;
    display: block;
    width: 100%;
  }

  #CastingsContainer .select2-container,
  #CityContainer .select2-container {
    width: 100% !important;
  }

  #filters_reset_btn {
    text-transform: none;
  }

  #advanced_filters {
    max-width: none;
  }

  #search_results {
    min-height: 600px;
  }

  .ModelDetails .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: 0px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    font-family: "Calluna";
    font-size: 35px;
    top: 0px !important;
    width: 35px;
    height: 35px;
    background: #E60000;
    left: auto;
    padding: 0;
    text-align: center;
    line-height: 35px;
    opacity: 1;
  }

  .model-item-img {

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .model-item-img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #filtered-count {
    color: #d8d4d1;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: auto;
    position: static;
    height: auto;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .has-job #filtered-count {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .no-toolbar #our-models {
    padding-top: 15px;
  }

  #send_options .inner {
    padding: 0;
  }

  .wrapper.selection {
    margin-bottom: 91px;
  }

  #filter_toolbar.headroom--not-top.headroom--unpinned {
    position: static !important;
  }

  #filter_toolbar.headroom--not-top.headroom--pinned {
    position: static !important;
  }

  #header.headroom--not-top.headroom--pinned,
  #header.headroom--not-top.headroom--unpinned {
    position: static !important;
    top: 0 !important;
    z-index: 10;
  }

  #main.has-job,
  #main.has-casting {
    padding-top: 0;
  }

  #selected-job {
    margin-bottom: 0;
  }

  #filters_reset_btn {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    left: 15px;
    font-family: Messina Sans;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    color: #E60000;
    height: 50px;
    right: auto;
    font-weight: bold;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: 62px;
    overflow: hidden;
  }

  .btn:hover {
    opacity: 1 !important;
  }

  #search_results.show_filters .model-item {
    width: 33.3333%;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-bottom: 82%;
  }

 

  #send_options {
    padding: 15px;
  }

  #send_options.custom_popup {
    padding: 40px;
  }

  .request_option_btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  #send_option_request {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: none;
    overflow: auto;
    padding-bottom: 45px;
  }

  #send_option_request button.confirm {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #job-details-popup {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 205;
    margin: 0;
    font-family: Messina Sans;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    max-width: 100%;
  }

  .filter-divider {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedbd9;
    width: 100%;
  }

  .toolbar-mobile {
    height: 14px;
  }

  #sort-results-mobile,
  #subfilter-results-mobile,
  #toggle-filters-btn {
    position: relative;
    font-family: "Messina Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #999999;
  }

  #sort-menu-mobile,
  #subfilter-menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22px !important;
    line-height: 22px !important;
    background: transparent;
    border: 0;
    opacity: 0;
  }

  #add_job_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999 !important;
  }

  #selected-job .job-title {
    font-family: "NeueHaasGroteskDisplayProBold";
    font-size: 20px;

    color: #2a2928;
  }

  #selected-job .job-subtitle {
    font-family: Messina Sans;
    font-size: 12px;
    line-height: 19px;
    color: #d8d4d1;
  }

  #selected-job i.fa-info-circle {
    font-size: 14px;
    top: 0;
    margin-left: 5px;
  }
  #toolbar-mobile {
    display: flex;
    flex-direction: row;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #toggle-filters-btn {
    height: auto;
    line-height: 30px;
  }
  #sort-results-mobile,
  #subfilter-results-mobile {
    margin-left: auto;
    height: auto;
    line-height: 30px;
  }

  #selected-job {
    display: none;
  }

  #selected-job-mobile {
    display: block;
    margin-top: 0;
    padding-top: 10px;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  #job-links {
    display: none;
  }
  .selection-placeholder {
    text-align: left;
  }

  #search_results.show_filters_mobile #advanced_filters {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 205;
    background: #fff;
    padding: 40px;
    padding-top: 30px;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #search_results .popup_title {
    padding-left: 50px;
  }

  #apply_filters {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    z-index: 999;
  }

  #advanced_filters .popup_title {
    margin-right: -20px;
    margin-left: -20px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #search_results.show_filters .model-item {
    width: 50%;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-bottom: 88%;
  }

  #search_results.show_filters .has_option_text {
    /*font-size: 13px;*/
    /*font-size: 2.5vw;*/
  }

  #search_results.show_filters .from_casting_text {
    /*font-size: 13px;*/
    /*font-size: 2.5vw;*/
  }
}

@media (min-width: 768px) {
  #filter_fields.headroom {
    position: fixed;
    transition: top 0.2s ease-out;
    top: 160px;
    bottom: 0px;
    padding-top: 50px;

    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }

  .no-toolbar #filter_fields.headroom {
    top: 90px;
  }

  .has-casting #filter_fields.headroom {
    top: 250px;
  }

  .has-job #filter_fields.headroom {
    top: 340px;
  }

  #filter_fields.headroom::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  #filter_fields.headroom--unpinned,
  .has-casting #filter_fields.headroom--unpinned {
    position: fixed;
    top: 100px;
  }

  .has-job #filter_fields.headroom--unpinned {
    position: fixed;
    top: 160px;
  }

  .no-toolbar #filter_fields.headroom {
    top: 90px;
  }
}

@media (max-width: 400px) {
  #search_results.show_filters .has_option_text {
    /*font-size: 8px;*/
    /*font-size: 2vw;*/
  }

  #search_results.show_filters .from_casting_text {
    /*font-size: 8px;*/
    /*font-size: 2vw;*/
  }

  #search_results.show_filters .model-item {
    width: 50%;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-bottom: 91%;
  }

  .request_option_btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  #send_options .description {
    font-size: 10px;
  }
}

/*@media (min-width: 1400px) {*/
/*#filter_toolbar {*/
/*padding-left: 0;*/
/*padding-right: 0;*/
/*}*/
/*}*/

.suggested_title {
  font-family: "NeueHaasGroteskDisplayProBold";
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.fashion-title {
  width: 100%;
  text-align: center;
  display: block;
  height: 100px;
  line-height: 96px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-family: "NeueHaasGroteskDisplayProBold";
  font-weight: normal;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 30px;
  clear: both;
}

​ .our-models.select-mode .backdrop.selected:after,
.backdrop.has_option:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}

.is_busy,
.has_option_text,
.is_new {
  display: block;
  z-index: 9;
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 28px;
  line-height: 30px;
  font-family: "Messina Sans";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  background: #ffffff;
  opacity: 0.9;
}

.is_new {
  top: 20px;
  color: #2a2928;
  width: 60px;
}

.is_busy {
  bottom: 56px;
  color: #2a2928;
}

.has_option_text {
  bottom: 20px;
}

.has_option_text.status-0 {
  /* declined */
  background-color: #2a2928; /* gri */
}

.has_option_text.status-1 {
  /* sent */
  background-color: #feb70dff; /* galben */
}

.has_option_text.status-2 {
  /* accepted */
  background-color: #408000; /* verde */
}

.has_option_text.status-3 {
  /* cancelled */
  background-color: #999999; /* gri */
}

.has_option_text.status-4 {
  /* confirmed */
  background-color: #408000; /* verde */
}

#select_models {
  display: inline-block;
}

#selected_count {
  font-family: "Messina Sans";
  font-size: 14px;
  line-height: 24px;
  color: #2a2928;
  color: #2a2928;
  padding-top: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

#job_short_info {
  margin-top: 15px;
  font-size: 14px;
  font-family: "Messina Sans";
}
