.notice.claim-spcd,
.user_notice.claim-spcd,
[class*=' notice_'].claim-spcd,
[class^=notice_].claim-spcd {
  padding: 15px 25px!important;
}

.notice.claim-spcd .icon-container,
.user_notice.claim-spcd .icon-container,
[class*=' notice_'].claim-spcd .icon-container,
[class^=notice_].claim-spcd .icon-container {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .notice.claim-spcd .text-container,
  .user_notice.claim-spcd .text-container,
  [class*=' notice_'].claim-spcd .text-container,
  [class^=notice_].claim-spcd .text-container {
    text-align: center;
  }
}

.notice.claim-spcd .btn-container,
.user_notice.claim-spcd .btn-container,
[class*=' notice_'].claim-spcd .btn-container,
[class^=notice_].claim-spcd .btn-container {
  margin-top: 10px;
}

.notice.btn-notice .icon,
.user_notice.btn-notice .icon,
[class*=' notice_'].btn-notice .icon,
[class^=notice_].btn-notice .icon {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 18px;
}

@media screen and (min-width:768px) {
  .notice.btn-notice .icon,
  .user_notice.btn-notice .icon,
  [class*=' notice_'].btn-notice .icon,
  [class^=notice_].btn-notice .icon {
    margin-top: 25px;
    margin-left: 30px;
    font-size: 2em;
  }
}

.notice.btn-notice .title,
.user_notice.btn-notice .title,
[class*=' notice_'].btn-notice .title,
[class^=notice_].btn-notice .title {
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (max-width:767px) {
  .notice.btn-notice .title,
  .user_notice.btn-notice .title,
  [class*=' notice_'].btn-notice .title,
  [class^=notice_].btn-notice .title {
    margin-bottom: 3px;
  }
}

.notice.btn-notice .message,
.user_notice.btn-notice .message,
[class*=' notice_'].btn-notice .message,
[class^=notice_].btn-notice .message {
  margin-bottom: 15px;
}

@media screen and (max-width:767px) {
  .notice.btn-notice .message,
  .user_notice.btn-notice .message,
  [class*=' notice_'].btn-notice .message,
  [class^=notice_].btn-notice .message {
    margin-bottom: 3px;
  }
}

.data-card .data-card-footer .data-card-footer-content p,
.notice.btn-notice .notice_body,
.user_notice.btn-notice .notice_body,
[class*=' notice_'].btn-notice .notice_body,
[class^=notice_].btn-notice .notice_body {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .notice.btn-notice .notice_body,
  .user_notice.btn-notice .notice_body,
  [class*=' notice_'].btn-notice .notice_body,
  [class^=notice_].btn-notice .notice_body {
    padding-left: 5px;
  }
}

.notice.btn-notice .close-icon,
.user_notice.btn-notice .close-icon,
[class*=' notice_'].btn-notice .close-icon,
[class^=notice_].btn-notice .close-icon {
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (min-width:767px) {
  .notice.btn-notice .close-icon,
  .user_notice.btn-notice .close-icon,
  [class*=' notice_'].btn-notice .close-icon,
  [class^=notice_].btn-notice .close-icon {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width:767px) {
  .notice.btn-notice,
  .user_notice.btn-notice,
  [class*=' notice_'].btn-notice,
  [class^=notice_].btn-notice {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.notice .btn,
.user_notice .btn,
[class*=' notice_'] .btn,
[class^=notice_] .btn {
  color: #fff;
}

.notice_success {
  background-color: #dbf7d7;
  color: #0c8a26;
}

.notice_error {
  background-color: #fcbaba;
  color: #8a0c0c;
}

.notice_info {
  background-color: #d9edf7;
  color: #31708f;
}

.notice_advice span.msg,
.notice_default span.msg,
.notice_error span.msg,
.notice_info span.msg,
.notice_success span.msg,
.notice_warning span.msg,
.user_notice span.msg {
  margin-left: 35px;
}

.notice_warning {
  background-color: #fce5ba;
  color: #8a5b0c;
}

.user_notice {
  background-color: #d9edf7;
  color: #31708f;
  font-weight: 400;
}

.notice_advice.small,
.notice_default.small,
.notice_error.small,
.notice_info.small,
.notice_success.small,
.notice_warning.small,
.user_notice.small {
  font-size: 13px;
}

.notice_advice p+p,
.notice_advice p+ul,
.notice_advice ul+p,
.notice_advice ul+ul,
.notice_default p+p,
.notice_default p+ul,
.notice_default ul+p,
.notice_default ul+ul,
.notice_error p+p,
.notice_error p+ul,
.notice_error ul+p,
.notice_error ul+ul,
.notice_info p+p,
.notice_info p+ul,
.notice_info ul+p,
.notice_info ul+ul,
.notice_success p+p,
.notice_success p+ul,
.notice_success ul+p,
.notice_success ul+ul,
.notice_warning p+p,
.notice_warning p+ul,
.notice_warning ul+p,
.notice_warning ul+ul,
.user_notice p+p,
.user_notice p+ul,
.user_notice ul+p,
.user_notice ul+ul {
  margin-top: 20px;
}

.notice_advice i:first-of-type,
.notice_advice object:first-of-type,
.notice_default i:first-of-type,
.notice_default object:first-of-type,
.notice_error i:first-of-type,
.notice_error object:first-of-type,
.notice_info i:first-of-type,
.notice_info object:first-of-type,
.notice_success i:first-of-type,
.notice_success object:first-of-type,
.notice_warning i:first-of-type,
.notice_warning object:first-of-type,
.user_notice i:first-of-type,
.user_notice object:first-of-type {
  position: absolute;
  top: 12px;
  font-size: 21px;
  opacity: .8;
  margin-right: 8px;
  left: 20px;
}

.alert+[class^=notice_],
.alert+[class^=user_notice_],
[class^=notice_]+[class^=notice_],
[class^=notice_]+[class^=user_notice],
[class^=user_notice]+[class^=notice_],
[class^=user_notice]+[class^=user_notice] {
  margin-top: -20px!important;
}

.job-data-block,
.job-private-info,
.job-subscription-box,
.well {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 25px;
}

@media screen and (max-width:767px) {
  .job-data-block,
  .job-private-info,
  .job-subscription-box,
  .well {
    padding: 12.5px;
  }
}

.well>h1:first-of-type,
.well>h2:first-of-type,
.well>h3:first-of-type,
.well>h4:first-of-type,
.well>h5:first-of-type,
.well>h6:first-of-type {
  margin-top: 0;
}

.well-lg,
.well-sm {
  border-radius: 0;
}

.container-grey .well {
  background-color: #fff;
}

.well-primary {
  background-color: #fef6f0;
}

#breadcrumb,
.breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
}

#breadcrumb ol li a,
#breadcrumb ul li a,
.breadcrumbs ol li a,
.breadcrumbs ul li a {
  color: #2b2b2b;
  text-decoration: underline;
}

#breadcrumb ol li a:hover,
#breadcrumb ul li a:hover,
.breadcrumbs ol li a:hover,
.breadcrumbs ul li a:hover {
  color: #ff7300;
  text-decoration: none;
}

#breadcrumb ol li:after,
#breadcrumb ul li:after,
.breadcrumbs ol li:after,
.breadcrumbs ul li:after {
  content: '>';
  padding: 0 10px;
}

#breadcrumb ol li:last-child:after,
#breadcrumb ul li:last-child:after,
#breadcrumb.mobile-breadcrumbs ul li:last-child:after,
.breadcrumbs ol li:last-child:after,
.breadcrumbs ul li:last-child:after,
.breadcrumbs.mobile-breadcrumbs ul li:last-child:after {
  content: '';
}

#breadcrumb.mobile-breadcrumbs,
.breadcrumbs.mobile-breadcrumbs {
  margin-top: 10.5px;
}

#breadcrumb.mobile-breadcrumbs ul,
.breadcrumbs.mobile-breadcrumbs ul {
  float: left;
  max-width: 50%;
}

#breadcrumb.mobile-breadcrumbs ul li,
.breadcrumbs.mobile-breadcrumbs ul li {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumb.mobile-breadcrumbs ul li:before,
.breadcrumbs.mobile-breadcrumbs ul li:before {
  color: #ff7300;
  padding: 0 10px;
}

#breadcrumb.mobile-breadcrumbs .action,
.breadcrumbs.mobile-breadcrumbs .action {
  float: right;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel,
.panel-heading {
  border-radius: 0;
}

.panel-heading .panel-title h3 {
  margin: 0;
}

.panel-body,
.separator span {
  background-color: #fff;
}

.separator {
  font-size: 21px;
  color: #404040;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.separator--s {
  font-size: 16px;
}

.separator span {
  z-index: 1;
  padding: 0 20px;
  font-weight: 500;
}

.separator:after {
  content: '';
  border-bottom: 2px solid #d2d2d2;
  display: block;
  margin-top: -15px;
}

.pager .pagination li a:not(.hellip),
.pager .pagination li span:not(.hellip) {
  border-radius: 4px;
  margin: 0 2px;
}

.pager .pagination li a.hellip,
.pager .pagination li span.hellip {
  border: 0;
  color: #2b2b2b;
  cursor: default;
  background-color: transparent;
}

@media screen and (max-width:767px) {
  .pager .pagination li a,
  .pager .pagination li span,
  .pager .pagination li.pager .hellip+.pager__link--first,
  .pager .pagination li.pager__link {
    display: none;
  }

  .pager .pagination li .hellip,
  .pager .pagination li [rel=next],
  .pager .pagination li [rel=prev],
  .pager .pagination li.disabled a,
  .pager .pagination li.disabled span,
  .pager .pagination li.pager .hellip+.pager__link--last,
  .pager .pagination li.pager__arrows,
  .pager .pagination li.pager__arrows a,
  .pager .pagination li.pager__link--current,
  .pager .pagination li.pager__link--first,
  .pager .pagination li.pager__link--last~.pager__link--last,
  .pager .pagination li.pager__link.hellip {
    display: inline;
  }
}

.data-card {
  background: #fff;
  padding: 25px 35px;
}

.data-card .data-card-footer .data-card-footer-content {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

.data-card .data-card-footer .data-card-footer-content .job-published-at {
  text-transform: lowercase;
}

.data-card .data-card-footer .data-card-footer-content .job-published-at::first-letter {
  text-transform: capitalize;
}

.card {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.card .card-body,
.card .card-footer,
.card .card-header {
  padding: 20px;
}

.card .card-header {
  border-bottom: 1px solid #d2d2d2;
}

.card .card-header.card-header-dialog {
  position: relative;
  margin-bottom: 5px;
}

.card .card-header.card-header-dialog:after,
.card .card-header.card-header-dialog:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 50%;
}

.card .card-header.card-header-dialog:before {
  bottom: -20px;
  border-color: transparent transparent #d2d2d2;
  border-width: 10px;
  margin-left: -10px;
}

.card .card-header.card-header-dialog:after {
  bottom: -19px;
  border-color: transparent transparent #fff;
  border-width: 10px;
  margin-left: -10px;
}

.card .card-body+.card-footer,
body.user-professional-payment .payment-summary .total-payment hr {
  border-top: 1px solid #d2d2d2;
}

.ribbon {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  height: 8.48528137em;
  font-size: 12px;
  z-index: 1;
  top: 0;
}

.ribbon .ribbon-text {
  position: relative;
  display: block;
  width: 8.48528137em;
  height: 2em;
  line-height: 2em;
  top: 50%;
  margin-top: -1em;
  background-color: #ff7300;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.ribbon.ribbon-top-right {
  right: 0;
}

.ribbon.ribbon-top-right--10 {
  right: 10px;
}

.ribbon.ribbon-top-right .ribbon-text {
  -webkit-transform: translate(2em,-2em) rotate(45deg);
  -ms-transform: translate(2em,-2em) rotate(45deg);
  -o-transform: translate(2em,-2em) rotate(45deg);
  transform: translate(2em,-2em) rotate(45deg);
}

.ribbon.ribbon-top-left {
  left: 0;
}

.ribbon.ribbon-top-left .ribbon-text {
  -webkit-transform: translate(-2em,-2em) rotate(-45deg);
  -ms-transform: translate(-2em,-2em) rotate(-45deg);
  -o-transform: translate(-2em,-2em) rotate(-45deg);
  transform: translate(-2em,-2em) rotate(-45deg);
}

@media screen and (min-width:992px) {
  .plans-section {
    margin-top: 40px;
  }
}

.plan-card {
  text-align: center;
  margin-top: 1.5rem;
}

.plan-card .plan-period,
.plan-card .what-include {
  font-size: 12px;
  text-transform: uppercase;
}

.plan-card .plan-balance {
  line-height: 1.4em;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}

.plan-card .plan-balance .plan-free-balance {
  display: block;
  color: #0c8a26;
  font-weight: 400;
}

.plan-card .plan-balance .plan-free-balance .free-balance-currency {
  font-size: 21px;
}

.plan-card .plan-balance .plan-free-balance .free-balance-currency .num {
  font-size: 28px;
}

.plan-card .plan-main-feature {
  padding-top: 10px;
}

.plan-card .plan-main-feature .main-feature {
  display: block;
  font-weight: 700;
}

.plan-card .plan-feature {
  border-top: 1px solid #d2d2d2;
  margin-top: 15px;
  padding-top: 15px;
}

.plan-card .plan-feature .feature-highlight {
  color: #0c8a26;
  font-weight: 700;
}

.plan-card .card-footer .btn,
.project-block .cover .overlay .btn~.btn {
  margin-top: 10px;
}

.plan-card .more-advantages {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #404040;
  font-weight: 700;
  margin-bottom: 10px;
}

.plan-card .more-advantages i {
  position: absolute;
  left: -1.5em;
  color: #ff7300;
  font-size: 18px;
  line-height: 0;
  -webkit-transition: .3s -webkit-transform;
  -o-transition: .3s -o-transform;
  transition: .3s transform;
  transition: .3s transform,.3s -webkit-transform,.3s -o-transform;
}

.plan-card .more-advantages i.opened {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.plan-card .featured-list {
  text-align: left;
}

.plan-card__coupon {
  padding: 10px 0 0;
  color: #0c8a26;
}

.plan-card__coupon__include {
  text-transform: uppercase;
  font-size: 13px;
  margin: .4rem 0;
}

.plan-card__coupon__description {
  color: #0c8a26;
  margin: 0;
}

.plan-card.plan-card--outstanding {
  min-height: 570px;
}

@media screen and (min-width:992px) {
  .plan-card.plan-card--outstanding {
    -webkit-box-shadow: -1px 1px 9px 6px #f3ad57;
    box-shadow: -1px 1px 9px 6px #f3ad57;
    position: relative;
    top: -20px;
  }

  .plan-card.plan-card--outstanding .card-footer .btn {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.plan-title {
  font-size: 21px;
}

.plan-price,
.prices-component-block.content-block .price-element.main-element p {
  font-size: 18px;
  font-weight: 400;
}

.plan-price .int {
  font-size: 21px;
  font-weight: 700;
}

.plan-price del {
  color: #9b9b9b;
}

.plan-price del,
.plan-price del .int {
  font-size: 16px;
  font-weight: 400;
}

.plan-price__discount {
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.job-contact-data h2 {
  font-size: 28px;
  font-weight: 400;
  color: #404040;
}

@media screen and (min-width:992px) {
  .job-contact-data h2 {
    margin-top: 0;
  }
}

.job-contact-data .job-message .job-message-text {
  margin-bottom: 0;
}

#hiddenAdviceBuy .btn {
  margin-top: 2em;
}

.notice_created_autosubscribe {
  padding: 24px 32px!important;
  border: 1px solid #d2d2d2;
  margin-top: -10px!important;
}

.notice_created_autosubscribe p {
  padding-right: 2em;
  display: table;
  margin: 0;
}

.notice_created_autosubscribe .form {
  float: right;
  margin: 0;
}

.notice_created_autosubscribe .form select {
  height: 42px;
  max-width: 16em;
  margin-right: 1em;
}

.notice_created_autosubscribe .form .btn {
  padding: 14px;
}

.notice_created_autosubscribe .close {
  position: absolute;
  right: 8px;
  top: 8px;
}

.data-balloon,
.job-customer-label {
  background: #fff;
  padding: 16px;
  margin: 0 0 20px;
  position: relative;
}

.job-customer-label.data-job-not-owned {
  border: 2px solid #d2d2d2;
}

.job-customer-label.data-job-not-owned:after,
.job-customer-label.data-job-not-owned:before {
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 15px;
  left: 20px;
}

.job-customer-label.data-job-not-owned:before {
  border-color: #d2d2d2 transparent transparent;
  z-index: 1;
}

.job-customer-label.data-job-not-owned:after {
  border-color: #fff transparent transparent;
  z-index: 2;
  margin-top: -3px;
}

.job-customer-label.data-job-owned {
  border: 2px dashed #0c8a26;
}

.data-balloon a,
.job-customer-label.data-job-owned a.callto,
.job-customer-label.data-job-owned a.mailto {
  color: #404040;
  text-decoration: underline;
}

.job-customer-label .activate_subscription {
  text-decoration: underline;
  color: #ff7300;
}

.job-customer-label .subscription-price {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.job-private-info h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px;
}

.job-private-info label {
  font-weight: 600;
  color: #404040;
}

.job-private-info .form-group {
  margin-bottom: 0;
}

.job-private-info .form-group+.form-group {
  margin-top: 15px;
}

.job-private-info .form-group.field-quotation_amount input {
  display: inline-block;
  width: 7em;
}

.bottom-fixed-cta h5,
.job-subscription-box h2,
.review-request-action-button .review-request-action span h1,
.review-request-action-button .review-request-action span h2 {
  margin-top: 0;
}

.job-subscription-box ul {
  margin-top: 25px;
}

.job-subscription-box li {
  margin: 15px 0;
  min-height: 3em;
}

.data-balloon.data-job-not-owned {
  border: 2px solid #d2d2d2;
}

.data-balloon.data-job-not-owned:after,
.data-balloon.data-job-not-owned:before {
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 15px;
  left: 20px;
}

.data-balloon.data-job-not-owned:before {
  border-color: #d2d2d2 transparent transparent;
  z-index: 1;
}

.data-balloon.data-job-not-owned:after {
  border-color: #fff transparent transparent;
  z-index: 2;
  margin-top: -3px;
}

.data-balloon.data-job-owned {
  border: 2px dashed #0c8a26;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4,
.review-request-action-button .review-request-action span h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link,
.review-request-action-button .review-request-action span .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul,
.job-private-info .form-group .help-block,
.review-request-action-button .review-request-action span>p,
.review-request-action-button .review-request-action span>ul,
.review-request-action-button .review-reward-message p {
  margin-bottom: 0;
}

.alert>p+p,
.review-request-action-button .review-request-action span>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success,
.review-request-action-button .review-request-action span {
  background-color: #dbf7d7;
  border-color: #d6e9c6;
  color: #0c8a26;
}

.alert-success hr,
.review-request-action-button .review-request-action span hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link,
.review-request-action-button .review-request-action span .alert-link {
  color: #085b19;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fce5ba;
  border-color: #faebcc;
  color: #8a5b0c;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #5b3c08;
}

.alert-danger {
  background-color: #fcbaba;
  border-color: #ebccd1;
  color: #8a0c0c;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #5b0808;
}

.review-request-action-button,
.review-request-action-button .review-reward-message {
  margin-bottom: 20px;
}

.review-request-action-button .review-request-action span {
  font-weight: 400;
  clear: both;
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
}

.review-request-action-button .review-request-action .why-opinion {
  display: none;
}

.review-request-action-button .review-reward-message p:last-of-type {
  margin-bottom: 10px;
}

.review-whatsapp-request-action {
  margin-bottom: 12px;
}

#page-loader {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#page-loader i {
  font-size: 400%;
  display: inline-block;
  left: 50%;
  right: auto;
  position: relative;
  top: 40%;
}

#page-loader.visible,
.project-block .info .author small,
.project-block .info .author strong {
  display: block;
}

.link_icon {
  padding-left: 22px;
  background-repeat: no-repeat!important;
  background-position: left center!important;
}

.icon_money_add {
  background-image: url(http://static.habitissimo.es/images/icons/money_add.png)!important;
}

.app-button {
  text-decoration: none!important;
}

.app-button:first-child {
  margin-right: 10px;
}

.app-button.app-store-link img,
.app-button.google-play-link img {
  max-width: 183px;
  width: 47%;
}

#top-mobile-app-banner {
  z-index: 1;
  position: relative;
  color: #404040;
  font-weight: 600;
  border-bottom: 1px solid #ededed;
  min-height: 72px;
  background-color: #fff;
}

#top-mobile-app-banner .app-banner__logo {
  max-width: 44px;
}

#top-mobile-app-banner .btn {
  padding: 10px 1.5em;
  font-size: 14px;
  color: #fff;
}

#top-mobile-app-banner .close-banner {
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  z-index: 5;
  color: #9b9b9b;
}

@media screen and (max-width:340px) {
  #top-mobile-app-banner>.app-banner__wrapper {
    width: 19%;
  }

  #top-mobile-app-banner>p {
    line-height: 1.2;
  }
}

.mobile-cta-link-banner {
  background-color: #2b2d2e;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.mobile-cta-link-banner p {
  margin: 0;
  text-align: center;
}

.mobile-cta-link-banner span {
  font-size: 16px;
}

.mobile-cta-link-banner a {
  font-weight: 700;
  font-size: 16px;
  color: #ff7300;
  white-space: nowrap;
}

.mobile-cta-link-banner.bottom {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 70px;
}

.mobile-cta-link-banner.top {
  top: 0;
  z-index: 2000;
}

.mobile-cta-link-banner.top.affix {
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}

.mobile-cta-link-banner .form-group.error,
.mobile-cta-link-banner .icon-close-o,
.mobile-cta-link-banner ul.checklist.thin-icons li {
  cursor: pointer;
  margin-right: 20px;
}

#mobile-app-bottom-bar {
  height: 125px;
  width: 100%;
  z-index: 1499;
  overflow: visible!important;
}

#mobile-app-bottom-bar.affix {
  display: none;
}

#mobile-app-bottom-bar:not(.affix)+#footer,
#mobile-app-bottom-bar:not(.affix)+#super-footer {
  margin-top: 0;
}

.container-grey+#mobile-app-bottom-bar,
.gray-container+#mobile-app-bottom-bar {
  background-color: #ededed;
}

.container-grey+#mobile-app-bottom-bar.affix,
.gray-container+#mobile-app-bottom-bar.affix {
  background-color: transparent;
}

#mobile-app-bottom-bar .wrapper {
  background-color: rgba(255,255,255,.9);
  border-top: 1px solid #ccc;
}

#mobile-app-bottom-bar .container-block,
.home-slider,
body.home #home-community .bubbles-container {
  position: relative;
}

#mobile-app-bottom-bar .container-block .text-container,
ul.radio_list li input[disabled]~label {
  color: #9b9b9b;
}

#mobile-app-bottom-bar .container-block .text-container p {
  font-size: 24px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

@media screen and (max-width:767px) {
  #mobile-app-bottom-bar .container-block .text-container p {
    line-height: 1;
    font-size: 15px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  #mobile-app-bottom-bar .container-block .text-container p {
    font-size: 20px;
  }
}

#mobile-app-bottom-bar .stores-links {
  margin: 20px auto 10px;
  text-align: center;
  max-width: 380px;
}

#mobile-app-bottom-bar .stores-links a:hover {
  text-decoration: none;
}

#mobile-app-bottom-bar .stores-links a img {
  max-width: 45%;
}

#mobile-app-bottom-bar .know-more {
  margin: 0;
  text-align: center;
}

#mobile-app-bottom-bar .img-container {
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 161px;
  height: 149px;
  position: relative;
  top: 0;
  margin-top: -25px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  #mobile-app-bottom-bar .img-container {
    left: -10px;
  }
}

#mobile-app-bottom-bar .close,
.full-screen-video i {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 32px;
}

@media (max-width:991px) {
  #mobile-app-bottom-bar {
    display: none!important;
  }
}

.home-slider {
  height: 530px;
  overflow: hidden;
}

.home-slider .overlay {
  position: absolute;
  width: 100%;
  z-index: 6;
  padding: 100px 0 0;
}

.home-slider .overlay h1,
.home-slider .overlay h2 {
  color: #fff;
  width: 58%;
  line-height: 1;
  margin: 0 0 .3em;
  text-shadow: 0 0 6px rgba(0,0,0,.3);
  font-weight: 400;
}

.home-slider .overlay h1 {
  font-size: 60px;
}

.home-slider .overlay h2 {
  font-size: 24px;
}

.home-slider .overlay .btn {
  margin-top: 30px;
}

.full-screen-video video,
.home-slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-slider .slide .background {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.home-slider .slide .container {
  position: relative;
  height: 100%;
}

.home-slider .slide .container:after {
  content: '';
  display: block;
  position: absolute;
  left: -4000px;
  right: -4000px;
  bottom: 0;
  height: 307px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(50%,rgba(0,0,0,.28)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.28) 50%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.28) 50%);
  background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.28) 50%);
  z-index: 2;
}

.home-slider .slide .foreground {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-height: 90%;
  max-width: 60%;
  z-index: 2;
}

.home-slider .slide .testimonial {
  position: absolute;
  right: 296px;
  top: 354px;
  z-index: 3;
  background-image: url(/static/img/home/comment-sep.png);
}

.home-slider .slide .testimonial .comment {
  width: 180px;
}

.home-slider .slide .testimonial a.more-testimonials {
  color: #fff!important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.home-slider .slide .testimonial a.more-testimonials:active,
.home-slider .slide .testimonial a.more-testimonials:hover,
.testimonial a.more-testimonials:active,
.testimonial a.more-testimonials:hover {
  color: #ff7300!important;
}

.home-slider .slide.no-video .testimonial {
  right: 0;
}

.home-slider .slide .video {
  position: absolute;
  bottom: 40px;
  right: 0;
  cursor: pointer;
  border-radius: 10px;
  background-color: #000;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  border: 4px solid rgba(43,45,46,.15);
  overflow: hidden;
  z-index: 3;
}

.home-slider .slide .video img {
  width: 246px;
  height: 138px;
  opacity: .9;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.home-slider .slide .video:hover img {
  opacity: .6;
}

.home-slider .slide .video p {
  color: #fff;
  position: absolute;
  top: 55%;
  width: 90%;
  margin: 1.4em 5% 0;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

.home-slider .slide .video:after {
  content: '';
  display: block;
  background-image: url(/static/img/home/play-video.png);
  width: 43px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -32px;
  z-index: 5;
}

.home-slider .slide .background,
.home-slider .slide .foreground,
.home-slider .slide .testimonial,
.home-slider .slide .video {
  opacity: 0;
}

.home-slider .slide.active {
  opacity: 1;
  z-index: 2;
}

.home-slider .slide.active .background,
.home-slider .slide.active .testimonial,
.home-slider .slide.active .video {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.home-slider .slide.active .background {
  opacity: .9;
}

.home-slider .slide.active .testimonial,
.home-slider .slide.active .video {
  opacity: 1;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.home-slider .slide.active .foreground {
  opacity: 1;
  bottom: 0;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
}

.home-slider .next,
.home-slider .prev {
  display: block;
  width: 79px;
  top: 0;
  bottom: 0;
  height: 100%;
  text-indent: -2000px;
  line-height: 2000px;
  font-size: 0;
  color: transparent;
  padding: 0 30px;
  background: url(/static/img/home/slider-controls.png) no-repeat left center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  cursor: pointer!important;
  overflow: visible;
  position: absolute;
  z-index: 7;
}

.home-slider .prev {
  left: 0;
}

.home-slider .prev:hover {
  background-position: -38px center;
}

.home-slider .next {
  right: 0;
  background-position: -19px center;
}

.home-slider .next:hover {
  background-position: -57px center;
}

@media screen and (max-width:1199px) {
  .home-slider {
    height: 450px;
  }

  .home-slider .overlay {
    padding: 40px 40px 0;
  }

  .home-slider .overlay h1,
  .home-slider .overlay h2 {
    width: 55%;
  }

  .home-slider .overlay h1 {
    font-size: 36px;
  }

  .home-slider .overlay h2 {
    font-size: 18px;
  }

  .home-slider .next,
  .home-slider .prev {
    padding: 0 15px;
    width: 49px;
  }

  .home-slider .testimonial,
  .home-slider .video {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .home-slider .overlay h1 {
    font-size: 26px;
  }

  .home-slider .overlay h2 {
    font-size: 16px;
    width: 50%;
  }

  .home-slider .slide .foreground {
    max-width: 50%;
  }
}

@media screen and (max-width:767px) {
  .home-slider {
    height: 375px;
  }

  .home-slider .overlay {
    padding: 15px 15px 0;
  }

  .home-slider .overlay .container {
    height: 295px;
  }

  .home-slider .overlay .btn,
  .home-slider .overlay .heading {
    position: absolute;
    bottom: 90px;
    left: 40px;
    right: 40px;
  }

  .home-slider .overlay h1,
  .home-slider .overlay h2 {
    width: 100%;
    text-align: center;
  }

  .home-slider .overlay h1 {
    font-size: 31px;
  }

  .home-slider .overlay h2 {
    font-size: 16px;
  }

  .home-slider .overlay .btn {
    bottom: 0;
    font-size: 16px;
  }

  .home-slider .next,
  .home-slider .prev,
  .home-slider .slide .container:after,
  .home-slider .slide .foreground {
    display: none;
  }
}

@media screen and (max-width:767px) and (max-height:414px) {
  .home-slider {
    height: 250px;
  }

  .home-slider .overlay .container {
    height: 170px;
  }
}

.full-screen-video {
  background-color: #000;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-screen-video video {
  z-index: 2;
}

.full-screen-video i {
  color: #ccc;
  cursor: pointer;
  font-size: 30px;
  top: 10px;
  z-index: 2;
}

.custom-dropdown {
  margin-bottom: 1em;
}

.custom-dropdown button {
  color: #6a6d76;
  padding: 15px;
  max-width: 100%;
  text-align: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-dropdown button .caret {
  position: absolute;
  right: 20px;
  top: 25px;
}

.custom-dropdown ul {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}

.custom-dropdown ul li a {
  padding-left: 25px;
}

.project-block {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.project-block .cover {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-block .cover img {
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-o-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.project-block .cover .overlay {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  height: 0;
  width: 0;
  z-index: 2;
  overflow: visible;
}

.project-block .cover .overlay .btn {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.project-block .cover .overlay .btn .icon {
  margin-right: .5em;
}

.project-block .cover .overlay>.btn {
  width: 13em;
  float: left;
  clear: left;
}

@media (max-width:991px) {
  .project-block .cover .overlay>.btn {
    width: 12em;
  }
}

.project-block .cover .overlay .popover .btn {
  display: block;
  white-space: nowrap;
}

@media (max-width:1199px) {
  .project-block .cover .overlay .popover .btn i {
    margin-right: 0;
  }

  .project-block .cover .overlay .popover .btn span {
    display: none;
  }
}

.project-block .cover .overlay .more {
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

@media (max-width:991px) {
  .project-block .cover .overlay {
    display: none;
  }
}

.project-block .cover:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.35)),to(transparent));
  background: -webkit-linear-gradient(left,rgba(0,0,0,.35),transparent);
  background: -o-linear-gradient(left,rgba(0,0,0,.35),transparent);
  background: linear-gradient(to right,rgba(0,0,0,.35),transparent);
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.project-block .cover:hover .overlay,
.project-block .cover:hover:before,
.quotation-block a.img:hover:after {
  opacity: 1;
}

.project-block .cover:hover img,
.quotation-block a.img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.project-block .info {
  position: relative;
  height: 160px;
  padding: 20px;
}

@media (max-width:767px) {
  .project-block .info {
    height: auto;
  }
}

.project-block .info .category {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 12px;
}

.project-block .info h2 {
  margin: 0 0 2em;
  width: 70%;
}

.project-block .info .author {
  position: absolute;
  color: #2b2b2b;
  letter-spacing: .3px;
  z-index: 2;
  right: 20px;
  top: -15px;
  width: 25%;
  text-align: center;
  line-height: 17px;
}

.project-block .info .author img {
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.project-block .info .author .name {
  font-size: 13px;
  display: block;
  font-weight: 600;
  color: #757575;
}

@media (max-width:767px) {
  .project-block .info .author .name {
    display: none;
  }
}

.project-block .info .author .type {
  font-size: 11px;
}

.project-block .info .stats {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.photo-block .info .stats p,
.project-block .info .stats p {
  display: inline;
}

.project-block .info .stats p .icon {
  margin-right: .2em;
}

@media (max-width:1600px) {
  .project-block .info .stats p .icon+span small {
    display: none;
  }
}

.photo-block .info .stats p+p,
.project-block .info .stats p+p {
  margin-left: .8em;
}

.project-block .info .stats .date {
  position: absolute;
  right: 20px;
  width: 25%;
  text-align: center;
  margin-left: 0;
}

@media (max-width:767px) {
  .project-block .info .stats .date {
    width: 35%;
    text-align: right;
  }
}

body.home #home-community {
  padding: 64px 0;
  position: relative;
}

.bubbles-block .bubbles-container:before,
body.home #home-community .bubbles-container:before {
  position: absolute;
  top: 45%;
  left: 0;
  content: '';
  display: table-cell;
  background-color: #ededed;
  width: 100%;
  height: 3px;
}

body.home #home-community h2 {
  width: 50%;
  margin: 0 auto 40px;
}

body.home #home-community .bubbles {
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}

body.home #home-community .bubbles .bubble {
  color: #757575;
  text-align: center;
  display: inline-block;
  position: relative;
  height: 170px;
}

@media screen and (max-width:767px) {
  body.home #home-community .bubbles .bubble {
    display: none;
  }
}

@media screen and (min-width:767px) and (max-width:991px) {
  body.home #home-community .bubbles .bubble {
    height: 150px;
    width: 19%;
  }
}

@media screen and (min-width:991px) and (max-width:1199px) {
  body.home #home-community .bubbles .bubble {
    width: 19%;
  }
}

.bubbles-block .bubbles .bubble .bubble-inside,
body.home #home-community .bubbles .bubble .bubble-inside {
  background: #ededed;
  border-radius: 100%;
  display: block;
  margin: auto;
  height: 150px;
  width: 150px;
}

@media screen and (min-width:767px) and (max-width:991px) {
  body.home #home-community .bubbles .bubble .bubble-inside {
    height: 130px;
    width: 130px;
  }
}

body.home #home-community .bubbles .bubble .bubble-inside i {
  color: #0092d0;
  display: block;
  font-size: 50px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

@media screen and (min-width:767px) and (max-width:991px) {
  body.home #home-community .bubbles .bubble .bubble-inside i {
    font-size: 40px;
  }
}

body.home #home-community .bubbles .bubble .bubble-inside .icon-text {
  display: block;
  position: absolute;
  font-size: 36px;
  text-align: center;
  left: 0;
  bottom: 45px;
  width: 100%;
  line-height: 40px;
  font-weight: 400;
}

@media screen and (min-width:767px) and (max-width:991px) {
  body.home #home-community .bubbles .bubble .bubble-inside .icon-text {
    font-size: 25px;
  }
}

body.home #home-community .bubbles .bubble .description {
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  width: 70%;
  line-height: 18px;
  margin: auto;
}

@media screen and (min-width:767px) and (max-width:991px) {
  body.home #home-community .bubbles .bubble .description {
    top: 160px;
  }
}

@media screen and (max-width:767px) {
  body.home #home-community .bubbles .community-bubble {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}

body.home #home-community .bubbles .community-bubble .user {
  height: 170px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0;
  z-index: 1;
}

body.home #home-community .bubbles .community-bubble .user .img-container {
  display: block;
  margin: auto;
  height: 150px;
  width: 150px;
}

.sidebar-widget .sidebar-widget-line .avatar img,
body.home #home-community .bubbles .community-bubble .user .img-container img {
  border-radius: 100%;
}

body.home #home-community .bubbles .community-bubble .user .user-name {
  margin-top: 10px;
}

body.home #home-community .bubbles .community-bubble .user .description {
  height: 50px;
  width: 100%;
}

body.home #home-community .bubbles .community-bubble .user .description a:hover {
  color: #0092d0;
}

body.home #home-community .bubbles .community-bubble .user.active {
  opacity: 1;
  z-index: 2;
}

body.home #home-community .button-container {
  margin-top: 80px;
}

.content-home-value-proposition {
  padding-top: 32px;
}

.content-home-value-proposition .product-feature object[type='image/svg+xml'] {
  height: 180px;
}

.content-home-value-proposition .product-feature .title {
  font-size: 18px;
}

.content-home-value-proposition .content-guarantee-block {
  margin-top: 40px;
}

@media screen and (min-width:992px) {
  .content-home-value-proposition .product-feature .title {
    font-size: 21px;
    margin: 0 48px 16px;
    line-height: 1.2;
  }

  .content-home-value-proposition .content-guarantee-block {
    margin-top: 80px;
  }
}

.landing-rfq-sem-header__row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.landing-rfq-sem-header__column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.landing-rfq-sem-header__column:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width:992px) {
  .landing-rfq-sem-header__column:first-child {
    float: left;
    width: 58.33333333%;
  }
}

.landing-rfq-sem-header__column:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:992px) {
  .landing-rfq-sem-header__column:last-child {
    float: left;
    width: 41.66666667%;
  }
}

.rfq-container {
  border: 1px solid #d2d2d2;
  padding: 16px 12px;
  position: relative;
}

.rfq-container .progress-container {
  padding: 0;
}

.rfq-container input[type=email],
.rfq-container input[type=tel],
.rfq-container input[type=text],
.rfq-container select {
  display: block;
  width: 100%;
  color: #404040;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  height: 49px;
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 6px;
  font-size: 18px;
}

.rfq-container input[type=email]:focus,
.rfq-container input[type=tel]:focus,
.rfq-container input[type=text]:focus,
.rfq-container select:focus {
  border-color: #ff7300;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6);
}

.rfq-container input[type=email]::-moz-placeholder,
.rfq-container input[type=tel]::-moz-placeholder,
.rfq-container input[type=text]::-moz-placeholder,
.rfq-container select::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.rfq-container input[type=email]:-ms-input-placeholder,
.rfq-container input[type=tel]:-ms-input-placeholder,
.rfq-container input[type=text]:-ms-input-placeholder,
.rfq-container select:-ms-input-placeholder {
  color: #9b9b9b;
}

.rfq-container input[type=email]::-webkit-input-placeholder,
.rfq-container input[type=tel]::-webkit-input-placeholder,
.rfq-container input[type=text]::-webkit-input-placeholder,
.rfq-container select::-webkit-input-placeholder {
  color: #9b9b9b;
}

.rfq-container input[type=email]::-ms-expand,
.rfq-container input[type=tel]::-ms-expand,
.rfq-container input[type=text]::-ms-expand,
.rfq-container select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.rfq-container input[type=email][disabled],
.rfq-container input[type=email][readonly],
.rfq-container input[type=tel][disabled],
.rfq-container input[type=tel][readonly],
.rfq-container input[type=text][disabled],
.rfq-container input[type=text][readonly],
.rfq-container select[disabled],
.rfq-container select[readonly],
fieldset[disabled] .rfq-container input[type=email],
fieldset[disabled] .rfq-container input[type=tel],
fieldset[disabled] .rfq-container input[type=text],
fieldset[disabled] .rfq-container select {
  background-color: #ededed;
  opacity: 1;
}

