.cf:before,
.cf:after {
  content: '';
  display: table;
  clear: both;
}
*,
a:focus {
  outline: none;
}
a {
  cursor: pointer;
}
body,
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #515F71;
  background-color: #E8EFF3;
  padding-top: 70px;
  overflow-y: visible;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  color: #105984;
}
h1.lined,
h2.lined,
h3.lined,
h4.lined {
  border-bottom: 1px solid #CFDDE6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
h1 {
  font-size: 30px;
}
h4 {
  font-size: 16px;
}
a {
  color: #2CACD8;
}
a:hover {
  text-decoration: none;
}
.btn,
.form-control {
  padding: 8px 15px;
  font-size: 14px;
}
.text-muted {
  color: #94B3C7;
}
.form-control,
.modal-content .form-control {
  height: 40px;
  border-color: #FFF;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}
.form-control.danger,
.modal-content .form-control.danger {
  color: #FF5C26;
}
.form-control.success,
.modal-content .form-control.success {
  color: #46C488;
}
.form-control.warning,
.modal-content .form-control.warning {
  color: #D2AB4F;
}
select.form-control {
  background: #FFF url('../img/dropdown-arrow.svg') no-repeat 95% 15px;
}
select::-ms-expand {
  display: none;
}
.form-group.has-error .form-control {
  border: 1px solid #a94442;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*.nav > li > a:focus, .nav > li > a:hover {
    background: @body-color !important;
}*/
.widget {
  box-shadow: 0px 5px 10px rgba(81, 95, 113, 0.5);
  -webkit-box-shadow: 0px 5px 10px rgba(81, 95, 113, 0.5);
  background: #FFF;
  border: 1px solid #2FACDA;
}
.or {
  color: #94B3C7;
  font-style: italic;
  margin: 20px 0;
  text-align: center;
  display: block;
  font-size: 13px;
}
.divider {
  border-bottom: 1px solid rgba(148, 179, 199, 0.3);
  margin: 30px 0;
  clear: both;
}
.content-page {
  padding-top: 40px;
  min-height: 100%;
  margin-bottom: -208px;
  padding-bottom: 238px;
}
.info-row {
  margin-bottom: 10px;
}
.avatar-text {
  margin-left: 70px;
  display: block;
}
.avatar-text h3,
.avatar-text h4 {
  margin: 5px 0 0 0;
  font-size: 16px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.roleadmin {
  width: 100%;
}
.steps {
  display: table;
  background: #FFF;
  table-layout: fixed;
  width: 80%;
  margin: 40px auto;
}
.steps a {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 60px;
  position: relative;
  overflow-y: hidden;
  padding-right: 30px;
  background: #FFF url('../img/step-inactive.png') no-repeat top right;
  font-size: 18px;
  color: #105984;
  background-position: top right;
  background-repeat: no-repeat;
}
.steps a span {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #72528B;
  color: #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 28px;
  margin-right: 10px;
}
.steps a.active {
  color: #FFF;
  background: #72528B url('../img/step-active.png') no-repeat top right;
}
.steps a.active span {
  background-color: #FFF;
  color: #72528B;
}
.steps a i {
  top: 0;
  float: right;
  display: block;
}
.steps a .icon-step-active {
  display: none;
}
.steps a.active .icon-step-inactive {
  display: none;
}
.steps a.active .icon-step-active {
  display: block;
}
.steps a:last-child {
  background-image: none;
}
.steps.active-2 a:first-child {
  background-image: url('../img/step-active-begin.png');
}
.steps.active-3 a:nth-child(2) {
  background-image: url('../img/step-active-begin.png');
}
.steps.active-4 a:nth-child(3) {
  background-image: url('../img/step-active-begin.png');
}
.label {
  font-size: inherit;
  font-weight: normal;
}
.label.label-default {
  background: #515F71;
}
.label.label-yellow {
  background: #D2AB4F;
}
.label.label-green {
  background: #46C488;
}
.label.label-silver {
  background: #94B3C7;
}
.label.label-blue {
  background: #009ea3;
}
.label.label-red {
  background: #770000;
}
.price-badge {
  background: #72528B;
  color: #FFF;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.input-group-addon {
  border-color: #E8EFF3;
  background: #FFF;
}
.media {
  border-bottom: 1px solid rgba(148, 179, 199, 0.2);
  margin: 0;
  padding: 15px 0;
}
.notification-item {
  padding: 15px 20px;
  margin: 0;
}
.notification-item.unread {
  background: #FFF;
}
.notification-item .notification-actions {
  display: none;
}
.notification-item .notification-actions a {
  display: inline-block;
  margin-left: 15px;
}
.notification-item:hover .notification-actions {
  display: block;
}
.pagination > li > a,
.pagination > li > span {
  border-color: #E8EFF3;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #E8EFF3;
  background-color: rgba(45, 172, 216, 0.1);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2DACD8;
  border-color: #E8EFF3;
}
.quick-jump {
  border-bottom: 1px solid rgba(148, 179, 199, 0.3);
  position: relative;
  z-index: 300;
  background-color: #E8EFF3;
}
.quick-jump nav {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.quick-jump nav a {
  display: table-cell;
  text-align: center;
  padding: 15px 0 0 0;
  height: 50px;
  border-right: 1px solid rgba(148, 179, 199, 0.3);
  color: #105984;
}
.quick-jump nav a:hover {
  background-color: rgba(148, 179, 199, 0.15);
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  border: 1px solid #FFF;
  overflow: hidden;
}
.avatar.avatar-large {
  width: 80px;
  height: 80px;
}
.avatar.avatar-small {
  width: 30px;
  height: 30px;
}
.file-upload-button {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
  float: left;
}
.file-upload-button a {
  color: #515F71;
  font-weight: bold;
}
.file-upload-button i {
  margin-right: 5px;
}
.file-upload-button input {
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.modal-dialog textarea.form-control {
  height: auto;
}
.file-list {
  border-bottom: 1px solid #CFDDE6;
  padding: 8px 0;
  font-weight: bold;
}
.file-list a > i {
  margin-right: 10px;
}
.file-list .delete-item {
  float: right;
  display: block;
}
.usernav {
  background: #FFF;
}
.usernav a {
  word-wrap: break-word;
  display: block;
  padding: 10px 10px;
  font-weight: bold;
  border-bottom: 1px solid rgba(148, 179, 199, 0.2);
  color: #105984;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}
.usernav a.active {
  background: #72528B;
  color: #FFF;
}
.usernav a.active:hover {
  background: #583f6b;
}
.usernav a:hover {
  background: rgba(148, 179, 199, 0.15);
}
.badge {
  background: #2DACD8;
  color: #FFF;
  margin-left: 5px;
}
.form-group.iconed {
  position: relative;
}
.form-group.iconed i[class^="icon-"],
.form-group.iconed span[class^="icon-"] {
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-group.iconed .label {
  position: absolute;
  right: 25px;
  top: 10px;
  border-radius: 2px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  padding: 4px 8px;
  color: #FFF;
}
.form-group.iconed .label.success {
  background: #46C488;
}
.form-group.iconed .label.danger {
  background: #FF5C26;
}
.form-group.iconed .label.warning {
  background: #D2AB4F;
}
.referral-code {
  margin-top: 7px;
}
.form-horizontal .control-label {
  text-align: left;
  padding-right: 0;
}
.form-horizontal .form-group {
  margin-bottom: 5px;
}
.table-list {
  display: table;
  width: 100%;
  border-bottom: 1px solid #CFDDE6;
}
.table-list:last-child {
  border: 0;
}
.table-list > div {
  padding: 10px 15px 10px 0;
  display: table-cell;
}
.table-list > div:last-child {
  padding-right: 0;
}
.table-list > div .btn {
  width: 120px;
}
.table-list > div.title {
  width: 80%;
}
.table-list.slim div {
  padding: 6px 10px 6px 0;
  font-size: 15px;
}
.checkbox input[type="checkbox"] {
  outline: none;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #46C488;
  border-color: #46C488;
}
.upload-item {
  background: #CDD6DD;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
  color: #5F7285;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin: 0 10px 10px 0;
  width: 186px;
  height: 155px;
  font-style: italic;
  text-align: center;
  padding: 40px 30px 0 30px;
}
.upload-item.inner-form-upload {
  width: 100%;
}
#images {
  float: left;
}
.image-item {
  background: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  width: 186px;
  height: 155px;
}
.image-item div {
  padding: 5px 0;
}
.image-item.ui-sortable-helper {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.image-item .delete {
  cursor: pointer;
  float: left;
  color: #FF5C26;
}
.image-item .slider {
  cursor: pointer;
  padding: 0 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.image-item .slider.active {
  background: #46C488;
  color: #FFF;
}
.image-item .move {
  cursor: pointer;
  float: right;
}
.image-formatted {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  border: 2px solid #FFF;
}
.small-map {
  padding: 5px;
  min-height: 200px;
  background: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.small-map img {
  max-width: 100%;
  height: auto;
}
.loader {
  background-image: url('../img/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}
.hidden {
  display: none;
}
.location-title {
  width: 200px;
  display: inline-block;
}
.login-submit .checkbox label {
  padding-left: 0;
}
.star {
  display: inline-block;
  cursor: pointer;
  padding-right: 2px;
}
.star {
  color: #94B3C7;
}
.star:after {
  font-size: 25px;
  font-family: "medme";
  content: "\e91e";
}
.star.tmp_es.fullStar {
  color: #94B3C7;
}
.star.tmp_fs,
.star.fullStar {
  color: #2DACD8;
}
.cost-list {
  display: table;
  width: 100%;
  font-size: 17px;
}
.cost-list > div {
  width: 50%;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid rgba(148, 179, 199, 0.2);
  padding: 5px 0;
}
.cost-list > div b {
  font-size: 22px;
}
.cost-list:last-child div {
  border: 0;
}
.cost-list div.text-right input[name="name"] {
  width: 33% !important;
}
#about-slider {
  height: 550px;
}
@media only screen and (max-width: 479px) {
  select.list-order-select {
    width: 80% !important;
  }
  .listings-map {
    display: none;
  }
  #about-slider {
    height: 250px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 959px) {
  .cost-list {
    font-size: 14px;
  }
  .cost-list > div {
    width: 30%;
  }
  .cost-list > div b {
    font-size: 18px;
  }
  .cost-list div.text-right {
    width: 70%;
  }
  .cost-list div.text-right input[name="name"] {
    width: 100% !important;
  }
}
.text-orange {
  color: #FF5C26;
}
.text-green {
  color: #46C488;
}
.browse-treatments {
  background: #2DACD8;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  display: inline-block;
}
.currency-label {
  margin: 8px 0 0 -15px;
  display: inline-block;
}
.inner-content {
  min-height: 800px;
}
.balance-top {
  display: table;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2DACD8;
  color: #FFF;
  width: 100%;
}
.balance-top b {
  margin: 0 10px;
  display: inline-block;
  font-size: 20px;
}
.balance-top .small {
  color: rgba(255, 255, 255, 0.7);
}
.balance-top .balance-top-box {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 310px;
  padding: 6px 15px;
  display: table-cell;
  vertical-align: middle;
}
.balance-top .balance-top-box:last-child {
  border: 0;
}
.balance-top .balance-top-box.balance-top-pay {
  width: auto;
}
.balance-top .balance-top-box.balance-top-pay .btn {
  background-color: #FFF;
  color: #666;
}
.payment-amount {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #2DACD8;
  color: #FFF;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.payment-amount b {
  margin: 0 10px;
  display: inline-block;
  font-size: 20px;
}
.payment-amount .small {
  color: rgba(255, 255, 255, 0.7);
}
.payment-amount .btn {
  margin-top: 10px;
}
.balance-bar-with-buttons .balance-top {
  float: left;
  margin-left: 20px;
  width: auto;
}
.loader {
  width: 56px;
  height: 56px;
  background: url('../img/loader.svg');
  display: inline-block;
  margin: 50px auto;
}
.status-completed-icon {
  margin: 50px auto;
  width: 56px;
  height: 56px;
  background: url('../img/status-complete.svg');
  display: inline-block;
}
.status-error-icon {
  margin: 50px auto;
  width: 56px;
  height: 56px;
  background: url('../img/status-error.svg');
  display: inline-block;
}
.nav-tabs {
  border-color: #CFDDE6;
}
.nav-tabs a {
  color: #515F71;
  font-weight: bold;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: #CFDDE6;
  /*border-bottom-color: transparent;*/
}
.payment-tabs {
  background: rgba(95, 114, 133, 0.1);
  padding: 20px;
  margin: 0 0 20px 0;
}
select.list-order-select {
  padding: 2px 15px;
  width: 55%;
  display: inline-block;
  height: 33px;
  vertical-align: middle;
  background-position: 95% 12px;
}
.paypal-logo {
  max-height: 24px;
  margin: -3px 0 -3px 10px;
}
.expertise-item {
  background: #E8EFF3;
  border-bottom: 1px solid #CFDDE6;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.expertise-item .expertise-item-title {
  padding: 10px;
  display: block;
  font-weight: normal;
}
.expertise-item .expertise-treatments {
  background: #FFF;
}
.expertise-item .expertise-treatments table {
  margin: 0;
}
input[type="search"],
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select,
button {
  cursor: pointer;
}
.gutter-5-left {
  padding-left: 5px;
}
.gutter-5-right {
  padding-right: 5px;
}
.suggestion-badges {
  padding: 10px 0;
  font-size: 13px;
}
.suggestion-badges a {
  display: inline-block;
  background: rgba(81, 95, 113, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-right: 5px;
  color: #515F71;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}
.suggestion-badges a:hover {
  background: #2DACD8;
  color: #FFF;
}
.ngrateit-background,
.ngrateit-hover,
.ngrateit-value {
  background: url('../img/rating-stars.svg');
}
.btn-label {
  padding: 8px 10px;
  display: inline-block;
}
.narrow-box {
  max-width: 600px;
}
.wrapper {
  min-height: 100%;
  padding-bottom: 174px;
}
.warning-message {
  background-color: #ecac5c;
  text-align: center;
  color: #FFFFFF;
  padding: 15px;
  font-size: 17px;
}
.gm-style .panel {
  margin: 10px 0 0 0;
  padding: 5px 10px 0 5px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.gm-style .panel small {
  display: inline-block;
  margin-top: 3px;
  font-size: 11px;
}
.ta-hidden-input {
  display: none;
}
.disable-resize-property {
  resize: none;
}
.label-yes-padding {
  margin-right: 5px;
}
.slick-slider {
  margin-bottom: 0;
}
.slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.slider .intro {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  z-index: 500;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #5b55aa 0%, rgba(45, 172, 216, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b55aa', endColorstr='#002dacd8', GradientType=1);
  /* IE6-9 */
  padding-top: 100px;
}
.slider .intro h1 {
  font-size: 40px;
  color: #FFF;
  text-transform: uppercase;
  max-width: 500px;
}
.slider .intro p {
  font-size: 20px;
  max-width: 500px;
}
.slider.detail {
  height: 550px;
}
.slider.detail .slick-slide {
  height: 550px;
  margin: -50px;
  margin: 0px;
}
.slider.detail .slick-slide .slide {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-arrow {
  background: url('../img/slider_arrow.svg');
  width: 60px;
  height: 60px;
  z-index: 500;
}
.slider .slick-arrow:before,
.slider .slick-arrow:after {
  content: '';
}
.slider .slick-arrow.slick-prev {
  left: 30px;
}
.slider .slick-arrow.slick-next {
  background-position: -60px 0;
  right: 30px;
}
.search-bar {
  background: #2DACD8;
  padding: 30px 15px;
  top: -50px;
  position: relative;
  z-index: 800;
  width: 100%;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}
.search-bar.search-bar-header {
  position: fixed;
  top: 70px;
  display: none;
  padding: 15px 0;
}
.search-bar.search-bar-header .container {
  max-width: 1170px;
}
.search-bar.active {
  display: block;
}
.search-bar.scroll-to-fixed-fixed {
  right: 0;
  left: 0 !important;
  padding: 15px;
}
.search-bar.scroll-to-fixed-fixed .container {
  max-width: 1170px;
}
.search-bar .container {
  width: auto;
}
.search-bar .btn {
  width: 8%;
  margin-left: 2%;
}
.search-bar .btn i {
  margin-right: 0;
}
.search-bar .help-block {
  display: block;
  position: absolute !important;
  margin-top: 5px;
  margin-left: 5px;
  color: red !important;
}
.search-bar .search-fields {
  display: table;
  float: left;
  width: 90%;
}
.search-bar .search-fields .search-field {
  width: 33.33333333%;
  border-right-color: #94B3C7;
  display: table-cell;
  position: relative;
}
.search-bar .search-fields .search-field input {
  padding: 9px 15px;
  border-color: #FFF;
  position: relative;
  border: 0;
  width: 100%;
  z-index: 300;
  border-right: 1px solid #94B3C7;
}
.search-bar .search-fields .search-field input:focus {
  outline: none;
}
.search-bar .search-fields .search-field:first-child input {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.search-bar .search-fields .search-field:last-child input {
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.search-bar .search-fields .search-field i {
  color: #94B3C7;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 500;
}
.mb-sm {
  margin-bottom: 10px;
}
.mb-md {
  margin-bottom: 15px;
}
.mb-lg {
  margin-bottom: 20px;
}
.mb-xlg {
  margin-bottom: 40px;
}
.mt-sm {
  margin-top: 10px;
}
.mt-md {
  margin-top: 15px;
}
.mt-lg {
  margin-top: 20px;
}
.mr-sm {
  margin-right: 10px;
}
.mr-md {
  margin-right: 15px;
}
.cpt {
  padding-top: 0;
}
.cmt {
  margin-top: 0;
}
#footer {
  background: #FFF;
  padding: 40px 0;
  margin-top: -174px;
}
#footer.nofix {
  position: static;
}
#footer a {
  padding: 5px 0;
  display: block;
  color: #105984;
}
#footer .footer-follow-title {
  margin-top: 15px;
  display: inline-block;
}
#footer .social-links a {
  display: inline-block;
  color: #94B3C7;
  font-size: 30px;
  margin-right: 10px;
}
.table thead tr th {
  border: 0;
  background: #CFDDE6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 12px;
}
.table thead tr th[align=center] {
  text-align: center;
}
.table.table-messages .active td {
  background: rgba(255, 255, 255, 0.6);
}
.table.table-messages .unread td {
  background: #FFF;
}
.table.table-messages .unread td:first-child {
  border-left: 3px solid #2CACD8;
}
.table tbody tr td {
  border-color: #CFDDE6;
  vertical-align: middle;
  padding: 10px 12px;
}
.table tbody tr.active td {
  background-color: #FFF;
}
.table.white {
  background: #fff;
}
.table h4 {
  margin: 0;
}
.table .avatar {
  float: left;
}
@font-face {
  font-family: 'medme';
  src: url('../fonts/medme.eot?g4354Jk');
  src: url('../fonts/medme.eot?fzqj5j#iefix') format('embedded-opentype'), url('../fonts/medme.ttf?g4354Jk') format('truetype'), url('../fonts/medme.woff?g4354Jk') format('woff'), url('../fonts/medme.svg?g4354Jk#medme') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'medme';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-folder:before {
  content: "\e925";
}
.icon-stars:before {
  content: "\e924";
}
.icon-login:before {
  content: "\e923";
}
.icon-add:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-attach:before {
  content: "\e903";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-clock:before {
  content: "\e905";
}
.icon-copy:before {
  content: "\e906";
}
.icon-delete:before {
  content: "\e907";
}
.icon-edit:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-facebook-2:before {
  content: "\e90a";
}
.icon-file:before {
  content: "\e90b";
}
.icon-google:before {
  content: "\e90c";
}
.icon-google-2:before {
  content: "\e90d";
}
.icon-grid:before {
  content: "\e90e";
}
.icon-group:before {
  content: "\e90f";
}
.icon-help:before {
  content: "\e910";
}
.icon-info:before {
  content: "\e911";
}
.icon-langswitch:before {
  content: "\e912";
}
.icon-linkedin:before {
  content: "\e913";
}
.icon-list:before {
  content: "\e914";
}
.icon-logout:before {
  content: "\e915";
}
.icon-marker:before {
  content: "\e916";
}
.icon-message:before {
  content: "\e917";
}
.icon-modalclose:before {
  content: "\e918";
}
.icon-move:before {
  content: "\e919";
}
.icon-notification:before {
  content: "\e91a";
}
.icon-phone:before {
  content: "\e91b";
}
.icon-search:before {
  content: "\e91c";
}
.icon-slider:before {
  content: "\e91d";
}
.icon-star:before {
  content: "\e91e";
}
.icon-test-tube:before {
  content: "\e91f";
}
.icon-tooth:before {
  content: "\e920";
}
.icon-twitter:before {
  content: "\e921";
}
.icon-user:before {
  content: "\e922";
}
.title-bar {
  margin-bottom: 30px;
}
.title-bar h1,
.title-bar h2 {
  margin: 0;
}
.title-bar:before,
.title-bar:after {
  content: '';
  display: table;
  clear: both;
}
.title-bar .btn.btn-default {
  font-weight: bold;
}
.title-bar .btn.btn-default.active {
  background: #94B3C7;
  color: #FFF;
  border-color: #E8EFF3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.title-bar .btn.btn-default:hover,
.title-bar .btn.btn-default:focus {
  background-color: #2DACD8;
  border-color: #E8EFF3;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #FFF;
}
.title-bar .pull-right {
  white-space: nowrap;
}
.title-bar .pull-right * {
  display: inline-block;
  width: inherit;
  vertical-align: middle;
}
.title-bar .pull-right option {
  display: block;
}
@media screen and (min-width: 480px) {
  input[name="treatment-search"],
  select[name="expertise"] {
    min-width: 210px !important;
  }
}
@media screen and (max-width: 480px) {
  input[name="treatment-search"],
  select[name="expertise"] {
    width: 100% !important;
  }
}
.review-item .review-icons {
  float: right;
}
.review-item .review-icons span {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  font-weight: bold;
}
.review-item .review-icons span i {
  font-size: 16px;
  margin-right: 3px;
}
.messages-send-bar {
  padding-top: 10px;
}
.messages-header {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #CFDDE6;
}
.messages-header h1 {
  margin: 0;
  float: left;
}
.messages-header a {
  float: right;
}
.messages-wrapper {
  height: 440px;
  overflow-y: scroll;
  box-shadow: inset 0px 14px 10px -5px #CFDDE6;
}
#header {
  height: 70px;
  background: #FFF;
  box-shadow: 0px 1px 2px rgba(81, 95, 113, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#header .mobile-toggle {
  padding: 15px;
  font-size: 20px;
  margin-right: -15px;
  background: none;
  border: 0;
  -webkit-appereance: none;
  display: none;
  float: right;
}
#header .mobile-toggle i {
  padding: 10px;
}
#header.menu-open .mobile-toggle i {
  background: #E8EFF3;
}
#header .container-fluid {
  display: table;
  width: 100%;
}
#header .search-box {
  display: table-cell;
  padding: 0 0 0 20px;
  border-left: 1px solid #E8EFF3;
  vertical-align: middle;
}
#header .search-box input {
  border: 0;
  outline: none;
  margin-left: 5px;
  width: 90%;
  font-size: 18px;
  padding: 5px;
  height: 40px;
}
#header .search-button {
  border-left: 1px solid #CFDDE6;
  border-right: 1px solid #CFDDE6;
  width: 60px;
  display: table-cell;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
#header .search-button i {
  position: relative;
  top: -2px;
}
#header .search-button.active {
  background-color: #CFDDE6;
}
#header .nav {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  height: 70px;
}
#header .nav li {
  display: inline-block;
}
#header .nav li a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 15px;
  display: block;
}
#header .nav li a:focus {
  color: #2CACD8;
  background: none;
}
#header .nav li a i {
  color: #94B3C7;
  margin-right: 5px;
  position: relative;
  font-size: 16px;
  top: -2px;
}
#header .logo {
  width: 200px;
  background: url(../img/logo.png) no-repeat center;
  background-size: 160px;
  display: table-cell;
  padding: 24px 20px 0 0;
}
.file-attachments div {
  display: block;
  border-bottom: 1px solid rgba(148, 179, 199, 0.3);
  padding: 7px 0;
}
.file-attachments div:last-child {
  border: 0;
}
.file-attachments .file-attach-btn {
  display: block;
  padding: 7px 0;
  color: #5F7285;
  font-weight: bold;
}
.available-languages {
  border-top: 1px solid #E8EFF3;
  padding-top: 15px;
  text-align: center;
}
.available-languages span {
  display: block;
  margin-bottom: 10px;
}
.available-languages a {
  display: inline-block;
  padding: 6px 7px;
  line-height: 10px;
}
.available-languages a img {
  vertical-align: middle;
}
.available-languages a.active {
  background: #E8EFF3;
}
.available-languages a:hover {
  background: #E8EFF3;
}
.edit-order-total {
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  margin-top: 5px;
}
.custom-treatment-item {
  background: #E8EFF3;
  display: table;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #E8EFF3;
  margin: 4px 0;
}
.custom-treatment-item > div {
  padding: 4px 12px;
  display: table-cell;
  background: #FFF;
  border-right: 1px solid rgba(95, 114, 133, 0.2);
}
.custom-treatment-item > div.title {
  width: 50%;
}
.custom-treatment-item > div.multiplier,
.custom-treatment-item > div.duration {
  width: 15%;
}
.custom-treatment-item > div.price {
  border: 0;
  width: 20%;
}
.custom-treatment-item > div:last-child {
  border: 0;
}
.custom-treatment-item > div input[type="text"] {
  border: 0;
  width: 100%;
  padding: 5px;
  background: none;
}
.custom-treatment-item .move,
.custom-treatment-item .delete {
  background: #FFF;
  width: 40px;
  cursor: pointer;
}
.custom-treatment-item .move:hover i,
.custom-treatment-item .delete:hover i {
  color: #2DACD8;
}
.custom-treatment-item .move i,
.custom-treatment-item .delete i {
  color: #5F7285;
}
@media only screen and (max-width: 479px), only screen and (min-width: 768px) and (max-width: 959px) {
  .custom-treatment-item {
    background: #E8EFF3;
    display: block;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #E8EFF3;
    margin: 4px 0;
  }
  .custom-treatment-item > div {
    padding: 4px 12px;
    display: block;
    background: #FFF;
    border-right: 1px solid rgba(95, 114, 133, 0.2);
    border-bottom: 1px solid rgba(95, 114, 133, 0.2);
  }
  .custom-treatment-item > div.title {
    width: 90%;
    float: left;
  }
  .custom-treatment-item > div.multiplier,
  .custom-treatment-item > div.duration {
    width: 50%;
    float: left;
  }
  .custom-treatment-item > div.price {
    border: 0;
    width: 90%;
    float: left;
  }
  .custom-treatment-item > div:last-child {
    border-left: 1px solid rgba(95, 114, 133, 0.2);
    line-height: 38px;
  }
  .custom-treatment-item > div:first-child {
    border: 0;
    line-height: 38px;
  }
  .custom-treatment-item > div input[type="text"] {
    border: 0;
    padding: 5px;
    background: none;
  }
  .custom-treatment-item .move,
  .custom-treatment-item .delete {
    display: block;
    background: #FFF;
    width: 10%;
    height: 38px;
    float: left;
    cursor: pointer;
  }
  .custom-treatment-item .move:hover i,
  .custom-treatment-item .delete:hover i {
    color: #2DACD8;
  }
  .custom-treatment-item .move i,
  .custom-treatment-item .delete i {
    color: #5F7285;
  }
}
.white-panel {
  background: #FFF;
  padding: 20px;
}
.white-panel.tab-content {
  border: 1px solid #CFDDE6;
  border-top-color: transparent;
}
.white-panel .btn.btn-default {
  background: #E8EFF3;
  border-color: #FFF;
}
.white-panel .btn.btn-default.active {
  border-color: #FFF;
  box-shadow: none;
  background-color: #94B3C7;
}
.white-panel .form-control {
  background: #E8EFF3;
}
.white-panel .form-control:focus,
.white-panel .form-control:active {
  background: #FFF;
}
.profile-header {
  text-align: center;
  background: rgba(148, 179, 199, 0.3);
  height: 40px;
  margin: 20px 0 30px 0;
  white-space: nowrap;
}
.profile-header a {
  padding: 8px 10px;
  display: inline-block;
  font-weight: bold;
  color: #515F71;
  font-size: 13px;
}
.profile-header a:hover {
  color: #2DACD8;
}
.profile-header label {
  padding: 8px 10px;
  display: inline-block;
  font-weight: bold;
  color: #515F71;
  font-size: 13px;
}
.profile-header label:hover {
  color: #2DACD8;
  cursor: pointer;
}
.profile-header .avatar-wrapper {
  display: inline-block;
}
.profile-header .avatar-wrapper .avatar {
  border-width: 2px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.location-item {
  border-bottom: 1px solid rgba(148, 179, 199, 0.3);
  padding: 25px 0;
  margin-bottom: 10px;
}
.location-item:last-child {
  border: 0;
}
.location-item .location-images {
  margin: 0 -10px;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
.location-item .location-image {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.location-item .location-image img {
  border: 3px solid #FFF;
  max-width: 100%;
  height: auto;
}
.location-item h3 {
  margin-top: 0;
}
.location-map {
  background: #FFF;
  border: 3px solid #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.location-map img {
  vertical-align: top;
}
.avatar-upload {
  text-align: center;
  margin-bottom: 20px;
}
.avatar-upload span {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.avatar-upload span input {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  opacity: 0;
  cursor: pointer;
}
.avatar-upload span img {
  display: block;
  max-width: 100%;
  height: 60px;
  position: relative;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  margin-bottom: 10px;
  z-index: 40;
  vertical-align: top;
}
.avatar-upload a {
  clear: both;
  padding: 5px 0;
  display: inline-block;
}
.categories {
  margin: 20px 0 80px 0;
  padding: 30px 30px 0 30px;
  background: rgba(95, 114, 133, 0.1);
}
.categories h3 {
  text-align: center;
  font-style: italic;
  margin: 0 0 10px 0;
}
.categories .category-item {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  margin-bottom: 30px;
  height: 280px;
  box-shadow: 0 0 0 rgba(81, 95, 113, 0);
  -webkit-box-shadow: 0 0 0 rgba(81, 95, 113, 0);
  position: relative;
  cursor: pointer;
}
.categories .category-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 350;
  box-shadow: 0 0 0 0 rgba(44, 172, 216, 0) inset;
  transition-duration: .3s;
}
.categories .category-item:hover:before {
  box-shadow: 0 0 0 15px rgba(44, 172, 216, 0.8) inset;
}
.categories .category-item div {
  position: relative;
  height: 280px;
}
.categories .category-item-link {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  margin-bottom: 30px;
  position: absolute;
  height: 280px;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 rgba(81, 95, 113, 0);
  -webkit-box-shadow: 0 0 0 rgba(81, 95, 113, 0);
  z-index: 300;
}
.categories .category-item-text {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 25px;
  color: #FFF;
  padding: 20px;
  text-align: center;
  display: block;
  z-index: 500;
}
.categories .category-item-fade {
  z-index: 450;
  font-weight: bold;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  bottom: 0;
  height: 150px;
  width: 100%;
  display: block;
}
.rating {
  position: relative;
  background-size: 100%;
  fill: #94B3C7;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: left;
}
.rating > i {
  position: absolute;
  z-index: 10;
  line-height: inherit;
  opacity: .2;
  left: 0;
}
.rating > span {
  position: relative;
  z-index: 20;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.rating > span i {
  color: #FFBF00;
  line-height: inherit;
  vertical-align: top;
}
.rating.rating-0 > span {
  width: 0%;
}
.rating.rating-05 > span {
  width: 8.1%;
}
.rating.rating-1 {
  width: 18.2%;
}
.rating.rating-15 > span {
  width: 28.5%;
}
.rating.rating-2 > span {
  width: 40.2%;
}
.rating.rating-25 > span {
  width: 49.2%;
}
.rating.rating-3 > span {
  width: 58.2%;
}
.rating.rating-35 > span {
  width: 69.8%;
}
.rating.rating-4 > span {
  width: 81.8%;
}
.rating.rating-45 > span {
  width: 90.3%;
}
.rating.rating-5 > span {
  width: 100%;
}
.fc-view-container {
  background: #FFF;
}
.fc-view table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fc td {
  font-size: 13px;
  border: 1px solid #DFE8EE;
  font-weight: normal;
}
.fc th,
.fc thead td {
  background: #CFDDE6;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  text-transform: uppercase;
  border-color: #CFDDE6;
}
.fc-ltr .fc-basic-view .fc-day-number {
  font-weight: normal;
}
.fc button,
.fc-state-default {
  text-shadow: none;
  font-family: inherit;
  font-size: inherit;
  color: #515F71;
  background: #FFF;
  border-color: #E8EFF3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.fc button.fc-state-active,
.fc-state-default.fc-state-active {
  color: #FFF;
  background: #94B3C7;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#calendar {
  margin-bottom: 30px;
}
.icheckbox_medme,
.iradio_medme {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_medme {
  background-position: 0 0;
}
.icheckbox_medme.checked {
  background-position: -22px 0;
}
.icheckbox_medme.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_medme.checked.disabled {
  background-position: -66px 0;
}
.iradio_medme {
  background-position: -88px 0;
}
.iradio_medme.checked {
  background-position: -110px 0;
}
.iradio_medme.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_medme.checked.disabled {
  background-position: -154px 0;
}
/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_medme,
  .iradio_medme {
    background-image: url(../img/icheck@2x.png);
    background-size: 176px 22px;
  }
}
.pane {
  position: relative;
  z-index: 500;
  margin-bottom: 30px;
}
.pane.fix-on-reach {
  top: -410px;
}
.pane .pane-top {
  position: relative;
  background-color: rgba(91, 85, 170, 0.9);
  text-align: center;
  color: #FFF;
}
.pane .pane-top h3,
.pane .pane-top h2,
.pane .pane-top p,
.pane .pane-top a {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}
.pane .pane-top .rating {
  text-align: left;
}
.pane .pane-top .pane-price {
  height: auto;
  padding: 30px 0;
}
.pane .pane-top .pane-price h2,
.pane .pane-top .pane-price h3 {
  margin: 3px 0;
}
.pane .pane-top .pane-price h3 {
  font-weight: normal;
}
.pane .pane-top .pane-avatar {
  padding: 30px 0;
}
.pane .pane-top .pane-top-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  text-align: left;
}
.pane .pane-top .pane-top-info > img,
.pane .pane-top .pane-top-info > i {
  float: left;
}
.pane .pane-top .pane-top-info > span {
  display: block;
  margin-left: 40px;
}
.pane .pane-top .pane-top-price {
  float: right;
  text-align: right;
}
.pane .form-group {
  position: relative;
}
.pane .pane-buttons {
  background: #FFF;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #E8EFF3;
}
.pane .pane-body {
  background-color: #FFF;
  padding: 20px;
}
.pane .pane-body .form-control {
  background: #E8EFF3;
  border-color: #E8EFF3;
}
.pane .pane-body .form-control:focus {
  background: #FFF;
  border-color: #2DACD8;
}
.pane .pane-stats {
  border-bottom: 1px solid rgba(148, 179, 199, 0.3);
  text-align: center;
  padding: 15px 0;
}
.pane .pane-stats:last-child {
  border: 0;
}
.pane .pane-stats h1 {
  margin: 0;
}
.pane .pane-stats .rating-wrapper {
  text-align: center;
}
.pane .pane-stats .average {
  font-size: 13px;
  font-style: italic;
}
.pane .pane-stats .rating {
  font-size: 30px;
}
.pane .verified-countries {
  font-size: 13px;
  margin-top: 10px;
  opacity: .8;
}
.pane .verified-countries .verified-title {
  display: block;
  margin-bottom: 5px;
}
.pane .verified-countries .verified-country {
  padding: 3px 6px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.pane .rating-details > span {
  display: inline-block;
  padding: 15px;
  text-align: center;
}
.pane .rating-details > span span {
  padding: 3px 0;
  font-size: 13px;
  display: block;
}
.pane.buttoned .form-control,
.pane.buttoned .btn {
  margin-bottom: 20px;
}
.pane .original-price {
  display: block;
  font-size: 14px;
  opacity: .7;
  padding: 0;
  width: auto !important;
}
.pane .treatment {
  background: #FFF;
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid #E8EFF3;
}
.pane .treatment .price {
  float: right;
  margin-top: 5px;
  text-align: right;
}
.pane .treatment .price .price-badge {
  margin-left: 5px;
}
.pane .treatment .text {
  float: left;
}
.pane .treatment .text a {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.pane .advance,
.pane .status,
.pane .total {
  font-weight: bold;
  display: table;
  width: 100%;
  background: #FFF;
}
.pane .advance > span,
.pane .status > span,
.pane .total > span,
.pane .advance > b,
.pane .status > b,
.pane .total > b {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}
.pane .advance span,
.pane .status span,
.pane .total span {
  width: 30%;
}
.pane .advance b,
.pane .status b,
.pane .total b {
  text-align: right;
}
.pane .advance {
  background: #CFDDE6;
  color: #515F71;
}
.pane .advance i {
  opacity: .7;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.pane .total b {
  font-size: 25px;
}
.pane .status {
  background: #5F7285;
  color: #FFF;
}
.pane .status b {
  font-size: 18px;
}
@media (max-width: 992px) {
  .pane {
    position: relative;
    top: 0;
  }
}
.login-tab .btn.btn-facebook,
.sign-up-tab .btn.btn-facebook,
.login-tab .btn.btn-google,
.sign-up-tab .btn.btn-google,
.login-tab .btn.btn-linkedin,
.sign-up-tab .btn.btn-linkedin {
  white-space: normal !important;
}
.social-login-buttons .col-md-4,
.sign-up-tab .col-md-4,
.treatment-button-block .col-md-4 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.social-login-buttons .col-md-4 .btn,
.sign-up-tab .col-md-4 .btn,
.treatment-button-block .col-md-4 .btn {
  white-space: normal !important;
  width: 100% !important;
}
.treatment-button-block .col-md-6 {
  margin-top: 5px;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.treatment-button-block .col-md-6 .btn {
  white-space: normal !important;
  width: 100% !important;
}
.social-login-buttons.row,
.treatment-button-block.row,
.sign-up-tab .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.btn {
  transition: box-shadow 0.3s;
  position: relative;
  z-index: 20;
}
.btn:focus {
  outline: none;
}
.btn i {
  margin-right: 10px;
  line-height: 15px;
}
.btn.btn-white {
  border-color: #FFF;
  background: #FFF;
  color: #515F71;
  box-shadow: 0 1px 5px rgba(81, 95, 113, 0);
}
.btn.btn-white:hover {
  box-shadow: 0px 1px 7px rgba(81, 95, 113, 0.4);
}
.btn.btn-white.active {
  background-color: #94B3C7;
  border-color: #94B3C7;
}
.btn.btn-default {
  border: 1px solid #E8EFF3;
  color: #515F71;
}
.btn.btn-default:hover,
.btn.btn-default:active {
  background: rgba(232, 239, 243, 0.5);
}
.btn.btn-default.active {
  background: #5F7285;
  border-color: #4a5867;
  color: #FFF;
}
.btn.btn-primary {
  border-color: #2DACD8;
  background-color: #2DACD8;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-lined {
  border: 2px solid #2DACD8;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  color: #2CACD8;
}
.btn.btn-lined:hover,
.btn.btn-lined:focus {
  color: #1d7b9c;
}
.btn.btn-secondary {
  background: #72528B;
  border-color: #72528B;
  color: #FFF;
}
.btn.btn.btn-facebook {
  background: #3B5998;
  border-color: #3B5998;
  color: #FFF;
}
.btn.btn.btn-google {
  background: #D34836;
  border-color: #D34836;
  color: #FFF;
}
.btn.btn-orange {
  background: #FF5C26;
  color: #FFF;
  border-color: #FF5C26;
}
.btn.btn-linkedin {
  color: #FFF;
  border-color: #007AB9;
  background: #007AB9;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn.btn {
  position: relative;
}
.btn.btn .active {
  position: absolute;
  border: 2px solid #FFF;
  top: -13px;
  right: -13px;
  width: 26px;
  display: block;
  height: 26px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  background: #46C488;
}
.btn-action {
  padding: 8px;
  background: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
}
.modal-dialog {
  margin-top: 100px;
}
.modal-scroll {
  height: 500;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.modal-filter {
  float: right;
  width: 250px;
}
.modal-content {
  box-shadow: 0 10px 20px rgba(0, 51, 102, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 51, 102, 0.2);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.modal-content .form-control {
  background: #E8EFF3;
  border-color: #E8EFF3;
}
.modal-content .form-control:focus {
  background: #FFF;
  border: 1px solid #2DACD8;
  box-shadow: 0px 0px 3px rgba(45, 172, 216, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(45, 172, 216, 0.3);
}
.modal-content h2,
.modal-content h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.modal-content {
  position: relative;
}
.modal-content .close {
  position: absolute;
  right: -50px;
  top: -50px;
  opacity: 1;
  height: 36px;
}
.modal-content .close i {
  font-size: 30px;
  color: #FFF;
}
.modal-header.with-tabs {
  padding: 0;
  border-bottom: 0;
}
.modal-backdrop.in {
  background: #BFD0DD;
  opacity: .8;
}
.modal-header .tabs {
  display: table;
  width: 100%;
  background: #E8EFF3;
}
.modal-header .tabs > li {
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #BED1DD;
  border-right: 1px solid #BED1DD;
}
.modal-header .tabs > li.active {
  border-bottom: 1px solid #FFF;
}
.modal-header .tabs > li:last-child {
  border-right: 0;
}
.modal-header .tabs > li > a {
  padding: 25px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #105984;
  text-transform: uppercase;
  border: 0;
  margin: 0;
}
.modal-header .tabs > li > a i {
  color: #94B3C7;
  margin-right: 5px;
}
.modal-header .tabs > li > a:hover,
.modal-header .tabs > li > a:focus {
  border-bottom: transparent;
}
.modal-header .tabs > li.active > a,
.modal-header .tabs > li.active > a:focus,
.modal-header .tabs > li.active > a:hover {
  background: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #94B3C7;
  border-bottom-color: transparent;
}
.modal-body {
  padding: 50px;
  position: relative;
}
.modal-body .login-submit .checkbox {
  float: left;
}
.modal-upload {
  background: #E8EFF3;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
  color: #5F7285;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  border: 1px solid #E8EFF3;
}
.modal-upload.dz-drag-hover {
  background: #FFF;
  border: 1px solid #46C488;
  box-shadow: 0 0 10px rgba(70, 196, 136, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(70, 196, 136, 0.4);
}
.listing-filter {
  padding: 20px 0;
}
.listing-filter .form-group {
  position: relative;
}
.listing-filter .form-group i {
  position: absolute;
  top: 13px;
  right: 13px;
}
.listing-filter .filter-inputs {
  margin: 0 -5px;
}
.listing-filter .filter-inputs .form-group {
  width: 31%;
  float: left;
  padding: 0 5px;
  margin-bottom: 25px;
}
.listing-filter .filter-inputs .browse-treatments {
  float: left;
  width: 7%;
  text-align: center;
  margin: 0;
  display: block;
}
.listing-filter .filter-inputs .browse-treatments i {
  margin-right: 0;
  position: relative;
  top: -2px;
}
.listing-filter .range {
  margin-top: 12px;
}
.listing-filter .range-top,
.listing-filter .range-bottom {
  display: block;
  margin-top: 20px;
  color: #105984;
}
.listing-filter .range-top {
  float: right;
}
.listing-filter .range-bottom {
  float: left;
}
.listing-filter .search-button i {
  margin-right: 0;
}
.list-header {
  margin-bottom: 15px;
}
.list-header .btn-group {
  vertical-align: top;
}
.list-header .btn-group a.active i {
  color: #FFF;
}
.list-header .btn-group a i {
  font-size: 16px;
  margin-right: 0;
}
.list-header .btn-group a.active i.icon-listview {
  background-position: -497px 0;
}
.list-header .btn-group a.active i.icon-gridview {
  background-position: -457px 0;
}
.stars {
  margin-bottom: 10px;
  height: 26px;
}
.list-item-wrapper {
  position: relative;
  height: 360px;
}
.list-item-wrapper:hover .list-item:nth-child(2) {
  left: 8px;
}
.list-item-wrapper:hover .list-item:nth-child(3) {
  left: 16px;
}
.list-item-wrapper.single .list-item:hover {
  outline: 2px solid #2DACD8;
  z-index: 500;
}
.list-item-wrapper.stacked .list-item.box .image-wrapper .price-badge {
  background: #009ea3;
}
.list-item-wrapper.stacked .list-item.box .image-wrapper .price-badge.closed-day {
  background: #5F7285;
}
.list-item-wrapper .list-item {
  background: #FFF;
  cursor: pointer;
  position: absolute;
  width: 100%;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: left .2s;
  overflow: hidden;
}
.list-item-wrapper .list-item:nth-child(1) {
  left: 0;
  top: 0;
  bottom: 20px;
  z-index: 10;
}
.list-item-wrapper .list-item:nth-child(2) {
  left: 4px;
  top: -4px;
  bottom: 24px;
  z-index: 20;
}
.list-item-wrapper .list-item:nth-child(3) {
  left: 8px;
  top: -8px;
  bottom: 28px;
  z-index: 30;
}
.list-item-wrapper .list-item .image-wrapper {
  background-size: cover;
  background-position: center;
  min-height: 170px;
}
.list-item-wrapper .list-item .price-badge,
.list-item-wrapper .list-item .treatment-count {
  font-size: 18px;
  color: #FFF;
  padding: 4px 10px;
  position: absolute;
}
.list-item-wrapper .list-item .price-badge {
  right: 0;
  bottom: 0;
  background: #72528B;
}
.list-item-wrapper .list-item .treatment-count {
  background: rgba(38, 45, 54, 0.7);
  font-size: 16px;
  left: 0;
  top: 0;
}
.list-item-wrapper .list-item.box .image-wrapper {
  position: relative;
}
.list-item-wrapper .list-item.box .title-row {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.list-item-wrapper .list-item.box .title-row > div {
  vertical-align: top;
}
.list-item-wrapper .list-item.box .title-row > div.avatar-wrapper {
  float: left;
}
.list-item-wrapper .list-item.box .title-row > div.title {
  margin-left: 70px;
  color: #105984;
}
.list-item-wrapper .list-item.box .title-row > div.title h3 {
  margin: 3px 0 0 0;
  font-size: 20px;
}
.list-item-wrapper .list-item.box .title-row > div.item-rating {
  color: #94B3C7;
  font-size: 13px;
  padding-top: 10px;
  clear: both;
}
.list-item-wrapper .list-item.box .title-row > div.item-rating .rating {
  margin-right: 5px;
}
.list-item-wrapper .list-item.box p {
  display: block;
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0 20px 20px 20px;
}
.list-item-wrapper.list.stacked .price-badge {
  background: #009ea3;
}
.list-item-wrapper.list {
  height: auto;
}
.list-item-wrapper.list .list-item {
  margin-bottom: 1px;
  position: static;
  display: table;
  width: 100%;
}
.list-item-wrapper.list .list-item:before,
.list-item-wrapper.list .list-item:after {
  content: ' ';
  display: table;
  clear: both;
}
.list-item-wrapper.list .list-item > div {
  padding: 15px;
  display: table-cell;
  vertical-align: top;
}
.list-item-wrapper.list .list-item .title-wrapper {
  width: 30%;
}
.list-item-wrapper.list .list-item .title-wrapper .avatar {
  float: left;
}
.list-item-wrapper.list .list-item .title-wrapper .title {
  margin-left: 70px;
}
.list-item-wrapper.list .list-item .title-wrapper .title h4 {
  margin: 5px 0;
}
.list-item-wrapper.list .list-item .desc {
  width: 40%;
  font-size: 14px;
}
.list-item-wrapper.list .list-item .rating-wrapper {
  width: 15%;
  text-align: right;
  font-size: 13px;
}
.list-item-wrapper.list .list-item .rating-wrapper .rating {
  margin-right: 5px;
}
.list-item-wrapper.list .list-item .price {
  width: 15%;
  text-align: right;
}
.list-item-wrapper.list .list-item .price .price-badge {
  font-size: 15px;
  position: static;
}
.listing-wrapper {
  width: 58.33333333%;
  position: fixed;
  z-index: 300;
  top: 70px;
  left: 0;
  bottom: 0;
}
.listing-wrapper .listing {
  padding: 0 20px;
}
.map {
  position: fixed;
  right: 0;
  top: 70px;
  bottom: 0;
  width: 41.66666667%;
}
.map .map-panel {
  margin-top: 10px;
  font-size: 13px;
  padding: 5px 10px 2px 5px;
  font-family: 'Lato', sans-serif;
  background: #FFF;
  height: 31px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.map .map-panel label {
  font-weight: normal;
}
.map .map-panel label span {
  line-height: 20px;
  display: inline-block;
}
.search-dropdown.ui-widget-content .ui-menu-item.search-category {
  background: #E8EFF3;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  text-transform: uppercase;
  padding-left: 10px;
}
.search-dropdown.ui-widget-content .ui-menu-item.search-category:hover {
  background: #E8EFF3;
  color: #515F71;
}
.search-dropdown.ui-widget-content .ui-menu-item {
  padding-left: 20px;
}
.list-include.ng-enter {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.list-include.ng-enter {
  opacity: 0;
}
.list-include.ng-enter.ng-enter-active {
  opacity: 1;
}
.list-include.ng-leave {
  opacity: 1;
}
.list-include.ng-leave.ng-leave-active {
  opacity: 0;
}
.list-map-padding {
  padding-right: 30px;
}
.ui-slider {
  background: #94B3C7;
  height: 5px;
  position: relative;
  width: 100%;
}
.ui-slider:before,
.ui-slider:after {
  content: '';
  display: block;
  background: #94B3C7;
  width: 15px;
  height: 15px;
  left: -5px;
  top: -5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
}
.ui-slider:after {
  right: -5px;
  left: auto;
}
.ui-slider-range {
  background: #2DACD8;
  position: absolute;
  height: 5px;
}
.ui-slider-handle {
  width: 30px;
  height: 30px;
  border: 1px solid #94B3C7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 1px 1px rgba(81, 95, 113, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(81, 95, 113, 0.2);
  display: block;
  background: #FFF;
  margin: -13px 0 0 -13px;
  position: absolute;
  outline: none;
  z-index: 500;
  cursor: pointer;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  border-color: #2DACD8;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete.ui-widget-content {
  list-style-type: none;
  z-index: 2000;
  margin: 0;
  padding: 0;
  box-shadow: 0px 5px 10px rgba(81, 95, 113, 0.5);
  -webkit-box-shadow: 0px 5px 10px rgba(81, 95, 113, 0.5);
  background: #FFF;
  border: 1px solid #2FACDA;
}
.ui-autocomplete.ui-widget-content li {
  cursor: pointer;
  display: block;
  padding: 5px;
}
.ui-autocomplete.ui-widget-content li:hover {
  background: #2DACD8;
  color: #FFF;
}
.ui-autocomplete.ui-widget-content li.ui-state-focus {
  background: #2DACD8;
  color: #FFF;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #FFF !important;
}
.review-rating-wrapper {
  clear: both;
  padding: 2px 0;
}
.review-rating .stars {
  float: left;
  margin-right: 20px;
}
.review-rating .stars .star {
  padding-right: 5px;
}
.review-rating .stars .star:after {
  font-size: 19px;
}
.review-rating .stars .star,
.review-rating .stars .tmp_es {
  color: #d7e3ea;
}
.review-rating .stars .star.fullStar,
.review-rating .stars .star.tmp_fs {
  color: #FFBF00;
}
.review-rating .stars .star.tmp_es,
.review-rating .stars .star.fullStar.tmp_es {
  color: #d7e3ea;
}
.review-rating-overall {
  text-align: center;
}
.review-rating-overall .rating {
  font-size: 27px;
}
@media (max-width: 2100px) {
  .list-item-wrapper {
    height: 380px;
  }
}
@media (max-width: 1600px) {
  .list-items-wrapper .col-md-6,
  .list-items-wrapper .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .list-items-wrapper .col-md-6,
  .list-items-wrapper .col-lg-4 {
    width: 50%;
  }
  .list-item-wrapper {
    height: 380px;
  }
}
@media (max-width: 1200px) {
  .list-items-wrapper .col-md-6,
  .list-items-wrapper .col-lg-4 {
    width: 100%;
  }
  .list-item-wrapper {
    height: 360px;
  }
}
@media (max-width: 992px) {
  select.form-control {
    background: #FFF url('../img/arrow-down.svg') no-repeat 95% 50%;
  }
  .form-group .form-control {
    margin-bottom: 15px;
  }
  #header .logo {
    width: 75px;
    background-position: left center;
    margin: 22px 0;
  }
  #header .search-box input {
    width: 150px;
  }
  #header .mobile-toggle {
    display: block;
  }
  #header .nav {
    display: none;
    background: #105984;
    text-align: left;
    position: fixed;
    box-shadow: 0 5px 10px rgba(81, 95, 113, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(81, 95, 113, 0.5);
    padding: 0;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
  }
  #header .nav li {
    display: block;
    border-bottom: 1px solid #1678b1;
  }
  #header .nav li:last-child {
    border: 0;
  }
  #header .nav li a {
    color: #FFF;
  }
  #header .nav li a:hover,
  #header .nav li a:active,
  #header .nav li a:focus {
    background: #0a3a57;
  }
  #header .nav li a i {
    color: #FFF;
  }
  #header.menu-open .nav {
    display: block;
  }
  .title-bar-payment .btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
  }
  .title-bar-payment .btn-group > .btn {
    float: none;
    display: table-cell;
  }
  .title-bar-payment .balance-top {
    margin: 0 0 15px 0;
    float: none;
  }
  .title-bar-payment .balance-top b {
    margin: 0;
    display: block;
  }
  .title-bar-payment .pull-right {
    width: 100%;
  }
  .title-bar-payment .pull-right .btn {
    width: 100%;
  }
  .listing-filter .filter-inputs .browse-treatments {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .listing-filter .filter-inputs .form-group {
    width: 100%;
    float: none;
    padding: 0;
  }
  .slider.detail {
    height: 260px;
  }
  .slider .intro {
    padding-top: 0;
  }
  .slider .intro h1 {
    font-size: 25px;
    margin-top: 40px;
  }
  .slider .intro p {
    font-size: 16px;
  }
  .modal-body {
    padding: 25px;
  }
  .modal {
    padding-right: 0 !important;
  }
  .usernav {
    margin-bottom: 20px;
  }
  .modal-content select.form-control {
    background-image: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .modal-content .close {
    right: 0;
  }
  .table.white {
    background: none;
  }
  .table .avatar {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .table .avatar-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
  }
  .table thead {
    display: none;
  }
  .table > tbody > tr {
    border-bottom: 1px solid #CFDDE6;
    margin: 7px 0;
    display: block;
    background: #FFF;
    padding: 10px 0;
  }
  .table > tbody > tr > td {
    padding: 5px;
    text-align: center;
    width: 100%;
    border-top: 0;
    display: block;
  }
  .listing-wrapper {
    top: 0;
    position: relative;
  }
  .listing-wrapper .listing {
    padding: 0;
  }
  .map {
    display: none;
  }
  .list-items-wrapper .col-md-6,
  .list-items-wrapper .col-lg-4 {
    width: 50%;
    float: left;
  }
  .list-item-wrapper {
    height: 360px;
  }
  .listing-filter .ratings {
    clear: both;
  }
  .listing-filter .range-top,
  .listing-filter .range-bottom {
    margin-top: 10px;
  }
  .listing-filter .btn {
    margin: 50px 0 10px 0;
  }
  .usernav {
    display: none;
  }
}
@media (max-width: 768px) {
  select.list-order-select {
    width: 80% !important;
    float: left;
  }
  h1 {
    font-size: 28px;
  }
  .list-header .list-order-select {
    margin-bottom: 15px;
  }
  .content-page {
    padding-top: 20px;
  }
  .messages-header .btn {
    margin-top: 15px;
  }
  .messages-send-bar {
    height: 80px;
  }
  .table-list.slim div {
    padding-right: 0;
  }
  .title-bar .btn-group,
  .title-bar .pull-right {
    float: none;
    margin-bottom: 15px;
    white-space: normal;
  }
  .title-bar .btn-group input,
  .title-bar .pull-right input,
  .title-bar .btn-group select,
  .title-bar .pull-right select,
  .title-bar .btn-group a,
  .title-bar .pull-right a {
    margin-bottom: 15px;
  }
  .currency-label {
    margin-left: 0;
  }
  .categories {
    padding: 15px 15px 0 15px;
  }
  .categories .category-item {
    margin-bottom: 15px;
  }
  .search-bar {
    padding: 20px 0;
  }
  .search-bar .search-fields {
    width: 100%;
    display: block;
  }
  .search-bar .search-fields .search-field {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .search-bar .search-fields .search-field input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .search-bar .btn {
    margin-left: 0;
    width: 100%;
  }
  .list-items-wrapper .col-md-6,
  .list-items-wrapper .col-lg-4 {
    width: 100%;
    float: none;
  }
  .list-item-wrapper {
    height: 360px;
  }
  .social-login-buttons .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .slider.detail .slide {
    height: 350px;
  }
  .quick-jump {
    display: none;
  }
  .pane.fix-on-reach {
    margin-top: 20px;
    top: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}
@media only screen and (max-width: 479px) {
  .categories {
    margin: 15px 0 15px 0;
  }
  #home-items,
  .categories {
    position: relative;
    top: -50px;
  }
  .listing-filter {
    padding: 5px 0;
  }
  .listing-filter .btn {
    margin: 10px 0 5px 0;
  }
  .listing-filter .filter-inputs .form-group {
    margin-bottom: 5px;
  }
  .listing-filter .filter-inputs .browse-treatments {
    margin-bottom: 10px;
  }
  .listing-wrapper {
    width: 100%;
  }
  select.list-order-select {
    width: 70% !important;
    float: left;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition: all linear 0.2s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
  height: 0;
}
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  height: 40px;
}
.customselect_selectedoption {
  width: 100%;
  height: 40px;
  z-index: 100;
  border: 1px solid #ccc;
  background: #E8EFF3;
  border-color: #E8EFF3;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  line-height: 1.42857143;
  color: #555;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 8px 15px;
  font-size: 16px;
  cursor: pointer;
}
.customselect_selectedoption .option_item {
  height: 20px;
  overflow: hidden;
}
.customselect_selectwrapper {
  position: absolute;
  display: none;
  width: 100%;
  background: #FFF;
  border: 1px solid #2FACDA;
  z-index: 100;
  border-radius: 4px;
  padding: 8px 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.customselect_optionswrapper .option_item {
  border-top: 1px solid #CFDDE6;
  padding: 7px;
  cursor: pointer;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}
.customselect_optionswrapper .option_item:hover {
  background: rgba(207, 221, 230, 0.5);
}
.customselect_optionswrapper .option_item .title {
  color: black;
  overflow: hidden;
  font-size: 16px;
}
.customselect_optionswrapper .option_item .detail {
  font-size: 13px;
  color: #5F7285;
}
.treatment-images {
  margin: 0 -10px;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
.treatment-image {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.treatment-image img {
  border: 3px solid #FFF;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=app.css.map */