.rfq-container input[type=email][disabled],
.rfq-container input[type=tel][disabled],
.rfq-container input[type=text][disabled],
.rfq-container select[disabled],
fieldset[disabled] .rfq-container input[type=email],
fieldset[disabled] .rfq-container input[type=tel],
fieldset[disabled] .rfq-container input[type=text],
fieldset[disabled] .rfq-container select {
  cursor: not-allowed;
}

select.rfq-container input[type=email],
select.rfq-container input[type=tel],
select.rfq-container input[type=text],
select.rfq-container select {
  height: 49px;
  line-height: 49px;
}

select[multiple].rfq-container input[type=email],
select[multiple].rfq-container input[type=tel],
select[multiple].rfq-container input[type=text],
select[multiple].rfq-container select,
textarea.rfq-container input[type=email],
textarea.rfq-container input[type=tel],
textarea.rfq-container input[type=text],
textarea.rfq-container select {
  height: auto;
}

.rfq-container .step {
  min-height: inherit;
}

@media only screen and (min-width:992px) {
  .rfq-container {
    padding: 48px;
  }
}

.rfq-container .control-buttons {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:768px) {
  .rfq-container .control-buttons {
    float: left;
    width: 100%;
  }
}

.rfq-container #loading-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.4);
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
}

.rfq-container #show_location_data {
  margin-top: 4px;
}

.rfq-container [data-step-name=dynamic_questions] input[type=text],
.rfq-container [data-step-name=static_questions] input[type=text] {
  width: 100%;
}

.landing-rfq-sem-value-proposition .product-feature-container {
  margin-bottom: 48px;
}

.landing-rfq-sem-value-proposition__image {
  height: 120px;
}

.rfq-how-it-works.rfq-how-it-works__step {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media (min-width:992px) {
  .rfq-how-it-works.rfq-how-it-works__step {
    float: left;
    width: 33.33333333%;
  }
}

.rfq-how-it-works.rfq-how-it-works__image {
  height: 120px;
}

.content-guarantee-block {
  width: auto!important;
}

.bubbles-block .bubbles-container {
  position: relative;
}

#ql-form-container form.autocategorized #ql-ribbon h3,
.bubbles-block h2 {
  width: 50%;
}

.bubbles-block .bubbles {
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}

.bubbles-block .bubbles .bubble {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 15%;
  height: 170px;
}

@media screen and (max-width:767px) {
  .bubbles-block .bubbles .bubble {
    display: none;
  }
}

@media screen and (min-width:767px) and (max-width:991px) {
  .bubbles-block .bubbles .bubble {
    height: 150px;
    width: 19%;
  }
}

@media screen and (min-width:991px) and (max-width:1199px) {
  .bubbles-block .bubbles .bubble {
    width: 19%;
  }
}

@media screen and (min-width:767px) and (max-width:991px) {
  .bubbles-block .bubbles .bubble .bubble-inside {
    height: 130px;
    width: 130px;
  }
}

.bubbles-block .bubbles .bubble .bubble-inside i {
  display: block;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width:767px) and (max-width:991px) {
  .bubbles-block .bubbles .bubble .bubble-inside i {
    font-size: 40px;
  }
}

.bubbles-block .bubbles .bubble .bubble-inside .icon-text {
  display: block;
  position: absolute;
  font-size: 36px;
  text-align: center;
  left: 0;
  bottom: 45px;
  width: 100%;
  line-height: 40px;
}

@media screen and (min-width:767px) and (max-width:991px) {
  .bubbles-block .bubbles .bubble .bubble-inside .icon-text {
    font-size: 25px;
  }
}

.bubbles-block .bubbles .bubble .description {
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  width: 70%;
  line-height: 18px;
  margin: auto;
}

@media screen and (min-width:767px) and (max-width:991px) {
  .bubbles-block .bubbles .bubble .description {
    top: 140px;
  }
}

.bubbles-block .button-container {
  margin-top: 80px;
}

.bubbles-container {
  padding-left: 0;
  padding-right: 0;
}

.upload-logo img {
  border: 1px solid #d2d2d2;
}

.upload-logo img.img-center {
  margin: 0 auto;
}

.sidebar-widget {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.sidebar-widget h3 {
  color: #757575;
  text-align: center;
  font-size: 21px;
  margin: 0 0 24px;
  font-weight: 400;
  padding: 0;
}

.sidebar-widget ul.nav.nav-pills {
  margin: 0 auto 24px;
  text-align: center;
}

.sidebar-widget ul.nav.nav-pills li {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  position: relative;
  text-align: center;
  float: none;
  margin-left: 0;
  overflow: hidden;
}

.sidebar-widget ul.nav.nav-pills li a {
  border: 1px solid #ededed;
  color: #2b2b2b;
  overflow: hidden;
  padding: 6px 15px;
}

.sidebar-widget ul.nav.nav-pills li:hover a {
  border: 1px solid #0092d0;
  background-color: #0092d0;
  color: #fff;
}

.sidebar-widget ul.nav.nav-pills li.active a {
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #0092d0;
  font-weight: 700;
}

.sidebar-widget .sidebar-widget-line,
.sidebar-widget .sidebar-widget-square {
  position: relative;
}

.sidebar-widget .sidebar-widget-line {
  padding: 5px;
  margin-bottom: 25px;
  width: 100%;
}

.sidebar-widget .sidebar-widget-line .avatar {
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  width: 18%;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line .avatar {
    display: block;
    margin: 0 auto;
    width: 35%;
  }
}

.sidebar-widget .sidebar-widget-line .avatar .user-type-icon {
  background-color: #ff7300;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  text-align: center;
  font-size: 10px;
  line-height: 19px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-widget .sidebar-widget-line.text-block .avatar {
  vertical-align: top;
}

.sidebar-widget .sidebar-widget-line.text-block .content-header {
  display: inline-block;
  width: 78%;
  margin-top: 4px;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line.text-block .content-header {
    width: 100%;
  }
}

.sidebar-widget .sidebar-widget-line.text-block .content-header .time-ago {
  text-transform: lowercase;
  line-height: 1;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400;
}

.sidebar-widget .sidebar-widget-line.text-block .text-content {
  display: inline-block;
  vertical-align: top;
  max-width: 78%;
  margin-left: 22%;
  font-size: 14px;
  letter-spacing: .3px;
  line-height: 18px;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line.text-block .text-content {
    margin-left: 0;
    max-width: 100%;
  }
}

.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-customer-data li i,
.sidebar-widget .sidebar-widget-line.text-block .text-content .text-title {
  font-size: 18px;
}

.sidebar-widget .sidebar-widget-line.text-block .text-content .text-title.qna-title {
  display: block;
  margin-bottom: 10px;
}

.sidebar-widget .sidebar-widget-line.text-block .text-content .text-summary {
  letter-spacing: .3px;
}

.sidebar-widget .sidebar-widget-line.text-block .text-content .content-footer {
  margin-top: 15px;
}

.sidebar-widget .sidebar-widget-line.text-block .text-content .content-footer.footer-project .footer-description {
  color: #9b9b9b;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 3px;
}

.sidebar-widget .sidebar-widget-line.text-block .text-content .content-footer.footer-project a:after,
.sidebar-widget .sidebar-widget-line.text-block .text-content .content-footer.footer-qna a:after {
  display: inline;
  margin-left: 3px;
  content: '»';
}

.sidebar-widget .sidebar-widget-line .sidebar-widget-minis {
  display: inline-block;
  max-width: 18%;
  background-position: center;
  margin-right: 3px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.sidebar-widget .sidebar-widget-line .sidebar-widget-minis img {
  display: inline-block;
  width: 50%;
  padding: 1.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar-widget .sidebar-widget-line .album-info {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line .album-info {
    width: 50%;
  }
}

.sidebar-widget .sidebar-widget-line .album-info .album-title {
  margin-bottom: 0;
  text-transform: lowercase;
}

.conversation-container .chat-conversation .conversation-element .chat-content-block .time-ago::first-letter,
.sidebar-widget .sidebar-widget-line .album-info .album-title::first-letter {
  text-transform: capitalize;
}

.sidebar-widget .sidebar-widget-line .album-info .album-meta {
  font-size: 10px;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line .album-info .album-meta span {
    display: block;
  }
}

.sidebar-widget .sidebar-widget-line .widget-hover {
  background-color: #000;
  background-color: rgba(0,0,0,.55);
  color: #fff;
  display: none;
  padding: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line .widget-hover {
    padding: 8px;
  }
}

@media screen and (min-width:1199px) {
  .sidebar-widget .sidebar-widget-line .widget-hover {
    padding: 5px;
  }
}

@media screen and (min-width:1600px) {
  .sidebar-widget .sidebar-widget-line .widget-hover {
    padding: 10px;
  }
}

.sidebar-widget .sidebar-widget-line .widget-hover .follow-container,
.sidebar-widget .sidebar-widget-line .widget-hover .watch-container {
  vertical-align: middle;
  display: inline-block;
  width: 48%;
  max-width: 48%;
  text-transform: lowercase;
}

.sidebar-widget .sidebar-widget-line .widget-hover .follow-container .btn,
.sidebar-widget .sidebar-widget-line .widget-hover .watch-container .btn {
  padding: 10px 1em;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line .widget-hover .follow-container .btn,
  .sidebar-widget .sidebar-widget-line .widget-hover .watch-container .btn {
    padding: 5px 11px;
  }
}

.sidebar-widget .sidebar-widget-line .widget-hover .follow-container .btn .icon,
.sidebar-widget .sidebar-widget-line .widget-hover .watch-container .btn .icon {
  margin-right: .5em;
}

.sidebar-widget .sidebar-widget-line .widget-hover .follow-container a,
.sidebar-widget .sidebar-widget-line .widget-hover .watch-container a {
  color: #fff;
}

.sidebar-widget .sidebar-widget-line .widget-hover .watch-container {
  margin-top: 1px;
  padding-right: 10px;
  text-align: right;
}

@media screen and (max-width:1199px) {
  .sidebar-widget .sidebar-widget-line .widget-hover .watch-container {
    padding-right: 5px;
  }
}

.sidebar-widget .sidebar-widget-line:hover .widget-hover {
  display: block;
}

.sidebar-widget .sidebar-widget-square-grid {
  line-height: 0;
  text-align: justify;
  font-size: 0;
}

.sidebar-widget .sidebar-widget-square {
  display: inline-block;
  width: 50%;
  background-position: center;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}

.sidebar-widget .sidebar-widget-square .widget-hover {
  background-color: #000;
  background-color: rgba(0,0,0,.55);
  color: #fff;
  display: none;
  padding: 5px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.sidebar-widget .sidebar-widget-square .widget-hover .btn {
  margin: 0 auto;
  display: block;
  padding: 10px 25px;
}

.sidebar-widget .sidebar-widget-square .widget-hover .save-container {
  color: #fff;
}

.question-quotation-pop form label.button-label,
.sidebar-widget .sidebar-widget-square:hover .widget-hover {
  display: block;
}

.sidebar-widget .widget-footer {
  margin: 32px 0 0;
}

#cookie-policy {
  font-size: 14px;
  color: #444;
  display: none;
  background-color: #f5f5f5;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,.15);
  box-shadow: 0 -2px 2px rgba(0,0,0,.15);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 99999991;
}

#cookie-policy p {
  margin: 0;
  padding: 8px 0;
}

#cookie-policy p a,
#cookie-policy p a:hover,
#cookie-policy p a:visited {
  color: inherit;
  text-decoration: underline;
}

#cookie-policy .cookie-accept {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 15px;
  color: #444;
  float: right;
  line-height: 2em;
  display: block;
}

.quotation-block {
  cursor: pointer;
}

.quotation-block .description h3 {
  font-size: 24px;
  font-weight: 400;
  color: #2b2b2b;
}

@media screen and (min-width:991px) {
  .quotation-block .description h3 {
    max-height: 26.4px;
    overflow: hidden;
  }
}

.quotation-block .description p {
  margin: 0;
  font-weight: 400;
  overflow: hidden;
  min-height: 69px;
}

@media screen and (max-width:767px) {
  .quotation-block .description p {
    max-height: 5.52em;
    min-height: 0;
  }
}

.quotation-block .description strong {
  font-weight: inherit;
}

.quotation-block a.img {
  display: block;
  overflow: hidden;
}

.quotation-block a.img:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.quotation-block a.img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-o-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.quotation-block,
.quotation-block .quotation-footer {
  position: relative;
}

@media screen and (min-width:767px) {
  .quotation-block .quotation-footer {
    height: 102px;
  }
}

.quotation-block .quotation-footer .details {
  bottom: 0;
  left: 0;
  right: 275px;
}

.quotation-block .quotation-footer .details small {
  font-size: 11px;
  display: block;
  margin-top: .5em;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.quotation-block .quotation-footer .quotation-block-cta {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

.quotation-block .quotation-footer .quotation-block-cta .btn {
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width:768px) {
  .quotation-block {
    min-height: 270px;
    padding: 37.5px 25px 25px;
    margin-left: 270px;
  }

  .quotation-block .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 275px;
  }

  .quotation-block a.img {
    width: 270px;
    height: 270px;
    position: absolute;
    left: -270px;
    top: 0;
  }

  .quotation-block .quotation-block-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 250px;
  }

  .quotation-block .quotation-block-cta .btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (max-width:767px) {
  .quotation-block {
    padding: 0;
  }

  .quotation-block a.img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 34px;
  }

  .quotation-block .description,
  .quotation-block .details {
    padding: 0 34px 17px;
  }

  .quotation-block .quotation-block-cta {
    padding: 17px 34px 34px;
  }
}

.badge {
  border: 1px solid #d2d2d2;
  padding: 12px 16px;
  white-space: normal;
  text-align: left;
}

.badge * {
  font-weight: inherit;
}

.badge:hover {
  background-color: #f3f3f3;
}

#ql-form-container form.step-2 #ql-ribbon h3.s-1 strong,
#ql-form-container form.step-3 #ql-ribbon h3.s-1 strong,
#ql-form-container form.step-3 #ql-ribbon h3.s-2 strong,
.badge-cloud {
  font-size: 0;
}

.badge-cloud li {
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  border-radius: 5px;
}

.badge-cloud li a {
  color: inherit;
}

.badge-cloud li a:hover {
  text-decoration: none;
}

.link-tag,
.link-tag:focus,
.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price a li span span,
.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price li a {
  color: #404040;
  text-decoration: underline;
}

.link-tag:hover {
  color: #ff7300;
  text-decoration: none;
}

#ql-form-container form.step-2.autocategorized .fields .p #show_location_data,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data,
#ql-form-container form.step-3 .fields .p #show_location_data,
#ql-form-container form.step-3 .fields p #show_location_data,
.link-lead {
  font-weight: 700;
}

#ql-form-container form.step-2.autocategorized .fields .p #show_location_data,
#ql-form-container form.step-2.autocategorized .fields .p #show_location_data:focus,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data:focus,
#ql-form-container form.step-3 .fields .p #show_location_data,
#ql-form-container form.step-3 .fields .p #show_location_data:focus,
#ql-form-container form.step-3 .fields p #show_location_data,
#ql-form-container form.step-3 .fields p #show_location_data:focus,
.link-lead,
.link-lead:focus {
  color: #2b2b2b;
  text-decoration: none;
}

#ql-form-container form.step-2.autocategorized .fields .p #show_location_data:active,
#ql-form-container form.step-2.autocategorized .fields .p #show_location_data:hover,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data:active,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data:hover,
#ql-form-container form.step-3 .fields .p #show_location_data:active,
#ql-form-container form.step-3 .fields .p #show_location_data:hover,
#ql-form-container form.step-3 .fields p #show_location_data:active,
#ql-form-container form.step-3 .fields p #show_location_data:hover,
.link-lead:active,
.link-lead:hover,
.link-shy:hover {
  color: #ff7300;
  text-decoration: none;
}

.link-shy {
  color: #757575;
}

.link-alt {
  color: #0092d0;
  text-decoration: none;
}

.link-alt:hover {
  color: #0176a8;
}

.link-main,
.link-secondary {
  color: #9b9b9b;
  text-decoration: none;
}

.link-main:hover,
.link-secondary:hover {
  color: #ff7300;
  text-decoration: inherit;
}

.link-main {
  color: #2b2b2b;
}

.link-button,
.link-main.text-bold {
  font-weight: 700;
}

.link-button {
  text-decoration: none;
}

.link-button,
.link-button:hover {
  color: #ff7300;
}

.link-button:hover.button-pointer {
  cursor: pointer;
}

#mobile-app-bottom-bar .know-more a:after,
#mobile-app-embedded-banner p a:after,
.raquo:after,
.spcd-block a.spcd-action:after,
.spcd-overview .spcd-list .spcd-full-active-list-item .spcd-action:after {
  content: ' »';
}

.laquo:before {
  content: '« ';
}

.testimonial {
  padding-left: 110px;
  background: url(/images/layout/comment-sep-gray.png) no-repeat 95px 0;
  z-index: 3;
  min-height: 150px;
}

.testimonial .author img,
.testimonial.dark img {
  float: left;
  width: 46px;
  margin-left: -93px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.testimonial .author>small {
  float: left;
  clear: left;
  display: block;
  width: 80px;
  margin-left: -110px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: .5em;
}

.testimonial .author>small.stars i {
  font-size: 12px;
}

.testimonial .comment q,
.testimonial .comment>small {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.testimonial .comment .before {
  margin-bottom: .5em;
}

.testimonial .comment .after {
  margin-top: 1em;
  float: left;
}

.testimonial .comment q {
  font-size: 16px;
  margin-top: 0;
}

.testimonial .comment q:before,
body.jobs-list .panel-heading em:before {
  content: '“';
}

.testimonial .comment q:after,
body.jobs-list .panel-heading em:after {
  content: '”';
}

.testimonial .comment q a {
  font-weight: 700;
}

.testimonial .comment q a,
.testimonial .comment q a:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.seo-links .wc-switcher__items li a:hover,
.testimonial .comment q a:active,
.testimonial .comment q a:hover {
  color: #ff7300;
  text-decoration: none;
}

.testimonial a.more-testimonials {
  color: #fff!important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.testimonial.dark {
  color: #fff;
}

.carousel {
  padding-bottom: 40px;
}

.carousel__footer__title {
  margin: 0 0 1rem;
}

.carousel-inner {
  padding-bottom: 29px;
}

.carousel-control {
  color: #404040;
  top: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  width: 1em;
  height: 29px;
  overflow: visible;
  background-image: url(/images/layout/slider-controls.png)!important;
  margin-top: -30px;
}

.carousel-control.left:active,
.carousel-control.left:hover {
  background-position: -38px 0;
}

.carousel-control.right {
  background-position: -19px 0;
}

.carousel-control.right:active,
.carousel-control.right:hover {
  background-position: -57px 0;
}

.carousel-indicators {
  top: 100%;
  margin: -29px 0 5px;
  left: 30px;
  right: 30px;
  width: auto;
  height: 20px;
}

.carousel-indicators li {
  background-color: #d2d2d2;
  width: 15px!important;
  height: 15px!important;
  border: 1px solid transparent;
  margin: 0 5px!important;
}

.carousel-indicators li.active {
  background-color: transparent;
  border-color: #9b9b9b;
}

.widget-footer {
  margin-top: 32px;
}

.carousel-cta .carousel__content {
  padding-bottom: 0;
}

.quotations-carousel .title,
body.new-register-business.business-landing .content-form h3.content-block-title {
  font-size: 18px;
  font-weight: 700;
}

.quotations-carousel .carousel-quotations .carousel-inner .item {
  padding: 0 15px;
}

.quotations-carousel .carousel-quotations .carousel-inner .item .job-location-block {
  margin-bottom: 10px;
}

.quotations-carousel .carousel-quotations .carousel-inner .item .job-location-block .job-distance,
.quotations-carousel .carousel-quotations .carousel-inner .item .job-location-block .job-location-string {
  display: inline-block;
}

.quotations-carousel .carousel-quotations .carousel-inner .item .job-location-block .job-distance:after {
  content: ' - ';
}

.checkbox label,
.checkbox label.checkbox,
.has-error label,
.has-error label.checkbox,
.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price a,
.radio label,
.radio label.checkbox {
  color: #2b2b2b;
}

.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-customer-data {
  margin-top: 20px;
}

.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-customer-data li {
  margin-right: 20px;
}

.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-details-price .job-original-list-price,
.stars.xs {
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-details-price .job-original-list-price {
    text-align: left;
  }
}

.quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-details-price .job-original-list-price span {
  font-size: inherit;
}

@media screen and (max-width:767px) {
  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-customer-data li {
    margin-bottom: 5px;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-details-price {
    margin-top: 10px;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-details-price .job-list-price {
    text-align: left;
  }
}

@media screen and (min-width:768px) {
  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price {
    min-height: 70px;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .contact-data {
    position: absolute;
    bottom: 0;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .contact-data.not-owner {
    overflow: hidden;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .contact-data .job-customer-data {
    font-size: 18px;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .contact-data .job-customer-data li {
    float: left;
  }

  .quotations-carousel .carousel-quotations .carousel-inner .contact-data-price .job-details-price {
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
  }
}

.quotations-carousel .carousel-quotations .carousel-footer {
  overflow: hidden;
  border-top: 1px solid #ededed;
}

.quotations-carousel .carousel-quotations .view-more {
  margin-top: 18px;
  text-align: center;
}

.quotations-carousel .carousel-quotations .view-more a {
  margin: 1px;
}

.stars i {
  letter-spacing: -3px;
  line-height: 1.5;
  vertical-align: middle;
  color: #ffb100;
}

.business-inline-review .review-stars:hover .star-container:hover~.star-container>.star i,
.review-modal .modal-body .step .step-block .big-voting-stars .star-container span.star i,
.review-modal .modal-body .step .step-block .big-voting-stars:hover .star-container:hover~.star-container>.star i,
.stars i.empty,
.stars.stars-0 i {
  color: #d2d2d2;
}

.stars.sm {
  font-size: 21px;
}

.stars.m {
  font-size: 28px;
}

.stars.md {
  font-size: 32px;
}

.stars.md:not(.stars-0) {
  font-size: 32px;
}

@media screen and (min-width:767px) {
  .stars.md:not(.stars-0) {
    font-size: 40px;
  }
}

.stars.lg {
  font-size: 40px;
}

@media screen and (max-width:767px) {
  .stars.lg-phone {
    font-size: 40px;
  }
}

@media screen and (max-width:992px) {
  .stars.xs-phone {
    font-size: 16px;
  }
}

.call-us {
  text-align: center;
}

.call-us p {
  font-size: 20px;
}

.call-us h3 {
  font-weight: 700;
  font-style: 22px;
}

.call-us small {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.checkbox label.checkbox.has-error span.form_error,
.checkbox label.has-error span.form_error,
.has-error label.checkbox.has-error span.form_error,
.has-error label.has-error span.form_error,
.radio label.checkbox.has-error span.form_error,
.radio label.has-error span.form_error,
ul.radio_list li span.form_error {
  position: relative;
  left: -22px;
}

.search-control {
  position: relative;
}

.search-control input[type=search] {
  border-radius: 21px;
  height: 36px;
}

.search-control .search-hint a {
  cursor: pointer;
}

.search-control .icon {
  font-size: 13px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  opacity: .6;
  cursor: pointer;
}

.search-control .icon.form-group.error,
.search-control .icon.icon-close-o,
.search-control .iconul.checklist.thin-icons li {
  color: #fff;
  background-color: #9b9b9b;
  border-radius: 100%;
  font-size: 10px;
}

.search-control .icon:before,
.seo-links .wc-switcher__items li a i:before {
  vertical-align: middle;
}

.search-control .icon:hover {
  opacity: 1;
}

ul.radio_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.radio_list li {
  padding: 0;
  margin: 6px 0 6px 22px;
}

ul.radio_list li label {
  font-weight: 400;
  display: inline;
}

ul.radio_list li input {
  margin-left: -22px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.form-horizontal .form-group .form-text {
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  .form-horizontal .form-group .form-text {
    padding-top: 7px;
  }
}

.form-group-lg,
.seo-links .wc-switcher__items li,
.tick-list>li,
body.panel-business .change-invoice-block .form-here .form-group {
  margin-bottom: 20px;
}

.form-group-lg label,
body.panel-business .change-invoice-block .form-here .form-group label {
  font-weight: 600;
}

.form-group.checked:before,
.form-group.error:before {
  position: absolute;
  right: 12px;
  font-size: 21px;
  top: 50%;
  height: 21px;
  margin-top: -10.5px;
}

.form-group.checked {
  color: #0c8a26;
  position: relative;
}

.form-group.error {
  color: #8a0c0c;
  position: relative;
}

.affix-submit-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.8);
  border-top: 1px solid #d2d2d2;
  padding: 20px 0;
  z-index: 2;
}

.affix-submit-bar.pending-content-scroll {
  -webkit-box-shadow: 0 0 27px 1px rgba(100,100,100,.2);
  box-shadow: 0 0 27px 1px rgba(100,100,100,.2);
}

.affix-submit-bar.folded {
  display: none;
}

.form-footer {
  margin-top: 30px;
}

#fly_overlay {
  display: none;
  position: fixed;
  bottom: -100px;
  right: 10px;
  z-index: 3001;
}

#fly_overlay .button {
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.5);
  box-shadow: 0 1px 6px rgba(0,0,0,.5);
  margin-bottom: -3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

#fly_overlay .button:before {
  content: url(/images/layout/icons/megaphone.png);
  margin-right: 12px;
  position: relative;
  top: 3px;
}

#country-suggest {
  background: #ffff9e;
  border-bottom: 1px solid #bfbf76;
  z-index: 9999;
  padding: 6px 0;
  -webkit-box-shadow: 1px 0 4px rgba(0,0,0,.4);
  box-shadow: 1px 0 4px rgba(0,0,0,.4);
}

#country-suggest p {
  font-size: 1.1em;
  margin: 3px 0;
}

#country-suggest a,
#country-suggest a:visited {
  color: #007fc2!important;
}

#country-suggest a.close,
#country-suggest a.close:visited {
  color: #404040!important;
  font-size: 28px;
}

.seo-links {
  padding-top: 32px;
}

.seo-links .wc-switcher__items {
  overflow: hidden;
  margin-top: 0!important;
  height: 0;
}

.seo-links .wc-switcher__items--active {
  height: auto;
}

.seo-links .wc-switcher__items li a {
  font-weight: 400;
  color: #757575;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-links .wc-switcher__items li a i {
  margin-right: .5em;
  font-size: 140%;
}

.tick-list>li {
  padding-left: 25px;
  position: relative;
}

.tick-list>li:before {
  position: absolute;
  left: 0;
  top: .1em;
  color: #ff7300;
}

.counter-badge {
  color: #fff;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
}

.counter-badge.chat-badge {
  background-color: #8a0c0c;
}

.cities-selector li.state>a small:empty,
.counter-badge:empty {
  display: none;
}

.btn .counter-badge {
  position: relative;
  top: -1px;
}

.btn-group-xs>.btn .counter-badge,
.btn-xs .counter-badge {
  top: 0;
  padding: 1px 5px;
}

a.counter-badge:focus,
a.counter-badge:hover {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.counter-badge,
.nav-pills>.active>a>.counter-badge {
  color: #ff7300;
  background-color: #f3f3f3;
}

.list-group-item>.counter-badge {
  float: right;
}

.list-group-item>.counter-badge+.counter-badge,
body.user-qna .answer-list .answer-resume-element .answer-info .answer-details i,
body.user-qna .question-list .question-resume-element .question-info .question-details i {
  margin-right: 5px;
}

.nav-pills>li>a>.counter-badge {
  margin-left: 3px;
}

.modal-chat {
  background-color: #f3f3f3;
}

@media screen and (max-width:767px) {
  .modal-chat {
    height: 100vh;
  }

  .modal-chat .modal-header {
    border-bottom: none;
  }
}

#qna-small-form #pictures ul,
.modal-chat .modal-body,
body.panel-business .notification-configuration td.no-padding,
body.panel-business .notification-configuration th.no-padding {
  padding: 0;
}

.modal-chat .modal-body .chat-left-col,
.modal-chat .modal-body .chat-right-col {
  float: left;
  vertical-align: top;
  overflow-y: auto;
}

@media screen and (max-width:991px) {
  .modal-chat .modal-body .chat-left-col,
  .modal-chat .modal-body .chat-right-col {
    display: block;
  }
}

@media screen and (min-width:992px) {
  .modal-chat .modal-body .chat-left-col,
  .modal-chat .modal-body .chat-right-col .chat-conversation {
    min-height: 75vh;
    max-height: 75vh;
    display: block;
  }
}

@media screen and (max-width:991px) {
  .modal-chat .modal-body .chat-left-col,
  .modal-chat .modal-body .chat-right-col .chat-conversation {
    min-height: 80vh;
    max-height: 80vh;
    display: block;
  }
}

.modal-chat .modal-body .chat-left-col {
  background-color: #f3f3f3;
  width: 33.3%;
}

@media screen and (max-width:991px) {
  .modal-chat .modal-body .chat-left-col {
    width: 100%;
  }
}

.modal-chat .modal-body .chat-right-col {
  background: #fff;
  width: 66.6%;
}

@media screen and (max-width:991px) {
  .modal-chat .modal-body .chat-right-col {
    background: 0 0;
    height: 89vh;
    width: 100%;
  }

  .modal-chat.active-inbox .modal-body .chat-left-col {
    display: block;
  }

  .modal-chat .modal-title span,
  .modal-chat.active-conversation .modal-body .chat-left-col,
  .modal-chat.active-inbox .modal-body .chat-right-col {
    display: none;
  }

  .modal-chat.active-conversation .modal-body .chat-rigt-col {
    display: block;
  }
}

.chat-users-list {
  background-color: #f3f3f3;
  position: relative;
  height: 100%;
}

.chat-users-list .chat-user-summary {
  background-color: #f3f3f3;
  border-color: #d2d2d2;
  border-width: 0 0 1px;
  border-style: solid;
  cursor: pointer;
  padding: 15px 20px;
}

@media screen and (min-width:991px) {
  .chat-users-list .chat-user-summary:hover {
    background-color: #d2d2d2;
  }
}

.chat-users-list .chat-user-summary.active {
  background-color: #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width:991px) {
  .chat-users-list .chat-user-summary {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 10px;
  }
}

.chat-users-list .chat-user-summary .conversation-data,
.chat-users-list .chat-user-summary .user-data,
.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block .msg-content .arrow,
.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block .msg-content .text {
  display: inline-block;
  vertical-align: middle;
}

.chat-users-list .chat-user-summary .user-data {
  width: 70%;
}

.chat-users-list .chat-user-summary .user-data .avatar,
.chat-users-list .chat-user-summary .user-data .user-info {
  display: inline-block;
  vertical-align: top;
}

.chat-users-list .chat-user-summary .user-data .avatar {
  width: 23%;
  margin-right: 7px;
}

.chat-users-list .chat-user-summary .user-data .avatar img,
.conversation-container .chat-conversation .conversation-element .avatar img {
  border-radius: 50%;
  width: 100%;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .chat-users-list .chat-user-summary .user-data .avatar {
    width: 11%;
  }
}

.chat-users-list .chat-user-summary .user-data .user-info {
  padding-top: 3px;
  width: 70%;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .chat-users-list .chat-user-summary .user-data .user-info {
    width: 70%;
  }
}

.chat-users-list .chat-user-summary .user-data .user-info .quotation-description,
.chat-users-list .chat-user-summary .user-data .user-info .user-company,
.chat-users-list .chat-user-summary .user-data .user-info .user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.chat-users-list .chat-user-summary .user-data .user-info .user-name {
  font-size: 16px;
  color: #404040;
  margin: 0;
}

.chat-users-list .chat-user-summary .user-data .user-info .quotation-description,
.chat-users-list .chat-user-summary .user-data .user-info .user-company {
  margin-top: 5px;
  color: #9b9b9b;
}

.chat-users-list .chat-user-summary .conversation-data {
  width: 28%;
}

.chat-users-list .chat-user-summary .conversation-data .last-interaction {
  color: #9b9b9b;
}

.chat-users-list .chat-user-summary .conversation-data .unread-messages {
  height: 35px;
}

.chat-users-list .chat-user-summary .conversation-data .unread-messages .counter-badge {
  background-color: #8a0c0c;
  color: #fff;
}

.conversation-container .back-inbox {
  background-color: #f3f3f3;
  color: #2b2b2b;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.conversation-container .back-inbox:before {
  content: '«';
}

.conversation-container .chat-conversation {
  background-color: #fff;
  padding: 0 20px 20px;
  position: relative;
  height: 100%;
}

@media screen and (max-width:991px) {
  .conversation-container .chat-conversation {
    background: 0 0;
    padding: 40px 0 0;
  }
}

.conversation-container .chat-conversation .conversation-element {
  border-color: #d2d2d2;
  border-style: dotted;
  border-width: 1px 0 0;
}

.conversation-container .chat-conversation .conversation-element:first-child {
  border-width: 0;
}

.conversation-container .chat-conversation .conversation-element .avatar,
.conversation-container .chat-conversation .conversation-element .chat-content-block {
  display: inline-block;
  vertical-align: top;
}

.conversation-container .chat-conversation .conversation-element .avatar {
  width: 8%;
  margin-right: 10px;
}

@media screen and (max-width:767px) {
  .conversation-container .chat-conversation .conversation-element .avatar {
    width: 16%;
  }
}

.conversation-container .chat-conversation .conversation-element .chat-content-block {
  width: 78%;
}

.conversation-container .chat-conversation .conversation-element .chat-content-block .time-ago {
  color: #9b9b9b;
  text-transform: lowercase;
}

.conversation-container .chat-conversation .conversation-element .chat-content-block .user-name {
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .conversation-container .chat-conversation .conversation-element .chat-content-block .user-name {
    font-size: 16px;
  }
}

.conversation-container .chat-conversation .conversation-element .chat-content-block .send-container {
  padding-top: 20px;
  float: right;
}

.conversation-container .chat-conversation .conversation-element.conversation-redactor .chat-content-block textarea[name=new-msg] {
  min-height: 150px;
  max-width: 100%;
}

@media screen and (max-width:991px) {
  .conversation-container .chat-conversation .conversation-element.conversation-redactor {
    background-color: transparent;
  }

  .conversation-container .chat-conversation .conversation-element.conversation-redactor .avatar,
  .conversation-container .chat-conversation .conversation-element.conversation-redactor .chat-content-block .create-msg {
    display: none;
  }

  .conversation-container .chat-conversation .conversation-element.conversation-redactor .chat-content-block {
    width: 100%;
  }

  .conversation-container .chat-conversation .conversation-element.conversation-redactor .chat-content-block .send-container {
    text-align: center;
  }

  .conversation-container .chat-conversation .conversation-element.conversation-redactor .chat-content-block .send-container .btn {
    display: block;
  }
}

.conversation-container .chat-conversation .conversation-element,
.conversation-container .chat-conversation .conversation-heading {
  background-color: #fff;
  padding: 15px 0;
}

@media screen and (max-width:991px) {
  .conversation-container .chat-conversation .conversation-element,
  .conversation-container .chat-conversation .conversation-heading {
    border: 0;
    padding: 15px 20px;
  }
}

.chat-business-envelope {
  font-size: 20px;
  position: relative;
}

.chat-business-envelope .icon-envelope-o {
  color: #2b2b2b;
}

.chat-business-envelope .counter-badge {
  background-color: #8a0c0c;
  position: absolute;
  font-size: 9px;
  top: 0;
  left: 8px;
}

.chat-business-envelope .messages-text {
  margin-left: 5px;
  font-size: 16px;
}

.chat-business-envelope:hover,
.link-to-top a,
body.user-albums ul.albums>li .album a {
  text-decoration: none;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .no-messages {
  margin: 1.5em;
  font-size: 16px;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block {
  cursor: pointer;
  padding: 5px 30px;
  background-color: #ededed;
  margin: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

#k-form ol.steps li.done span,
.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block:hover {
  background-color: #d2d2d2;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block .msg-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 5px 0 8px;
  font-size: 110%;
  font-weight: 500;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block .chat-date {
  font-size: 80%;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block .msg-content .arrow {
  width: 2em;
  font-size: 20px;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block .msg-content .text {
  line-height: 1;
  width: 80%;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-content .msg-block+.msg-block {
  margin-top: 4px;
}

.navbar-notifications #navbar-chat-wrapper .chat-tooltip .tooltip-footer {
  text-align: center;
  margin: 20px 0;
}

.navbar-notifications.customer li.navbar-notification {
  height: 68px;
  width: 58px;
  padding: 5px 0;
}

.navbar-notifications.customer li.navbar-notification.active .chat-user-navbar-notifier .envelope-notification,
.spcd-form hr {
  border-color: #d2d2d2;
}

.navbar-notifications.customer li.navbar-notification .chat-user-navbar-notifier .icon-comment-o,
.navbar-notifications.customer li.navbar-notification .chat-user-navbar-notifier .icon-envelope-o {
  color: #9b9b9b;
  line-height: 52px;
}

.navbar-notifications.customer li.navbar-notification .chat-user-navbar-notifier .envelope-notification {
  background: #fff;
  border: solid transparent;
  height: 57px;
  width: 58px;
  z-index: 2;
  position: relative;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 1px 0;
}

@media screen and (max-width:991px) {
  .navbar-notifications.customer li.navbar-notification .chat-user-navbar-notifier {
    position: absolute;
    right: 80px;
  }
}

@media screen and (max-width:1200px) {
  .navbar-notifications.customer li.navbar-notification .chat-user-navbar-notifier {
    display: none;
  }
}

.navbar-notifications.customer li.navbar-notification .notification {
  margin-top: -1px;
  z-index: 1;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width:767px) {
  .modal-dialog.modal-chat-new .modal-content .modal-body {
    padding-top: 0!important;
  }
}

.modal-dialog.modal-chat-new .modal-content .modal-body textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

.modal-dialog.modal-chat-new .modal-content .modal-body .send-container {
  margin-top: 10px;
}

.modal-dialog.modal-chat-new .modal-content .modal-body .send-container .send-new {
  float: right;
}

@media screen and (max-width:991px) {
  .modal-dialog.modal-chat-new .modal-content .modal-body .send-container .send-new {
    display: block;
    width: 100%;
  }
}

.modal-dialog.modal-chat-new .modal-content .modal-body .alert {
  margin-top: 20px;
}

.filters {
  color: #757575;
}

@media (max-width:767px) {
  .filters {
    font-size: 13px;
  }

  .filters .filter-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.filters .filter-menu .container .row {
  margin-bottom: 0;
  margin-top: 0;
}

.filters .filter-menu .filter-menu-item {
  border-left: 3px solid #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  padding-left: 10px;
}

@media (min-width:992px) {
  .filters .filter-menu .filter-menu-item {
    padding-left: 25px;
  }
}

@media (max-width:767px) {
  .filters .filter-menu .filter-menu-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.filters .filter-menu .filter-menu-item[aria-expanded=true] {
  background-color: #fafafa;
}

.filters .filter-menu .filter-menu-item label {
  margin-bottom: 0;
  cursor: pointer;
}

.filters .filter-menu .filter-menu-item .close-caret {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
  font-size: 12px;
}

.filters .filter-menu .filter-menu-item .caret,
.filters .filter-menu .filter-menu-item .close-caret {
  color: #2b2b2b;
}

.filters .expanded-filters .spin-container,
.filters .filter-menu .filter-menu-item.dropup .caret,
.filters .filter-menu .filter-menu-item.dropup .icon-filter-v-o,
.question-quotation-pop form .has-error #description_counter {
  display: none;
}

.filters .filter-menu .filter-menu-item.dropup .close-caret {
  display: inline-block;
}

.filters .filter-menu .filter-menu-item.other {
  padding-right: 10px;
  border-right: 3px solid #fafafa;
}

@media (max-width:767px) {
  .filters .filter-menu .filter-menu-item.other {
    border-right: none;
    text-align: center;
  }

  .filters .filter-menu .filter-menu-item.other i,
  .filters .filter-menu .filter-menu-item.other.dropup .close-caret {
    display: block;
  }

  .filters .filter-menu .filter-menu-item.other a {
    float: left;
  }
}

.filters .filter-menu .filter-menu-item.other a {
  text-decoration: none;
  color: #2b2b2b;
}

@media (max-width:767px) {
  .filters .filter-menu .filter-menu-item a {
    display: block;
  }
}

.filters .expanded-filters {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

.filters .expanded-filters.gray-container>.container>.row {
  margin-bottom: 0;
  margin-top: 0;
}

.filters .expanded-filters .collapse-filters.collapse.in,
.filters .expanded-filters .collapse-filters.collapsing {
  padding-bottom: 20px;
  border-top: 3px solid #fafafa;
}

.filters .expanded-filters .collapse-filters label {
  margin-top: 20px;
}

@media (max-width:767px) {
  .filters .expanded-filters .collapse-filters {
    padding-right: 0;
    padding-left: 0;
  }
}

.filters .expanded-filters .links li {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .filters .expanded-filters .links li {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.filters .expanded-filters .links li a {
  font-weight: 400;
  color: #404040;
  background-color: #fff;
  padding: 10px 14px;
  display: block;
  line-height: 30px;
}

@media (max-width:767px) {
  .filters .expanded-filters .links li a {
    padding: 8px 10px;
    line-height: 20px;
  }
}

.filters .expanded-filters .links li a:hover,
.filters .expanded-filters .links li.selected a {
  background-color: #ff7300;
  color: #fff;
  text-decoration: none;
}

.filters .expanded-filters.loading:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .8;
  background-color: #fff;
}

.filters .expanded-filters.loading .spin-container {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 4;
  top: 36%;
  font-size: 3em;
  display: block;
}

.filters.affix {
  position: relative;
}

@media (max-width:767px) {
  .filters.affix {
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    position: fixed!important;
  }

  .filters.affix .expanded-filters {
    top: 46px;
  }

  .filters.affix .filter-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6;
  }

  .filters.affix .collapse-filters.in {
    overflow: auto;
    height: 100vh;
  }
}

.photo-block {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.photo-block .cover {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.photo-block .cover img {
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-o-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.photo-block .cover .overlay,
.photo-block .cover:before {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

.photo-block .cover .overlay {
  height: 0;
  width: 0;
  overflow: visible;
  padding: 20px;
}

.photo-block .cover .overlay .btn {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.photo-block .cover .overlay .btn~.btn {
  margin-top: 10px;
}

.photo-block .cover .overlay .btn .icon {
  margin-right: .5em;
}

.photo-block .cover .overlay>.btn {
  width: 8.5em;
  float: left;
  clear: left;
}

@media (max-width:1600px) {
  .photo-block .cover .overlay>.btn {
    width: 3em;
  }

  .photo-block .cover .overlay>.btn i {
    margin-right: 0;
  }

  .photo-block .cover .overlay>.btn span {
    display: none;
  }
}

.photo-block .cover .overlay .popover .btn {
  display: block;
  white-space: nowrap;
}

@media (max-width:1199px) {
  .photo-block .cover .overlay .popover .btn i {
    margin-right: 0;
  }

  .photo-block .cover .overlay .popover .btn span {
    display: none;
  }
}

.photo-block .cover .overlay .more {
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.photo-block .cover .overlay .quotation-link {
  float: right;
  cursor: pointer;
  color: #fff;
}

.photo-block .cover .overlay .quotation-link span {
  display: block;
  color: #fff;
  width: 100%;
}

.photo-block .cover .overlay .quotation-link span.bolder {
  text-align: center;
  font-weight: 700;
}

@media (max-width:991px) {
  .photo-block .cover .overlay {
    height: 85px;
    opacity: 1;
    width: 100%;
    background-image: -webkit-linear-gradient(91deg,transparent 0%,rgba(0,0,0,.25) 90%);
    background-image: -o-linear-gradient(91deg,transparent 0%,rgba(0,0,0,.25) 90%);
    background-image: linear-gradient(-1deg,transparent 0%,rgba(0,0,0,.25) 90%);
  }

  .photo-block .cover .overlay:before {
    opacity: 1;
  }
}

.photo-block .cover:before {
  content: '';
  bottom: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(91deg,transparent 0%,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(91deg,transparent 0%,rgba(0,0,0,.5) 50%);
  background: linear-gradient(-1deg,transparent 0%,rgba(0,0,0,.5) 50%);
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media (min-width:992px) {
  .photo-block .cover:hover:before {
    opacity: 1;
  }

  .photo-block .cover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .photo-block .cover:hover .overlay {
    opacity: 1;
    width: 100%;
  }
}

.photo-block .info {
  position: relative;
  height: 45px;
  padding: 10px 20px;
  z-index: 3;
}

.photo-block .info .category {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 12px;
}

.photo-block .info h2 {
  margin: 0 0 2em;
  font-size: 20px;
  font-weight: 400;
  width: 70%;
}

.photo-block .info .author {
  position: absolute;
  color: #2b2b2b;
  letter-spacing: .3px;
  z-index: 2;
  right: 0;
  top: -20px;
  width: 25%;
  text-align: center;
  line-height: 17px;
}

.photo-block .info .author img {
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.photo-block .info .stats {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.photo-block .info .stats a {
  color: #2b2b2b;
  cursor: pointer;
}

.photo-block .info .stats a:focus,
.photo-block .info .stats a:hover {
  text-decoration: none;
}

#newsletter-register-bar #step-2 .title.orange,
#newsletter-register-bar #step-3 .title.orange,
.photo-block .info .stats a:hover {
  color: #ff7300;
}

.photo-block .info .stats p small,
.photo-block .info .stats p span,
.photo-block .info .stats p strong {
  font-size: 11px;
  font-weight: 400;
}

.photo-block .info .stats p .icon {
  margin-right: .2em;
}

@media (max-width:1600px) {
  .photo-block .info .stats p .icon+span small {
    display: none;
  }
}

.photo-block .related-albums {
  position: absolute;
  bottom: 65px;
  top: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),color-stop(55%,rgba(3,3,3,.6)),color-stop(71%,rgba(0,0,0,.61)));
  background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0) 0%,rgba(3,3,3,.6) 55%,rgba(0,0,0,.61) 71%);
  background-image: -o-linear-gradient(bottom,rgba(255,255,255,0) 0%,rgba(3,3,3,.6) 55%,rgba(0,0,0,.61) 71%);
  background-image: linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(3,3,3,.6) 55%,rgba(0,0,0,.61) 71%);
  left: 10px;
  right: 10px;
  padding: 25px;
  z-index: 2;
  display: none;
  opacity: .9;
  overflow: hidden;
}

.photo-block .related-albums .title {
  font-size: 16px;
  color: #fff;
  letter-spacing: .3px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 22px;
}

.photo-block .related-albums .related-album {
  width: 100%;
  clear: both;
  position: relative;
  margin-top: 10px;
  display: block;
  height: 68px;
}

.photo-block .related-albums .related-album .related-album-minis {
  width: 50px;
  float: left;
}

.photo-block .related-albums .related-album .related-album-minis img {
  width: 45%;
  display: inline-block;
  margin-right: 1px;
}

.photo-block .related-albums .related-album .related-album-minis img.full-width {
  width: 100%;
  margin: 0;
}

.photo-block .related-albums .related-album .related-album-info {
  position: absolute;
  left: 58px;
  color: #fff;
}

.photo-block .related-albums .related-album .related-album-info .related-album-title {
  color: #fff;
  margin-bottom: 0;
}

#newsletter-register-bar {
  width: 100%;
  background-color: rgba(255,255,255,.9);
  border-top: 1px solid #2b2b2b;
  z-index: 4;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width:991px) {
  #newsletter-register-bar {
    display: none;
  }
}

@media (max-width:1199px) {
  #newsletter-register-bar #step-1 .input-container,
  #newsletter-register-bar #step-1 .text-container {
    padding-right: 0;
  }
}

#newsletter-register-bar .input-container,
.business-box .business-data h4 {
  margin-bottom: 0;
}

#newsletter-register-bar .form-group .control-label {
  display: none!important;
}

#newsletter-register-bar .form-group.has-error {
  margin-bottom: -28px;
}

#newsletter-register-bar .form-group.has-error .control-label {
  display: inline-block!important;
}

#newsletter-register-bar .title {
  display: block;
  font-size: 30px;
}

@media (max-width:1199px) {
  #newsletter-register-bar .title {
    margin-top: 5px;
    font-size: 24px;
  }
}

#newsletter-register-bar .subtitle {
  display: block;
  font-size: 19px;
}

@media (max-width:1199px) {
  #newsletter-register-bar .subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
}

#newsletter-register-bar .register-terms {
  font-size: 11.5px;
  color: #999;
}

#newsletter-register-bar input:not([type=checkbox]) {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 52px;
  font-size: 19px;
}

@media (max-width:1199px) {
  #newsletter-register-bar input:not([type=checkbox]) {
    font-size: 14px;
  }
}

#newsletter-register-bar input[name=terms] {
  float: left;
  position: relative;
}

#newsletter-register-bar .button.blue {
  float: right;
  -webkit-box-shadow: 0 2px 0 0 #0098d4;
  box-shadow: 0 2px 0 0 #0098d4;
  text-shadow: none;
  background-color: #00b7ff!important;
  border: 1px solid #43bff0;
  height: 51px;
  line-height: 36px!important;
  width: 306px;
  max-width: 100%;
  border-radius: 5px;
  color: #fff;
}

#newsletter-register-bar .button.blue:hover {
  -webkit-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  background-color: #2a8ebf!important;
}

#newsletter-register-bar .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
}

#newsletter-register-bar #step-2,
#newsletter-register-bar #step-3 {
  padding-top: 45px;
  padding-bottom: 45px;
}

#newsletter-register-bar #step-2 .text-container,
#newsletter-register-bar #step-3 .text-container {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width:1199px) {
  #newsletter-register-bar #step-2,
  #newsletter-register-bar #step-3 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

#newsletter-register-bar #step-1 {
  padding-top: 45px;
  padding-bottom: 15px;
}

@media (max-width:1199px) {
  #newsletter-register-bar #step-1 {
    padding-bottom: 15px;
    padding-top: 30px;
  }
}

#album-selector-popup .modal-dialog {
  max-width: 660px;
}

@media (max-width:767px) {
  #album-selector-popup .modal-body {
    padding-top: 10px;
  }
}

#album-selector-popup .fake-select {
  cursor: pointer;
  position: relative;
}

#album-selector-popup .fake-select .caret {
  float: right;
  margin-top: 8px;
}

#album-selector-popup .fake-select .dropdown {
  position: absolute;
  left: -2px;
  top: -32px;
  width: 100%;
}

#album-selector-popup .fake-select .dropdown .dropdown-menu {
  max-height: 265px;
  overflow-y: scroll;
}

#album-selector-popup .fake-select .dropdown .form-inline {
  margin-left: 10px;
  margin-right: 10px;
}

#album-selector-popup .fake-select .dropdown ul {
  width: 101%;
}

#album-selector-popup .fake-select .dropdown ul li,
.question-quotation-pop form li.radio input,
body.user-albums .gallery .gallery-item .gallery-item-image .controls .btn~.btn {
  margin-left: 0;
}

#album-selector-popup .fake-select .dropdown button {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

#album-selector-popup .image-container {
  margin-left: 20px;
  float: right;
}

@media (max-width:767px) {
  #album-selector-popup .image-container {
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
}

#album-selector-popup .image-container img {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

#album-selector-popup textarea {
  min-height: 76px;
  resize: vertical;
}

.question-quotation-pop .modal-body {
  padding-top: 20px;
}

.question-quotation-pop .form-submit {
  margin-top: 15px;
}

.question-quotation-pop .business-select {
  margin-bottom: 15px;
}

.question-quotation-pop .business-select .business_logo {
  float: left;
  margin: 10px 15px 0 0;
  border: 2px solid #fff;
}

.question-quotation-pop .business-select .business-name {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.question-quotation-pop form .step {
  float: left;
  width: 100%;
}

.question-quotation-pop form .form-group {
  overflow: hidden;
  margin-top: 15px;
}

.question-quotation-pop form .form-group.first-form-group {
  margin: 0;
}

.question-quotation-pop form .button.back {
  padding-left: 30px!important;
  margin-bottom: 0;
}

.question-quotation-pop form textarea {
  height: 150px;
}

.question-quotation-pop form #description_counter,
.question-quotation-pop form .error-container .control-label,
body.panel-business .notification-configuration tbody .desc a {
  font-size: 12px;
}

.question-quotation-pop form .error-container {
  padding-left: 10px;
  padding-right: 10px;
  clear: left;
}

.question-quotation-pop form .p_terms {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.question-quotation-pop form .p_terms .checkbox {
  margin: 0;
}

.question-quotation-pop form .progress {
  margin-bottom: 0;
  margin-top: 20px;
}

.question-quotation-pop form #progress-text {
  font-size: 14px;
}

.question-quotation-pop form i.btn-spinner.disabled,
.question-quotation-pop form i.btn-spinner[disabled],
.question-quotation-pop form i.icon-spinner-o,
.question-quotation-pop form ibody.jobs-list #map_show.loading,
.question-quotation-pop form ibody.jobs-list #map_show_modal.loading {
  color: rgba(122,122,122,.5);
  display: inline-block;
  font-size: 110px;
  left: 35%;
  position: absolute;
  top: 20%;
  z-index: 100;
}

@media (max-width:767px) {
  .question-quotation-pop form .quotation-image {
    margin: 0 auto 15px;
  }
}

#section-filter.affix label,
.question-quotation-pop form .xs-progress-container {
  display: none;
}

.question-quotation-pop form .zip-title,
body.panel-business #page-main h2 {
  margin-bottom: 30px;
}

@media (max-width:768px) {
  .question-quotation-pop .form-submit {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-quotation-pop .form-submit a {
    cursor: pointer;
    margin-top: 15px;
  }

  .question-quotation-pop .modal-header .modal-title small {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media (max-width:767px) {
  .question-quotation-pop form #ql-form-container form .fields input[type=text],
  .question-quotation-pop form #ql-form-container form .fields select,
  .question-quotation-pop form #ql-form-container form .fields textarea,
  .question-quotation-pop form .form-control,
  .question-quotation-pop form label,
  .question-quotation-pop form textarea {
    font-size: 21px;
  }

  .question-quotation-pop form .p_terms label {
    font-size: 16px;
  }

  .question-quotation-pop form #show_location_data {
    margin-top: 10px;
    display: block;
  }

  .question-quotation-pop form .xs-progress-container {
    display: block;
    margin-bottom: 15px;
  }

  .question-quotation-pop form .xs-progress-container .progress {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 2px;
  }

  .question-quotation-pop form:not(.step-1) .left-container {
    display: none;
  }

  .question-quotation-pop form:not(.step-1) .right-container {
    width: 100%;
  }

  .question-quotation-pop .form-submit {
    position: fixed;
    bottom: 0;
    padding: 15px 15px 8px;
    border-top: 1px solid #e5e5e5;
    background-color: rgba(255,255,255,.8);
    left: 0;
    right: 0;
    width: 100%;
  }

  .question-quotation-pop .form-submit .button {
    font-size: 21px;
    padding: 10px 22px;
  }

  .question-quotation-pop .modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
  }

  .question-quotation-pop .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .question-quotation-pop .modal-body {
    position: absolute;
    padding: 15px;
    width: 100%;
  }

  .question-quotation-pop .bootbox-body {
    padding-bottom: 60px;
    background-color: #fff;
  }

  .question-quotation-pop .modal-header .modal-title {
    font-size: 24px;
    padding: 0;
  }

  .question-quotation-pop .modal-header .modal-title small {
    margin-top: 5px;
    font-size: 12px;
  }

  .question-quotation-pop #modal-quotation-previous-step:focus {
    color: #ff7300;
    background-color: #fff;
    border-color: #ff7300;
  }

  .question-quotation-pop #step-6 .form-group {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .question-quotation-pop #step-6 .form-group.p_name {
    margin-top: 0;
  }

  .question-quotation-pop .form-image-quotation {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .question-quotation-pop #subsubcategory-container,
  .question-quotation-pop #subsubcategory-container .radios {
    width: 100%;
  }
}

#section-filter {
  margin-bottom: 20px;
  text-align: left;
}

#section-filter .filter {
  width: 180px;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

@media (max-width:991px) {
  #section-filter .filter {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

#section-filter.section-filter-3,
#section-filter.section-filter-4 {
  margin-left: -5px;
  margin-right: -5px;
}

#section-filter.section-filter-3 .filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px 0;
}

@media (min-width:768px) {
  #section-filter.section-filter-3 .filter {
    float: left;
    width: 33.33333333%;
  }
}

#section-filter label,
#section-filter.section-filter-4 .filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

#section-filter.section-filter-4 .filter {
  margin: 10px 0;
}

@media (min-width:768px) {
  #section-filter.section-filter-4 .filter {
    float: left;
    width: 25%;
  }
}

#section-filter select {
  background-color: #ededed;
  border-color: #d2d2d2;
}

#section-filter label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-right: 8px;
}

.qna-question-pop {
  z-index: 2201!important;
}

.bottom-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ededed;
  z-index: 3;
  padding: 10px;
  text-align: center;
}

.list-rfq-new {
  margin-bottom: 20px;
}

.list-rfq-new .background {
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 45px;
}

.list-rfq-new .background img {
  width: 100%;
  visibility: hidden;
}

.list-rfq-new .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0,0,0,.35);
}

.list-rfq-new .content .inner {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 20px;
}

.list-rfq-new .content .title a {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 36px;
}

.link-to-top {
  float: right;
}

.link-to-top.affix-top {
  position: fixed;
  bottom: -82px;
  visibility: hidden;
}

.link-to-top.affix-bottom {
  visibility: hidden;
}

.link-to-top.affix {
  display: block;
  position: fixed!important;
  bottom: 18px;
  right: 10px;
}

.link-to-top .icon-container {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.link-to-top .icon-container i {
  line-height: 0;
  -webkit-transition: background-color .15s linear;
  -o-transition: background-color .15s linear;
  transition: background-color .15s linear;
  background-color: transparent;
  color: #757575;
  font-size: 3em;
  display: inline-block;
}

.link-to-top .text-container {
  text-align: center;
  color: #757575;
  -webkit-transition: color .15s linear;
  -o-transition: color .15s linear;
  transition: color .15s linear;
}

.link-to-top a:hover .icon-container i,
.link-to-top a:hover .text-container {
  color: #ff7300;
}

#project-register-business-cta,
#quotation-cta-mobile,
.quotation-cta-mobile {
  background-color: #ff7300;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

#project-register-business-cta a,
#project-register-business-cta button,
#project-register-business-cta span,
#quotation-cta-mobile a,
#quotation-cta-mobile button,
#quotation-cta-mobile span,
.list-business-directory .preview-business .business-comment .notice.claim i.claim-icon,
.quotation-cta-mobile a,
.quotation-cta-mobile button,
.quotation-cta-mobile span,
.quotation-modal #ql-primary #ql-reasons #ql-advantages ul li strong,
body.quotation-pay .payment-method .form-group label,
body.user-albums #album-edit input {
  font-size: 16px;
}

#project-register-business-cta a,
#project-register-business-cta button,
#quotation-cta-mobile a,
#quotation-cta-mobile button,
.quotation-cta-mobile a,
.quotation-cta-mobile button {
  color: #fff;
  background-color: inherit;
  margin: unset;
  border: 0;
  width: 100%;
}

#project-register-business-cta.toggle-out,
#quotation-cta-mobile.toggle-out,
.quotation-cta-mobile.toggle-out {
  opacity: 0;
}

#project-register-business-cta .container,
#quotation-cta-mobile .container,
.quotation-cta-mobile .container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

#project-register-business-cta a.close,
#quotation-cta-mobile a.close,
.quotation-cta-mobile a.close {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  color: #fff;
  opacity: .8;
}

#project-register-business-cta a.close:hover,
#quotation-cta-mobile a.close:hover,
.quotation-cta-mobile a.close:hover,
body.user-albums #add-album-images-modal .modal-dialog .modal-body a:hover {
  opacity: 1;
}

#project-register-business-cta.affix,
#quotation-cta-mobile.affix,
.quotation-cta-mobile.affix {
  position: fixed!important;
  z-index: 1199;
  width: 100%;
}

#project-register-business-cta.bottom,
#quotation-cta-mobile.bottom,
.quotation-cta-mobile.bottom {
  bottom: 0;
  position: fixed!important;
  z-index: 1009;
  width: 100%;
  top: auto!important;
}

body.customer-panel .customer-projects-list-selector .inspire {
  margin-top: 25px;
}

.customer-header {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width:991px) {
  .customer-header .no-padding-mobile {
    padding-right: 0;
    padding-left: 0;
  }
}

.customer-header #customer-phone-verify.verify-phone-alert,
.customer-header #customer-twilio-verify.verify-phone-alert {
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width:991px) {
  .customer-header .welcome-message {
    text-align: center;
  }

  .customer-header .welcome-message .message,
  .customer-header .welcome-message .name {
    display: block;
  }

  .customer-header .welcome-message .message {
    font-size: 24px;
    font-weight: 400;
  }
}

.customer-header .last-quotation-separator {
  padding-bottom: .5em;
  border-bottom: 1px solid #ededed;
}

.customer-header .last-quotation-block {
  position: relative;
}

.customer-header .last-quotation-block .quotation-title {
  display: block;
  margin-bottom: 1em;
}

.customer-header .last-quotation-block .label-default {
  color: #fff;
}

@media screen and (max-width:991px) {
  .customer-header .last-quotation-block {
    background-color: #ededed;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 2em;
  }

  .customer-header .last-quotation-block::after {
    position: absolute;
    bottom: -15px;
    content: '';
    width: 30px;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #ededed transparent transparent;
    left: 50%;
    margin-left: -15px;
  }

  .customer-header .last-quotation-block::after:after,
  .customer-header .last-quotation-block::after:before {
    content: " ";
    display: table;
  }

  .customer-header .last-quotation-block::after:after {
    clear: both;
  }

  .customer-header .last-quotation-block .status-text {
    display: none;
  }

  .customer-header .last-quotation-block .quotation-title {
    margin-bottom: 6px;
  }

  .customer-header .update-quotation-block {
    text-align: center;
  }
}

.customer-header .businesses-text,
.quotation-box h3 {
  margin-top: 0;
}

@media screen and (max-width:1199px) {
  .customer-header .businesses-text {
    text-align: center;
  }
}

.customer-header .separated-block {
  clear: both;
  margin-bottom: 20px;
}

@media screen and (max-width:1199px) {
  .customer-header .separated-block.top-separated {
    padding-top: 20px;
  }
}

.customer-header .quotation-business {
  margin-bottom: 1em;
  min-height: 80px;
}

.customer-header .quotation-business .avatar img {
  border-radius: 100%;
  margin-bottom: 10px;
}

.customer-header .quotation-business [data-evaluate] {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width:991px) {
  .customer-header .quotation-business,
  .customer-header .separated-block {
    margin-bottom: 2em;
    border-bottom: 1px solid #ededed;
  }

  .customer-header .quotation-business [data-conversation] {
    text-align: center;
    width: 100%;
  }

  .customer-header .quotation-business .business-location,
  .customer-header .quotation-business .business-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-header .quotation-business .business-location {
    margin-bottom: 0;
  }

  .customer-header .separated-block {
    padding-bottom: 2em;
  }
}

@media screen and (min-width:992px) {
  .customer-header .more-quotations:not(.show-cta-desktop) {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .customer-header .no-quotation {
    text-align: center;
    margin-bottom: 20px;
  }

  .customer-header .fixed-links {
    text-align: center;
  }
}

.customer-header .fixed-links ul,
.quotation-boxes {
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width:991px) {
  .customer-header .fixed-links ul li {
    line-height: 2.4;
  }
}

#qna-small-form .more>a,
.customer-header .fixed-links ul li a {
  color: #404040;
}

.customer-header .fixed-links ul li i::before {
  text-align: center;
  width: 30px;
}

@media screen and (max-width:991px) {
  .customer-header .fixed-links ul li i {
    display: none;
  }
}

.recommend-block ul.social-links {
  padding-right: 0;
  list-style: none;
}

.recommend-block ul.social-links>li {
  display: inline;
}

.recommend-block ul.social-links li a {
  width: 44px;
  height: 44px;
}

.recommend-block ul.social-links li a i {
  font-size: 28px;
}

.recommend-block ul.social-links li .facebook {
  color: #4867aa;
  margin-right: 8px;
}

.recommend-block ul.social-links li .twitter {
  color: #29a9e0;
}

#qna-small-form h3~p {
  text-align: center;
  padding: 0 5px;
}

#qna-small-form #upload-picture {
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
}

#qna-small-form #upload-picture i,
.business-review-block .comment-date i {
  padding-right: 5px;
}

#qna-small-form .control-label {
  margin-top: 5px;
}

#qna-small-form #pictures ul li {
  list-style: none;
  margin-left: 0;
  float: left;
  max-width: 30%;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 5px;
}

#qna-small-form #pictures ul li:last-child {
  margin-right: 0;
}

#qna-small-form #pictures ul li img {
  width: 100px;
  height: 80px;
}

#qna-small-form #pictures ul li a {
  border: 2px solid #757575;
  background-color: rgba(255,255,255,.8);
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 23px;
  width: 23px;
  color: #757575;
  text-decoration: none;
  font-size: 25px;
  cursor: pointer;
  padding-left: 4px;
  line-height: 16px;
  padding-top: 2px;
}

#qna-small-form .more {
  margin-top: 40px;
}

.quotation-boxes ol,
.quotation-boxes ul {
  list-style: none;
  padding-right: 0;
}

.business-box,
.quotation-box {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.quotation-box .quotation-description,
body.user-albums .user-albums .albums-header #breadcrumb {
  margin-bottom: 20px;
}

.quotation-box .quotation-properties .property {
  font-weight: 700;
}

.quotation-box .quotation-properties .property i {
  font-weight: 400;
  margin-right: 5px;
}

@media screen and (max-width:1199px) {
  .quotation-box .quotation-properties .property {
    float: left;
    line-height: 1.8;
  }

  .quotation-box .quotation-properties .value {
    line-height: 1.8;
  }

  .quotation-box .quotation-properties .property {
    margin-right: 15px;
  }

  .quotation-box .quotation-properties .value {
    text-align: left;
  }
}

.quotation-box .has-businesses {
  margin-top: 32px;
  margin-bottom: 40px;
}

.quotation-box .has-businesses span .icon-reply-o {
  font-size: 24px;
  color: #d2d2d2;
}

.quotation-box .has-businesses span.n-businesses {
  font-size: 18px;
  margin-left: 25px;
}

.quotation-box .has-businesses .quotation-info-business {
  margin-top: 24px;
  margin-left: 25px;
}

.box-business.pro .business-box {
  border: 1px solid #ff7300;
}

.business-box {
  display: block;
  margin-bottom: 5px;
}

.business-box .business-data .avatar .logo img {
  border-radius: 100%;
}

.business-box .business-data .box-title {
  margin-bottom: .3em;
}

.business-box .business-data .data {
  line-height: 1.8em;
}

.business-box .business-data .data i {
  width: 50px;
  text-align: center;
}

.business-box .business-comments-seals .comments,
.business-box .business-comments-seals .ratings,
.business-box .business-comments-seals .seals {
  line-height: 2.1em;
}

@media screen and (max-width:1199px) {
  .business-box .business-comments-seals {
    text-align: left;
  }
}

body.user-albums .overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.user-albums #page-photo .related-photos .row:after,
body.user-albums #page-photo .related-photos .row:before,
body.user-albums #page-photo .sibling-photos .row:after,
body.user-albums #page-photo .sibling-photos .row:before,
body.user-albums #ql-form-container form.step-2.autocategorized .fields .p:after,
body.user-albums #ql-form-container form.step-2.autocategorized .fields .p:before,
body.user-albums #ql-form-container form.step-2.autocategorized .fields p:after,
body.user-albums #ql-form-container form.step-2.autocategorized .fields p:before,
body.user-albums #ql-form-container form.step-3 .fields .p:after,
body.user-albums #ql-form-container form.step-3 .fields .p:before,
body.user-albums #ql-form-container form.step-3 .fields p:after,
body.user-albums #ql-form-container form.step-3 .fields p:before,
body.user-albums #section-filter.section-filter-3:after,
body.user-albums #section-filter.section-filter-3:before,
body.user-albums #section-filter.section-filter-4:after,
body.user-albums #section-filter.section-filter-4:before,
body.user-albums .btn-group-vertical>.btn-group:after,
body.user-albums .btn-group-vertical>.btn-group:before,
body.user-albums .btn-toolbar:after,
body.user-albums .btn-toolbar:before,
body.user-albums .clearfix:after,
body.user-albums .clearfix:before,
body.user-albums .container-fluid:after,
body.user-albums .container-fluid:before,
body.user-albums .container:after,
body.user-albums .container:before,
body.user-albums .dl-horizontal dd:after,
body.user-albums .dl-horizontal dd:before,
body.user-albums .form-horizontal .form-group:after,
body.user-albums .form-horizontal .form-group:before,
body.user-albums .job-data-block .job-data-body .job-img-gallery:after,
body.user-albums .job-data-block .job-data-body .job-img-gallery:before,
body.user-albums .landing-rfq-sem-header__row:after,
body.user-albums .landing-rfq-sem-header__row:before,
body.user-albums .modal-footer:after,
body.user-albums .modal-footer:before,
body.user-albums .modal-header:after,
body.user-albums .modal-header:before,
body.user-albums .nav:after,
body.user-albums .nav:before,
body.user-albums .navbar-collapse:after,
body.user-albums .navbar-collapse:before,
body.user-albums .navbar-header:after,
body.user-albums .navbar-header:before,
body.user-albums .navbar:after,
body.user-albums .navbar:before,
body.user-albums .pager:after,
body.user-albums .pager:before,
body.user-albums .panel-body:after,
body.user-albums .panel-body:before,
body.user-albums .row:after,
body.user-albums .row:before,
body.user-albums .spcd-block .spcd-full-active-list-item:after,
body.user-albums .spcd-block .spcd-full-active-list-item:before,
body.user-albums .spcd-overview .spcd-list .spcd-full-active-list-item:after,
body.user-albums .spcd-overview .spcd-list .spcd-full-active-list-item:before {
  content: '';
  display: table;
}

body.user-albums #page-photo .related-photos .row:after,
body.user-albums #page-photo .sibling-photos .row:after,
body.user-albums #ql-form-container form.step-2.autocategorized .fields .p:after,
body.user-albums #ql-form-container form.step-2.autocategorized .fields p:after,
body.user-albums #ql-form-container form.step-3 .fields .p:after,
body.user-albums #ql-form-container form.step-3 .fields p:after,
body.user-albums #section-filter.section-filter-3:after,
body.user-albums #section-filter.section-filter-4:after,
body.user-albums .btn-group-vertical>.btn-group:after,
body.user-albums .btn-toolbar:after,
body.user-albums .clearfix:after,
body.user-albums .container-fluid:after,
body.user-albums .container:after,
body.user-albums .dl-horizontal dd:after,
body.user-albums .form-horizontal .form-group:after,
body.user-albums .job-data-block .job-data-body .job-img-gallery:after,
body.user-albums .landing-rfq-sem-header__row:after,
body.user-albums .modal-footer:after,
body.user-albums .modal-header:after,
body.user-albums .nav:after,
body.user-albums .navbar-collapse:after,
body.user-albums .navbar-header:after,
body.user-albums .navbar:after,
body.user-albums .pager:after,
body.user-albums .panel-body:after,
body.user-albums .row:after,
body.user-albums .spcd-block .spcd-full-active-list-item:after,
body.user-albums .spcd-overview .spcd-list .spcd-full-active-list-item:after {
  clear: both;
}

body.user-albums .grayscale {
  -webkit-filter: gray;
  filter: gray;
}

body.user-albums .icon-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

body.user-albums .icon-2x {
  font-size: 2em;
}

body.user-albums .icon-3x {
  font-size: 3em;
}

body.user-albums .icon-4x {
  font-size: 4em;
}

body.user-albums .icon-5x {
  font-size: 5em;
}

body.user-albums .btn-spinner.disabled:before,
body.user-albums .btn-spinner[disabled]:before,
body.user-albums .icon-spin:before,
body.user-albums body.jobs-list #map_show.loading:before,
body.user-albums body.jobs-list #map_show_modal.loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

body.user-albums .icon-pulse:before {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@media (min-width:1600px) {
  body.user-albums body.album-show #social-sharer #shareme.affix .box {
    width: 100%!important;
    max-width: 1310px!important;
  }
}

body.user-albums body.album-show #page-album,
body.user-professional-plan-premium .plan-advantages-comparison table tbody .group td {
  padding-top: 15px;
}

body.user-albums body.album-show .gallery-item {
  position: relative;
}

body.user-albums body.album-show .gallery-item .mobile-buttons {
  display: none;
}

@media (max-width:991px) {
  body.user-albums body.album-show .gallery-item .mobile-buttons {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
  }

  body.user-albums body.album-show .gallery-item .mobile-buttons .btn {
    font-size: 10px;
    padding: 6px 7px;
    margin: 3px;
    min-height: 13px;
    width: auto;
  }

  body.user-albums body.album-show .gallery-item .mobile-buttons .btn span {
    display: inline-block!important;
  }
}

body.user-albums body.album-show .gallery-item .button-lg {
  display: none;
}

@media (min-width:1200px) {
  body.user-albums body.album-show .gallery-item .button-lg {
    display: inline;
  }
}

body.user-albums #album-title h1,
body.user-albums body.album-show .gallery-item .hide-button-lg {
  display: inline;
}

@media (min-width:1200px) {
  body.user-albums body.album-show .gallery-item .hide-button-lg {
    display: none;
  }
}

body.user-albums .user-related-albums {
  margin-top: 45px;
}

body.user-albums .user-related-albums .images img {
  padding-bottom: 10px;
}

body.user-albums .user-related-albums .images img:nth-child(2n+1) {
  padding-right: 5px;
}

body.user-albums .user-related-albums .images img:nth-child(2n) {
  padding-left: 5px;
}

body.user-albums .user-related-albums .title {
  color: #6a6d76;
  font-size: 16px;
  padding-bottom: 10px;
}

body.user-albums .albums-container,
body.user-albums body.album-navigation .content-row {
  overflow: hidden;
}

body.user-albums body.album-navigation .big-header-button {
  min-width: auto;
}

body.user-albums body.album-navigation .sidebar {
  padding-top: 0;
}

body.user-albums body.album-navigation .sidebar .user {
  margin-top: 0;
  min-height: 135px;
}

body.user-albums body.album-navigation .sidebar .subscribe-button {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 6px 15px;
  color: #6a6d76;
  float: right;
}

body.user-albums body.album-navigation .sidebar .subscribe-button:hover {
  color: #3baef2;
  text-decoration: none;
  background-color: #eee;
}

body.user-albums body.album-navigation .sidebar .subscribe-button.disabled {
  color: #6a6d76!important;
  background-color: #eee;
}

body.user-albums ul.albums {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.user-albums ul.albums>li {
  margin-left: 0;
  margin-bottom: 20px;
}

@media (max-width:570px) {
  body.user-albums ul.albums>li {
    width: 100%;
  }
}

body.user-albums ul.albums>li .album {
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  float: left;
  position: relative;
  width: 100%;
}

body.user-albums ul.albums>li .album#add-album a {
  padding-top: 60%;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c7c5c5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

body.user-albums .gallery .gallery-item-button i,
body.user-albums .gallery .gallery-item-loading i,
body.user-albums ul.albums>li .album#add-album a i {
  font-size: 62px;
  display: block;
  width: 100%;
  color: #e7e7e7;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40%;
}

body.user-albums ul.albums>li .album strong {
  display: block;
  height: 26px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000!important;
}

body.user-albums ul.albums>li .album .thumbnails {
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

body.user-albums ul.albums>li .album .img {
  display: block;
  float: none;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 222px;
  margin-bottom: 6px;
  margin-left: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

body.user-albums ul.albums>li .album .img.thumbnail-img {
  display: inline-block;
  border-radius: 4px;
  width: 43.5px;
  height: 43.5px;
}

body.user-albums ul.albums>li .album .img+.thumbnail-img {
  margin-left: 7px;
}

@media (max-width:1600px) {
  body.user-albums ul.albums>li .album .hidden-medium {
    display: none!important;
  }
}

body.user-albums ul.albums>li .its-empty {
  color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  bottom: 62px;
  line-height: 124px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

body.user-albums .user-albums .albums-header {
  margin-bottom: 0;
}

@media (max-width:767px) {
  body.user-albums .user-albums .albums-header .actions {
    margin-top: 20px;
  }
}

body.user-albums .user-albums #page_title .actions {
  position: relative;
  top: 0;
  right: 0;
}

@media (max-width:767px) {
  body.user-albums .user-albums #page_title {
    padding-top: 15px;
    margin-bottom: 0;
  }

  body.user-albums .user-albums #page_title .actions {
    margin-top: 10px;
    text-align: center;
  }
}

body.user-albums .user-albums .customer-nav-container {
  margin-bottom: 20px!important;
}

body.user-albums .user-albums .gallery.album .gallery-item {
  margin-left: 5px;
  margin-bottom: 9px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:768px) {
  body.user-albums .user-albums .gallery.album .gallery-item {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  body.user-albums .user-albums .gallery.album .gallery-item {
    float: left;
    width: 50%;
  }
}

body.user-albums .user-albums .gallery.album .gallery-item:nth-child(2n+1) {
  margin-left: -5px;
  margin-right: 2px;
}

body.user-albums .user-albums .gallery.album .gallery-item:nth-child(2n) {
  margin-right: -5px;
  margin-left: 2px;
}

@media (max-width:767px) {
  body.user-albums .user-albums .gallery.album .gallery-item {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:768px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    float: left;
    width: 50%;
  }
}

@media (max-width:1199px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 290px;
  }
}

@media (min-width:1200px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 328px;
  }
}

@media (min-width:1600px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 372px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 396px;
  }
}

@media (max-width:767px) {
  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button {
    width: 100%;
    max-width: 100%!important;
    height: 100px;
    margin-bottom: 15px;
  }

  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button a {
    padding-top: 60px;
  }

  body.user-albums .user-albums .gallery.album .gallery-item.gallery-item-button a i {
    margin-top: 5px;
    top: -5px!important;
  }
}

body.user-albums .gallery.album .gallery-item .gallery-item-image img,
body.user-albums .user-albums .gallery.album .gallery-item .gallery-item-image img {
  width: 100%!important;
  height: auto;
}

body.user-albums #add-album-images-modal .modal-dialog {
  width: 400px!important;
}

body.user-albums #add-album-images-modal .modal-dialog .modal-body.uploading p {
  text-align: center;
  font-size: 15px;
  margin: 10px 0 30px;
}

body.user-albums #add-album-images-modal .modal-dialog .modal-body .row>* {
  float: left;
}

body.user-albums #add-album-images-modal .modal-dialog .modal-body a {
  color: #000;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: none!important;
  opacity: .6;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

body.user-albums #add-album-images-modal .modal-dialog .modal-body a i {
  color: #333;
  display: block;
  font-size: 56px;
  margin: 10px 0;
}

body.user-albums #album-title a {
  font-size: 18px;
  margin-left: 8px;
}

body.user-albums #album-edit a {
  font-size: 18px;
  margin-left: 4px;
}

body.user-albums .gallery .gallery-item {
  border: 5px solid transparent;
  border-radius: 2px;
  margin: -5px -5px 15px;
  -webkit-transition: border-color,.2s,ease-out;
  -o-transition: border-color,.2s,ease-out;
  transition: border-color,.2s,ease-out;
  position: relative;
}

body.user-albums .gallery .gallery-item .btn-share-small {
  margin: 10px 6px 10px 0!important;
  width: auto!important;
}

body.user-albums .gallery .gallery-item .qna-form-button {
  margin-right: 0!important;
}

body.user-albums .gallery .gallery-item .image-quotation-form,
body.user-albums .gallery .gallery-item .image-quotation-form-open {
  color: #fff;
  margin-left: 5px!important;
}

body.user-albums .gallery .gallery-item .gallery-item-image {
  display: block;
  position: relative;
  min-height: 200px;
  overflow: hidden;
}

body.user-albums .gallery .gallery-item .gallery-item-image>a {
  display: block;
  width: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

body.user-albums .gallery .gallery-item .gallery-item-image img {
  width: 100%;
  border: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(0,0,0,.4);
  margin-bottom: -50px;
  -webkit-transition: margin .1s ease-out;
  -o-transition: margin .1s ease-out;
  transition: margin .1s ease-out;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls .btn {
  margin: 10px;
  cursor: pointer;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls .btn.pull-right~.btn.pull-right {
  margin-right: 0;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls #social-hub {
  margin-left: -120px;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls #social-hub .arrow {
  margin-left: 65px;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls-top {
  top: 0;
}

body.user-albums .gallery .gallery-item .gallery-item-image .controls-bottom {
  bottom: 0;
}

body.user-albums .gallery .gallery-item .gallery-item-description {
  height: 90px;
  background: #f1f1f1;
  padding: 20px;
  position: relative;
  font-size: 14px;
}

.block.alt body.user-albums .gallery .gallery-item .gallery-item-description {
  background: #fff;
}

body.user-albums .gallery .gallery-item .gallery-item-description * {
  font-size: 14px;
}

body.user-albums .gallery .gallery-item .gallery-item-description .logo {
  border: 2px solid #979797;
  float: left;
  margin: 0 20px 16px -10px;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50px;
}

body.user-albums .gallery .gallery-item .gallery-item-description p {
  margin: 0 0 20px;
  line-height: 1.4em;
  text-overflow: clip;
  overflow: hidden;
}

body.user-albums .gallery .gallery-item .gallery-item-description .gallery-item-rubber {
  display: inline-block;
  width: 75%;
  background: #ff7300;
  font-family: 'Georgia','Times',serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  padding: 10px 40px 10px 20px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.user-albums .gallery .gallery-item:hover {
  border-color: #ff7300;
}

body.user-albums .gallery .gallery-item.rfq-advantages ul,
body.user-albums .gallery .gallery-item:hover .controls {
  margin-bottom: 0;
}

body.user-albums .gallery .gallery-item.rfq-advantages {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  background: 0 0!important;
  height: 394px;
}

@media (min-width:991px) {
  body.user-albums .gallery .gallery-item.rfq-advantages {
    height: 465px;
    padding-top: 45px!important;
  }
}

@media (min-width:1600px) {
  body.user-albums .gallery .gallery-item.rfq-advantages {
    height: 510px;
    padding-top: 75px!important;
  }
}

body.user-albums .gallery .gallery-item.rfq-advantages p,
body.user-albums .gallery .gallery-item.rfq-advantages strong {
  line-height: 1.25;
}

body.user-albums .gallery .gallery-item-button:hover,
body.user-albums .gallery .gallery-item-loading:hover,
body.user-albums .gallery .gallery-item.rfq-advantages:hover {
  border-color: transparent!important;
}

body.user-albums .gallery .gallery-item-button a,
body.user-albums .gallery .gallery-item-loading a {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: block;
  padding-top: 60%;
  text-align: center;
  color: #c7c5c5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

body.user-albums .gallery.album .gallery-item .gallery-item-image .controls .btn.top {
  margin: 10px 6px!important;
}

body.user-albums .gallery.album .qna-form-button {
  margin: 10px 0 10px 8px!important;
}

@media (max-width:991px) {
  body.user-albums .gallery .rfq-advantages {
    padding: 40px 20px!important;
    height: auto!important;
  }

  body.user-albums .gallery .gallery-item .controls-bottom {
    margin-bottom: 0!important;
    text-align: center;
  }

  body.user-albums .gallery .gallery-item .controls-bottom a {
    float: none!important;
  }

  body.user-albums .gallery .gallery-item .controls-bottom .btn-share-small {
    margin-left: 8px!important;
  }
}

@media (min-width:480px) {
  body.user-albums .gallery .rfq-advantages {
    max-width: 100%!important;
  }
}

@media (min-width:450px) {
  body.user-albums .gallery .gallery-item .gallery-item-description p {
    font-size: 13px;
  }

  body.user-albums .gallery .rfq-advantages {
    max-width: 100%!important;
  }
}

@media (min-width:768px) {
  body.user-albums .gallery .gallery-item .gallery-item-description p {
    font-size: 13px;
  }

  body.user-albums .gallery .rfq-advantages {
    padding-top: 45px!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  body.user-albums .gallery .rfq-advantages {
    margin-bottom: 0;
  }
}

@media (min-width:991px) {
  body.user-albums .gallery .gallery-item .gallery-item-description p {
    font-size: 14px;
  }

  body.user-albums .gallery .rfq-advantages {
    padding-top: 0!important;
  }
}

@media (max-width:480px) {
  body.user-albums .gallery .rfq-advantages .button {
    padding: 8px 10px;
    font-size: 16px;
  }
}

@media (max-width:767px) {
  body.user-albums .gallery-item {
    border: 5px solid transparent;
    border-radius: 2px;
    margin: -5px -5px 15px;
    -webkit-transition: border-color,.2s,ease-out;
    -o-transition: border-color,.2s,ease-out;
    transition: border-color,.2s,ease-out;
    position: relative;
  }

  body.user-albums .gallery-item .btn-share-small {
    margin: 10px 6px 10px 0!important;
    width: auto!important;
  }

  body.user-albums .gallery-item .qna-form-button {
    margin-right: 0!important;
  }

  body.user-albums .gallery-item .image-quotation-form,
  body.user-albums .gallery-item .image-quotation-form-open {
    color: #fff;
    margin-left: 5px!important;
  }

  body.user-albums .gallery-item .gallery-item-image {
    display: block;
    position: relative;
    min-height: 200px;
    overflow: hidden;
  }

  body.user-albums .gallery-item .gallery-item-image>a {
    display: block;
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  body.user-albums .gallery-item .gallery-item-image img {
    width: 100%;
    border: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  body.user-albums .gallery-item .gallery-item-image .controls {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(0,0,0,.4);
    margin-bottom: -50px;
    -webkit-transition: margin .1s ease-out;
    -o-transition: margin .1s ease-out;
    transition: margin .1s ease-out;
  }

  body.user-albums .gallery-item .gallery-item-image .controls .btn {
    margin: 10px;
    cursor: pointer;
  }

  body.user-albums .gallery-item .gallery-item-image .controls .btn~.btn {
    margin-left: 0;
  }

  body.user-albums .gallery-item .gallery-item-image .controls .btn.pull-right~.btn.pull-right {
    margin-right: 0;
  }

  body.user-albums .gallery-item .gallery-item-image .controls #social-hub {
    margin-left: -120px;
  }

  body.user-albums .gallery-item .gallery-item-image .controls #social-hub .arrow {
    margin-left: 65px;
  }

  body.user-albums .gallery-item .gallery-item-image .controls-top {
    top: 0;
  }

  body.user-albums .gallery-item .gallery-item-image .controls-bottom {
    bottom: 0;
  }

  body.user-albums .gallery-item .gallery-item-description {
    height: 90px;
    background: #f1f1f1;
    padding: 20px;
    position: relative;
    font-size: 14px;
  }

  .block.alt body.user-albums .gallery-item .gallery-item-description {
    background: #fff;
  }

  body.user-albums .gallery-item .gallery-item-description * {
    font-size: 14px;
  }

  body.user-albums .gallery-item .gallery-item-description .logo {
    border: 2px solid #979797;
    float: left;
    margin: 0 20px 16px -10px;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50px;
  }

  body.user-albums .gallery-item .gallery-item-description p {
    margin: 0 0 20px;
    line-height: 1.4em;
    text-overflow: clip;
    overflow: hidden;
  }

  body.user-albums .gallery-item .gallery-item-description .gallery-item-rubber {
    display: inline-block;
    width: 75%;
    background: #ff7300;
    font-family: 'Georgia','Times',serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    padding: 10px 40px 10px 20px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: -5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  body.user-albums .gallery-item:hover {
    border-color: #ff7300;
  }

  body.user-albums .gallery-item.rfq-advantages ul,
  body.user-albums .gallery-item:hover .controls {
    margin-bottom: 0;
  }

  body.user-albums .gallery-item.rfq-advantages {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: 0 0!important;
    height: 394px;
  }

  body.user-albums .gallery-item.rfq-advantages p,
  body.user-albums .gallery-item.rfq-advantages strong {
    line-height: 1.25;
  }

  body.user-albums .gallery-item-button:hover,
  body.user-albums .gallery-item-loading:hover,
  body.user-albums .gallery-item.rfq-advantages:hover {
    border-color: transparent!important;
  }

  body.user-albums .gallery-item-button a,
  body.user-albums .gallery-item-loading a {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    display: block;
    padding-top: 60%;
    text-align: center;
    color: #c7c5c5;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  body.user-albums .gallery-item-button i,
  body.user-albums .gallery-item-loading i {
    font-size: 62px;
    display: block;
    width: 100%;
    color: #e7e7e7;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40%;
  }

  body.user-albums.album .gallery-item .gallery-item-image .controls .btn.top {
    margin: 10px 6px!important;
  }

  body.user-albums.album .qna-form-button {
    margin: 10px 0 10px 8px!important;
  }
}

@media (max-width:767px) and (min-width:991px) {
  body.user-albums .gallery-item.rfq-advantages {
    height: 465px;
    padding-top: 45px!important;
  }
}

@media (max-width:767px) and (min-width:1600px) {
  body.user-albums .gallery-item.rfq-advantages {
    height: 510px;
    padding-top: 75px!important;
  }
}

@media (max-width:750px) {
  body.user-albums .gallery .btn-default-love span,
  body.user-albums .gallery .qna-form-button span {
    display: none!important;
  }

  body.user-albums .gallery .qna-form-button i {
    display: inline-block!important;
    visibility: visible!important;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  body.user-albums .gallery .qna-form-button span {
    display: none!important;
  }

  body.user-albums .gallery .qna-form-button i {
    display: inline-block!important;
    visibility: visible!important;
  }
}

#customer-phone-verify.verify-phone-alert .user-data p,
#customer-twilio-verify.verify-phone-alert .user-data p,
body.user-albums .customer-nav-container {
  margin-bottom: 0;
}

body.user-albums .album {
  background-color: #fff;
}

body.user-albums .albums-header {
  margin-bottom: 40px;
}

body.panel-business .web-hosting-block .form-here fieldset,
body.user-albums .albums-header #album-title {
  margin-bottom: 20px;
}

body.user-albums .gallery-item a {
  background: #fff;
}

body.user-albums .gallery.album .gallery-item {
  margin-left: 5px;
  margin-bottom: 9px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:768px) {
  body.user-albums .gallery.album .gallery-item {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  body.user-albums .gallery.album .gallery-item {
    float: left;
    width: 50%;
  }
}

body.user-albums .gallery.album .gallery-item:nth-child(2n+1) {
  margin-left: -5px;
  margin-right: 2px;
}

body.user-albums .gallery.album .gallery-item:nth-child(2n) {
  margin-right: -5px;
  margin-left: 2px;
}

@media (max-width:767px) {
  body.user-albums .gallery.album .gallery-item {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

body.user-albums .gallery.album .gallery-item.gallery-item-button {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:768px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    float: left;
    width: 50%;
  }
}

@media (max-width:1199px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 350px;
  }
}

@media (min-width:1200px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 425px;
  }
}

@media (min-width:1600px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 480px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    height: 355px;
  }
}

@media (max-width:767px) {
  body.user-albums .gallery.album .gallery-item.gallery-item-button {
    width: 100%;
    max-width: 100%!important;
    height: 100px;
    margin-bottom: 15px;
  }

  body.user-albums .gallery.album .gallery-item.gallery-item-button a {
    padding-top: 60px;
  }

  body.user-albums .gallery.album .gallery-item.gallery-item-button a i {
    margin-top: 5px;
    top: -5px!important;
  }
}

body.user-albums .gallery.album .gallery-item .gallery-item-image #social-hub {
  margin-left: 30px;
}

body.user-albums .gallery.album .gallery-item .controls .btn-orange {
  background: #ff7300;
}

@media screen and (min-width:992px) {
  body.user-albums .gallery.album .gallery-item:hover .controls {
    padding-bottom: 60px;
  }
}

@media screen and (max-width:991px) {
  body.user-albums .gallery.album .gallery-item .controls {
    padding-bottom: 60px;
  }
}

body.user-albums #add-album-images-modal .modal-body a.retry-upload-img {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #8a5b0c;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

body.user-albums #add-album-images-modal .modal-body a.retry-upload-img:hover {
  text-decoration: underline!important;
}

body.user-qna .question-list .question-resume-element+.question-resume-element {
  border-top: #404040;
}

body.user-qna .question-list .question-resume-element {
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
}

body.user-qna .question-list .question-resume-element:hover {
  cursor: pointer;
}

body.user-qna .question-list .question-resume-element .label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

body.user-qna .question-list .question-resume-element a {
  z-index: 999;
}

body.user-qna .question-list .question-resume-element .question-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 24px 15px;
}

body.user-qna .question-list .question-resume-element .question-img {
  width: 82px;
  height: 82px;
}

body.user-qna .question-list .question-resume-element .icon-comments-alt {
  padding: .25em;
  margin-right: 0;
  width: 82px;
  height: 82px;
}

body.user-qna .question-list .question-resume-element .question-info .question-title h3 {
  margin: 0;
  font-size: 16px;
}

body.user-qna .answer-list .answer-resume-element .answer-info .answer-details,
body.user-qna .answer-list .answer-resume-element .answer-info .answer-resume,
body.user-qna .question-list .question-resume-element .question-info .question-details,
body.user-qna .question-list .question-resume-element .question-info .question-resume {
  margin-top: 5px;
}

body.user-qna .answer-list .answer-resume-element .answer-info .answer-resume img,
body.user-qna .question-list .question-resume-element .question-info .question-resume img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

body.user-qna .question-list .question-resume-element .question-info .question-resume .question-resume-text {
  font-size: 12px;
  line-height: 16px;
}

body.user-qna .question-list .question-resume-element .question-info .question-details .item-detail-category a,
body.user-qna .question-list .question-resume-element .question-info .question-details .item-detail-category a:hover,
body.user-qna .question-list .question-resume-element .question-info .question-details .item-detail-category a:visited,
body.user-qna .question-list .question-resume-element .question-info .question-title h3 a,
body.user-qna .question-list .question-resume-element .question-info .question-title h3 a:hover,
body.user-qna .question-list .question-resume-element .question-info .question-title h3 a:visited {
  z-index: 999;
  position: relative;
}

body.user-qna .question-list .question-resume-element .question-info .question-details .item-detail-answers {
  text-align: right;
  padding-left: 0;
}

body.user-qna .question-list .question-resume-element .question-info .question-details .item-detail-date {
  padding-right: 0;
}

@media (min-width:768px) and (max-width:991px) {
  body.user-qna .question-list .question-resume-element .dummy-img {
    padding-right: 0;
    margin-right: -15px;
  }

  body.user-qna .question-list .question-resume-element .question-info {
    padding-left: 0;
  }
}

body.user-qna .answer-list .answer-resume-element {
  background: #fff;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 40px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

body.user-qna .answer-list .answer-resume-element:hover {
  cursor: pointer;
}

body.user-qna .answer-list .answer-resume-element .notice {
  margin-top: -10px!important;
  margin-bottom: 10px!important;
}

body.user-qna .answer-list .answer-resume-element .answer-img {
  border: 0;
}

body.user-qna .answer-list .answer-resume-element .icon-comments-alt {
  padding: .25em;
  margin-right: 0;
  width: 82px;
  height: 82px;
}

body.user-qna .answer-list .answer-resume-element .answer-info .answer-title h3 {
  margin: 0!important;
  font-size: 16px;
}

body.user-qna .answer-list .answer-resume-element .answer-info .answer-resume .answer-resume-text {
  font-size: 12px;
  line-height: 16px;
}

.public-premium-plans .regular-price del,
body.user-qna .answer-list .answer-resume-element .answer-info .answer-details .item-detail-answers {
  text-align: right;
}

#customer-phone-verify.verify-phone-alert,
#customer-twilio-verify.verify-phone-alert {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 35px;
}

#customer-phone-verify.verify-phone-alert .customer-email-reminder,
#customer-twilio-verify.verify-phone-alert .customer-email-reminder {
  color: #9b9b9b;
}

#customer-phone-verify.verify-phone-alert #sms_verification,
#customer-twilio-verify.verify-phone-alert #sms_verification {
  height: 41px;
  font-size: 18px;
  padding: 12px;
}

#customer-phone-verify.verify-phone-alert .user-data,
#customer-twilio-verify.verify-phone-alert .user-data {
  margin-top: 10px;
}

#customer-phone-verify.verify-phone-alert .error-input,
#customer-twilio-verify.verify-phone-alert .error-input {
  border: 1px solid #fcbaba;
  -webkit-box-shadow: 0 0 3px 1px #8a0c0c;
  box-shadow: 0 0 3px 1px #8a0c0c;
}

#customer-phone-verify.verify-phone-alert #submit_validation,
#customer-twilio-verify.verify-phone-alert #submit_validation {
  padding: 11px!important;
}

body.notification-configuration .customer-notifications {
  background: #fff;
  padding: 20px;
}

body.notification-configuration .mobile-notification-toggle {
  display: block;
}

body.notification-configuration .mobile-notification-toggle .toggle-handle {
  padding: 0 12px;
}

body.notification-configuration .mobile-notification-toggle .btn {
  padding: 12px;
}

body.notification-configuration table,
body.panel-business .notification-configuration table {
  width: 100%;
  line-height: 1;
}

body.notification-configuration td,
body.notification-configuration th,
body.panel-business .notification-configuration td,
body.panel-business .notification-configuration th {
  padding: 12px 10px;
}

body.notification-configuration thead th {
  vertical-align: bottom;
  font-weight: 400;
}

body.notification-configuration thead .desc {
  font-size: 20px;
}

body.notification-configuration thead .app,
body.notification-configuration thead .email {
  font-size: 12px;
  text-transform: lowercase;
}

body.notification-configuration thead .app .icon,
body.notification-configuration thead .email .icon {
  font-size: 24px;
}

body.notification-configuration .desc {
  width: 100%;
}

.price-resume h3,
body.notification-configuration .app,
body.notification-configuration .email {
  text-align: center;
}

body.notification-configuration tbody {
  border-top: 1px solid;
}

.price-resume .price-container .block .prices .price-header span,
body.notification-configuration tbody .desc {
  font-size: 18px;
}

body.notification-configuration tbody .app {
  border-left: 2px solid #fff;
}

#app-interstitial {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
}

#app-interstitial a.close {
  margin: 10px 0 0;
}

#app-interstitial .logo-container {
  margin-top: 40px;
}

#app-interstitial h3 {
  margin: 28px 25px 12px;
  font-size: 16px;
  font-weight: 400;
}

#app-interstitial h3 small {
  font-size: 18px;
  color: inherit;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

#app-interstitial .first-block {
  height: 16em;
}

#app-interstitial .second-block {
  overflow: visible;
}

#app-interstitial .third-block {
  height: 9em;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

#app-interstitial .third-block .interstitial-footer {
  height: 4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -2em;
}

#app-interstitial .img-block {
  background-position: center center;
  position: absolute;
  top: 17em;
  bottom: 8em;
  left: 0;
  right: 0;
  overflow: visible;
  background-image: url(/static/img/app_promo/mobile_hand.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
}

#app-interstitial .orange {
  border: 0;
  color: #fff;
  background: #ff7300;
}

#app-interstitial .btn-primary,
#app-interstitial .business-notices .notice .notice-action,
#app-interstitial .business-notices .user_notice .notice-action {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#app-interstitial.customers-app-interstitial .img-block {
  background-image: url(/static/img/app_promo/customers/screenshots.jpg);
}

.price-resume h3 {
  font-size: 24px;
  font-weight: 700;
}

.price-resume .price-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .price-resume .price-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.price-resume .price-container .block {
  background-color: #fff;
  float: left;
  width: 100%;
}

@media (max-width:767px) {
  .price-resume .price-container .block {
    padding: 18px;
  }
}

.price-resume .price-container .block .title {
  padding: 30px 60px 15px;
  font-size: 24px;
  border-bottom: 1px solid #f3f3f3;
}

.price-resume .price-container .block .prices {
  padding: 30px 60px;
  float: left;
  width: 100%;
}

@media (max-width:767px) {
  .price-resume .price-container .block .prices {
    padding: 30px 10px;
  }
}

.price-resume .price-container .block .prices .price-header .icon-arrow-down-o,
.price-resume .price-container .block .prices .price-header .icon-arrow-up-o {
  font-size: 16px;
  margin-right: 10px;
}

.price-resume .price-container .block .prices .price-header .icon-arrow-down-o {
  color: #63ca75;
}

.price-resume .price-container .block .prices .price-header .icon-arrow-up-o {
  color: #f32d2d;
}

.price-resume .price-container .block .prices .price-header .icon-question-circle-o {
  cursor: pointer;
  font-size: 14px;
  color: #757575;
  float: right;
}

.price-resume .price-container .block .prices .price {
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}

@media (max-width:991px) {
  .price-resume .price-container .block .prices .price {
    font-size: 32px;
  }
}

@media (max-width:767px) {
  .price-resume .price-container .block .prices .price {
    font-size: 60px;
    margin-top: -5px;
  }
}

@media (min-width:768px) {
  .price-resume .price-container .block .prices .min-price {
    border-right: 1px solid #f3f3f3;
    padding-right: 20px;
  }

  .price-resume .price-container .block .prices .max-price {
    padding-left: 20px;
  }
}

@media (max-width:767px) {
  .price-resume .price-container .block .prices .min-price {
    margin-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .price-resume .price-container .block .prices,
  .price-resume .price-container .block .title {
    padding: 15px;
  }
}

.price-resume .price-container .block .nav-tabs {
  border: 0;
}

.price-resume .price-container .block .nav-tabs li {
  width: 50%;
  border-bottom: 2px solid #ededed;
  text-align: center;
}

.price-resume .price-container .block .nav-tabs li a {
  border: 0;
  background-color: #fff;
  font-size: 18px;
  color: #9b9b9b;
  font-weight: 400;
  padding: 10px;
}

.price-resume .price-container .block .nav-tabs li:not(.active):hover {
  border-bottom: 2px solid #9b9b9b;
}

.price-resume .price-container .block .nav-tabs li:not(.active):hover a {
  color: #9b9b9b;
  font-weight: 700;
}

.price-resume .price-container .block .nav-tabs li.active {
  border-bottom: 2px solid #ff7300;
}

.price-resume .price-container .block .nav-tabs li.active a {
  background-color: #fff;
  color: #404040;
  font-weight: 700;
  cursor: default;
}

.price-resume.one-block .price-container {
  margin: 0 auto;
  float: none;
}

.price-resume.one-block .price-container .block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.price-resume .cta-container .tv {
  margin: 15px auto;
}

.aside-related-services ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.aside-related-services ul li {
  float: left;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  margin-right: 10px;
}

.aside-related-services ul li a {
  padding: 10px;
  font-size: 16px;
  color: #2b2b2b;
  text-decoration: none;
  display: block;
}

.aside-related-services ul li:hover,
body.panel-business,
body.panel-business .table-hover tbody tr:hover {
  background-color: #ededed;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #404040;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #404040;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #404040;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #404040;
}

.tooltip.bottom .tooltip-arrow:after {
  content: ' ';
  top: 1px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-color: transparent transparent #fff;
  width: 0;
  height: 0;
  border-style: solid;
}

.tooltip .tooltip-inner {
  border: 1px solid #404040;
  background-color: #fff;
  color: #404040;
  width: 350px;
  max-width: 350px;
}

.hab-crm-activity-tooltip+.tooltip>.tooltip-inner {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

.price-block {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.price-block a {
  color: #2b2b2b;
}

.price-block a:hover {
  text-decoration: none;
}

.price-block .cover {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .price-block .cover {
    min-height: 495px;
  }
}

@media screen and (min-width:1200px) {
  .price-block .cover {
    min-height: 420px;
  }
}

.price-block .cover img {
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-o-transform;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.price-block .cover:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.35)),to(transparent));
  background: -webkit-linear-gradient(left,rgba(0,0,0,.35),transparent);
  background: -o-linear-gradient(left,rgba(0,0,0,.35),transparent);
  background: linear-gradient(to right,rgba(0,0,0,.35),transparent);
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.price-block .cover:hover .overlay,
.price-block .cover:hover:before {
  opacity: 1;
}

.price-block .cover:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.price-block .info {
  position: relative;
  height: 90px;
  padding: 20px;
}

@media (max-width:991px) {
  .price-block .info {
    height: auto;
  }
}

.price-block .info .author-data {
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}

.price-block .info h2 {
  margin: 0 0 2em;
  font-size: 20px;
  font-weight: 400;
  width: 70%;
  text-transform: lowercase;
}

.price-block .info h2:first-letter {
  text-transform: uppercase;
}

@media screen and (max-width:991px) {
  .price-block .info h2 {
    margin-bottom: .5em;
    width: 100%;
  }
}

.price-block .info .author {
  position: absolute;
  right: 20px;
  top: -15px;
  width: 25%;
  text-align: center;
  line-height: 17px;
}

.price-block .info .author img {
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.price-block .info .author,
.price-block .info .price {
  color: #2b2b2b;
  letter-spacing: .3px;
  z-index: 2;
}

@media screen and (min-width:991px) {
  .price-block .info .price {
    position: absolute;
    text-align: center;
    width: 25%;
    right: 20px;
    top: 20px;
    line-height: 17px;
  }
}

.price-block .info .price .price-string {
  font-size: 13px;
  margin-bottom: 3px;
}

@media screen and (max-width:767px) {
  .price-block .info .price .price-string {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 3px;
  }
}

.price-block .info .price .price-amount {
  font-size: 21px;
}

@media screen and (min-width:767px) {
  .price-block.project .info {
    height: 130px;
  }
}

.price-block.project .price {
  top: 55px;
}

.jumbotron {
  background-color: transparent;
  font-size: 20px;
  margin: 0;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron p {
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 8px rgba(0,0,0,.35);
}

.jumbotron h1,
.jumbotron h2 {
  font-size: 58px;
  margin: 0;
  line-height: 1;
}

.jumbotron p {
  margin: 10px 0 40px;
  line-height: 1.2;
}

.claim-job-modal .claim-mode .conditions-block ul.checklist,
.container .jumbotron {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width:767px) {
  .jumbotron {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jumbotron h1,
  .jumbotron h2 {
    font-size: 32px;
  }

  .jumbotron p {
    font-size: 18px;
  }
}

.rfq-miniform {
  padding: 30px 0;
}

.rfq-miniform h2 {
  margin: 0 0 40px;
}

.rfq-miniform .rfq-advantages,
.rfq-miniform .rfq-advantages>li p,
body.panel-business #main-notices {
  margin: 0;
}

@media screen and (max-width:991px) {
  .rfq-miniform .rfq-advantages {
    margin-bottom: 20px;
  }
}

.rfq-miniform .rfq-advantages>li {
  padding-left: 2.5em;
  position: relative;
}

.rfq-miniform .rfq-advantages>li .icon {
  font-size: 180%;
  position: absolute;
  left: 0;
  opacity: .3;
}

@media screen and (min-width:992px) {
  .rfq-miniform .rfq-advantages>li+li {
    margin-top: 18px;
  }
}

.rfq-miniform .well {
  background: #fff;
}

.form-group-lg #ql-form-container form .fields input[type=text],
.form-group-lg #ql-form-container form .fields select,
.form-group-lg #ql-form-container form .fields textarea,
.form-group-lg .form-control,
.form-group-lg label,
.input-lg,
body.panel-business .change-invoice-block .form-here .form-group .form-control,
body.panel-business .change-invoice-block .form-here .form-group label {
  font-size: 18px;
}

label.button-label {
  background-color: #ededed;
  width: 100%;
  padding: 15px 0 15px 35px;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-group,
.checkbox-group .checkbox_list {
  margin-left: 0;
  font-size: 16px;
  line-height: 16px;
}

.checkbox-group .checkbox_list label.button-label,
.checkbox-group label.button-label {
  padding-left: 2.2em;
}

.checkbox-group .checkbox_list input[type=checkbox],
.checkbox-group .checkbox_list input[type=checkbox].form-control,
.checkbox-group .checkbox_list input[type=radio],
.checkbox-group .checkbox_list input[type=radio].form-control,
.checkbox-group input[type=checkbox],
.checkbox-group input[type=checkbox]#ql-form-container form .fields input[type=text],
.checkbox-group input[type=checkbox]#ql-form-container form .fields select,
.checkbox-group input[type=checkbox]#ql-form-container form .fields textarea,
.checkbox-group input[type=checkbox].form-control,
.checkbox-group input[type=radio],
.checkbox-group input[type=radio]#ql-form-container form .fields input[type=text],
.checkbox-group input[type=radio]#ql-form-container form .fields select,
.checkbox-group input[type=radio]#ql-form-container form .fields textarea,
.checkbox-group input[type=radio].form-control {
  position: absolute;
  left: 1.5em;
  display: inline;
  top: .7em;
  width: auto;
  height: auto;
}

.checkbox-group .checkbox_list input[type=checkbox].form-control:checked+.button-label,
.checkbox-group .checkbox_list input[type=checkbox]:checked+.button-label,
.checkbox-group .checkbox_list input[type=radio].form-control:checked+.button-label,
.checkbox-group .checkbox_list input[type=radio]:checked+.button-label,
.checkbox-group input[type=checkbox]#ql-form-container form .fields input[type=text]:checked+.button-label,
.checkbox-group input[type=checkbox]#ql-form-container form .fields select:checked+.button-label,
.checkbox-group input[type=checkbox]#ql-form-container form .fields textarea:checked+.button-label,
.checkbox-group input[type=checkbox].form-control:checked+.button-label,
.checkbox-group input[type=checkbox]:checked+.button-label,
.checkbox-group input[type=radio]#ql-form-container form .fields input[type=text]:checked+.button-label,
.checkbox-group input[type=radio]#ql-form-container form .fields select:checked+.button-label,
.checkbox-group input[type=radio]#ql-form-container form .fields textarea:checked+.button-label,
.checkbox-group input[type=radio].form-control:checked+.button-label,
.checkbox-group input[type=radio]:checked+.button-label {
  background-color: #fff;
  outline: 1px solid #d2d2d2;
}

.checkbox-group .checkbox_list.two-columns .checkbox_list li,
.checkbox-group.two-columns .checkbox_list li {
  float: left;
  width: 49.8%;
}

.checkbox-group .checkbox_list.two-columns .checkbox_list li:nth-child(even),
.checkbox-group.two-columns .checkbox_list li:nth-child(even) {
  margin-left: .25%;
}

.checkbox-group .checkbox_list.two-columns .checkbox-group .checkbox_list [class*=col-],
.checkbox-group .checkbox_list.two-columns .checkbox-group .checkbox_list [class^=col-],
.checkbox-group.two-columns .checkbox-group [class*=col-],
.checkbox-group.two-columns .checkbox-group [class^=col-] {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 4px;
}

@media (min-width:1200px) {
  .checkbox-group .checkbox_list.two-columns .checkbox-group .checkbox_list [class*=col-],
  .checkbox-group .checkbox_list.two-columns .checkbox-group .checkbox_list [class^=col-],
  .checkbox-group.two-columns .checkbox-group [class*=col-],
  .checkbox-group.two-columns .checkbox-group [class^=col-] {
    float: left;
    width: 50%;
  }
}

.checkbox-group .checkbox_list.two-columns .checkbox-group .checkbox_list label,
.checkbox-group.two-columns .checkbox-group label {
  padding-left: 3rem;
}

.checkbox-group .checkbox_list {
  list-style: none;
  padding-left: 0;
}

.checkbox-group .checkbox_list .checkbox_list li,
.checkbox-group .checkbox_list li {
  position: relative;
  font-size: 0;
}

.checkbox-group .checkbox_list .checkbox_list label,
.checkbox-group .checkbox_list label {
  font-size: 16px;
  margin-bottom: 1px;
}

.checkbox-group-lg {
  font-size: 20px;
  line-height: 1.3333333;
}

.image-text__image-container {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 25px;
}

.image-text__image {
  position: absolute;
  top: 0;
  padding: 25% 0;
  width: 100%;
  height: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.image-text__title {
  position: absolute;
  bottom: 0;
  padding: 32px;
  margin-bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.7),transparent);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.7),transparent);
  background-image: linear-gradient(to top,rgba(0,0,0,.7),transparent);
}

.content-block {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .content-block {
    padding: 24px 16px;
  }
}

.content-block.bordered {
  border: 1px solid #d2d2d2;
}

.content-block.no-overflow,
body.panel-business .mail-block .form-here .form-group {
  overflow: hidden;
}

.content-block .content-block-title,
.content-block>.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.content-block .content-block-title .title-icon,
.content-block>.title .title-icon {
  font-size: 40px;
  margin-right: 10px;
  vertical-align: middle;
  color: #ff7300;
}

@media (max-width:1199px) {
  .content-block .content-block-title,
  .content-block>.title {
    text-align: center;
  }
}

.content-block .content-block-title.title-lg,
.content-block>.title.title-lg,
.prices-component-block .price-element.main-element span {
  font-size: 28px;
  font-weight: 600;
}

.content-block .content-block-title.title-lg.inverse,
.content-block>.title.title-lg.inverse,
.content-sidebar .sidebar-widget-block .title.inverse {
  color: #fff;
}

@media screen and (max-width:768px) {
  .content-block .content-block-title.title-lg,
  .content-block>.title.title-lg {
    font-size: 21px;
  }
}

@media screen and (max-width:991px) {
  .content-block.full-content-block {
    padding: 32px;
  }
}

@media screen and (min-width:768px) {
  .content-block.full-content-block {
    padding: 32px 103px;
  }
}

@media screen and (min-width:480px) {
  .content-block.full-content-block .content-block-title,
  .content-block.full-content-block>.title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .content-block.full-content-block .content-block-title,
  .content-block.full-content-block>.title {
    padding: 16px;
    margin-bottom: 0;
  }
}

@media screen and (max-width:991px) {
  .content-block.fullest-content-block {
    padding: 32px;
  }
}

@media screen and (max-width:767px) {
  .content-block.fullest-content-block {
    padding: 0;
  }
}

@media screen and (min-width:768px) {
  .content-block.fullest-content-block {
    padding: 32px 103px;
  }
}

@media screen and (min-width:480px) {
  .content-block.fullest-content-block .content-block-title,
  .content-block.fullest-content-block>.title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .content-block.fullest-content-block .content-block-title,
  .content-block.fullest-content-block>.title {
    padding: 16px;
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .content-block .dialog {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-block .content-block-header {
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .content-block .content-block-header {
    margin-bottom: 20px;
  }
}

.content-block .content-block-header h1,
.content-block .content-block-header h2,
.content-block .content-block-header h3,
.content-block .content-block-header h4,
.content-block .content-block-header p {
  margin-bottom: 10px;
  margin-top: 0;
}

.content-block .item-element:last-child {
  margin-bottom: 0;
}

.cities-selector li.state>a small,
.content-block .bold {
  font-weight: 600;
}

.content-block .show-more {
  position: absolute;
  bottom: 0;
  padding-top: 25px;
  width: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(253,253,253,.5)),color-stop(45%,rgba(253,253,253,.9)),color-stop(70%,#fdfdfd));
  background-image: -webkit-linear-gradient(top,rgba(253,253,253,.5) 20%,rgba(253,253,253,.9) 45%,#fdfdfd 70%);
  background-image: -o-linear-gradient(top,rgba(253,253,253,.5) 20%,rgba(253,253,253,.9) 45%,#fdfdfd 70%);
  background-image: linear-gradient(to bottom,rgba(253,253,253,.5) 20%,rgba(253,253,253,.9) 45%,#fdfdfd 70%);
}

.content-block .item-element {
  margin-bottom: 24px;
}

.content-block .featured-list {
  margin-top: 32px;
}

.content-block.highlight-block {
  border: 1px solid #9b9b9b;
}

.content-blocks-title-counter .content-block {
  counter-increment: content-block-counter;
}

.content-blocks-title-counter .content-block .content-block-title:before,
.content-blocks-title-counter .content-block>.title:before {
  content: counter(content-block-counter) '. ';
}

.content-block-bar {
  background-color: #fff;
  padding: 20px 0;
  position: relative;
  margin-bottom: 20px;
}

.content-block-bar .title,
.nav-tabs>li a {
  font-weight: 600;
  font-size: 21px;
}

.content-block-bar .line-div {
  position: static;
  border-top: 1px solid #d2d2d2;
  padding: 30px;
  margin-top: 20px;
}

.content-block-bar .line-div-top-center {
  position: relative;
}

.content-block-bar .line-div-top-center:after,
.content-block-bar .line-div-top-center:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-block-bar .line-div-top-center:before {
  top: 0;
  border-color: transparent transparent #d2d2d2;
  border-width: 15px;
  margin-left: -19px;
}

.content-block-bar .line-div-top-center:after {
  top: -1px;
  border-color: transparent transparent #fff;
  border-width: 15px;
  margin-left: -19px;
  left: 50%;
}

.content-block-bar .line-div-top-center:before {
  left: 50%;
}

.premium_banner {
  background: url(/static/img/professional/happy-pro.png) no-repeat 0 bottom;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .premium_banner {
    background: 0 0;
    background-color: #fff;
  }
}

.premium_banner .center-premium {
  margin-left: 72px;
}

@media screen and (max-width:767px) {
  .premium_banner .center-premium {
    margin-left: 0;
  }
}

.nav-tabs {
  margin-bottom: 10px;
}

.nav-tabs>li a {
  color: #9b9b9b;
  font-size: 18px;
  background: 0 0!important;
  border: solid #ededed!important;
  border-width: 0 0 2px!important;
  border-radius: 0;
}

.nav-tabs>li:hover>a {
  color: #757575!important;
}

.nav-tabs>li.active>a {
  color: #404040!important;
  font-weight: 600;
  border-color: #ff7300!important;
}

.nav-tabs.nav-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width:767px) {
  .nav-tabs.nav-justified.xs-scroll {
    table-layout: auto;
  }
}

@media screen and (max-width:991px) {
  .nav-tabs.nav-justified.sm-scroll {
    table-layout: auto;
  }
}

.nav-tabs.nav-justified>li {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

.nav-tabs.nav-justified>li>a,
.user-notification-collapsable .frame-wrapper ul {
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  .nav-tabs {
    margin-bottom: 20px;
  }
}

.content-block .tab-content {
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
}

.container-blocks {
  margin-top: 50px;
}

.content-sidebar .sidebar-widget-block {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.content-sidebar .sidebar-widget-block .title {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.25;
  display: block;
  font-weight: 600;
}

.content-sidebar .sidebar-widget-block .title.with-icon {
  text-align: left;
}

.content-sidebar .sidebar-widget-block .title.with-icon i {
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 5px;
}

.content-sidebar .sidebar-widget-block .verify_data_contact {
  margin-bottom: 16px;
}

.content-sidebar .sidebar-widget-block .widget-content {
  margin-bottom: 15px;
}

.content-sidebar .sidebar-widget-block .widget-footer {
  margin-top: 40px;
}

.content-sidebar .sidebar-widget-block .btn-save-note {
  padding: 6px 12px;
  font-size: 16px;
}

.content-sidebar .sidebar-widget-block .sidebar-widget-section:first-child {
  padding-bottom: 20px;
  padding-top: 0;
}

@media screen and (min-width:992px) {
  .content-sidebar .sidebar-widget-block .sidebar-widget-section:not(.hidden):first-of-type {
    padding-bottom: 20px;
    padding-top: 0;
  }
}

.content-sidebar .sidebar-widget-block .sidebar-widget-section:not(:first-child) {
  padding: 20px 0;
}

.content-sidebar .sidebar-widget-block .sidebar-widget-section:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.content-sidebar .sidebar-widget-block .sidebar-widget-section .title,
body.panel-business .web-hosting-block .form-here fieldset .header-explain {
  text-align: left;
}

.modal-dialog .content-sidebar {
  margin-right: .5rem;
}

.modal-dialog .content-sidebar .sidebar-widget-block,
body.panel-business.business-seals {
  background-color: transparent;
}

.quotation-form-header h2 {
  background-color: #404040;
  color: #fff;
  padding: 0 0 0 24px;
  line-height: 50px;
  margin: 0;
}

@media screen and (max-width:767px) {
  .quotation-form-header h2 {
    font-size: 16px;
  }
}

.quotation-form-header h2 em {
  font-style: inherit;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .quotation-form-header h2 em {
    display: none;
  }
}

.quotation-form-header h2 small {
  display: block;
  background: #ff7300;
  color: #fff;
  float: right;
  font-size: inherit;
  line-height: inherit;
  padding: 0 24px;
}

@media screen and (max-width:767px) {
  .quotation-how-it-works {
    background-color: #ededed;
  }

  .quotation-how-it-works .title {
    margin-bottom: 35px;
    color: #757575;
  }
}

.quotation-how-it-works.compressed {
  margin-bottom: 0;
  padding: 0 16px 16px;
}

.quotation-how-it-works.compressed .title {
  margin-bottom: 16px;
}

@media screen and (max-width:767px) {
  .quotation-how-it-works.highlighted {
    background-color: #fef6f0;
  }
}

.quotation-how-it-works.highlighted .title {
  color: #000;
  margin-bottom: 16px;
}

.quotation-how-it-works .seen-on-tv {
  margin-bottom: 16px;
  text-align: center;
}

.quotation-how-it-works .text-style {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width:991px) {
  .quotation-how-it-works .text-style {
    text-align: left;
  }
}

.quotation-how-it-works .steps {
  margin: 50px auto 30px;
  text-align: center;
}

@media screen and (max-width:991px) {
  .quotation-how-it-works .steps {
    max-width: 500px;
  }
}

.quotation-how-it-works .steps .step {
  height: auto;
  max-height: none;
  overflow: hidden;
}

.quotation-how-it-works .steps .step__image {
  max-height: 90px;
}

.quotation-how-it-works .steps .step p {
  font-size: 16px;
  font-weight: 400;
}

.quotation-how-it-works .steps.no-icons .step {
  height: auto;
  max-height: none;
}

.quotation-how-it-works .cta-quotation {
  position: relative;
  text-align: center;
}

@media screen and (min-width:992px) {
  .quotation-how-it-works .cta-quotation:after {
    content: '';
    display: block;
    width: 123px;
    height: 63px;
    position: absolute;
    right: 15%;
    top: 0;
    margin-top: -23px;
  }
}

@media screen and (min-width:992px) and screen and (min-width:1200px) {
  .quotation-how-it-works .cta-quotation:after {
    right: 17%;
  }
}

@media screen and (max-width:480px) {
  .quotation-how-it-works .cta-quotation .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.quotation-how-it-works .cta-quotation small {
  display: block;
  margin-top: .5em;
  color: #0c8a26;
}

.flickr-pictures .flickr_badge_image {
  margin: 0 16px 10px 10px;
  width: 75px;
  float: left;
}

.quotation-testimonial-trovit .title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.quotation-testimonial-trovit .title.inverse,
.user-notification-collapsable .frame-wrapper ul li label.inverse {
  color: #fff;
}

.quotation-testimonial-trovit .avatar img {
  margin: 0 auto;
  border-radius: 100%;
}

.quotation-testimonial-trovit .author-name {
  display: block;
}

.quotation-testimonial-trovit .rewiew-body {
  margin-bottom: 15px;
}

form.create-merge-autosubscribe-form .multiple-business-selector {
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}

form.create-merge-autosubscribe-form .autosubscribe-action-options {
  padding-bottom: 20px;
  margin-top: 20px;
}

form.create-merge-autosubscribe-form .autosubscribe-action-options .select-autosubscribes {
  padding-left: 25px;
}

.quotation-status-sidebar .progress-title.short {
  font-size: 19px;
}

.quotation-status-sidebar .checklist li:before {
  font-size: 110%;
}

.business-projects-block .stats small,
.quotation-status-sidebar #low-business-demand,
body.panel-business #page-main #user-personal-data-form .img-container .btn-spinner.disabled,
body.panel-business #page-main #user-personal-data-form .img-container .btn-spinner[disabled],
body.panel-business #page-main #user-personal-data-form .img-container .icon-spinner-o,
body.panel-business #page-main #user-personal-data-form .img-container body.jobs-list #map_show.loading,
body.panel-business #page-main #user-personal-data-form .img-container body.jobs-list #map_show_modal.loading,
body.panel-business #page-main #user-personal-data-form .text-container {
  display: none;
}

.quotation-status-sidebar #low-business-demand .more-info {
  display: none;
  margin-top: 10px;
  font-size: 12px;
}

.user-notification-collapsable .frame-wrapper {
  border: 15px solid #ededed;
  margin: 15px 0;
}

.user-notification-collapsable .frame-wrapper ul li {
  margin: 0;
  border-bottom: 2px solid #ededed;
  position: relative;
}

.user-notification-collapsable .frame-wrapper ul li label {
  margin: 0;
  padding: 25px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.user-notification-collapsable .frame-wrapper ul li label.disabled {
  color: #9b9b9b;
}

.user-notification-collapsable .frame-wrapper ul li label input {
  margin-right: 12.5px;
}

.user-notification-collapsable .frame-wrapper ul li label span.user-feedback {
  float: right;
  font-size: 18px;
}

.telephone-and-message-business {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width:767px) {
  .telephone-and-message-business .btn-default-alt {
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
}

@media screen and (min-width:991px) {
  .telephone-and-message-business .btn-default-alt {
    margin-bottom: 5px;
  }
}

.link-and-icon-btn {
  display: inline-block;
  margin: 0 14px;
}

.link-and-icon-btn>a:hover,
.notices-list-item.clickable div.msg a:hover,
.post-it-block i {
  color: #ff7300;
}

.link-and-icon-btn>a>i {
  display: block;
  margin: 0;
  font-size: 28px;
  font-weight: 400;
}

.link-and-icon-btn>a>span {
  display: block;
  margin: 0;
  font-weight: 700;
}

.landing-form-dynamic-questions #ql-form #dynamic-questions-container>.title-label {
  margin-top: 20px;
}

.landing-form-dynamic-questions #ql-form #dynamic-questions-container>.title-label:first-child,
.quotation-modal #ql-quotation-request #ql-form-container #ql-form #dynamic-questions-container .title-label:first-child {
  margin-top: 0;
}

.landing-form-dynamic-questions #ql-form #dynamic-questions-container #load-spinner {
  margin: 15% auto 0;
  width: 50%;
  text-align: center;
}

.landing-form-dynamic-questions #ql-form #dynamic-questions-container .question {
  float: none;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .business-profile-widget {
    padding: 20px 10px;
  }
}

.business-profile-widget .business-extra-profile,
.business-profile-widget .business-phone-views-profile,
.business-profile-widget .business-profile,
.business-profile-widget .progress-business-opinions,
.business-profile-widget .web-widgets,
.spcd-block .spcd-info table tr {
  border-bottom: 1px solid #ededed;
}

.business-profile-widget .business-webpro {
  border-top: 1px solid #ededed;
}

.business-profile-widget .subtitle {
  font-size: 21px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}

.business-profile-widget .subtitle.inverse {
  color: #fff;
}

.business-profile-widget .business-phone-views-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-profile-widget p {
  line-height: 1.31;
  margin: 24px 0 26px;
}

.business-profile-widget .business-profile {
  padding-bottom: 35px;
}

.business-profile-widget .business-profile .avatar {
  margin: 20px 0;
}

.business-profile-widget .business-profile .avatar>a {
  text-transform: lowercase;
}

.business-profile-widget .business-profile .avatar>a:focus,
.business-profile-widget .business-profile .avatar>a:hover {
  color: #ff7300;
}

.business-profile-widget .business-extra-profile .public-profile a {
  margin-top: .5em;
}

.business-profile-widget .business-extra-profile .progress-info {
  margin-top: 15px;
}

.business-profile-widget .business-extra-profile .cta-premium a {
  margin-bottom: 10px;
}

.business-profile-widget .business-extra-profile .business-complete-profile {
  margin-top: 0;
}

.business-profile-widget .business-extra-profile .business-complete-profile-cta {
  margin-bottom: 15px;
}

.business-profile-widget .business-extra-profile,
.business-profile-widget .business-phone-views-profile,
.business-profile-widget .business-webpro,
.business-profile-widget .highlight-business,
.business-profile-widget .progress-business-opinions,
.business-profile-widget .web-widgets {
  padding: 20px 0;
}

@media screen and (max-width:767px) {
  .business-profile-widget .business-webpro,
  .business-profile-widget .highlight-business {
    padding: 20px 0;
  }
}

#quotation-created-information-modal,
#quotation-created-information-modal #quotation-discard-modal,
.business-profile-widget .business-phone-views-profile .phone-views-count,
.business-profile-widget .business-phone-views-profile .phone-views-text,
body.panel-business .change-invoice-block .form-here .form-group.entity-type li {
  display: inline-block;
}

.business-profile-widget .business-phone-views-profile .phone-views-text {
  width: 75%;
  padding-right: 8px;
}

.business-profile-widget .business-phone-views-profile .phone-views-count {
  width: 20%;
  vertical-align: middle;
  font-size: 21px;
  font-weight: 600;
}

.business-profile-widget .text-semibold,
.navbar-block .list-button .button-link.active .subtext {
  color: #2b2b2b;
}

body.panel-business #page-main #user-personal-data-form .bulletin,
body.panel-business #page-main #user-personal-data-form .pull-right {
  margin-top: 5px;
}

body.panel-business #page-main #user-personal-data-form .btn-save,
body.panel-business .mail-block .form-here .button-container {
  margin-top: 20px;
}

body.panel-business #page-main #user-personal-data-form .btn-save .cancel {
  display: block;
  margin-top: 15px;
  text-align: center;
}

body.panel-business .mail-block .form-here,
body.panel-business .password-block .form-here,
body.panel-business .web-hosting-block h2 {
  margin-top: 30px;
}

body.panel-business .mail-block .form-here .form-group .control-label {
  padding-top: 7px;
  text-align: right;
}

@media screen and (max-width:767px) {
  body.panel-business .mail-block .form-here .form-group .control-label {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  body.panel-business .mail-block .form-here .button-container {
    margin-top: 40px;
  }
}

body.panel-business .mail-block .form-here .button-container .cancel {
  display: block;
  margin-top: 15px;
  text-align: center;
}

body.panel-business .password-block .form-here .form-group {
  overflow: hidden;
}

#t_contact .form-group.terms-and-conditions,
#t_contact .info.terms-and-conditions,
body.panel-business .password-block .form-here .form-group.has-error,
body.panel-business .row .form-block .form-horizontal .form-group.has-error .help-block,
body.panel-business .web-hosting-block .form-here fieldset .form-group.has-error {
  margin-bottom: 0;
}

body.panel-business .password-block .form-here .form-group .control-label,
body.panel-business .web-hosting-block .form-here fieldset .form-group .control-label {
  padding-top: 7px;
  text-align: right;
}

@media (max-width:767px) {
  body.panel-business .password-block .form-here .form-group .control-label {
    text-align: left;
  }
}

body.panel-business .password-block .form-here .btn-save {
  margin-top: 20px;
}

body.panel-business .password-block .form-here .btn-save .cancel {
  display: block;
  margin-top: 15px;
  text-align: center;
}

body.panel-business .table {
  background-color: #fff;
}

body.panel-business .change-invoice-block,
body.panel-business .change-invoice-block .form-here .form-group,
body.panel-business .web-hosting-block .form-here fieldset .form-group {
  overflow: hidden;
}

body.panel-business .change-invoice-block .form-here {
  padding-top: 20px;
}

body.panel-business .change-invoice-block .form-here .form-group.entity-type li+li {
  margin-left: 2.5em;
}

body.panel-business .change-invoice-block .form-here .cancel {
  display: block;
  margin-top: 15px;
  text-align: center;
}

body.panel-business .change-invoice-block .btn-save,
body.panel-business .web-hosting-block .web-mail-account {
  margin-top: 20px;
}

body.panel-business .web-hosting-block p {
  text-align: center;
}

#k-form ol.steps li span+span:before,
body.panel-business .web-hosting-block .web-mail-account .btn-sm {
  margin-left: 15px;
}

body.panel-business .web-hosting-block .template-image {
  border: 1px solid #757575;
}

body.panel-business .web-hosting-block .current-design {
  color: #0c8a26;
  font-size: 20px;
  padding-top: 15px;
}

body.panel-business .web-hosting-block .top-margin {
  margin-top: 11px;
}

@media (max-width:767px) {
  body.panel-business .web-hosting-block h2 {
    margin-top: 20px;
  }

  body.panel-business .web-hosting-block .web-mail-account span {
    display: block;
  }

  body.panel-business .web-hosting-block .web-mail-account .btn-sm {
    margin-top: 15px;
  }
}

@media (max-width:767px) {
  body.panel-business .web-hosting-block .form-here fieldset .form-group .control-label {
    text-align: left;
  }
}

body.panel-business .web-hosting-block .form-here .cancel {
  display: block;
  margin-top: 15px;
  text-align: center;
}

body.panel-business .notification-configuration .toggle-group .toggle-off,
body.panel-business .notification-configuration .toggle-group .toggle-on {
  padding-top: 8px;
}

body.panel-business .notification-configuration .toggle-group .toggle-on {
  border-bottom: none;
}

body.panel-business .notification-configuration thead th {
  vertical-align: bottom;
  color: #7d7d7d;
}

body.panel-business .notification-configuration thead .desc {
  font-size: 20px;
}

body.panel-business .notification-configuration thead .app,
body.panel-business .notification-configuration thead .email {
  font-size: 12px;
  text-transform: lowercase;
}

#business-sidebar-seals .business-created-at-info>i,
body.panel-business .notification-configuration thead .app .icon,
body.panel-business .notification-configuration thead .email .icon {
  font-size: 24px;
}

body.panel-business .notification-configuration .desc,
body.panel-business .row .form-block .form-horizontal .add-files .attachment-add-files #upload-picture-files {
  width: 100%;
}

body.panel-business .notification-configuration .app,
body.panel-business .notification-configuration .email {
  text-align: center;
}

body.panel-business .notification-configuration tbody {
  border-top: 1px solid #7d7d7d;
}

body.panel-business .notification-configuration tbody .desc {
  font-size: 18px;
}

@media screen and (max-width:480px) {
  body.panel-business .notification-configuration tbody .desc {
    font-size: 12px;
  }
}

#ql-form-container.form-rick-40pct #ql-ribbon h3 strong,
body.panel-business .notification-configuration tbody .app,
body.panel-business .notification-configuration tbody .email {
  background-color: #f3f3f3;
}

body.panel-business .notification-configuration tbody .app {
  border-left: 2px solid #fff;
}

body.panel-business.user-alerts .stripe {
  margin-top: 120px;
}

body.panel-business .header {
  margin-bottom: 20px;
}

body.panel-business .header .notice {
  margin: 20px 0 0;
}

body.panel-business #main-notices .notice {
  margin: 0 0 20px;
}

body.panel-business #main-notices .notice~.notice {
  margin-top: -10px;
}

body.panel-business .header-breadcrumbs ul,
body.panel-business.mobile-compact .header-notices .btn-notice,
body.panel-business.mobile-compact .header-notices .notice {
  margin: 0;
}

body.panel-business .header-content {
  background-color: #fff;
}

body.panel-business .header-action {
  float: right;
  margin: 12px 0 12px 2em;
}

body.panel-business .header-action .btn {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

body.panel-business .header-breadcrumbs {
  float: left;
}

body.panel-business .header-breadcrumbs #breadcrumb {
  padding: 12px 0 0;
}

body.panel-business .header-breadcrumbs .container {
  width: auto!important;
}

@media screen and (max-width:767px) {
  body.panel-business.mobile-compact .header-breadcrumbs .breadcrumb-container {
    margin-top: 0;
    padding-top: 5px;
  }

  body.panel-business.mobile-compact .header-breadcrumbs #breadcrumb {
    margin: 0;
    padding: 0;
  }
}

body.panel-business .header-title {
  clear: both;
  font-size: 36px;
  text-align: center;
  padding: 35px 0 25px;
}

@media screen and (max-width:767px) {
  body.panel-business .header-title {
    padding: 20px 0;
  }
}

body.panel-business .header-title h2,
body.panel-business .header-title p {
  margin: 0 0 10px;
}

@media screen and (max-width:767px) {
  body.panel-business.mobile-compact .header-title {
    padding: 15px 0 5px;
  }

  body.panel-business.mobile-compact .header-title h1 {
    font-size: 21px;
    font-weight: 600;
  }
}

body.panel-business .header-subtitle {
  font-size: 18px;
  margin-top: 10px;
}

body.panel-business .header-subtitle p {
  margin: 0;
}

body.panel-business .header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.panel-business .header-top .header-breadcrumbs {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

body.panel-business .header-top .header-action {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: right;
}

body.panel-business .header-top .header-action .btn {
  white-space: nowrap;
}

body.panel-business .icon_pdf {
  background-image: url(http://static.habitissimo.es/images/icons/page_white_acrobat.png);
  height: 25px;
  display: block;
}

@media screen and (min-width:768px) {
  body.panel-business .autosubscribe-container {
    max-width: 65%;
    margin: 0 auto;
  }
}

body.panel-business .autosubscribe-container .job-subscription-box .title {
  margin: 10px 0 30px;
}

body.panel-business .autosubscribe-container .job-subscription-box .featured-list .item-element {
  margin-bottom: 15px;
}

@media screen and (max-width:767px) {
  body.panel-business .row .pro-nav-container {
    margin-bottom: 20px;
  }

  body.panel-business .row .pro-nav-container .navbar-xs {
    background-color: #fff;
  }

  body.panel-business .row .pro-nav-container .navbar-xs .navbar-brand {
    margin-left: 15px;
    width: auto;
    color: #000;
  }

  body.panel-business .row .pro-nav-container .navbar-xs .icon-button {
    float: right;
    padding: 8px 10px;
    margin: 8px 10px;
    border: 0;
    background-color: #fff;
  }

  body.panel-business .row .pro-nav-container .navbar-xs .button-link-label {
    font-weight: 400;
    margin-left: 10px;
  }
}

@media screen and (max-width:991px) {
  body.panel-business .row .text-block ul {
    padding-left: 40px;
    text-indent: -25px;
  }
}

body.panel-business .row .form-block .form-horizontal .loaded_files_files li,
body.panel-business .row .text-block ul .textlist {
  list-style-type: none;
}

body.panel-business .row .text-block ul .textlist::before {
  content: '- ';
}

body.panel-business .row .form-block .form-horizontal {
  padding-top: 20px;
}

body.panel-business .row .form-block .form-horizontal .add-files,
body.panel-business .row .form-block .form-horizontal .form-group {
  margin-bottom: 20px;
}

body.panel-business .row .form-block .form-horizontal .loaded_files_files {
  padding-left: 0;
  margin-top: 10px;
  text-align: center;
}

body.panel-business .row .form-block .form-horizontal .loaded_files_files li a {
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  body.panel-business .row .form-block .form-horizontal .bt-verif {
    text-align: center;
  }
}

body.panel-business .row .form-block .form-horizontal .undertext-block {
  padding: 0 25px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width:991px) {
  body.panel-business .row .form-block .form-horizontal .undertext-block {
    text-align: center;
  }
}

body.panel-business .stripe {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  body.panel-business .stripe {
    margin-top: 15px;
  }

  body.panel-business .stripe .row div,
  body.panel-business .stripe .row h2 {
    text-align: center;
  }

  body.panel-business .stripe .row .button-container {
    margin-top: 20px;
  }
}

body.panel-business .locator-search-form {
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  body.panel-business .locator-search-form .btn {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width:768px) {
  body.panel-business .locator-search-form #locator {
    margin-right: 10px;
  }
}

body.panel-business .form-spcd-mobile {
  margin-top: 20px;
}

body.panel-business .form-spcd-mobile .btn {
  margin-left: 15px;
  color: #404040;
}

body.panel-business .subsubcategory-prices-modal-body li {
  list-style-type: none;
  display: inline;
}

body.panel-business.business-seals main {
  min-height: 400px;
  padding-bottom: 2em;
}

body.panel-business.business-seals form#request-seal {
  margin-top: 2em;
  margin-bottom: 3em;
}

.navbar-block {
  overflow: visible;
}

.navbar-block .list-button {
  cursor: pointer;
  position: relative;
}

.navbar-block .list-button .button-link {
  border-bottom: 1px solid #ededed;
  position: relative;
  color: #757575;
  display: block;
  text-decoration: none;
}

.navbar-block .list-button .button-link.active {
  color: #2b2b2b;
  font-weight: 700;
}

.navbar-block .list-button .button-link.active.with-sub::after {
  top: 35px;
}

.navbar-block .list-button .button-link.with-sub .button-link-label {
  padding-bottom: 5px;
}

.navbar-block .list-button .button-link:hover {
  background-color: #ededed;
  text-decoration: none;
  color: #2b2b2b;
}

.navbar-block .list-button .button-link .button-link-label {
  padding: 20px 20px 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-block .list-button .button-link .subtext {
  padding-left: 10px;
  padding-bottom: 10px;
  color: #757575;
  font-size: 16px;
}

#collapse-menu-button .collapse-body {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  position: absolute;
  background-color: #fff;
  z-index: 999;
  min-width: 100%;
}

#collapse-menu-button .row,
#t_contact ul.radio_list li input {
  margin: 0;
}

#collapse-menu-button button.right+.collapse-body {
  right: 10px;
}

#preimport-business-data-form .footer-text {
  margin-top: 10px;
  color: #0c8a26;
}

#preimport-business-data-form .check-field label,
#t_contact .checkbox label {
  padding: 15px;
  background-color: #ededed;
  display: block;
}

#preimport-business-data-form .form-error {
  margin: 5px 0;
}

.preimport-business-data-form .container.notices {
  padding-top: 30px;
}

@media (max-width:991px) {
  .preimport-business-data-form .medium-sms .completed-field {
    display: none;
  }
}

.preimport-business-data-form label {
  font-weight: 700;
}

.business-review-block {
  padding: 20px 0;
}

.business-review-block .comment-author {
  margin-bottom: 5px;
  display: block;
  height: 40px;
}

.business-review-block .comment-author .avatar {
  margin-right: 10px;
}

.business-review-block .comment-author .avatar img {
  border-radius: 50%;
  width: 32px;
}

.business-review-block .comment-date {
  color: #757575;
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.business-review-block .rating-number {
  margin-left: 10px;
}

#t_contact .form-group,
#t_contact .info {
  margin-bottom: 30px;
}

#t_contact .checkbox,
.quotation-modal .ql-header .title-container h1 {
  margin-top: 0;
}

#t_contact .checkbox label {
  padding: 15px 15px 15px 35px;
}

#t_contact .form-error {
  display: block;
  color: #a33232;
  background-color: #fcbaba;
  padding: 8px;
  margin: 5px 0 4px;
  font-size: 15px;
  line-height: 1;
}

#t_contact .form-error:before,
.welcome-light-directory-popup .form-error:before {
  margin-right: 6px;
  font-size: 14px;
}

#t_contact .contact-preferred {
  margin-bottom: 50px;
}

#t_contact .contact-preferred:after {
  clear: both;
  content: ' ';
  display: table;
}

#t_contact ul.radio_list li {
  background-color: #ededed;
  padding: 10px;
  margin: 0 5px 0 0;
  width: 49%;
  float: left;
}

@media screen and (max-width:991px) {
  #t_contact ul.radio_list li {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .business-projects-block .project-block .info .stats {
    bottom: 10px;
  }
}

.comment-vote .icon-thumbs-down-o,
.comment-vote .icon-thumbs-up-o {
  color: #2b2b2b;
}

.welcome-light-directory-popup .next-button {
  margin-top: 30px;
}

.welcome-light-directory-popup .form-error {
  display: block;
  color: #a33232;
  background-color: #fcbaba;
  padding: 8px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1;
}

.simple-footer p,
.welcome-light-directory-popup .form-group {
  margin: 0;
}

.welcome-light-directory-popup #step-2 .next-button {
  margin-bottom: 40px;
}

.welcome-light-directory-popup #step-2 .resend_sms_block {
  margin-top: 10px;
}

.welcome-business-message-popup {
  line-height: 1.14;
}

.welcome-business-message-popup img {
  margin: 27px 0;
}

.welcome-business-message-popup .close-modal-button,
.welcome-business-message-popup .subtitle {
  color: #9b9b9b;
}

.welcome-business-message-popup .close-modal-button,
.welcome-business-message-popup .step a {
  text-decoration: underline;
}

.welcome-business-message-popup .featured-list {
  display: table;
  margin: 0 auto 15px;
}

.welcome-business-message-popup .featured-list .item-element {
  text-align: left;
  margin-bottom: 20px;
}

.welcome-business-message-popup .featured-list.check li:before {
  width: 25px;
  height: 25px;
  left: -40px;
  font-size: 20px;
  padding: 0 0 0 4px;
}

.welcome-business-message-popup .next-button {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .welcome-business-message-popup .next-button {
    width: 100%;
  }
}

.welcome-business-message-popup .next-button i {
  float: right;
  margin-left: 35px;
}

.welcome-business-message-popup .close-modal-button {
  display: block;
  margin-top: 15px;
  cursor: pointer;
}

.welcome-business-message-popup .description p,
.welcome-business-message-popup .img-description,
.welcome-business-message-popup p.description {
  margin-bottom: 25px;
}

.quotation-without-business-info .description {
  font-size: 21px;
}

@media screen and (max-width:1199px) {
  .quotation-without-business-info img {
    display: block;
    margin: 0 auto 15px;
  }
}

#register-business-modal-body .footer {
  margin-top: 10px;
  color: #0c8a26;
}

.progress-business-opinions .subtitle {
  font-size: 21px;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 600;
}

.prices-component-block .price-element.main-element span.inverse,
.progress-business-opinions .subtitle.inverse {
  color: #fff;
}

.progress-business-opinions .rating {
  margin-bottom: 20px;
  text-align: center;
}

.progress-business-opinions .description {
  line-height: 1.31;
  margin: 12px 0 26px;
}

.progress-business-opinions .scar-red-text {
  color: #ca2129;
}

.accordion .panel-default {
  border-color: transparent;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,.17);
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.17);
  border-radius: 5px;
}

.accordion .panel-default:hover {
  border-color: #d2d2d2;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 3px 0 rgba(0,0,0,.2);
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 3px 0 rgba(0,0,0,.2);
}

.accordion .panel {
  margin-bottom: 8px;
}

.accordion .panel-heading {
  background-color: #fff;
  border: 0!important;
}

.accordion .panel-body {
  border: 0!important;
  padding-left: 40px;
}

.accordion .icon-rotate {
  max-width: 30px;
  display: inline-block;
}

.accordion .rotate {
  cursor: pointer;
}

.accordion .icon-rotate:before {
  -webkit-transition: .3s -webkit-transform;
  -o-transition: .3s -o-transform;
  transition: .3s transform;
  transition: .3s transform,.3s -webkit-transform,.3s -o-transform;
}

.public-premium-plans .regular-price {
  font-size: 16px;
  font-family: inherit;
  line-height: 8px;
  text-align: right;
  color: #9b9b9b;
}

@media (max-width:767px) {
  .public-premium-plans .regular-price del {
    line-height: 0!important;
  }

  .public-premium-plans .regular-price {
    line-height: 15px;
  }
}

.public-premium-plans .price {
  text-align: left;
  font-size: 21px;
  margin: 10px 0;
}

.public-premium-plans .circle {
  bottom: 15px;
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 55px;
  background: #63ca75;
}

@media (max-width:767px) {
  .public-premium-plans .circle {
    bottom: 10px;
  }
}

.public-premium-plans .price-discount {
  padding: 0;
}

.public-premium-plans .price-vertical-spacer {
  margin-bottom: 15px;
}

.public-premium-plans .circle-text {
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.4px;
  text-align: left;
  color: #fff;
  position: relative;
  top: 20px;
}

.public-premium-plans .plan-premium-options {
  padding: 0!important;
}

.public-premium-plans .price.regular {
  text-align: center;
}

.public-premium-plans .quotation-credit {
  border-top: 1px solid #d2d2d2;
  color: #2b2b2b;
  font-size: 21px;
  font-weight: 400;
  margin: 0 9%;
  padding: 15px 0 10px;
}

.premium-pack-landing-callme-footer .frame-holder {
  height: 97px;
  width: 100%;
  background-color: #404040;
  z-index: 999;
  bottom: 0;
}

.premium-pack-landing-callme-footer .frame-holder a {
  margin: 20px 0;
}

@media (max-width:767px) {
  .premium-pack-landing-callme-footer .frame-holder a {
    width: 100%;
    margin: 0;
  }

  .premium-pack-landing-callme-footer .frame-holder {
    height: 50px;
  }
}

#quotation-created-information-modal .get-budget-related-quotation [data-action=next] {
  margin: 12px 0;
}

#quotation-created-information-modal .cancel {
  text-decoration: underline;
  color: #2b2b2b;
  display: block;
}

#quotation-created-information-modal #quotation-discard-modal .title {
  line-height: 1;
  margin-bottom: 10px;
}

#quotation-created-information-modal #quotation-discard-modal .subtitle {
  margin-bottom: 27px;
}

#quotation-created-information-modal #quotation-discard-modal .featured-list .item-element {
  margin-bottom: 27px;
  line-height: 1.14;
}

#quotation-created-information-modal .no-compromise,
#user-net-promoter-survey-modal [data-step=success] .icon-circle-container.icon-circle-default i,
ul.checklist li.check:before {
  color: #0c8a26;
}

@media screen and (min-width:768px) {
  #quotation-created-information-modal .modal-body {
    padding: 40px;
  }
}

#quotation-created-information-modal #quotation-customer-discard .title {
  margin-bottom: 10px;
  line-height: 1.14;
}

#quotation-created-information-modal #quotation-customer-discard .btn-secondary,
#quotation-created-information-modal #quotation-customer-discard .contact-status-block .btn {
  margin: 12px 0;
}

#quotation-created-information-modal #quotation-customer-discard .no-compromise {
  margin-top: 24px;
}

#quotation-created-information-modal #quotation-customer-discard .button-label {
  font-size: 18px;
}

#quotation-created-information-modal #quotation-customer-discard .btn-primary,
#quotation-created-information-modal #quotation-customer-discard .business-notices .notice .notice-action,
#quotation-created-information-modal #quotation-customer-discard .business-notices .user_notice .notice-action {
  padding: 14px 50px;
}

#quotation-created-information-modal #quotation-created-verify-phone .title {
  line-height: 1.14;
}

@media screen and (min-width:768px) {
  #user-net-promoter-survey-modal .modal-body {
    padding: 50px 70px;
  }
}

#user-net-promoter-survey-modal [data-step=survey] .title {
  margin-bottom: 26px;
}

#user-net-promoter-survey-modal [data-step=survey] .subtitle {
  margin-bottom: 8px;
}

#user-net-promoter-survey-modal [data-step=survey] textarea {
  margin-bottom: 19px;
  resize: none;
}

#user-net-promoter-survey-modal [data-step=survey] textarea:focus {
  border-color: #ff7300;
  -webkit-box-shadow: 0 1px 1px rgba(229,103,23,.075) inset,0 0 8px rgba(255,144,0,.6);
  box-shadow: 0 1px 1px rgba(229,103,23,.075) inset,0 0 8px rgba(255,144,0,.6);
  outline: 0;
}

#user-net-promoter-survey-modal [data-step=survey] .improbable {
  float: left;
}

#user-net-promoter-survey-modal [data-step=survey] .dismiss-title,
.hab-carousel.carousel.hab-carousel-one-indicator .carousel-inner img,
article.qna-resume .entry-image {
  margin-bottom: 20px;
}

@media screen and (max-width:360px) {
  #user-net-promoter-survey-modal [data-step=survey] textarea {
    height: 80px;
    font-size: 18px;
  }

  #user-net-promoter-survey-modal [data-step=survey] .suggest {
    margin-bottom: 15px;
  }
}

#user-net-promoter-survey-modal [data-step=success] .icon-container {
  text-align: center;
  margin-bottom: 32px;
}

#user-net-promoter-survey-modal [data-step=success] .icon-circle-container.icon-circle-default {
  background-color: #dbf7d7;
}

#user-net-promoter-survey-modal [data-step=success] .title {
  margin-bottom: 12px;
}

#user-net-promoter-survey-modal [data-step=success] .subtitle {
  margin-bottom: 24px;
}

.common-statistics-summary .statistic-block {
  margin-right: 20px;
}

.statistics-summary-borderful .statistic-item {
  width: 100px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  float: left;
  margin-right: 10px;
  padding: 10px;
}

.statistics-summary-borderful .statistic-item .value {
  font-size: 18px;
  font-weight: 600;
}

.statistics-summary-borderful .statistic-item .key {
  font-size: 12px;
  font-weight: 600;
}

.author-summary img {
  float: left;
  margin-right: 14px;
}

.author-summary .author-data {
  float: right;
}

.author-summary .author-data>* {
  display: block;
}

.author-summary .author-data .author-name {
  font-weight: 700;
  line-height: 1.13;
}

.author-summary .author-data .publish-date {
  margin-top: 11px;
}

.author-summary .author-data .author-role,
.author-summary .author-data .publish-date {
  font-size: 12px;
}

.club-habitissimo.sidebar-widget-block .image-container {
  padding-bottom: 16px;
}

.club-habitissimo.sidebar-widget-block .image-container img,
.hab-carousel.carousel.photos-carousel .carousel-inner .item img {
  width: 100%;
}

.club-habitissimo.sidebar-widget-block .btn,
.club-habitissimo.sidebar-widget-block .description-container {
  margin-bottom: 19px;
}

.club-habitissimo.sidebar-widget-block .balance p {
  color: #0c8a26;
  font-size: 16px;
}

.prices-component-block .price-element,
.prices-component-block .price-featured {
  padding: 20px;
  text-align: center;
}

.prices-component-block .price-element p,
.prices-component-block .price-featured p {
  margin-bottom: 0;
}

.prices-component-block .price-element span {
  position: relative;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width:768px) {
  .prices-component-block .price-element.main-element span {
    font-size: 21px;
  }
}

.prices-component-block .price-element .price span {
  display: block;
  text-transform: lowercase;
}

.prices-component-block .price-element .price b {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.prices-component-block .price-element .price.min .icon {
  color: #63ca75;
}

.prices-component-block .price-element .price.max .icon {
  color: #f32d2d;
}

@media screen and (min-width:768px) {
  .prices-component-block .price-element .price.max .icon,
  .prices-component-block .price-element .price.min .icon {
    position: absolute;
    left: -22px;
    top: 0;
  }
}

.prices-component-block .price-element small {
  display: block;
  margin-top: 5px;
  color: #9b9b9b;
}

.prices-component-block .price-featured {
  background-color: #fef6f0;
}

.prices-component-block .price-featured p {
  font-size: 18px;
  font-weight: 600;
}

.prices-component-block .price-featured p.inverse,
.prices-component-block .price-featured span.inverse,
.prices-component-block.content-block .price-element.main-element p.inverse {
  color: #fff;
}

.prices-component-block .price-featured span {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width:768px) {
  .prices-component-block .price-featured span {
    font-size: 21px;
  }
}

.prices-component-block .disclaimer {
  margin-top: 20px;
}

.prices-component-block.content-block .price-element {
  text-align: center;
  padding: 20px 50px;
}

.prices-component-block.content-block .price-element.main-element {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

.prices-component-block.content-block .price-element.last,
.prices-component-block.sidebar-widget-block.different-prices .price-element.last {
  border: 0;
}

@media screen and (max-width:991px) {
  .prices-component-block.content-block .price-element {
    display: block;
    width: 100%;
  }

  .prices-component-block.content-block .price-element.last {
    border: 0;
  }
}

.prices-component-block.sidebar-widget-block.different-prices .price-element {
  border-bottom: 1px solid #d2d2d2;
}

.prices-component-block.sidebar-widget-block.different-prices .price-element:first-child,
body.user-professional-plan-premium .plan-advantages-comparison table.visible-xs thead:first-child th {
  padding-top: 0;
}

.prices-component-block.prices-component-widget .price-element.main-element {
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.prices-component-block.prices-component-widget .price-element .link-price,
article.qna-resume .answer-block {
  margin-top: 20px;
}

.video-block {
  width: 100%;
  position: relative;
  min-height: 450px;
}

.featured-list {
  counter-reset: li;
  padding-left: 0;
}

.featured-list>li {
  list-style: none;
  position: relative;
  margin-left: 48px;
}

.featured-list>li.disabled {
  opacity: .3;
}

.featured-list>li.item-small {
  margin-left: 25.6px;
}

.featured-list>li.item-small:not(:last-child) {
  margin-bottom: 10px;
}

.featured-list>li.item-small:before {
  font-size: 115%;
  position: absolute;
  left: -32px;
  border: 0;
  top: -5px;
}

.featured-list>li:before {
  position: absolute;
  color: #ff7300;
  left: -48px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ff7300;
}

.featured-list.text-m>li,
.hab-carousel.testimonials-carousel .item .rating .stars i {
  font-size: 21px;
}

.featured-list.order>li:before {
  content: counter(li);
  counter-increment: li;
  padding: 6px 0 0 11px;
}

.featured-list.check>li:before {
  padding: 9px 0 0 9px;
}

.job-block .featured-quotation {
  border: 1px solid #ff7300;
  background-color: rgba(255,115,0,.05);
}

.job-block .featured-quotation .quotation-status {
  text-align: right;
}

@media screen and (max-width:767px) {
  .job-block .featured-quotation .quotation-status {
    text-align: center;
  }
}

.job-block .featured-quotation .quotation-status-label,
body.premium-plan-landing.user-professional-plan-premium {
  background-color: #fff;
}

.job-block .featured-quotation .btn {
  background-color: #ff7300;
  border-color: #ff7300;
  border-bottom: 1px solid #de6501;
}

.job-block .featured-quotation .btn.active,
.job-block .featured-quotation .btn:active,
.job-block .featured-quotation .btn:hover,
.open>.dropdown-toggle.job-block .featured-quotation .btn {
  color: #fff;
  background-color: #cc5c00;
  border-color: #c25700;
}

.job-block .featured-quotation .btn.active.focus,
.job-block .featured-quotation .btn.active:focus,
.job-block .featured-quotation .btn.active:hover,
.job-block .featured-quotation .btn:active.focus,
.job-block .featured-quotation .btn:active:focus,
.job-block .featured-quotation .btn:active:hover,
.open>.dropdown-toggle.job-block .featured-quotation .btn.focus,
.open>.dropdown-toggle.job-block .featured-quotation .btn:focus,
.open>.dropdown-toggle.job-block .featured-quotation .btn:hover {
  color: #fff;
  background-color: #a84c00;
  border-color: #803900;
}

.checkboxes-block ul>li label p.staff-extra-content.inverse,
.job-block .featured-quotation .btn,
.job-block .featured-quotation .btn:visited {
  color: #fff;
}

.job-block .featured-quotation .btn.active,
.job-block .featured-quotation .btn.focus,
.job-block .featured-quotation .btn:active,
.job-block .featured-quotation .btn:focus,
.job-block .featured-quotation .btn:hover,
.open>.dropdown-toggle.job-block .featured-quotation .btn {
  color: #fff;
  background-color: #de6501;
  border-color: transparent;
}

.job-block .featured-quotation .btn.active,
.job-block .featured-quotation .btn:active,
.open>.dropdown-toggle.job-block .featured-quotation .btn {
  background-image: none;
}

.job-block .featured-quotation .btn.disabled,
.job-block .featured-quotation .btn.disabled:focus,
.job-block .featured-quotation .btn.disabled:hover,
.job-block .featured-quotation .btn[disabled],
.job-block .featured-quotation .btn[disabled]:focus,
.job-block .featured-quotation .btn[disabled]:hover {
  background-color: #ff7300;
}

.job-block .featured-quotation .btn.disabled.active,
.job-block .featured-quotation .btn.disabled.focus,
.job-block .featured-quotation .btn.disabled:active,
.job-block .featured-quotation .btn[disabled].active,
.job-block .featured-quotation .btn[disabled].focus,
.job-block .featured-quotation .btn[disabled]:active,
fieldset[disabled] .job-block .featured-quotation .btn,
fieldset[disabled] .job-block .featured-quotation .btn.active,
fieldset[disabled] .job-block .featured-quotation .btn.focus,
fieldset[disabled] .job-block .featured-quotation .btn:active,
fieldset[disabled] .job-block .featured-quotation .btn:focus,
fieldset[disabled] .job-block .featured-quotation .btn:hover {
  background-color: #ff7300;
  border-color: #ff7300;
}

.job-block .featured-quotation .btn .badge {
  color: #ff7300;
  background-color: #fff;
}

.job-block .featured-quotation .btn.disabled,
.job-block .featured-quotation .btn.disabled:focus,
.job-block .featured-quotation .btn.disabled:hover,
.job-block .featured-quotation .btn[disabled],
.job-block .featured-quotation .btn[disabled]:focus,
.job-block .featured-quotation .btn[disabled]:hover {
  background: #d2d2d2;
  border: 1px solid #d2d2d2;
  color: #757575;
}

.horizontal-featured-list>li:before {
  font-size: 16px;
  position: absolute;
  color: #ff7300;
  left: -10px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ff7300;
  padding-left: 8px;
  padding-top: 9px;
}

.horizontal-featured-list.check>li {
  padding: 9px 0 0 30px;
}

@media screen and (min-width:768px) {
  .horizontal-featured-list.check>li {
    padding-right: 12px;
  }
}

@media screen and (max-width:767px) {
  .horizontal-featured-list.check>li {
    margin-bottom: 30px;
  }
}

.button-links-list,
.quotation-modal #ql-primary #ql-reasons #ql-advantages ul {
  list-style: none;
  padding-left: 0;
}

.button-links-list .button-link {
  cursor: pointer;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.button-links-list .button-link a {
  padding: 20px 20px 20px 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2b2b2b;
  margin-right: 20px;
}

@media (max-width:480px) {
  .button-links-list .button-link a {
    white-space: normal;
  }
}

.button-links-list .button-link a:active {
  text-decoration: none;
}

.button-links-list .button-link a:hover {
  text-decoration: none;
  color: inherit;
}

.button-links-list .button-link a span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  color: #2b2b2b;
}

@media (max-width:480px) {
  .button-links-list .button-link a span {
    display: block;
    line-height: 1.2;
  }
}

.button-links-list .button-link a>i {
  left: 10px;
  display: inline-block;
  color: #ff7300;
  font-size: 30px;
  height: 2em;
  line-height: 2em;
  position: absolute;
  top: 50%;
  margin-top: -1.2em;
  padding-top: 6.66666667px;
}

.button-links-list .button-link a>i~span {
  margin-left: 50px;
}

.button-links-list .button-link a>img {
  left: 10px;
}

.button-links-list .button-link a>img~.with-sublabel,
.button-links-list .button-link a>img~span {
  margin-left: 20px;
}

.button-links-list .button-link a.button-link--chevron:after {
  display: inline-block;
  color: #d2d2d2;
  font-size: 18px;
  height: 2em;
  line-height: 2em;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.3em;
  padding-top: 6px;
}

.button-links-list .button-link:hover,
.qna-question-list article.qna-resume .answer-block .answer-text:hover,
section.block-elements-list article.block-element.hover:hover,
section.block-elements-list li.block-element.hover:hover {
  background-color: #ededed;
}

.button-links-list .button-link .with-sublabel {
  display: inline-block;
  vertical-align: middle;
}

.arrow-inside-left {
  position: relative;
  margin-bottom: 25px;
}

.arrow-inside-left:after,
.arrow-inside-left:before {
  bottom: 0;
  left: 1px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-inside-left:after {
  border-color: transparent transparent #fff;
  border-width: 15px;
  margin-left: 70px;
}

.hab-carousel {
  position: relative;
}

.hab-carousel.carousel {
  padding-bottom: 0;
}

.hab-carousel.carousel .carousel-controls {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hab-carousel.carousel a.carousel-control {
  background-image: none!important;
  background-color: transparent;
  display: inline-block;
  position: static;
  height: 26px;
  margin-top: 0;
  vertical-align: text-bottom;
}

.hab-carousel.carousel a.carousel-control:active,
.hab-carousel.carousel a.carousel-control:focus,
.hab-carousel.carousel a.carousel-control:hover {
  color: inherit;
}

.hab-carousel.carousel .carousel-indicators {
  position: static;
  display: inline-block;
}

.hab-carousel.carousel .carousel-indicators li {
  margin: 0 1px!important;
}

.hab-carousel.carousel .carousel-indicators li.active,
.quotation-modal #ql-quotation-request #ql-form-container #form-submit>button {
  background-color: #ff7300;
  border-color: #ff7300;
}

.hab-carousel.carousel.photos-carousel {
  margin-left: -30px;
  margin-right: -30px;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .cover {
  cursor: pointer;
  position: static;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .cover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .caption {
  background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(89%,rgba(0,0,0,.61)));
  background-image: -webkit-linear-gradient(bottom,transparent 0%,rgba(0,0,0,.61) 89%);
  background-image: -o-linear-gradient(bottom,transparent 0%,rgba(0,0,0,.61) 89%);
  background-image: linear-gradient(0deg,transparent 0%,rgba(0,0,0,.61) 89%);
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;
  width: 100%;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .caption .caption-title {
  display: block;
  color: inherit;
  margin-bottom: 0;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .caption .caption-description,
ul.checklist.silent-links a {
  color: inherit;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .avatar {
  position: absolute;
  bottom: -25px;
  width: 60px;
  right: 40px;
}

.hab-carousel.carousel.photos-carousel .carousel-inner .item .avatar img {
  border: 2px solid #fff;
  border-radius: 100%;
}

.dialog,
.hab-carousel.carousel.hab-carousel-one-indicator .carousel-inner,
article.qna-resume .answer-block .answer-text .cta {
  margin-top: 30px;
}

.hab-carousel.carousel.hab-carousel-one-indicator .carousel-indicators,
.hab-carousel.testimonials-carousel .item .author-name {
  display: block;
}

.dialog {
  position: static;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 30px;
}

.dialog.dialog-full {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.dialog-top-center {
  position: relative;
}

.dialog-top-center:after,
.dialog-top-center:before,
.dialog-top-left:after,
.dialog-top-left:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dialog-top-center:before,
.dialog-top-left:before {
  top: -30px;
  border-color: transparent transparent #d2d2d2;
  border-width: 15px;
  margin-left: -19px;
}

.dialog-top-center:after,
.dialog-top-left:after {
  top: -29px;
  border-color: transparent transparent #fff;
  border-width: 15px;
  margin-left: -19px;
}

.dialog-bottom-center {
  position: relative;
  margin-bottom: 30px;
}

.dialog-bottom-center:after,
.dialog-bottom-center:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -32px;
  border-color: transparent transparent #d2d2d2;
  border-width: 16px;
  margin-left: -16px;
}

.dialog-bottom-center:after {
  bottom: -31px;
  border-color: transparent transparent #fff;
}

.dialog-top-left {
  position: relative;
}

.dialog-top-left:after,
.dialog-top-left:before {
  left: 60px;
}

.dialog-bottom-center:after,
.dialog-bottom-center:before,
.dialog-top-center:after,
.dialog-top-center:before {
  left: 50%;
}

.hab-carousel.testimonials-carousel .item figure img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 60px;
}

.hab-carousel.testimonials-carousel .item .rewiew-body {
  min-height: 150px;
  display: table;
  width: 100%;
}

.hab-carousel.testimonials-carousel .item .rewiew-body span[class*=testimonial-body] {
  display: table-row;
  vertical-align: middle;
}

.hab-carousel.testimonials-carousel .item .rewiew-body span.related_business {
  display: table-row;
  width: 100%;
}

.hab-carousel.testimonials-carousel .item .rewiew-body span.related_business a {
  line-height: 30px;
}

@media screen and (max-width:991px) {
  article.qna-resume .answer-block .last-answer-title {
    text-align: center;
  }

  article.qna-resume .answer-block .answer-text {
    position: relative;
  }

  article.qna-resume .answer-block .answer-text:after,
  article.qna-resume .answer-block .answer-text:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  article.qna-resume .answer-block .answer-text:before {
    top: -30px;
    border-color: transparent transparent #d2d2d2;
    border-width: 15px;
    margin-left: -19px;
  }

  article.qna-resume .answer-block .answer-text:after {
    top: -29px;
    border-color: transparent transparent #fff;
    border-width: 15px;
    margin-left: -19px;
    left: 50%;
  }

  article.qna-resume .answer-block .answer-text:before {
    left: 50%;
  }
}

@media screen and (min-width:992px) {
  article.qna-resume .answer-block .answer-text {
    position: relative;
  }

  article.qna-resume .answer-block .answer-text:after,
  article.qna-resume .answer-block .answer-text:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  article.qna-resume .answer-block .answer-text:before {
    top: -30px;
    border-color: transparent transparent #d2d2d2;
    border-width: 15px;
    margin-left: -19px;
  }

  article.qna-resume .answer-block .answer-text:after {
    top: -29px;
    border-color: transparent transparent #fff;
    border-width: 15px;
    margin-left: -19px;
    left: 60px;
  }

  article.qna-resume .answer-block .answer-text:before {
    left: 60px;
  }
}

@media screen and (max-width:991px) {
  article.qna-resume .answer-block .answer-text .cta {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.qna-question-list .resume-text {
  margin: 20px 0;
}

@media screen and (max-width:991px) {
  .qna-question-list .resume-text {
    text-align: center;
  }
}

.qna-question-list article.qna-resume .answer-block,
section.block-elements-list article.block-element:hover,
section.block-elements-list li.block-element:hover {
  cursor: pointer;
}

.qna-question-list article.qna-resume .answer-block .answer-text:hover:after {
  border-bottom-color: #ededed;
}

section.block-elements-list article.block-element,
section.block-elements-list li.block-element {
  margin-left: -16px;
  margin-right: -16px;
  padding: 50px 16px;
  position: relative;
  border-bottom: 1px solid #ededed;
  min-height: 200px;
}

section.block-elements-list article.block-element .img-container,
section.block-elements-list li.block-element .img-container {
  width: 135px;
}

#ql-form-container.form-rick-40pct .upload-photo-button #upload-picture .muted,
section.block-elements-list article.block-element .element-meta,
section.block-elements-list li.block-element .element-meta {
  color: #9b9b9b;
}

section.block-elements-list article.block-element .element-meta span:first-child,
section.block-elements-list li.block-element .element-meta span:first-child {
  padding-right: 30px;
}

section.block-elements-list article.block-element .element-meta span i,
section.block-elements-list li.block-element .element-meta span i {
  padding-right: 9px;
}

section.block-elements-list article.block-element .element-footer .label,
section.block-elements-list li.block-element .element-footer .label {
  display: inline-block;
  width: auto;
  margin: 20px 0;
  font-size: 16px;
  padding: .5em;
}

@media screen and (min-width:992px) {
  section.block-elements-list article.block-element .element-content,
  section.block-elements-list article.block-element .element-meta,
  section.block-elements-list li.block-element .element-content,
  section.block-elements-list li.block-element .element-meta {
    padding-left: 160px;
  }

  section.block-elements-list article.block-element .img-container,
  section.block-elements-list li.block-element .img-container {
    position: absolute;
    left: 16px;
  }
}

@media screen and (max-width:991px) {
  section.block-elements-list article.block-element .element-meta,
  section.block-elements-list li.block-element .element-meta {
    display: inline-block;
  }

  section.block-elements-list article.block-element .element-meta span,
  section.block-elements-list li.block-element .element-meta span {
    display: block;
  }

  section.block-elements-list article.block-element .element-meta span i,
  section.block-elements-list li.block-element .element-meta span i {
    width: 20px;
  }

  section.block-elements-list article.block-element .img-container,
  section.block-elements-list li.block-element .img-container {
    display: inline-block;
    margin-right: 20px;
    max-width: 30%;
  }

  section.block-elements-list article.block-element .element-content,
  section.block-elements-list li.block-element .element-content {
    margin-top: 20px;
    clear: both;
  }
}

@media screen and (max-width:480px) {
  section.block-elements-list article.block-element .element-meta,
  section.block-elements-list li.block-element .element-meta {
    max-width: 60%;
  }

  section.block-elements-list article.block-element .img-container,
  section.block-elements-list li.block-element .img-container {
    width: 95px;
  }
}

@media screen and (min-width:768px) {
  section.block-elements-list article.block-element.tablet-reduced .element-content,
  section.block-elements-list article.block-element.tablet-reduced .element-meta,
  section.block-elements-list li.block-element.tablet-reduced .element-content,
  section.block-elements-list li.block-element.tablet-reduced .element-meta {
    padding-left: 160px;
  }

  section.block-elements-list article.block-element.tablet-reduced .img-container,
  section.block-elements-list li.block-element.tablet-reduced .img-container {
    position: absolute;
    left: 16px;
  }
}

section.block-elements-list article.block-element .pro-register-button,
section.block-elements-list li.block-element .pro-register-button {
  display: block;
  margin-top: 25px;
  color: #2b2b2b;
  text-decoration: underline;
}

.post-it-block:after,
.post-it-block:before {
  content: " ";
  display: table;
}

.post-it-block:after {
  clear: both;
}

.post-it-block .tips {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  margin-left: 35px;
  padding-left: 0;
}

@media (max-width:1199px) {
  .post-it-block .tips {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.post-it-block .tips li {
  margin-bottom: 15px;
  position: relative;
}

.post-it-block .tips li div,
.post-it-block .tips li i {
  display: inline-block;
  vertical-align: top;
}

.post-it-block .tips li i {
  font-size: 25px;
  margin-right: 10px;
  width: 10%;
}

.post-it-block .tips li .tip-content {
  width: 85%;
}

.post-it-block .elements-box {
  padding: 20px;
  background-color: #ededed;
  list-style: none;
}

.post-it-block .elements-box li {
  margin-bottom: 15px;
}

.post-it-block .elements-box li i {
  font-size: 25px;
  margin-right: 15px;
  width: 10%;
}

#k-form ol.steps li span:before,
.post-it-block .elements-box li i,
.post-it-block .elements-box li span {
  display: inline-block;
  vertical-align: middle;
}

.post-it-block .elements-box li span.title {
  font-weight: 600;
  width: 80%;
}

.post-it-block .elements-box li .description {
  margin-left: 40px;
  width: 80%;
}

.post-it-block .cta-column {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.post-it-block .cta-column .button-container {
  position: relative;
  display: inline-block;
}

.post-it-block .cta-column .button-container img {
  position: absolute;
  left: -140px;
}

.post-it-block .cta-column .button-container a {
  margin-top: 45px;
}

@media (max-width:767px) {
  .post-it-block .cta-column .button-container a {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.progress-title {
  max-width: 90%;
}

.scar-red-color {
  color: #ca2129;
}

.hab-progress-bar {
  height: 12px;
  border: 0;
  background-color: #ededed;
}

.hab-progress-bar.show-percentage {
  width: 90%;
  float: left;
}

.hab-progress-bar.show-percentage~.percentage {
  font-size: 13px;
  clear: right;
  text-align: right;
  vertical-align: top;
  width: 10%;
  float: right;
}

.hab-progress-bar,
.hab-progress-bar .progress-bar {
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hab-progress-bar.low .progress-bar {
  background-color: #c5dad3;
}

.hab-progress-bar.medium .progress-bar {
  background-color: #67b5a7;
}

.hab-progress-bar.high .progress-bar {
  background-color: #8cc63f;
}

.hab-progress-bar.rating .progress-bar {
  background-color: #ffb100;
  opacity: .2;
}

.hab-progress-bar.unique .progress-bar {
  background-color: #ff7300;
  -webkit-transition: width .5s linear;
  -o-transition: width .5s linear;
  transition: width .5s linear;
}

.quotation-thermometer .quotation-demand {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.characteristics-bottom-line {
  padding-bottom: 14px;
  padding-top: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d2d2d2;
}

.get-budget-related-quotation {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}

.get-budget-related-quotation.background {
  background-color: #fef6f0;
}

.get-budget-related-quotation .info-message {
  padding-top: 16px;
  font-weight: 600;
  color: #0c8a26;
  font-size: 18px;
}

.get-budget-related-quotation .rfq-cta small {
  display: block;
  margin-top: .5em;
  color: #0c8a26;
}

.quotation-popup .gray-box {
  background: #ededed;
  padding: 20px;
}

.simple-header {
  margin-bottom: 30px;
}

.simple-header .logo-container {
  float: left;
  margin-top: 30px;
}

.simple-header .right-container {
  margin-top: 30px;
}

.simple-header .phone-container {
  font-size: 1.2em;
  display: inline-block;
}

.simple-header .phone-container img {
  vertical-align: baseline;
}

.simple-header .phone-container span,
body.panel-business .phone-container {
  font-weight: 700;
  font-size: 1.6em;
}

.simple-header .btn-faq-container {
  margin-right: 20px;
  display: inline-block;
  vertical-align: super;
}

.simple-header .btn-faq-container span {
  padding-right: 10px;
}

@media screen and (max-width:767px) {
  .simple-header .phone-container {
    display: none;
  }

  .simple-header .logo-container {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width:991px) {
  .simple-header .btn-faq-container {
    display: none;
  }
}

.simple-footer {
  padding-bottom: 5px;
  margin: 40px 0 0;
  text-align: center;
}

.simple-footer.business {
  height: 5em;
  line-height: 5em;
  background: #2b2d2e;
  color: #fff;
}

.simple-footer.business p {
  opacity: .5;
}

.quotation-info-business {
  padding: 16px;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}

.quotation-info-business .content-block {
  margin-bottom: 0;
}

.quotation-info-business .column {
  text-align: center;
}

.quotation-info-business .column .notice {
  text-align: left;
}

.quotation-info-business .no-payments {
  margin-top: 64px;
}

@media screen and (max-width:767px) {
  .quotation-info-business {
    padding: 32px 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }

  .quotation-info-business .column .notice {
    text-align: center;
  }
}

.quotation-info-business .business-logo {
  border: 2px solid #d2d2d2;
  border-radius: 100%;
}

.quotation-info-business .background-label {
  margin-right: 0;
}

@media screen and (max-width:767px) {
  .quotation-info-business .background-label {
    display: inline-block;
  }
}

.quotation-info-business .business-name {
  position: absolute;
  top: 13px;
}

@media screen and (max-width:767px) {
  .quotation-info-business .business-name {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .quotation-info-business .block-info-business {
    padding-top: 17px;
  }

  .quotation-info-business .verify-seals {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.quotation-info-business .verify-seals .verified .icon {
  vertical-align: middle;
}

.quotation-info-business .verify-seals .verified .icon.form-group.checked,
.quotation-info-business .verify-seals .verified .icon.icon-check-o,
.quotation-info-business .verify-seals .verified .icon.steps-list .mxn-invariant>ol>li.done,
.quotation-info-business .verify-seals .verified .icon.steps-list.xs-invariant>ol>li.done,
.quotation-info-business .verify-seals .verified .iconul.checklist li.check,
.quotation-info-business .verify-seals .verified .iconul.checklist.check-items li,
.quotation-info-business .verify-seals .verified .iconul.checklist.thin-icons li.check {
  color: #0c8a26;
  vertical-align: sub;
}

#k-form #show-state-city,
#k-form #show-zip,
.quotation-info-business .verify-seals .certified {
  cursor: pointer;
}

.quotation-info-business .verify-seals .quality-seal {
  padding-left: 10px;
}

.quotation-info-business .business-incident,
.quotation-info-business .business-stars,
.quotation-modal #ql-quotation-request #ql-form-container #ql-form #dynamic-questions-container .title-label {
  margin-top: 20px;
}

.quotation-info-business .business-incident .link-button-light {
  font-weight: 400;
  color: #9b9b9b;
}

@media screen and (min-width:767px) {
  .quotation-info-business .business-stars {
    padding-right: 16px;
  }
}

@media screen and (max-width:767px) {
  .quotation-info-business .business-stars .info-stars {
    font-size: 28px;
  }
}

.quotation-info-business .business-stars .gray-darker {
  color: #757575;
}

.quotation-info-business .business-stars .claim {
  margin-top: 11px;
  margin-bottom: 0;
  padding: 6px 0;
}

@media screen and (max-width:767px) {
  .quotation-info-business .business-stars .claim {
    margin-top: 13px;
  }
}

.quotation-info-business .interested-message {
  background-color: #ededed;
  padding: 25px;
  margin-top: 25px;
  text-align: left;
}

@media screen and (max-width:767px) {
  .quotation-info-business .interested-message {
    text-align: center;
  }
}

.quotation-info-business .quotation-info-button-stack {
  padding: 0 25px;
}

@media screen and (max-width:767px) {
  .quotation-info-business .quotation-info-button-stack {
    padding: 0;
  }
}

.title-link a {
  color: #ff7300;
  font-size: 16px;
  text-decoration: none;
}

#k-form ol.steps li.current,
#k-form ol.steps li.done,
#ql-form-container form .fields .p #description_counter .n,
#ql-form-container form .fields p #description_counter .n,
#ql-form-container form.step-1 #ql-ribbon h3.s-1,
#ql-form-container form.step-2 #ql-ribbon h3.s-1,
#ql-form-container form.step-2 #ql-ribbon h3.s-2,
#ql-form-container form.step-3 #ql-ribbon h3.s-1,
#ql-form-container form.step-3 #ql-ribbon h3.s-2,
.title-link .link {
  font-weight: 700;
}

.title-link .link:hover {
  text-decoration: underline;
}

@media screen and (min-width:1200px) {
  .content-block .title-link {
    float: right;
  }
}

body.premium-plan-landing.user-professional-plan-premium .public-premium-landing .heading-landing {
  font-size: 36px;
  font-weight: 700;
  color: #2b2b2b;
  padding: 10px 0;
  line-height: 1.1;
}

body.premium-plan-landing.user-professional-plan-premium .public-premium-landing .heading-landing .discount {
  font-size: 48px;
}

body.premium-plan-landing.user-professional-plan-premium .public-premium-landing .plans-section {
  margin: 10px 0;
}

body.premium-plan-landing.user-professional-plan-premium .public-premium-landing .plans-section .plan-card {
  border: 1px solid #d2d2d2;
}

body.premium-plan-landing.user-professional-plan-premium .public-premium-landing .heading-subtitle-landing {
  color: #2b2b2b;
}

body.premium-plan-landing.user-professional-plan-premium .public-premium-landing .online-trust {
  margin: 20px 0;
}

.jobs-ondemand-show main,
body.premium-plan-landing.user-professional-plan-premium #premium-landing-secondary-section {
  background-color: #ededed;
  padding-top: 20px;
}

body.premium-plan-landing.user-professional-plan-premium .content-block .title {
  text-align: center;
}

#mobile-app-embedded-banner {
  margin: 15px 0;
  min-height: 159px;
  position: relative;
  padding: 20px 20px 20px 201px;
  background: #fff url(/static/img/app_promo/mobile_image_large.png) no-repeat 20px bottom;
}

#mobile-app-embedded-banner p {
  padding-right: 265px;
  color: #757575;
  font-weight: 700;
  margin: 0;
}

#mobile-app-embedded-banner p.title {
  padding-right: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin: 15px 0 20px;
}

#mobile-app-embedded-banner .stores-links {
  width: 250px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#mobile-app-embedded-banner.deco-section-banner {
  background: #fff url(/static/img/app_promo/mobile_white_image_large.png) no-repeat 20px bottom;
  padding: 20px 20px 30px 201px;
  width: 100%;
}

#mobile-app-embedded-banner.deco-section-banner p.title {
  color: #ff7300;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

#mobile-app-embedded-banner.deco-section-banner p.subtitle {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 1;
}

#mobile-app-embedded-banner.deco-section-banner .stores-links {
  right: 35px;
}

@media (min-width:1200px) {
  #mobile-app-embedded-banner.deco-section-banner.full-width .stores-links {
    width: 350px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  #mobile-app-embedded-banner.deco-section-banner.small-width {
    padding-left: 35px;
    padding-bottom: 189px;
  }
}

@media (max-width:767px) {
  #mobile-app-embedded-banner.deco-section-banner {
    padding-left: 35px;
    padding-bottom: 189px;
    background: #fff url(/static/img/app_promo/mobile_white_image_large.png) no-repeat 35px bottom;
  }

  #mobile-app-embedded-banner.deco-section-banner p {
    padding-right: 20px;
  }

  #mobile-app-embedded-banner.deco-section-banner .stores-links {
    width: 100%;
    padding-left: 230px;
  }

  #mobile-app-embedded-banner.deco-section-banner .stores-links a {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  #mobile-app-embedded-banner.deco-section-banner .stores-links a img {
    width: 140px;
    max-width: 100%;
  }

  #mobile-app-embedded-banner.deco-section-banner .stores-links a:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media (max-width:400px) {
  #mobile-app-embedded-banner.deco-section-banner {
    background-image: none;
  }

  #mobile-app-embedded-banner.deco-section-banner .stores-links {
    padding-left: 0;
    width: auto;
    left: 35px;
  }
}

#k-form ol.steps {
  border-bottom: 2px solid #ededed;
  overflow: hidden;
  height: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

#k-form ol.steps:after,
#k-form ol.steps:before {
  content: " ";
  display: table;
}

#k-form ol.steps:after {
  clear: both;
}

#k-form ol.steps li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0 12px 0 0;
  text-align: left;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 50px;
  counter-increment: step;
}

@media screen and (max-width:767px) {
  #k-form ol.steps li {
    text-align: center;
  }
}

#k-form ol.steps li span {
  display: block;
  padding: 0 0 0 30px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

#k-form ol.steps li span:before {
  content: counter(step);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px!important;
  text-align: center;
  background-color: #d2d2d2;
  color: #fff;
  font-weight: 400;
  margin-right: 6px;
}

@media screen and (max-width:767px) {
  #k-form ol.steps li span {
    font-size: 0;
  }

  #k-form ol.steps li span:before {
    font-size: 18px;
  }
}

#k-form ol.steps li:after,
#k-form ol.steps li:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  margin-top: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
}

#k-form ol.steps li:before {
  z-index: 2;
  margin-left: -15px;
}

#k-form ol.steps li:after {
  margin-left: -14px;
  border-left-color: #d2d2d2;
  z-index: 1;
}

#k-form ol.steps li.done:before,
#ql-form-container form.step-2 #ql-ribbon h3.s-1:before,
#ql-form-container form.step-3 #ql-ribbon h3.s-1:before {
  border-left-color: #d2d2d2;
}

#k-form ol.steps li.done:after,
#ql-form-container form.step-2 #ql-ribbon h3.s-1:after,
#ql-form-container form.step-3 #ql-ribbon h3.s-1:after {
  border-left-color: #fff;
}

#k-form ol.steps li.done span:before {
  font-size: 13.5px;
}

#k-form ol.steps li.done+.done span:after {
  content: '';
  display: block;
  background-color: #d2d2d2;
  position: absolute;
  height: 100%;
  width: 30px;
  left: -12px;
  top: 0;
}

#k-form ol.steps li:last-child:after,
#k-form ol.steps li:last-child:before,
.ondemand-service-list .ondemand-service-list-item:last-child hr {
  display: none;
}

#k-form.content-block,
#ql-advantages li,
.price-tendency-graph .year span,
.price-tendency-graph .years {
  position: relative;
}

#k-form.content-block ol.steps {
  margin: -32px -32px 32px;
}

@media (max-width:767px) {
  #k-form.content-block ol.steps {
    margin: -16px -16px 32px;
  }
}

#k-form p.help-block {
  height: 1em;
}

@media screen and (max-width:991px) {
  #k-form .city-container,
  #k-form .state-container,
  #k-form .zip-container {
    margin-bottom: 6px;
  }
}

#k-form #show-state-city {
  line-height: 49px;
}

#k-form #estimated-date-personal .checklist {
  margin-bottom: 1em;
}

#k-form .description-container textarea {
  height: 100%;
}

@media screen and (max-width:1199px) {
  #k-form .description-container {
    margin-bottom: 50px;
  }
}

#k-form .personal-data-container {
  margin-bottom: 7px;
}

#k-form .personal-data-container:last-child {
  margin-bottom: 0;
}

#k-form .terms-container .terms-block {
  background-color: #ededed;
  display: block;
  margin: 0 auto;
  padding: 15px;
  cursor: pointer;
  color: #757575;
}

#k-form .claim {
  color: #757575;
  margin-top: 10px;
}

@media screen and (max-width:991px) {
  #k-form .buttons button {
    margin-bottom: 10px;
  }
}

.price-tendency-graph .years:after,
.price-tendency-graph .years:before {
  position: absolute;
  content: '';
  display: block;
  top: -12px;
  border-left: 1px solid #d2d2d2;
  height: 10px;
}

.price-tendency-graph .years:before {
  left: 0;
  margin-left: 10px;
}

.price-tendency-graph .years:after {
  right: 0;
  margin-right: 10px;
}

.price-tendency-graph .last-year,
ul.checklist {
  text-align: left;
}

.price-tendency-graph .last-year span:after {
  right: 0;
  border-left: 1px solid #d2d2d2;
}

.price-tendency-graph .mid-year {
  text-align: center;
}

.price-tendency-graph .mid-year span:before {
  position: absolute;
  content: '';
  display: block;
  top: -12px;
  left: 50%;
  border-left: 1px solid #d2d2d2;
  height: 10px;
}

.price-tendency-graph .current-year {
  text-align: right;
}

.price-tendency-graph canvas {
  height: 100px;
  width: 100%;
  border-bottom: 1px dashed #d2d2d2;
}

@media screen and (max-width:991px) {
  .price-tendency-graph .description-text {
    text-align: center;
  }

  #secondary-navbar {
    display: none;
  }
}

@media screen and (min-width:992px) {
  #secondary-navbar {
    background-color: #fff;
    position: relative;
    height: 0;
    overflow: hidden;
    border: 0;
  }

  #secondary-navbar a {
    cursor: pointer;
  }

  #secondary-navbar.active {
    overflow: visible;
    height: 45px;
    border-top: 1px solid #ededed;
  }

  #secondary-navbar .title {
    display: block;
    margin-bottom: 30px;
  }

  #secondary-navbar ul.secondary-navbar-list {
    display: block;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    text-align: justify;
    overflow: hidden;
    font-size: 16px;
  }

  #secondary-navbar ul.secondary-navbar-list:after {
    display: inline-block;
    content: '';
    width: 100%;
  }

  #secondary-navbar ul.secondary-navbar-list li {
    padding-top: 10px;
    padding-bottom: 8px;
    display: inline-block;
    cursor: pointer;
  }

  #secondary-navbar ul.secondary-navbar-list li>span {
    padding-bottom: 8px;
  }

  #secondary-navbar ul.secondary-navbar-list li:last-child {
    padding-right: 0;
  }

  #secondary-navbar ul.secondary-navbar-list li.active {
    border-bottom: none;
  }

  #secondary-navbar ul.secondary-navbar-list li.active span {
    top: 45px;
    border-bottom: 2px solid #ff7300;
  }
}

@media screen and (max-width:991px) {
  #secondary-navbar #secondary-menu-blocks {
    display: none;
  }
}

@media screen and (min-width:992px) {
  #secondary-navbar #secondary-menu-blocks {
    background-color: #fff;
    padding: 34px 52px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    overflow: hidden;
    display: none;
  }

  #secondary-navbar #secondary-menu-blocks .subs-block {
    margin-right: 42px;
  }

  #secondary-navbar #secondary-menu-blocks .category-block.active,
  #secondary-navbar #secondary-menu-blocks.active {
    display: block;
  }

  #secondary-navbar #secondary-menu-blocks .category-block {
    display: none;
  }

  #secondary-navbar #secondary-menu-blocks footer {
    background-color: transparent;
    margin-top: 32px;
    text-align: left;
  }

  #secondary-navbar #secondary-menu-blocks footer .link-button {
    font-size: 16px;
  }
}

#notices-list-wrapper .notices-list {
  font-size: 16px;
  border-top-color: #404040;
  list-style: none;
  padding-left: 0;
}

#notices-list-wrapper .notices-list p.no-notices-msg {
  text-align: center;
  padding: 16px;
}

#notices-list-wrapper .notices-list .actual-list {
  max-height: 80vh;
  overflow-y: auto;
  padding: 0;
  list-style: none;
}

.notices-list-item {
  padding: 30px 30px 15px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.notices-list-item.clickable {
  cursor: pointer;
  padding: 30px 30px 15px;
}

.notices-list-item.clickable:active,
.notices-list-item.clickable:hover,
.tag-cloud {
  background-color: #fafafa;
}

.notices-list-item.clickable.required {
  background-color: #fef6f0;
}

.notices-list-item.clickable.required:active,
.notices-list-item.clickable.required:hover {
  background-color: #fce8d8;
}

.notices-list-item.clickable div.msg {
  padding-right: 30px;
}

.notices-list-item.clickable div.msg a,
ul.checklist.silent-links a:hover {
  color: #ff7300;
  text-decoration: none;
}

.notices-list-item.clickable:after {
  color: #d2d2d2;
  font-size: 21px;
  height: 2em;
  line-height: 2em;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -.9em;
}

ul.checklist {
  margin: 20px 0 10px;
  padding: 0 10px;
}

ul.checklist li {
  padding: 0 0 0 1.75em;
  margin: 0 0 1.5em;
  position: relative;
  line-height: 1.4;
}

ul.checklist li:before {
  color: #8a0c0c;
  font-size: 130%;
  margin-right: .3em;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.icon-circle-container.icon-circle-alt i,
.icon-circle-container.icon-circle-default i,
.quotation-modal #ql-quotation-request #ql-form-container .check-field a,
body.landing-rick .business-register a strong,
body.landing-rick .business-register a:active strong,
body.landing-rick .business-register a:hover strong,
body.landing-rick .business-register a:link strong,
body.landing-rick .business-register a:visited strong,
ul.checklist li.edit:before {
  color: #ff7300;
}

ul.checklist.check-items li {
  padding: 0 0 0 1.5em;
}

ul.checklist.check-items li:before {
  color: #ff7300;
  font-size: 1em;
  margin-top: .15em;
}

.top-search-letters ul li {
  float: left;
  padding: 0 7px;
}

.top-search-letters ul li+li {
  border-left: 1px solid #ededed;
}

.tag-cloud {
  padding: 20px;
  text-align: center;
}

.tag-cloud li {
  display: inline;
  line-height: 1.5em;
  margin: 0 10px 0 0;
}

.ondemand-change-wizard .checkboxes-block ul>li input[type=checkbox]~.range-inputs .notice.notice_error .icon,
.tag-cloud li.tag_weight_0 {
  font-size: 1em;
}

.tag-cloud li.tag_weight_1 {
  font-size: 1.1em;
}

.tag-cloud li.tag_weight_2 {
  font-size: 1.2em;
}

.tag-cloud li.tag_weight_-1 {
  font-size: .9em;
}

.tag-cloud li.tag_weight_-2 {
  font-size: .8em;
}

.tag-cloud li a:hover {
  background-color: #ff7300;
  color: #fff;
  text-decoration: none;
}

.business-to-register {
  padding-top: 96px;
  background-color: #ededed;
}

@media screen and (max-width:991px) {
  .business-to-register .conent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .business-to-register {
    padding-top: 40px;
  }
}

.business-to-register .content {
  padding: 96px 0;
}

@media screen and (max-width:991px) {
  .business-to-register .content {
    padding: 0;
    margin-bottom: 32px;
  }
}

.business-to-register .content-svg {
  line-height: 0;
  text-align: right;
}

@media screen and (max-width:991px) {
  .business-to-register .content-svg {
    text-align: center;
  }
}

.business-to-register .foreground {
  width: 500px;
}

@media screen and (max-width:991px) {
  .business-to-register .foreground {
    width: 220px;
  }
}

.business-to-register .home-cta {
  font-size: 48px;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 32px;
}

@media screen and (max-width:991px) {
  .business-to-register .home-cta {
    margin-bottom: 24px;
    font-size: 36px;
  }
}

.business-to-register .btn-cta {
  margin: 32px auto 0;
  max-width: 200px;
}

@media screen and (max-width:991px) {
  .business-to-register .btn-cta {
    margin-top: 12px;
  }
}

body.landing-rick .business-to-register {
  margin: 0;
}

#ql-form-container.form-rick-40pct .upload-photo-button ul,
.block-register-professional .btn {
  margin-top: 15px;
}

@media screen and (max-width:991px) {
  .block-register-professional {
    text-align: center;
  }

  .block-register-professional .btn {
    display: block;
    width: 100%;
  }
}

#ql-form-container #ql-ribbon h3 strong,
.background-label {
  display: inline-block;
  background-color: #d2d2d2;
  vertical-align: middle;
}

.background-label {
  padding: 0 10px;
  color: #fff!important;
  border-radius: 10px;
  font-weight: initial;
  line-height: 1.4;
}

.background-label.primary,
.quotation-modal #ql-quotation-request #ql-form-container #ql-form.step-7 #ql-ribbon h3.s-7 strong {
  background-color: #ff7300;
}

.background-label.success {
  background-color: #63ca75;
}

.background-label.info {
  background-color: #0092d0;
}

.background-label.error {
  background-color: #f32d2d;
}

@media screen and (max-width:991px) {
  #ql-advantages {
    display: none;
  }
}

#ql-advantages li p {
  font-size: 14px;
  margin-bottom: 25px;
}

#ql-advantages li:before {
  font-family: 'iconissimo';
  color: #ff7300;
  font-size: 31px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width:992px) {
  #ql-advantages li {
    padding-left: 45px;
  }
}

@media screen and (max-width:1199px) {
  #ql-advantages {
    padding-left: 20px;
  }
}

@media screen and (min-width:1199px) {
  #ql-advantages {
    padding-right: 30px;
  }
}

#ql-form-container {
  background-color: #fff;
}

#ql-form-container .progress-container {
  padding: 32px 32px 0;
}

#ql-form-container .progress-container.request-business {
  padding: 0 32px;
}

#ql-form-container #ql-ribbon {
  border-bottom: 2px solid #ededed;
  overflow: hidden;
  height: 50px;
}

#ql-form-container #ql-ribbon h3 {
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
  text-align: center;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}

#ql-form-container #ql-ribbon h3 span {
  margin-left: 6px;
}

@media screen and (max-width:650px) {
  #ql-form-container #ql-ribbon h3 span {
    display: none;
  }
}

#ql-form-container #ql-ribbon h3 strong {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

#ql-form-container #ql-ribbon h3 strong:before {
  line-height: 28px!important;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

#ql-form-container #ql-ribbon h3:after,
#ql-form-container #ql-ribbon h3:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  margin-top: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
}

#ql-form-container #ql-ribbon h3:before {
  z-index: 2;
}

#ql-form-container #ql-ribbon h3:after {
  margin-left: 1px;
  border-left-color: #d2d2d2;
  z-index: 1;
}

#ql-form-container .step {
  padding: 10px 50px;
}

@media screen and (min-width:767px) {
  #ql-form-container .step {
    min-height: 200px;
  }
}

@media screen and (max-width:1199px) {
  #ql-form-container .step {
    padding: 10px 30px;
  }
}

#ql-form-container .ql-submit-area {
  padding-bottom: 10px;
  position: relative;
}

#ql-form-container .ql-submit-area .button {
  display: block;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  font-weight: 700;
}

#ql-form-container .ql-submit-area .button.next::after {
  content: ' »';
}

#ql-form-container .ql-submit-area .ql-back {
  position: absolute;
  top: 30px;
  margin-top: -1em;
  left: 50px;
}

#ql-form-container .ql-submit-area .ql-back:before {
  content: '« ';
}

#ql-form-container .ql-submit-area small {
  text-transform: lowercase;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

#ql-form-container form .fields .twitter-typeahead,
#ql-form-container.form-rick-40pct .upload-photo-button #upload-picture {
  width: 100%;
}

#ql-form-container form .fields .p,
#ql-form-container form .fields p {
  margin-bottom: 15px;
}

#ql-form-container form .fields .p span.form_error,
#ql-form-container form .fields p span.form_error {
  display: block;
  color: #a33232;
  background-color: #fcbaba;
  padding: 8px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1;
}

#ql-form-container form .fields .p span.form_error:before,
#ql-form-container form .fields p span.form_error:before {
  margin-right: 6px;
  font-size: 14px;
}

#ql-form-container form .fields .p .help,
#ql-form-container form .fields p .help {
  display: none;
}

#ql-form-container form .fields .p .controls,
#ql-form-container form .fields p .controls {
  display: block;
}

#ql-form-container form .fields .p #description_counter,
#ql-form-container form .fields p #description_counter {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

#ql-form-container form .fields textarea {
  height: 80px;
}

#ql-form-container form .fields .check_box,
#ql-form-container form .fields ul.radio_list li {
  font-size: 0;
  margin-bottom: 1px;
}

#ql-form-container form .fields ul.radio_list li label {
  margin: 0!important;
  display: block;
  background-color: #ededed;
  padding: 8px 5px 8px 30px;
  font-size: 15px;
  border: 1px solid transparent;
  font-weight: 400;
  cursor: pointer;
}

#ql-form-container form .fields .check_box input,
#ql-form-container form .fields ul.radio_list li input {
  float: left;
  margin: 14px 10px 0;
  cursor: pointer;
}

#ql-form-container form .fields .check_box input:checked~label,
#ql-form-container form .fields ul.radio_list li input:checked~label {
  background-color: #fff;
  border-color: #ccc;
}

#ql-form-container form .fields .check_box label {
  margin: 0!important;
  display: block;
  background-color: #ededed;
  padding: 10px 10px 10px 30px;
  font-size: 15px;
  border: 1px solid transparent;
  font-weight: 400;
  cursor: pointer;
}

#ql-form-container form.step-1 .fields ul.radio_list>li {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #fff;
}

@media (min-width:768px) {
  #ql-form-container form.step-1 .fields ul.radio_list>li {
    float: left;
    width: 33.33333333%;
  }
}

#ql-form-container form.step-2.autocategorized .fields .p .controls,
#ql-form-container form.step-2.autocategorized .fields .p>label,
#ql-form-container form.step-2.autocategorized .fields p .controls,
#ql-form-container form.step-2.autocategorized .fields p>label,
#ql-form-container form.step-3 .fields .p .controls,
#ql-form-container form.step-3 .fields .p>label,
#ql-form-container form.step-3 .fields p .controls,
#ql-form-container form.step-3 .fields p>label {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width:768px) {
  #ql-form-container form.step-2.autocategorized .fields .p>label,
  #ql-form-container form.step-2.autocategorized .fields p>label,
  #ql-form-container form.step-3 .fields .p>label,
  #ql-form-container form.step-3 .fields p>label {
    float: left;
    width: 25%;
  }
}

@media (min-width:768px) {
  #ql-form-container form.step-2.autocategorized .fields .p .controls,
  #ql-form-container form.step-2.autocategorized .fields p .controls,
  #ql-form-container form.step-3 .fields .p .controls,
  #ql-form-container form.step-3 .fields p .controls {
    float: left;
    width: 75%;
  }
}

#ql-form-container form.step-2.autocategorized .fields .p.p_phone_1 .controls,
#ql-form-container form.step-2.autocategorized .fields .p.p_zip .controls,
#ql-form-container form.step-2.autocategorized .fields p.p_phone_1 .controls,
#ql-form-container form.step-2.autocategorized .fields p.p_zip .controls,
#ql-form-container form.step-3 .fields .p.p_phone_1 .controls,
#ql-form-container form.step-3 .fields .p.p_zip .controls,
#ql-form-container form.step-3 .fields p.p_phone_1 .controls,
#ql-form-container form.step-3 .fields p.p_zip .controls {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width:768px) {
  #ql-form-container form.step-2.autocategorized .fields .p.p_phone_1 .controls,
  #ql-form-container form.step-2.autocategorized .fields .p.p_zip .controls,
  #ql-form-container form.step-2.autocategorized .fields p.p_phone_1 .controls,
  #ql-form-container form.step-2.autocategorized .fields p.p_zip .controls,
  #ql-form-container form.step-3 .fields .p.p_phone_1 .controls,
  #ql-form-container form.step-3 .fields .p.p_zip .controls,
  #ql-form-container form.step-3 .fields p.p_phone_1 .controls,
  #ql-form-container form.step-3 .fields p.p_zip .controls {
    float: left;
    width: 41.66666667%;
  }
}

#ql-form-container form.step-2.autocategorized .fields .p.p_phone_1 .hint,
#ql-form-container form.step-2.autocategorized .fields .p.p_zip .hint,
#ql-form-container form.step-2.autocategorized .fields p.p_phone_1 .hint,
#ql-form-container form.step-2.autocategorized .fields p.p_zip .hint,
#ql-form-container form.step-3 .fields .p.p_phone_1 .hint,
#ql-form-container form.step-3 .fields .p.p_zip .hint,
#ql-form-container form.step-3 .fields p.p_phone_1 .hint,
#ql-form-container form.step-3 .fields p.p_zip .hint {
  font-size: 14px;
}

#ql-form-container form.step-2.autocategorized .fields .p span.form_error,
#ql-form-container form.step-2.autocategorized .fields p span.form_error,
#ql-form-container form.step-3 .fields .p span.form_error,
#ql-form-container form.step-3 .fields p span.form_error {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

@media (min-width:768px) {
  #ql-form-container form.step-2.autocategorized .fields .p span.form_error,
  #ql-form-container form.step-2.autocategorized .fields p span.form_error,
  #ql-form-container form.step-3 .fields .p span.form_error,
  #ql-form-container form.step-3 .fields p span.form_error {
    float: left;
    width: 75%;
    margin-left: 25%;
  }
}

#ql-form-container form.step-2.autocategorized .fields .p #show_location_data,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data,
#ql-form-container form.step-3 .fields .p #show_location_data,
#ql-form-container form.step-3 .fields p #show_location_data {
  font-size: 15px;
  display: inline-block;
  padding: 6px 12px;
}

#ql-form-container form.step-2.autocategorized .fields .p #show_location_data:after,
#ql-form-container form.step-2.autocategorized .fields p #show_location_data:after,
#ql-form-container form.step-3 .fields .p #show_location_data:after,
#ql-form-container form.step-3 .fields p #show_location_data:after {
  content: ' »';
}

@media (min-width:768px) {
  #ql-form-container form.step-2.autocategorized .fields .p.terms .controls,
  #ql-form-container form.step-2.autocategorized .fields p.terms .controls,
  #ql-form-container form.step-3 .fields .p.terms .controls,
  #ql-form-container form.step-3 .fields p.terms .controls {
    margin-left: 25%;
  }
}

#ql-form-container form.step-2.autocategorized .fields .p.terms+.terms,
#ql-form-container form.step-2.autocategorized .fields p.terms+.terms,
#ql-form-container form.step-3 .fields .p.terms+.terms,
#ql-form-container form.step-3 .fields p.terms+.terms {
  margin-top: -20px;
}

#ql-form-container form.step-2 #ql-ribbon h3.s-1,
#ql-form-container form.step-3 #ql-ribbon h3.s-1,
#ql-form-container form.step-3 #ql-ribbon h3.s-2,
.quotation-modal #ql-quotation-request #ql-form-container #ql-form #ql-ribbon h3 strong {
  background-color: #d2d2d2;
}

#ql-form-container form.step-3 #ql-ribbon h3.s-2:before {
  border-left-color: #d2d2d2;
}

#ql-form-container form.step-3 #ql-ribbon h3.s-2:after {
  border-left-color: #fff;
}

#ql-form-container form.step-3 #ql-ribbon h3.s-3 {
  font-weight: 700;
}

#ql-form-container form.step-3 #ql-ribbon h3.s-3 strong {
  background-color: #ff7300;
  color: #fff;
}

#ql-seals {
  margin: 40px 0;
  text-align: center;
  letter-spacing: 30px;
}

#ql-rfq {
  clear: both;
}

#form-hint {
  position: absolute;
  margin-left: -20px;
  font-size: 13px;
  margin-top: -16px;
}

#form-hint.left .arrow {
  top: 32px;
}

#form-hint.top .arrow {
  top: 100%;
}

#form-hint p,
.popover-content {
  margin: 0;
  padding: 20px;
}

#ql-form-container .popover {
  margin-left: -20px!important;
  font-size: 13px;
}

#quality-advise {
  display: none;
}

#ql-form-container.form-rick-40pct #ql-ribbon,
.list-subscription-versions tr {
  border-bottom: 1px solid #d2d2d2;
}

#ql-form-container.form-rick-40pct #ql-ribbon h3 {
  width: 16.6%;
  padding: 0 0 0 32px;
  cursor: inherit;
}

#ql-form-container.form-rick-40pct .checkbox-group .checkbox_list input,
#ql-form-container.form-rick-40pct .checkbox-group input {
  top: .7em;
}

#ql-form-container.form-rick-40pct .form-group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

#ql-form-container.form-rick-40pct .form_error {
  display: block;
  color: #a33232;
  background-color: #fcbaba;
  padding: 8px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1;
}

#ql-form-container.form-rick-40pct .form_error:before,
.review-modal .modal-body .step .step-block .feedback-area .error-container .form_error:before,
body.contact_us .container-fluid #form-container span.form_error:before,
body.quotation-edition #quotationModal #edit-quotation-form .form_error:before {
  margin-right: 6px;
  font-size: 14px;
}

#ql-form-container.form-rick-40pct .autocomplete-input .tt-menu {
  width: 100%;
  font-size: 18px;
  max-height: 150px;
  overflow-y: auto;
}

@media (min-width:991px) {
  #ql-form-container.form-rick-40pct .autocomplete-input .tt-menu {
    max-height: 340px;
  }
}

#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-1,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-1,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-2,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-1,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-2,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-3,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-1,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-2,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-3,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-4,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-1,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-2,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-3,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-4,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-5,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-1,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-2,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-3,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-4,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-5,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-6 {
  display: block;
  background-color: #d2d2d2;
  font-weight: 700;
  font-size: 0;
  cursor: pointer;
}

#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-1 strong,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-1 strong,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-2 strong,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-1 strong,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-2 strong,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-3 strong,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-1 strong,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-2 strong,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-3 strong,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-4 strong,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-1 strong,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-2 strong,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-3 strong,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-4 strong,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-5 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-1 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-2 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-3 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-4 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-5 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-6 strong {
  color: #fff;
  background-color: #ff7300!important;
}

#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-1 strong:before,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-1 strong:before,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-2 strong:before,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-1 strong:before,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-2 strong:before,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-3 strong:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-1 strong:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-2 strong:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-3 strong:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-4 strong:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-1 strong:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-2 strong:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-3 strong:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-4 strong:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-5 strong:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-1 strong:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-2 strong:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-3 strong:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-4 strong:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-5 strong:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-6 strong:before {
  padding-top: 2px;
}

#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-1:after,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-1:after,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-2:after,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-1:after,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-2:after,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-3:after,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-1:after,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-2:after,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-3:after,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-4:after,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-1:after,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-2:after,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-3:after,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-4:after,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-5:after,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-1:after,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-2:after,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-3:after,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-4:after,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-5:after,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-6:after {
  border-left-color: #fff;
}

#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-1:before,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-1:before,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-2:before,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-1:before,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-2:before,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-3:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-1:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-2:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-3:before,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-4:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-1:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-2:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-3:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-4:before,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-5:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-1:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-2:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-3:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-4:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-5:before,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-6:before {
  border-left-color: #d2d2d2;
}

#ql-form-container.form-rick-40pct form.step-1 #ql-ribbon h3.s-1,
#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-2,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-3,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-4,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-5,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-6,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-7 {
  display: block;
}

#ql-form-container.form-rick-40pct form.step-1 #ql-ribbon h3.s-1 strong,
#ql-form-container.form-rick-40pct form.step-2 #ql-ribbon h3.s-2 strong,
#ql-form-container.form-rick-40pct form.step-3 #ql-ribbon h3.s-3 strong,
#ql-form-container.form-rick-40pct form.step-4 #ql-ribbon h3.s-4 strong,
#ql-form-container.form-rick-40pct form.step-5 #ql-ribbon h3.s-5 strong,
#ql-form-container.form-rick-40pct form.step-6 #ql-ribbon h3.s-6 strong,
.landing-form-dynamic-questions #ql-form.step-7 #ql-ribbon h3.s-7 strong {
  color: #fff;
  background-color: #ff7300!important;
}

@media screen and (max-width:767px) {
  #ql-form-container.form-rick-40pct .step {
    padding: 5px 50px 0;
  }
}

@media screen and (min-width:768px) {
  #ql-form-container.form-rick-40pct .step {
    padding: 30px 50px;
  }
}

#ql-form-container.form-rick-40pct .step .selected-category-block {
  margin-bottom: 10px;
}

@media screen and (min-width:991px) {
  #ql-form-container.form-rick-40pct .step .selected-category-block .change-category-block {
    text-align: right;
    font-weight: 600;
  }
}

#ql-form-container.form-rick-40pct .step.info-step {
  padding: 30px 50px 0;
}

#ql-form-container.form-rick-40pct form .fields label.title-label {
  font-size: 21px;
  color: #2b2b2b;
  font-weight: 600;
  letter-spacing: 0;
}

#ql-form-container.form-rick-40pct form .fields label#subcategory,
#ql-form-container.form-rick-40pct form .fields label#zip-label {
  font-size: 16px;
  color: #2b2d2e;
  font-weight: 700;
}

@media screen and (min-width:767px) {
  #ql-form-container.form-rick-40pct form .fields label#subcategory,
  #ql-form-container.form-rick-40pct form .fields label#zip-label {
    margin-top: 30px;
  }
}

#ql-form-container.form-rick-40pct form .fields label.button-label {
  margin-bottom: 1px;
}

#ql-form-container.form-rick-40pct form .fields textarea {
  color: #2b2b2b!important;
  font-size: 21px;
  font-weight: 400;
  height: auto;
}

#ql-form-container.form-rick-40pct form .fields input[type=email],
#ql-form-container.form-rick-40pct form .fields input[type=tel],
#ql-form-container.form-rick-40pct form .fields input[type=text],
#ql-form-container.form-rick-40pct form .fields select {
  height: 45px;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#ql-form-container.form-rick-40pct form .fields #description_counter {
  font-size: 13px;
  color: #76757a;
  letter-spacing: .3px;
  line-height: 16px;
}

#ql-form-container.form-rick-40pct form .fields input[type=email]:focus,
#ql-form-container.form-rick-40pct form .fields input[type=text]:focus,
#ql-form-container.form-rick-40pct form .fields select:focus,
#ql-form-container.form-rick-40pct form .fields textarea:focus,
.review-modal .modal-body .step .step-block .feedback-area input[type=text]:focus,
.review-modal .modal-body .step .step-block .feedback-area select:focus,
.review-modal .modal-body .step .step-block .feedback-area textarea:focus {
  border-color: #ff7300;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,115,0,.6);
}

#ql-form-container.form-rick-40pct form .fields .form-field.has-error input[type=text],
#ql-form-container.form-rick-40pct form .fields .form-field.has-error select,
#ql-form-container.form-rick-40pct form .fields .form-field.has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169,68,66,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(169,68,66,.6);
}

#ql-form-container.form-rick-40pct form .fields .step-info {
  font-size: 16px;
  color: #404040;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

#ql-form-container.form-rick-40pct form .fields #budget_preference .radio,
#ql-form-container.form-rick-40pct form .fields #estimated_date .radio {
  width: 100%;
  float: left;
  margin-top: 0;
}

#ql-form-container.form-rick-40pct form .fields #show_location_data {
  color: #2b2d2e;
  font-size: 16px;
  letter-spacing: -.21px;
  line-height: 2.2;
}

#ql-form-container.form-rick-40pct form .fields #location_fields {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#ql-form-container.form-rick-40pct form .fields #location_fields .form-field label {
  color: #2b2d2e;
  font-size: 16px;
  letter-spacing: -.21px;
  line-height: 1;
  font-weight: 700;
}

#ql-form-container.form-rick-40pct form .fields #location_fields .p_state {
  margin-bottom: 25px;
}

#ql-form-container.form-rick-40pct form .fields #location_fields .has-error .form_error {
  display: block;
  margin-bottom: 10px;
}

#ql-form-container.form-rick-40pct form .fields.info-fields .form-field label:not(.button-label) {
  color: #2b2d2e;
  font-size: 16px;
  letter-spacing: -.21px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 8px;
}

#ql-form-container.form-rick-40pct form .fields.info-fields .form-field label:not(.button-label).call-preference-label {
  margin-top: 0;
  font-weight: 400;
}

#ql-form-container.form-rick-40pct form .fields.info-fields .form-field label:not(.button-label) small {
  font-weight: 400;
  margin-left: 5px;
  color: #9b9b9b;
}

#ql-form-container.form-rick-40pct form .fields .check-field {
  background-color: #f3f3f3;
  position: relative;
  display: block;
  padding: 10px 10px 10px 35px;
}

#ql-form-container.form-rick-40pct form .fields .check-field input {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
}

#ql-form-container.form-rick-40pct form .fields .check-field label {
  padding-left: 0!important;
  color: #2b2d2e;
  letter-spacing: 0;
  font-weight: 400!important;
}

@media (max-width:767px) {
  #ql-form-container.form-rick-40pct form .fields .p_terms {
    margin-top: 10px;
  }
}

@media (min-width:768px) {
  #ql-form-container.form-rick-40pct form .fields .terms-column {
    padding-right: 1px;
    margin-top: 5px;
  }

  #ql-form-container.form-rick-40pct form .fields .bulletin-column {
    padding-left: 1px;
    margin-top: 5px;
  }
}

#ql-form-container.form-rick-40pct form .form-submit {
  text-align: center;
  padding: 20px 50px;
  position: relative;
  min-height: 90px;
}

@media screen and (max-width:767px) {
  #ql-form-container.form-rick-40pct form .form-submit {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 40px 0;
  }
}

#ql-form-container.form-rick-40pct form .form-submit .text {
  font-size: 21px;
  color: #0c8a26;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 600;
  display: block;
}

#ql-form-container.form-rick-40pct form .form-submit .form-step {
  font-size: 16px;
  letter-spacing: -.21px;
}

@media screen and (min-width:767px) {
  #ql-form-container.form-rick-40pct form .form-submit .form-step {
    left: 50px;
    top: 35px;
    position: absolute;
  }
}

@media screen and (max-width:767px) {
  #ql-form-container.form-rick-40pct form .form-submit .form-step {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

#ql-form-container.form-rick-40pct form .form-submit .form-step a {
  color: #2b2d2e;
}

@media screen and (max-width:991px) {
  #ql-form-container.form-rick-40pct form .form-submit .form-step a.back {
    margin: 16px 0;
    display: inline-block;
  }
}

#ql-form-container.form-rick-40pct form .form-submit .button {
  padding: 14px 60px;
}

@media screen and (max-width:767px) {
  #ql-form-container.form-rick-40pct form .form-submit .button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#ql-form-container.form-rick-40pct form .form-submit .button.disabled-button {
  opacity: .65;
  cursor: not-allowed;
}

#ql-form-container.form-rick-40pct.autocategorized #ql-ribbon h3 {
  width: 20%;
}

#ql-form-container.form-rick-40pct .upload-photo-button .question-form-photos {
  margin-top: 10px;
}

body.landing-rick .ql-header .phone {
  float: right;
  margin-top: 24px;
  text-align: right;
}

body.landing-rick .ql-header .phone small {
  display: block;
  font-size: 15px;
}

body.landing-rick .ql-header .phone strong {
  font-size: 30px;
}

@media screen and (max-width:1600px) {
  body.landing-rick #navbar-items>li+li+li+li~li {
    display: none;
  }

  body.landing-rick #navbar-items>li:last-of-type {
    display: block;
  }
}

@media screen and (max-width:1200px) {
  body.landing-rick .navbar-header {
    position: relative;
  }

  body.landing-rick .navbar-header+.collapse.in,
  body.landing-rick .navbar-header+.collapsing {
    border-top: 1px solid #d2d2d2;
  }
}

body.landing-rick .business-register {
  position: absolute;
  right: 0;
  bottom: -1px;
  top: 0;
  background: url(/static/img/landing/testing/icon-businessman.png) no-repeat left center;
  padding: .8em 10px .8em 60px;
  line-height: 1.2;
  font-size: 15px;
}

body.landing-rick .business-register .btn {
  margin-top: 10px;
  padding: 14px 28px;
}

@media screen and (max-width:1200px) {
  body.landing-rick .business-register {
    right: 4em;
  }

  body.landing-rick .business-register .btn {
    margin-top: 8px;
  }
}

body.landing-rick .business-register a,
body.landing-rick .business-register a:active,
body.landing-rick .business-register a:hover,
body.landing-rick .business-register a:link,
body.landing-rick .business-register a:visited {
  color: #404040;
  text-decoration: none;
  font-weight: 700;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px!important;
}

.quotation-modal .modal-body {
  background-color: #ededed;
}

.quotation-modal .ql-header {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.quotation-modal .ql-header .as-seen-on-tv {
  display: inline-block;
  margin-top: 10px;
}

.quotation-modal #ql-primary #ql-reasons #ql-bullet-points {
  margin-bottom: 20px;
  padding-left: 0;
  color: #404040;
  list-style: none;
}

.quotation-modal #ql-primary #ql-reasons #ql-bullet-points li {
  margin: 2px 0;
  min-height: 0;
  padding: 0 0 10px;
  font-size: 16px;
}

.quotation-modal #ql-primary #ql-reasons #ql-bullet-points li:before {
  content: none;
}

.quotation-modal #ql-primary #ql-reasons #ql-advantages {
  color: #404040;
}

@media screen and (max-width:991px) {
  .quotation-modal #ql-primary #ql-reasons #ql-advantages {
    display: block;
  }
}

.quotation-modal #ql-primary #ql-reasons #ql-advantages ul li {
  margin: 0;
  padding-left: 45px;
}

.quotation-modal #ql-primary #ql-reasons #ql-advantages ul li p {
  margin-bottom: 20px;
  margin-top: 0;
  color: #757575;
}

.quotation-modal #ql-primary #ql-reasons .testimonial {
  padding-left: 0;
  margin-top: 30px;
  background: 0 0;
}

.quotation-modal #ql-primary #ql-reasons .testimonial .user-data {
  color: #404040;
  float: right;
  margin-left: 15px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
}

.quotation-modal #ql-primary #ql-reasons .testimonial .balloon {
  position: relative;
  margin-top: 15px;
  padding: 8px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.quotation-modal #ql-primary #ql-reasons .testimonial .balloon:after,
.quotation-modal #ql-primary #ql-reasons .testimonial .balloon:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.quotation-modal #ql-primary #ql-reasons .testimonial .balloon:after {
  top: -20px;
  border-color: transparent transparent #ededed;
  border-width: 10px;
  left: 65px;
}

.quotation-modal #ql-primary #ql-reasons .testimonial .balloon:before {
  top: -22px;
  border-color: transparent transparent #d2d2d2;
  border-width: 11px;
  left: 64px;
}

.quotation-modal #ql-quotation-request #ql-form-container {
  background-color: #fff;
}

.quotation-modal #ql-quotation-request #ql-form-container .quotation-form-header,
.upload-photo-button #pictures .answer-list-image ul {
  padding: 0;
}

.quotation-modal #ql-quotation-request #ql-form-container .quotation-form-header h2 {
  font-size: 21px;
  background-color: #404040;
  line-height: 48px;
}

.quotation-modal #ql-quotation-request #ql-form-container form .fields input[type=checkbox] {
  left: .9em;
}

.quotation-modal #ql-quotation-request #ql-form-container #ql-form {
  border: 1px solid #979797;
}

.quotation-modal #ql-quotation-request #ql-form-container #ql-form #ql-ribbon h3 {
  width: 14.1%;
}

.quotation-modal #ql-quotation-request #ql-form-container #ql-form #dynamic-questions-container .question {
  float: none;
  overflow: hidden;
}

.quotation-modal #ql-quotation-request #ql-form-container #ql-form #step-6 .form-field>.title-label {
  display: inline;
}

.quotation-modal #ql-quotation-request #ql-form-container #ql-form #step-6 .form-field .input-container {
  margin-top: 5px;
}

.quotation-modal #ql-quotation-request #ql-form-container #submit-quotation {
  margin-left: 70px;
}

.quotation-modal #ql-quotation-request .quotation-counter {
  margin-top: 10px;
  color: #757575;
}

.quotation-modal #ql-popup-footer {
  clear: both;
  padding-top: 10px;
}

.quotation-modal #ql-popup-footer .ql-business-signup {
  color: #404040;
}

.quotation-modal #ql-popup-footer .ql-business-signup span {
  display: inline-block;
  margin-top: 45px;
  margin-left: 20px;
}

.quotation-modal #ql-popup-footer .ql-business-signup span a {
  font-weight: 700;
  color: #ff7300;
}

.content-block.potential-clients p,
.quotation-modal #ql-popup-footer #ql-seals,
.spcd-form .spcd-categories .spcd-subcategory-configuration__price p,
.your-listing-block p,
body.quotation-pay .pack-upgrade-notice .message p {
  margin: 0;
}

.quotation-modal #ql-popup-footer #ql-seals img {
  height: auto;
  width: 85px;
}

.quotation-modal #ql-popup-footer #ql-seals a img {
  width: 120px;
}

.upload-photo-button #pictures {
  display: none;
}

.upload-photo-button #pictures ul {
  list-style: none;
  padding: 0 6px 0 10px;
}

.upload-photo-button #pictures ul li {
  float: left;
  margin: 0 4px 4px 0;
  position: relative;
}

.upload-photo-button #pictures ul li img {
  width: 70px;
  height: 70px;
}

.upload-photo-button #pictures ul li a {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 8px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  width: 16px;
  height: 16px;
  padding: 4px;
  border: 0;
  background-color: #d2d2d2;
}

.upload-photo-button #pictures ul li a:hover,
.upload-photo-button #pictures ul li a:visited {
  text-decoration: none;
  color: #fff;
  background-color: #9b9b9b;
}

.upload-photo-button #pictures ul .uploading {
  width: 70px;
  height: 70px;
  background-color: #d2d2d2;
  position: relative;
  opacity: .4;
  padding: 0 6px 0 8px;
}

.upload-photo-button #pictures ul .uploading i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 1;
  color: #2b2b2b;
  font-size: 16px;
}

.main-notices {
  margin-bottom: 20px;
}

.clean-checkbox {
  position: relative;
  padding: 0;
}

.clean-checkbox label {
  font-weight: 400;
  padding-left: 1.5em;
  width: 100%;
  height: 100%;
}

.clean-checkbox input {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.rounded-toggle .toggle {
  border: 0;
  border-radius: 1.1em;
  width: auto!important;
}

.rounded-toggle .toggle .toggle-group {
  padding-top: 3px;
  padding-bottom: 3px;
}

.rounded-toggle .toggle .toggle-group span {
  border-radius: 50%;
  padding: 1em;
  font-size: 13px;
  top: -1px;
}

.rounded-toggle .toggle .toggle-group .btn-secondary:not(span),
.rounded-toggle .toggle .toggle-group .contact-status-block .btn:not(span) {
  background-color: #d2d2d2;
}

.rounded-toggle .toggle .btn {
  border: inherit;
}

.rounded-toggle .toggle .btn:not(span) {
  border-radius: 1.1em;
}

.rounded-toggle .toggle:not(.off) .toggle-group span {
  right: 1.3em;
}

.rounded-toggle .toggle.off .toggle-group span {
  left: 1.3em;
}

.rounded-toggle:hover .toggle-group span {
  background: #fff;
}

#filter-badges,
.checkboxes-block ul>li.items-separe {
  margin-bottom: 5px;
}

.checkboxes-block>.title {
  padding-left: 15px;
  margin: 0 0 10px;
}

.checkboxes-block>.title~.title {
  margin-top: 1.5em;
}

.checkboxes-block>.title .icon {
  margin-right: .5em;
  vertical-align: middle;
  font-size: 120%;
}

.checkboxes-block>.content .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.checkboxes-block ul {
  overflow: hidden;
}

.checkboxes-block ul>li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 0;
  margin: 0;
}

.checkboxes-block ul>li input[type=checkbox],
.checkboxes-block ul>li input[type=radio] {
  font-size: 16px;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 1em;
  left: 1em;
  margin-left: 0;
}

.checkboxes-block ul>li input[type=checkbox]:checked~label,
.checkboxes-block ul>li input[type=radio]:checked~label {
  background-color: #ededed;
  border-bottom-color: #fff;
}

.checkboxes-block .mxn-checked-item,
.checkboxes-block ul>li.checked label {
  background-color: #ededed;
  border-bottom-color: #fff;
}

.checkboxes-block ul>li label {
  font-size: 16px;
  display: block;
  margin: 0;
  padding: 1em 0 1em 2.5em;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
}

.checkboxes-block ul>li label p.staff-extra-content {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.checkboxes-block ul>li.disabled label,
body.customer-edit-quotation form fieldset#pictures li:hover img,
body.quotation-edition .well.form form fieldset#pictures li:hover img,
body.quotation-edition fieldset#pictures li:hover img {
  opacity: .5;
}

@media screen and (min-width:768px) {
  .checkboxes-block.cols-3 ul>li {
    width: 33.33%;
    float: left;
  }

  .checkboxes-block.cols-3 ul>li:nth-child(3n+1) {
    clear: left;
    padding-right: 20px;
  }

  .checkboxes-block.cols-3 ul>li:nth-child(3n+2) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkboxes-block.cols-3 ul>li:nth-child(3n+2) input,
  .checkboxes-block.cols-3 ul>li:nth-child(3n+3) input {
    left: 35px;
  }

  .checkboxes-block.cols-3 ul>li:nth-child(3n+3) {
    padding-left: 20px;
  }
}

.toggle-switch__input {
  display: none;
}

.toggle-switch__label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  display: inline-block;
  background-color: #dedede;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50px;
  padding: 4px;
  margin-bottom: 0;
  top: 10px;
}

.toggle-switch__label::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .3s cubic-bezier(1,.01,0,1);
  -o-transition: all .3s cubic-bezier(1,.01,0,1);
  transition: all .3s cubic-bezier(1,.01,0,1);
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0,0,0,.17);
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.17);
}

.toggle-switch__label--flex {
  top: 0;
}

.toggle-switch__input:checked+.toggle-switch__label::before {
  margin-left: -webkit-calc(100% - 25px);
  margin-left: calc(100% - 25px);
  background-color: #fff;
}

.toggle-switch__input:checked+.toggle-switch__label {
  background-color: #63ca75;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.toggle-switch__input[disabled]+.toggle-switch__label {
  cursor: not-allowed;
}

.toggle-switch__input[disabled]+.toggle-switch__label:before {
  background-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: 0 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

input[type=range]:focus {
  outline: 0;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}

.range-input {
  position: relative;
  padding: 10px 0 2em;
}

.range-input:before {
  content: '';
  display: block;
  height: 0;
  border-top: 2px dashed #d2d2d2;
  margin: 0 12px -13px;
}

.range-input input[type=range] {
  position: relative;
  z-index: 1;
}

.range-input input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  margin: 2px;
}

.range-input input[type=range]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  background-color: #ff7300;
  border-radius: 24px;
  cursor: pointer;
}

.range-input .range-labels {
  z-index: 0;
  display: block;
  position: relative;
  margin: 0 12px;
  font-size: 90%;
}

.range-input .range-labels a {
  text-decoration: none!important;
  display: inline-block;
  width: 4em;
  margin-left: -2em;
  position: absolute;
  color: #d2d2d2;
  text-align: center;
  cursor: pointer;
}

.range-input .range-labels a:before {
  content: '';
  border-left: 1px solid #d2d2d2;
  height: 10px;
  position: absolute;
  top: 0;
  margin-top: -17px;
  left: 50%;
  margin-left: -1px;
}

.content-block.potential-clients,
.quotation-subcategory-selector-modal #load-spinner {
  text-align: center;
}

.content-block.potential-clients .icon {
  font-size: 36px;
}

.content-block.potential-clients>.title {
  margin-top: .5em;
}

.radius-map {
  padding-bottom: 56.25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width:767px) and (orientation:portrait) {
  .radius-map.ultrawide,
  .user-alerts .radius-map {
    padding-bottom: 75%;
  }
}

@media screen and (min-width:768px) {
  .radius-map.ultrawide,
  .user-alerts .radius-map {
    padding-bottom: 42.85714286%;
  }
}

@media screen and (min-width:992px) {
  .radius-map.ultrawide,
  .user-alerts .radius-map {
    padding-bottom: 25%;
  }
}

.radius-map .canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width:767px) {
  .radius-selector>.title {
    font-size: 21px;
  }

  .radius-selector a:nth-child(even) {
    display: none;
  }
}

.radius-selector .radius-increment {
  font-size: 21px;
  color: #ff7300;
  cursor: pointer;
}

.radius-selector .radius-increment.disabled,
.spcd-form .spcd-categories .spcd-subcategory-configuration__price del {
  color: #9b9b9b;
}

.radius-selector>.title {
  display: inline-block;
  font-size: 30px;
  margin: .5em .5em 1em;
  font-weight: 600;
}

.cities-selector li.state>a strong,
.radius-selector>.title * {
  font-weight: inherit;
}

.radius-selector>.subtitle {
  margin-bottom: 1.5em;
}

.radius-selector p.help-block {
  border: 0!important;
  margin: 20px 0 0;
  padding: 0;
}

.cities-selector,
.states-selector {
  position: relative;
  font-size: 18px;
}

.cities-selector ul.states {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: inherit;
}

.cities-selector .cities {
  display: none;
}

.cities-selector .cities ul li,
.states-selector ul li {
  position: relative;
}

.cities-selector .cities .select-all {
  margin-bottom: 15px;
}

.cities-selector .cities label,
.states-selector label {
  padding-left: 20px;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: inherit;
}

.cities-selector .cities input,
.states-selector input {
  position: absolute;
  left: 0;
  top: 1px;
}

.cities-selector li.state>a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  padding: .3em 0;
  display: block;
  position: relative;
}

.cities-selector li.state>a:before {
  color: #ff7300;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  text-align: center;
}

.cities-selector li.state>a small:before {
  content: '(';
}

.cities-selector li.state>a small:after {
  content: ')';
}

.cities-selector li.state.active>a:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}

.business-short-block-summary .business-data span,
.cities-selector li.state.active .cities {
  display: block;
}

@media screen and (max-width:991px) {
  .cities-selector li.state>a {
    display: block;
    padding: .8em .2em;
    line-height: 1;
  }

  .cities-selector li.state>a:before {
    margin: .5em 0;
    line-height: 1;
    display: block;
  }

  .cities-selector li.state~li {
    border-top: 1px solid #ededed;
  }

  .cities-selector li.state .cities {
    border-top: 1px solid #ededed;
    padding: .5em .2em;
  }

  .cities-selector li.state.loading .cities {
    display: none;
  }
}

@media screen and (min-width:992px) {
  .cities-selector ul.states {
    max-width: 10em;
    max-height: 25em;
  }

  .cities-selector li.state>a:before {
    display: none!important;
  }

  .cities-selector li.state.active>a,
  .cities-selector li.state.last-active>a,
  .cities-selector li.state.loading>a,
  .cities-selector li.state.selected>a {
    font-weight: 700;
    color: inherit;
  }

  .cities-selector li.state.active .cities,
  .cities-selector li.state.last-active .cities {
    display: block;
  }

  .cities-selector li.state.loading>a:before {
    display: block!important;
    margin: .2em .5em;
  }

  .cities-selector .cities {
    position: absolute;
    top: 0;
    left: 10em;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 0 15px;
  }

  .cities-selector .cities ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width:992px) and screen and (min-width:1200px) {
  .cities-selector .cities ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.spcd-manage-investment .attribute-select label,
.states-selector .select-all {
  margin-bottom: 15px;
}

@media screen and (min-width:992px) {
  .states-selector ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width:1200px) {
  .states-selector ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.quotation-category-selector-modal .category-header {
  text-align: left;
  font-weight: 600;
}

.quotation-category-selector-modal .view-all-subcategories {
  float: right;
}

.quotation-subcategory-selector-modal {
  overflow: hidden;
}

.quotation-subcategory-selector-modal .category-header {
  text-align: right;
  font-weight: 600;
}

.quotation-subcategory-selector-modal .view-all-categories {
  float: left;
}

.quotation-subcategory-selector-modal .subcategories>* {
  text-align: left;
}

.content-block.register-progress ol {
  counter-reset: register-step;
}

@media screen and (max-width:767px) {
  .content-block.register-progress {
    padding: 0;
    margin: 0;
  }

  .content-block.register-progress ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    margin-bottom: 0;
  }

  .content-block.register-progress ol li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    counter-increment: register-step;
    padding-left: 20px;
    text-align: center;
    position: relative;
    font-size: 21px;
    line-height: 50px;
  }

  .content-block.register-progress ol li:after,
  .content-block.register-progress ol li:before {
    content: '';
    position: absolute;
    left: 95%;
    top: 50%;
    margin-top: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    z-index: 2;
  }

  .content-block.register-progress ol li:after {
    margin-left: 1px;
    border-left-color: #d2d2d2;
    z-index: 1;
  }

  .content-block.register-progress ol li:last-child:after,
  .content-block.register-progress ol li:last-child:before {
    content: none;
  }

  .content-block.register-progress ol li strong {
    background-color: #d2d2d2;
    border-radius: 100%;
    display: inline-block;
    width: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }

  .content-block.register-progress ol li .small,
  .content-block.register-progress ol li strong span {
    display: none;
  }

  .content-block.register-progress ol li strong:after {
    content: counter(register-step);
  }

  .content-block.register-progress ol li.current strong,
  .content-block.register-progress ol li.done strong {
    background-color: #ff7300;
  }

  .content-block.register-progress ol li.done {
    background-color: #d2d2d2;
  }

  .content-block.register-progress ol li.done:before {
    border-left-color: #d2d2d2;
  }

  .content-block.register-progress ol li.done:after {
    border-left-color: #fff;
  }
}

@media screen and (min-width:768px) {
  .content-block.register-progress li {
    counter-increment: register-step;
    padding-left: 38px;
    position: relative;
    line-height: 26px;
  }

  .content-block.register-progress li:before {
    content: counter(register-step);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 100%;
    background-color: #d2d2d2;
    font-size: 17px;
    color: #fff;
  }

  .content-block.register-progress li strong {
    font-size: 18px;
    color: #9b9b9b;
  }

  .content-block.register-progress li+li {
    margin-top: 20px;
  }

  .content-block.register-progress li .small {
    font-size: 90%;
    line-height: 1.2;
  }

  .content-block.register-progress li.current:before,
  .content-block.register-progress li.done:before {
    background-color: #ff7300;
  }

  .content-block.register-progress li.current strong,
  .content-block.register-progress li.done strong {
    color: inherit;
  }

  .content-block.register-progress li.done:before {
    font-size: 14px;
    line-height: 31.2px!important;
  }
}

.stats-block .stats {
  text-align: center;
  font-size: 135%;
}

.stats-block strong {
  font-size: 160%;
  display: block;
  line-height: 1;
  margin-top: .5em;
}

@media screen and (max-width:991px) {
  .pro-app-block .content {
    padding-top: 0;
  }

  .pro-app-block .content:after {
    content: none;
  }

  .pro-app-block .content .promo-app {
    width: 100%;
  }
}

@media screen and (min-width:992px) {
  .pro-app-block .content {
    padding-top: 2em;
    padding-right: 60%;
  }

  .pro-app-block .content:after {
    background-image: url(/static/img/app_promo/registro.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
    width: 40%;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 19.78835979%;
    margin: 32px 32px 0;
  }
}

@media screen and (max-width:991px) {
  .pro-app-block .stores-links {
    margin-top: 1em;
    width: auto;
    text-align: center;
  }
}

@media screen and (min-width:992px) {
  .pro-app-block .stores-links {
    width: 300px;
    margin-top: 2em;
  }
}

.pro-app-block .more-info {
  margin: 1em 0 0;
}

@media screen and (max-width:991px) {
  .pro-app-block .more-info {
    margin-bottom: 30px;
    text-align: center;
  }
}

.webpro-block .content {
  padding-top: 32px;
}

@media (max-width:767px) {
  .webpro-block .content {
    padding-top: 10px;
  }

  .webpro-block .content .tick-list {
    margin-top: 35px;
  }

  .webpro-block .content .btn-xlg {
    display: block;
    width: 100%;
  }
}

.testimonials-block>.title {
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .testimonials-block .content #carousel-testimonials img {
    margin-bottom: 10px;
  }
}

.testimonials-block .testimonial {
  padding: 100px 0 0;
  background: 0 0!important;
}

.testimonials-block .testimonial .author {
  text-align: center;
}

.testimonials-block .testimonial .author img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  float: none;
}

.testimonials-block .testimonial .author small {
  display: block;
  width: 100%;
  margin: 0;
  float: none;
}

.testimonials-block .testimonial .author small.name {
  font-size: 21px;
  font-weight: 600;
}

.testimonials-block .testimonial .author small.stars .icon {
  font-size: 20px;
}

.testimonials-block .testimonial .comment {
  margin-top: 20px;
  margin-bottom: 30px;
}

.testimonials-block .testimonial .comment q {
  padding: 20px;
  border: 1px solid #d2d2d2;
  position: relative;
}

.testimonials-block .testimonial .comment q:after,
.testimonials-block .testimonial .comment q:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #d2d2d2;
}

.testimonials-block .testimonial .comment q:before {
  margin-top: -14px;
  z-index: 1;
}

.testimonials-block .testimonial .comment q:after {
  margin-top: -13px;
  border-bottom-color: #fff;
  z-index: 2;
}

#customer-phone-verify.verify-phone-alert #submit_validation,
#customer-twilio-verify.verify-phone-alert #submit_validation,
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation.active.focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation.active:focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation.focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation:active.focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation:active:focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover,
.plupload_button:hover {
  color: #333;
  text-decoration: none;
}

body.business-overview #customer-phone-verify #phone_verification p #submit_validation.focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation:focus,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation:hover {
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
}

.btn.active,
.btn:active,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation.active,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
body.business-overview #customer-phone-verify #phone_verification p #submit_validation.disabled,
body.business-overview #customer-phone-verify #phone_verification p #submit_validation[disabled],
fieldset[disabled] .btn,
fieldset[disabled] body.business-overview #customer-phone-verify #phone_verification p #submit_validation {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
abody.business-overview #customer-phone-verify #phone_verification p #submit_validation.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] abody.business-overview #customer-phone-verify #phone_verification p #submit_validation {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary.focus,
.btn-primary:focus,
.business-notices .notice .notice-action.focus,
.business-notices .notice .notice-action:focus,
.business-notices .user_notice .notice-action.focus,
.business-notices .user_notice .notice-action:focus {
  color: #fff;
  background-color: #cc5c00;
  border-color: #803900;
}

.btn-primary:hover,
.business-notices .notice .notice-action:hover,
.business-notices .user_notice .notice-action:hover,
.plupload_button.plupload_start:hover:not(.plupload_disabled) {
  color: #fff;
  background-color: #cc5c00;
  border-color: #c25700;
}

.btn-primary.active,
.btn-primary:active,
.business-notices .notice .notice-action.active,
.business-notices .notice .notice-action:active,
.business-notices .user_notice .notice-action.active,
.business-notices .user_notice .notice-action:active,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.business-notices .notice .notice-action,
.open>.dropdown-toggle.business-notices .user_notice .notice-action {
  color: #fff;
  background-color: #cc5c00;
  border-color: #c25700;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.business-notices .notice .notice-action.active.focus,
.business-notices .notice .notice-action.active:focus,
.business-notices .notice .notice-action.active:hover,
.business-notices .notice .notice-action:active.focus,
.business-notices .notice .notice-action:active:focus,
.business-notices .notice .notice-action:active:hover,
.business-notices .user_notice .notice-action.active.focus,
.business-notices .user_notice .notice-action.active:focus,
.business-notices .user_notice .notice-action.active:hover,
.business-notices .user_notice .notice-action:active.focus,
.business-notices .user_notice .notice-action:active:focus,
.business-notices .user_notice .notice-action:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.open>.dropdown-toggle.business-notices .notice .notice-action.focus,
.open>.dropdown-toggle.business-notices .notice .notice-action:focus,
.open>.dropdown-toggle.business-notices .notice .notice-action:hover,
.open>.dropdown-toggle.business-notices .user_notice .notice-action.focus,
.open>.dropdown-toggle.business-notices .user_notice .notice-action:focus,
.open>.dropdown-toggle.business-notices .user_notice .notice-action:hover {
  color: #fff;
  background-color: #a84c00;
  border-color: #803900;
}

.btn-success {
  color: #fff;
  background-color: #62c462;
  border-color: #4fbd4f;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #42b142;
  border-color: #276627;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #42b142;
  border-color: #399739;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #399739;
  border-color: #276627;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #62c462;
  border-color: #4fbd4f;
}

.btn-success .badge {
  color: #62c462;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fbb450;
  border-color: #faa937;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #fa9f1e;
  border-color: #ae6704;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #fa9f1e;
  border-color: #ef8e05;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #ef8e05;
  border-color: #ae6704;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #fbb450;
  border-color: #faa937;
}

.btn-warning .badge {
  color: #fbb450;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ee5f5b;
  border-color: #ec4844;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #e9322d;
  border-color: #9f1411;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e9322d;
  border-color: #dc1c17;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #dc1c17;
  border-color: #9f1411;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #ee5f5b;
  border-color: #ec4844;
}

.btn-danger .badge {
  color: #ee5f5b;
  background-color: #fff;
}

#ql-form-container .ql-submit-area .ql-back,
.btn-link {
  color: #ff7300;
  font-weight: 400;
  border-radius: 0;
}

#ql-form-container .ql-submit-area .ql-back,
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ql-form-container .ql-submit-area .ql-back,
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #ff7300;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #d2d2d2;
  text-decoration: none;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block,
.business-profile-widget--block .btn-primary,
.business-profile-widget--block .btn-secondary,
.business-profile-widget--block .business-notices .notice .notice-action,
.business-profile-widget--block .business-notices .user_notice .notice-action,
.business-profile-widget--block .contact-status-block .btn,
.content-sidebar .sidebar-widget-block:not(.business-profile-widget):not(.filters-sidebar) .btn-primary,
.content-sidebar .sidebar-widget-block:not(.business-profile-widget):not(.filters-sidebar) .btn-secondary,
.content-sidebar .sidebar-widget-block:not(.business-profile-widget):not(.filters-sidebar) .business-notices .notice .notice-action,
.content-sidebar .sidebar-widget-block:not(.business-profile-widget):not(.filters-sidebar) .business-notices .user_notice .notice-action,
.content-sidebar .sidebar-widget-block:not(.business-profile-widget):not(.filters-sidebar) .contact-status-block .btn {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

#call-me-signup-business form .form-group .input-group,
.business-show-map input#origin,
.spcd-block .spcd-info table,
.videotestimonials-block #video_testimonial .video-thumbnail img,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.call-me-block,
.new-call-me-block {
  text-align: center;
  min-width: 100%;
}

.call-me-block small.time,
.new-call-me-block small.time {
  display: block;
  margin-top: 1.5em;
}

.call-me-block a.callto,
.new-call-me-block a.callto {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1rem;
}

.call-me-block .call-me,
.new-call-me-block .call-me {
  margin-bottom: 2rem;
  margin-top: 1.5em;
}

@media (max-width:767px) {
  .call-me-block .call-me,
  .new-call-me-block .call-me {
    display: block;
    width: 100%;
  }
}

.list-block .content {
  margin-top: 40px;
}

.list-block .content ol,
.list-block .content ul {
  padding-left: 1.5em;
  margin: 0;
}

.list-block .content ol li+li,
.list-block .content ul li+li,
body.price .price-text ul li+li,
body.quotation-edition .well>p+p {
  margin-top: 1em;
}

.videotestimonials-block #video_testimonial .container {
  width: auto;
  padding: 0;
}

.videotestimonials-block #video_testimonial .video-thumbnail {
  position: relative;
}

.videotestimonials-block #video_testimonial .video-thumbnail .play {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  opacity: .6;
}

.videotestimonials-block #video_testimonial .video-thumbnail .play:hover {
  opacity: 1;
}

.videotestimonials-block #video_testimonial #video-player .video-thumbnail .play {
  font-size: 200%;
}

.videotestimonials-block #video_testimonial #margin_testimonal .video-thumbnail+.video-thumbnail {
  margin-top: 10px;
}

.how-it-works-business-block {
  text-align: center;
}

.how-it-works-business-block .columns .col {
  padding: 0 3em;
}

@media screen and (max-width:991px) {
  .how-it-works-business-block .columns .col {
    margin-bottom: 40px;
    padding: 0 1em;
  }

  .how-it-works-business-block .columns .col:last-child {
    margin-bottom: 0;
  }
}

.how-it-works-business-block .columns .col h3 {
  margin: 2em 0 0;
  height: 3em;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width:991px) {
  .how-it-works-business-block .columns .col h3 {
    margin-top: 1em;
    height: 1.5em;
  }
}

.how-it-works-business-block .columns .icon {
  color: #ff7300;
  background-color: rgba(255,115,0,.1);
  font-size: 220%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}

.how-it-works-business-block .columns .icon::before {
  margin-top: 17px;
}

.how-it-works-business-block .video-player {
  display: inline-block;
  text-align: center;
  margin-top: 32px;
  position: relative;
  max-width: 100%;
}

.how-it-works-business-block .video-player .play {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  opacity: .6;
}

.how-it-works-business-block .video-player .play:hover {
  opacity: 1;
}

.customer-app-block object,
.how-it-works-business-block .video-player iframe,
.how-it-works-business-block .video-player img,
body.jobs .jcarousel-wrapper img {
  max-width: 100%;
}

.your-listing-block img {
  padding: 40px;
}

@media screen and (max-width:991px) {
  .your-listing-block img {
    padding: 20px;
  }
}

#call-me-signup-business form .form-group label {
  width: 2.7em;
  text-align: center;
}

#call-me-signup-business form .terms-and-conditions {
  background-color: #ededed;
  padding: 10px;
}

#call-me-signup-business form .terms-and-conditions label,
body.quotation-edition #quotationModal #edit-quotation-form #optional #call-preference .radio_list label,
body.quotation-edition #quotationModal #edit-quotation-form #optional #quotation-user-subtype .radio_list label {
  font-weight: 400;
  display: inline;
}

.icon-circle-container {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: static;
  text-align: center;
  display: inline-block;
}

.icon-circle-container.icon-circle-default {
  background-color: #fef6f0;
}

.icon-circle-container.icon-circle-alt {
  background-color: #fff;
}

.icon-circle-container.icon-circle-secondary {
  background-color: #0092d0;
}

.icon-circle-container.icon-circle-secondary i {
  color: #fff;
}

.icon-circle-container.icon-circle-success {
  background-color: #dbf7d7;
}

.icon-circle-container.icon-circle-success i {
  color: #0c8a26;
}

.icon-circle-container.icon-circle-danger {
  background-color: #fcbaba;
}

.icon-circle-container.icon-circle-danger i,
.reviews-request-modal .step-1 div.no-contacts,
.reviews-request-modal .step-1 div.no-contacts a {
  color: #8a0c0c;
}

.icon-circle-container.icon-circle-info {
  background-color: #c8e4f5;
}

.icon-circle-container.icon-circle-info i {
  color: #0d4fb2;
}

.icon-circle-container.icon-circle-warning {
  background-color: #fce5ba;
}

.icon-circle-container.icon-circle-warning i {
  color: #8a5b0c;
}

.icon-circle-container.icon-circle-gray,
body.quotation-pay {
  background-color: #ededed;
}

.icon-circle-container.icon-circle-gray i {
  color: #404040;
}

.icon-circle-container i {
  font-size: 40px;
  position: relative;
  left: 0;
  right: 0;
  top: 25%;
}

.ads.horizontal #horizontal-ads,
.ads.lateral #aside-ads,
.business-short-block-summary {
  text-align: center;
}

.business-short-block-summary .business-logo {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
  .business-short-block-summary .business-logo {
    width: 50px;
  }
}

@media screen and (min-width:768px) {
  .business-short-block-summary .business-logo {
    width: 70px;
  }
}

.business-short-block-summary .business-logo img {
  border-radius: 100%;
  border: 1px solid #d2d2d2;
}

.review-modal .modal-body {
  background: #fff;
}

.review-modal .modal-body .steps-content {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.review-modal .modal-body .steps-content.fade-out {
  opacity: 0;
}

@media screen and (min-width:768px) {
  .review-modal .modal-body {
    padding: 60px 57px;
  }
}

@media screen and (max-width:767px) {
  .review-modal .modal-body {
    padding: 30px 28.5px;
  }
}

@media screen and (min-width:767px) {
  .review-modal .modal-body .step .step-block {
    padding: 0 58px;
  }
}

.review-modal .modal-body .step .step-block .business-short-block-summary,
.review-modal .modal-body .step .step-block .icon-circle-container {
  position: static;
}

@media screen and (max-width:991px) {
  .review-modal .modal-body .step .step-block .business-short-block-summary,
  .review-modal .modal-body .step .step-block .icon-circle-container {
    margin-bottom: 15px;
  }
}

@media screen and (min-width:992px) {
  .review-modal .modal-body .step .step-block .business-short-block-summary,
  .review-modal .modal-body .step .step-block .icon-circle-container {
    margin-bottom: 27px;
  }
}

@media screen and (max-width:991px) {
  .review-modal .modal-body .step .step-block .business-short-block-summary .business-data,
  .review-modal .modal-body .step .step-block .question {
    line-height: 1;
  }
}

.review-modal .modal-body .step .step-block .feedback-area {
  margin: 23px auto 32px;
}

.review-modal .modal-body .step .step-block .feedback-area textarea {
  height: 138px;
}

#page-photo .project-details dt,
.review-modal .modal-body .step .step-block .feedback-area .checkbox-group,
.review-modal .modal-body .step .step-block .feedback-area .checkbox-group .checkbox_list {
  margin-left: -10px;
}

.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes {
  margin-left: 0;
}

.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes [class*=col-],
.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes [class^=col-] {
  padding-left: 0;
  position: relative;
}

.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes .button-label {
  padding: 0 15px 0 55px;
}

.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes input[type=checkbox],
.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes input[type=radio] {
  position: absolute;
  margin-top: 50px;
  left: 15px;
}

.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes input[type=checkbox]:checked+.button-label,
.review-modal .modal-body .step .step-block .feedback-area .business-checkboxes input[type=radio]:checked+.button-label {
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.review-modal .modal-body .step .step-block .feedback-area .error-container .form_error {
  display: block;
  color: #a33232;
  background-color: #fcbaba;
  padding: 8px;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1;
}

.review-modal .modal-body .step .step-block .feedback-area #description-comment_counter {
  margin-top: 8px;
  font-size: 13px;
}

.review-modal .modal-body .step .step-block .price-feedback-area {
  margin: 23px auto 16px;
}

.review-modal .modal-body .step .step-block .big-voting-stars {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.review-modal .modal-body .step .step-block .big-voting-stars .star-container {
  width: 20%;
  max-width: 20%;
  display: inline-block;
  cursor: pointer;
}

#business-comment-form .business_form .big-voting-stars .star-container span,
.business-inline-review .review-stars .star-container span,
.review-modal .modal-body .step .step-block .big-voting-stars .star-container span {
  display: block;
  text-align: center;
}

@media screen and (min-width:768px) {
  .review-modal .modal-body .step .step-block .big-voting-stars .star-container span.star i {
    font-size: 64px;
  }
}

@media screen and (max-width:767px) {
  .review-modal .modal-body .step .step-block .big-voting-stars .star-container span.star i {
    font-size: 40px;
  }
}

.review-modal .modal-body .step .step-block .big-voting-stars .star-container span.voting-text {
  font-size: 14px;
  color: #9b9b9b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:767px) {
  .review-modal .modal-body .feedback-area.already-evaluated {
    margin-top: 25px;
  }
}

@media screen and (min-width:768px) {
  .review-modal .modal-body .feedback-area.already-evaluated {
    margin-top: 50px;
  }
}

.review-modal .modal-body .feedback-area.already-evaluated .btn {
  margin-top: 30px;
}

@media screen and (max-width:991px) {
  .review-modal .modal-body .feedback-area.already-evaluated .question {
    line-height: 1;
  }
}

.review-modal .modal-body .feedback-area.already-evaluated .question .notice {
  margin-bottom: 5px;
}

@media screen and (min-width:767px) {
  .review-modal .review-modal-footer {
    padding: 0 58px;
  }
}

@media screen and (max-width:767px) {
  .review-modal .review-modal-footer [class*=col-],
  .review-modal .review-modal-footer [class^=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-modal .review-modal-footer [data-action=next],
  .review-modal .review-modal-footer [data-action=previous] {
    width: 100%;
  }

  .review-modal .review-modal-footer [data-action=previous] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width:768px) {
  .review-modal .review-modal-footer [data-action=previous] {
    float: left;
  }
}

@media screen and (max-width:767px) {
  .review-modal .review-modal-footer [data-action=next] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
}

@media screen and (min-width:768px) {
  .review-modal .review-modal-footer [data-action=next] {
    float: right;
  }
}

.review-modal .header-row {
  width: 70%;
  margin: auto;
}

.business-inline-review {
  padding: 18px 0 21px;
  border-bottom: 1px solid #ededed;
}

.business-inline-review:last-child {
  border: 0;
}

.business-inline-review .business-logo img {
  border-radius: 100%;
  border: 1px solid #757575;
}

.business-inline-review .business-data span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.business-inline-review .review-stars {
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.business-inline-review .review-stars .star-container {
  width: 20%;
  max-width: 20%;
  display: inline-block;
  cursor: pointer;
}

.business-inline-review .review-stars .star-container span.star i {
  color: #d2d2d2;
  font-size: 40px;
}

.business-inline-review .review-stars .star-container span.voting-text {
  font-size: 14px;
  color: #9b9b9b;
}

.business-inline-review .review-stars .star-container.active span.star i,
.business-inline-review .review-stars:hover .star-container span.star i {
  color: #ffb100;
}

.business-inline-summary .logo-container img {
  border-radius: 100%;
  border: 1px solid #d2d2d2;
}

.business-inline-summary .business-data span {
  display: block;
}

.ads.horizontal,
.ads.lateral {
  margin-bottom: 30px;
}

.ads.horizontal #horizontal-ads iframe,
.ads.lateral #aside-ads iframe {
  float: none;
  max-width: 100%;
}

.ads.horizontal {
  margin-top: 30px;
}

@media screen and (min-width:992px) {
  .other-professionals-block .main-content {
    padding: 30px 25%;
  }
}

.other-professionals-block .main-content .main-text {
  display: block;
  line-height: 1;
  margin: 20px 0;
}

.suggested-categories {
  padding-bottom: 0;
}

.suggested-categories .categories-block {
  margin: 40px 0 20px;
}

.adsense-banner {
  margin-bottom: 10px;
  margin-top: 10px;
}

#floating-button {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  position: fixed;
  bottom: 30px;
  right: -900px;
  z-index: 999;
}

#floating-button .call-me-btn {
  border-radius: 50px;
  min-height: 60px;
  min-width: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width:480px) {
  #floating-button .call-me-btn {
    width: 100%;
  }

  #floating-button .call-me-btn .btn-text {
    font-size: 16px;
  }
}

#floating-button .btn-text {
  display: inline-block;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}

#floating-button.display-btn {
  right: 20px;
}

@media screen and (max-width:767px) {
  #floating-button.hide-text .call-me-btn {
    padding: 0;
    line-height: 57px;
  }

  #floating-button.hide-text .call-me-btn .btn-text {
    font-size: 0;
  }

  #floating-button.hide-text .call-me-btn .icon {
    position: absolute;
    left: 18px;
    top: 4px;
    padding: 0;
    margin: 0;
  }
}

.call-me-modal .staff-container {
  margin: 30px 0;
}

.call-me-modal .staff-container .staff-name {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.call-me-modal .call-me-form-container .form-title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .call-me-modal .call-me-form-container .form-title {
    line-height: 1;
    margin-bottom: 20px;
  }
}

.call-me-modal .call-me-form-container .call-me-form textarea,
.claim-job-modal form textarea {
  resize: none;
}

.call-me-modal .icon-circle-container {
  zoom: 1.25;
  margin: 25px 0;
}

.call-me-modal .btn,
.call-me-modal .call-me-form-container .call-me-form {
  margin-top: 30px;
}

.spcd-manage-investment #advanced-configuration,
.spcd-non-client {
  text-align: center;
}

.spcd-non-client .light-brand-bg {
  padding: 32px 16px;
  background-color: #fef6f0;
}

.spcd-non-client .light-brand-bg h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  .spcd-non-client .light-brand-bg h2 {
    font-size: 21px;
  }
}

.spcd-non-client .light-brand-bg ol.steps {
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.spcd-non-client .light-brand-bg ol.steps>li.step {
  padding: 0 20px;
  margin-bottom: 40px;
}

.spcd-non-client .light-brand-bg ol.steps>li.step:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto;
  color: #ff7300;
  font-size: 20px;
  background: #fff;
  vertical-align: middle;
  line-height: 40px;
}

@media screen and (max-width:767px) {
  .spcd-non-client .light-brand-bg ol.steps>li.step:before {
    float: left;
    margin-right: 10px;
  }
}

.spcd-form .spcd-categories .content+.content,
.spcd-non-client .professional-plan-advantages {
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .spcd-active-empty span {
    display: inline-block;
    margin-top: 15px;
  }
}

.spcd-active-empty .icon-lock-o {
  color: #ff7300;
}

@media screen and (max-width:767px) {
  .spcd-form {
    padding: 10px;
  }
}

.spcd-form .help-block {
  border-top: 1px solid #ededed;
  padding-top: 1em;
  padding-bottom: 1em;
}

.spcd-form .spcd-categories .content .title .collapse-trigger {
  cursor: pointer;
}

@media screen and (min-width:480px) {
  .spcd-form .spcd-categories .content .title .collapse-trigger .icon {
    font-size: 21px;
    margin-right: 10px;
  }
}

.spcd-form .spcd-categories .content .title .collapse-trigger .icon:before {
  -webkit-transition: .3s -webkit-transform;
  -o-transition: .3s -o-transform;
  transition: .3s transform;
  transition: .3s transform,.3s -webkit-transform,.3s -o-transform;
}

.spcd-form .spcd-categories .content .title .collapse-trigger .icon.opened:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spcd-form .spcd-categories .content .title span.price-info .icon {
  margin-left: .5em;
  cursor: pointer;
}

.spcd-form .spcd-categories .content .title span.price-info.closed {
  display: none;
}

@media screen and (max-width:767px) {
  .spcd-form .spcd-categories .content .title .collapse-trigger,
  .spcd-form .spcd-categories .content .title .price-info {
    font-size: 16px;
  }
}

.spcd-form .spcd-categories .content ul li label {
  padding-left: 2.5em;
  position: relative;
  z-index: 1;
}

.spcd-form .spcd-categories .content ul li label:after,
.spcd-form .spcd-categories .content ul li label:before {
  content: " ";
  display: table;
}

.spcd-form .spcd-categories .content ul li label:after {
  clear: both;
}

@media screen and (max-width:767px) {
  .spcd-form .spcd-categories .content ul li label {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1.5em;
  }
}

.spcd-form .spcd-categories .content ul li:last-child label {
  border-bottom: none;
}

.spcd-form .spcd-categories .content ul li input {
  left: 1em;
  top: 1em;
  margin-top: 2px;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .spcd-form .spcd-categories .content ul li input {
    top: .5em;
    left: 0;
  }
}

.spcd-form .spcd-categories .content ul li span.label-performance {
  display: inline-block;
}

.spcd-form .spcd-categories .content ul li small {
  pointer-events: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  float: right;
  margin-right: 1em;
}

.spcd-form .spcd-categories .content ul li small del,
.spcd-form .spcd-categories .content ul li small strong {
  margin-left: .5em;
  font-weight: 600;
}

.spcd-form .spcd-categories .content ul li small strong {
  font-size: 21px;
}

.spcd-form .spcd-categories .content ul li small del {
  color: #d2d2d2;
}

.spcd-form .spcd-categories .content ul li small .dec {
  display: inline-block;
  -webkit-transform: translateY(-6px) translateX(3px);
  -ms-transform: translateY(-6px) translateX(3px);
  -o-transform: translateY(-6px) translateX(3px);
  transform: translateY(-6px) translateX(3px);
  font-size: 15px;
}

@media screen and (max-width:767px) {
  .spcd-form .spcd-categories .content ul li small .dec {
    -webkit-transform: translateY(-4px) translateX(3px);
    -ms-transform: translateY(-4px) translateX(3px);
    -o-transform: translateY(-4px) translateX(3px);
    transform: translateY(-4px) translateX(3px);
  }

  .spcd-form .spcd-categories .content ul li small {
    text-align: right;
    padding-top: .5em;
  }

  .spcd-form .spcd-categories .content ul li small del,
  .spcd-form .spcd-categories .content ul li small strong {
    line-height: 1;
    display: block;
  }

  .spcd-form .spcd-categories .content ul li small strong {
    font-size: 18px;
  }
}

.spcd-form .spcd-categories .spcd-subcategory-configuration {
  padding: 24px 0;
  border-bottom: 2px solid #ededed;
}

.spcd-form .spcd-categories .spcd-subcategory-configuration__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spcd-form .spcd-categories .spcd-subcategory-configuration__info .label-wrapper {
  margin-left: 16px;
}

.spcd-form .spcd-categories .spcd-subcategory-configuration__info__subcategory_title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.spcd-form .spcd-categories .spcd-subcategory-configuration__info__prices_modal_action {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.spcd-form .spcd-categories .spcd-subcategory-configuration__price {
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width:991px) {
  .spcd-form .spcd-categories .spcd-subcategory-configuration__price {
    text-align: left;
    padding: 20px 0 0 35px;
  }
}

@media screen and (max-width:991px) {
  .spcd-form .spcd-categories .spcd-subcategory-configuration__price p {
    display: inline;
  }
}

.spcd-form .spcd-categories .spcd-subcategory-configuration__price strong {
  font-size: 18px;
  font-weight: 400;
}

.spcd-form .spcd-categories .info-header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spcd-form .spcd-categories .info-header *,
.spcd-form .spcd-categories .info-header .price-container {
  display: inline;
}

.spcd-form .spcd-categories .info-header h5 {
  margin-top: 5px;
  font-size: 12px;
}

.spcd-form .spcd-categories .label-performance {
  padding: 3px 8px;
  border-radius: 4px;
  cursor: pointer;
}

.spcd-form .spcd-manage-investment .dialog {
  border-top: 0;
  margin-top: 0;
}

.spcd-form .spcd-form-submit {
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .spcd-form .spcd-form-submit button {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }
}

.quick-spcd-manage-btn.horizontal .btn-group {
  display: inline-block;
  vertical-align: top;
}

.quick-spcd-manage-btn.horizontal .message {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 1;
  margin-top: .5em;
  font-size: 12px;
}

.how-spcd-works .text-block {
  margin: 40px 0 0;
}

.how-spcd-works .text-block+.text-block {
  margin-top: 30px;
}

.spcd-manage-investment #advanced-configuration .dialog {
  border-top: none;
}

.spcd-manage-investment #simple-configuration .suggestion-text {
  font-size: 18px;
}

.spcd-manage-investment #simple-configuration .weekly-limit-choice {
  font-weight: 600;
}

.spcd-manage-investment #simple-configuration .weekly-limit-choice .claim {
  color: #9b9b9b;
  font-size: 12px;
  padding-right: 16px;
  display: block;
}

@media screen and (min-width:480px) {
  .spcd-manage-investment #simple-configuration .weekly-limit-choice .claim {
    float: right;
    padding-right: 1em;
  }
}

.spcd-manage-investment .attribute-select {
  margin-bottom: 0;
  text-align: center;
}

.spcd-manage-investment .attribute-select select {
  color: #2b2b2b;
  max-width: 280px;
  padding: 5px 15px 5px 5px;
  margin: 0 auto 15px;
}

.spcd-manage-investment .attribute-select .discount-info,
body.user-professional-payment .payment-summary .payment-mode-container .option div span.discount {
  color: #0c8a26;
}

.spcd-manage-investment .daily-leads-limit {
  max-width: 140px!important;
}

@media screen and (min-width:768px) {
  .spcd-manage-investment .attribute-select {
    border-left: 1px solid #d2d2d2;
  }

  .spcd-manage-investment .attribute-select:first-child {
    border-left: none;
  }
}

.icon-text-count {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 22px;
  padding-bottom: 22px;
}

.icon-text-count .icon {
  margin-right: 15px;
  margin-left: 15px;
  color: #9b9b9b;
  font-size: 28px;
  line-height: 0;
}

.icon-text-count .text {
  color: #404040;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.icon-text-count .count {
  margin-left: 5px;
  margin-right: 15px;
  font-size: 28px;
  line-height: 1em;
}

.button-social-share {
  background: #ff7300;
  border-bottom: 2px solid #cc5c00;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.button-social-share:active,
.button-social-share:hover {
  background: #cc5c00;
  border-bottom: 2px solid #b35100;
}

.button-social-share.share-facebook {
  background: #3b5999;
  border-bottom: 2px solid #2d4474;
}

.button-social-share.share-facebook:active,
.button-social-share.share-facebook:hover {
  background: #2d4474;
  border-bottom: 2px solid #263962;
}

.button-social-share.share-light {
  background: rgba(255,255,255,.78);
  border: 1px solid #ededed;
}

.button-social-share.share-light .icon {
  color: #3b5999;
}

.button-social-share.share-light:hover .icon,
.button-social-share.share-pinterest-light:hover .icon,
.button-social-share.share-twitter-light:hover .icon,
.horizontal-list li a {
  color: #9b9b9b;
}

.button-social-share.share-twitter {
  background: #55acee;
  border-bottom: 2px solid #2795e9;
}

.button-social-share.share-twitter:active,
.button-social-share.share-twitter:hover {
  background: #2795e9;
  border-bottom: 2px solid #1689e0;
}

.button-social-share.share-pinterest-light,
.button-social-share.share-twitter-light {
  background: rgba(255,255,255,.78);
  border: 1px solid #ededed;
}

.button-social-share.share-pinterest-light .icon {
  color: #bd081b;
}

.button-social-share.share-twitter-light .icon {
  color: #55acee;
}

.button-social-share.share-linkedin {
  background: #0077b5;
  border-bottom: 2px solid #005582;
}

.button-social-share.share-linkedin:active,
.button-social-share.share-linkedin:hover {
  background: #005582;
  border-bottom: 2px solid #004569;
}

.button-social-share.share-whatsapp {
  background: #25d366;
  border-bottom: 2px solid #1da851;
}

.button-social-share.share-whatsapp:active,
.button-social-share.share-whatsapp:hover {
  background: #1da851;
  border-bottom: 2px solid #1a9247;
}

.button-social-share.share-email {
  background: #9b9b9b;
  border-bottom: 2px solid #828282;
}

.button-social-share.share-email:active,
.button-social-share.share-email:hover {
  background: #828282;
  border-bottom: 2px solid #757575;
}

.button-social-share .icon,
.button-social-share .icon:before {
  font-size: 22.5px;
  line-height: 45px;
}

.button-social-share.share-size-xs {
  width: 24px;
  height: 24px;
  border-radius: 24px;
}

.button-social-share.share-size-xs .icon,
.button-social-share.share-size-xs .icon:before {
  font-size: 12px;
  line-height: 24px;
}

.button-social-share.share-size-sm {
  width: 38px;
  height: 38px;
  border-radius: 38px;
}

.button-social-share.share-size-sm .icon,
.button-social-share.share-size-sm .icon:before {
  font-size: 19px;
  line-height: 38px;
}

.button-social-share.share-size-md {
  width: 45px;
  height: 45px;
  border-radius: 45px;
}

.button-social-share.share-size-md .icon,
.button-social-share.share-size-md .icon:before {
  font-size: 22.5px;
  line-height: 45px;
}

.button-social-share.share-size-lg {
  width: 54px;
  height: 54px;
  border-radius: 54px;
}

.button-social-share.share-size-lg .icon,
.button-social-share.share-size-lg .icon:before {
  font-size: 27px;
  line-height: 54px;
}

.button-social-share .icon,
.quotation-choose-business-modal .quotation-choose-business-modal-main-content p.inverse {
  color: #fff;
}

.button-social-share .icon:before {
  vertical-align: middle;
}

.referrals .intro-row,
.referrals .share-row {
  margin-bottom: 25px;
}

.referrals .intro-row .img-responsive {
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .referrals .intro-row .img-responsive {
    margin-bottom: 15px;
  }
}

.referrals .intro-row .title,
body.quotation-pay .change-work-invoice-payment {
  margin-top: 0;
}

.referrals .intro-row .hint {
  color: #0c8a26;
  font-weight: 600;
}

.referrals .send-manual p {
  line-height: 1.1;
}

.list-business-directory .preview-business .business-header .business-info .background-label.warning,
.referrals .share-row .share-text {
  margin-right: 7px;
}

.referrals .share-row ul.sharer {
  display: inline-block;
  padding: 0;
  list-style: none;
}

.referrals .share-row ul.sharer li {
  display: inline-block;
  margin-right: 3px;
}

.referrals .share-row #referral-link {
  margin-right: 7px;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media screen and (min-width:767px) {
  .referrals .share-row #referral-link {
    float: left;
  }
}

.referrals .share-row #copy-referral-link {
  cursor: pointer;
  color: #2b2b2b;
}

@media screen and (min-width:768px) {
  .referrals .share-row #copy-referral-link {
    float: left;
  }
}