.form-control::-moz-placeholder {
    color: #bbb
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

.form-control::-webkit-input-placeholder {
    color: #bbb
}

.full-width {
    width: 100% !important;
}

.inline {
    display: inline-block;
}

.has-feedback label ~ .form-control-feedback {
    top: 30px;
}

.main-container {
    padding: 20px 0;
}

#filter {
    margin-bottom: 0;
}

#filter-cont > li {
    padding: 12px 20px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.list-style-none {
    list-style: none;
}

.m-l-sm {
    margin-left: 10px;
}

.text-align-middle {
    vertical-align: middle !important;
}

.fs-20 {
    font-size: 20px;
}

.text-red {
    color: red;
}

.inline-radio {
    list-style: none;
    padding: 0;
}

.inline-radio li {
    float: left;
    padding-right: 20px;
}

.header-top-dropdown .dropdown-menu.no-padding {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
}

.user-avatar {
    display: inline-block;
    width: 165px;
    height: 165px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.comment-avatar.user-avatar {
    width: 55px;
    height: 55px;
    padding: 2px;
}

header .logo img {
    height: 48px;
}

.header .header-top-dropdown {
    margin-top: 10px;
}

.header-top-dropdown .dropdown > button {
    font-size: 14px;
}

.header .header-top-dropdown .dropdown-menu, .fixed-header-on .header .header-top-dropdown .dropdown-menu {
    margin-top: 0;
}

.main-navigation .navbar-right .dropdown.open {
    background-color: #fafafa;
    outline: 1px solid #f1f1f1;
}

.main-navigation .navbar-right .dropdown-menu {
    right: -1px;
    left: auto;
}

.main-navigation .header-top-dropdown {
    float: right !important;
}

.main-navigation .navbar-nav > li {
    float: left;
}

.navbar-default .navbar-nav li.show-sm {
    display: none;
}

.navbar-default .navbar-nav li.show-lg {
    display: block;
}

.user-avatar img {
    width: 100%;
    height: 100%;
}

.user-avatar input[type=file] {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 150%;
    font-size: 100px;
}

.apply-avatar-wrap {
    float: left;
}

.apply-title-wrap {
    display: inline-block;
    padding-left: 10px;
    padding-top: 40px;
}

.apply-operate-wrap {
    float: right;
    padding-top: 40px;
    font-size: 20px;
}

.apply-content .content-guide {
    padding: 10px 0;
}

.apply-content .content-guide .num {
    float: left;
    margin: 10px 15px 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #f5793b;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.apply-content .content-guide p {
    padding: 0;
    margin: 0;
}

.my-btn-group {
    list-style: none;
    padding: 0;
}

.my-btn-group li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px
}

.my-btn-group input {
    display: none;
}

.my-btn-group label {
    display: inline-block;
    border: 1px solid #ff946e;
    padding: 0 20px;
    line-height: 30px;
    color: #ff946e;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    text-decoration: none;
    font-weight: normal;
}

.dark-bg .my-btn-group label {
    background: #595959;
}

.my-btn-group label.active {
    color: #fff;
    background: #ff946e
}

#toast-container {
    z-index: 2147483699;
}

/*summer note*/
.placeholder {S
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    color: #aaa;
    pointer-events: none;
}

.note-editor .btn, .note-popover .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    margin: 0;
}

.note-editor .btn.btn-sm, .note-popover .btn.btn-sm {
    padding: 5px 10px;
    min-width: 1px;
}

.note-editor .btn-default, .note-popover .btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
}

.overlay-container img {
    margin: 0 auto;
}

#home-posts .summary, #home-talents .summary {
    margin-bottom: 0;
    display: block;
    height: 66px;
    overflow: hidden;
}

#home-posts .blog-img {
    position: relative;
    overflow: hidden;
}

#home-posts .blog-title {
    height: 52px;
}

#home-talents .summary {
    height: 44px;
}

#home-topics .topic {
    display: block;
    background-size: cover;
    background-position: center center;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
}

#home-topics .topic_wrap {
    background: #fff;
    padding: 20px;
}

#home-topics .topic h3, #home-topics .topic h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}

#home-topics .topic .talent_title {
    display: block;
    color: #7ADE77;
}

#home-topics .topic .summary {
    display: none;
    color: #f5793b !important;
    font-size: 14px;
}

#home-topics .topic > div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    padding: 10px;
    min-height: 39%;
}

#home-topics .topic > div.top-right {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    background: rgba(0, 0, 0, .3);
    padding: 5px;
    width: auto;
    min-height: 10px;
    color: #ffffff;
}

#home-topics .isotope-item {
    margin-bottom: 10px;
}

#home-topics .topic:hover .summary, #home-topics .topic .topic_title {
    display: block;
    transition: all 100ms;
    color: #fff;
}

.tp-caption {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, sans-serif !important;
}

.page-settings-topics .status {
    font-size: 14px;
    vertical-align: middle;
}

.page-talent-preview .nav-tabs > li > a, .page-talent-index .nav-tabs > li > a, .page-talent-topics .nav-tabs > li > a, .page-talent-posts .nav-tabs > li > a {
    font-size: 16px;
}

#topics_ .topic-item .blogpost-body {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#topics_ .topic-item.active .blogpost-body {
    height: auto;
}

#topics_ .topic-item .fold {
    position: absolute;
    top: 170px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(245, 245, 245, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fcfaf9', endColorstr='#fffcfaf9', GradientType=0);
    background: -webkit-linear-gradient(rgba(252, 250, 249, .1) 0, #fcfaf9 75%);
    background: linear-gradient(rgba(252, 250, 249, .1) 0, #fcfaf9 75%)
}

#topics_ .topic-item .fa-arrow-up, #topics_ .topic-item.active .fa-arrow-down, #topics_ .topic-item.active .fold {
    display: none;
}

#topics_ .topic-item.active .fa-arrow-up, #topics_ .topic-item .fa-arrow-down, #topics_ .topic-item .fold {
    display: block;
}

.btn.btn-sm {
    min-width: 104px;
}

.btn.btn-rounded {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}

.btn.btn-rounded.btn-sm {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.btn.btn-xs {
    padding: 4px;
    font-size: 12px;
    min-width: 55px;
}

.btn.btn-rounded.btn-xs {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.btn-hg {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.btn-option-default {
    border: 1px solid #343434;
    border-radius: 20px;
    color: #343434;
}

.btn-option {
    background: #6ed5d7;
    border: 1px solid #6ed5d7;
    border-radius: 20px;
    color: #fff;
}

.btn-social {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 12px 6px 44px;
    text-transform: none;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

/*step */
.step-wrap {
    text-align: center;
}

.step-wrap .step-warning {
    display: inline-block;
    margin-top: 8px;
    padding: 0 20px;
    border-radius: 2px;
    background: #f2f2f2;
    color: #ff946e
}

.step {
    position: relative;
    line-height: 22px;
    font-size: 14px;
    color: #ccc;
    overflow: hidden;
}

.step span {
    position: relative;
    float: left;
    display: block;
    width: 20%;
    text-align: center;
}

.step em {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 2px auto 0;
    background: #ccc;
    color: #fff;
    font-style: normal;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

.step .step-line {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.step span:first-child .step-line {
    width: 50%;
    left: 50%;
}

.step span:last-child .step-line {
    width: 50%;
    right: 50%;
}

.step span span.info {
    display: block;
    width: 100%;
    margin-left: 50%;
    margin-top: -5px;
}

.step span span.info.left {
    margin-left: -50%;
}

.step .step-complete {
    color: #f5793b;
}

.step .step-complete em {
    background-color: #f5793b;
}

.step .step-complete .step-line {
    top: 34px;
    border-top: 3px solid #f5793b;
}

/*booking modal*/
.sts-modal button.close {
    position: absolute;
    right: -35px;
    top: 10px;
    background-color: #f5793b;
    opacity: 1;
    font-size: 16px;
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
}

#booking-modal-invite .booking-form-title, #booking-modal-topic .booking-form-title, #booking-modal-event .booking-form-title {
    margin-bottom: 4px;
    padding-left: 10px;
}

#booking-modal-invite .booking-price, #booking-modal-topic .booking-price, #booking-modal-event .booking-price {
    font-size: 20px;
    font-weight: 400;
}

#booking-modal-invite .booking-duration, #booking-modal-topic .booking-duration, #booking-modal-event .booking-duration {
    font-style: normal;
}

#booking-modal-invite .booking-options, #booking-modal-topic .booking-options, #booking-modal-event .booking-options {
    width: 100%;
    margin-bottom: 12px;
}

#booking-modal-invite .booking-options a, #booking-modal-topic .booking-options a, #booking-modal-event .booking-options a {
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: left;
}

#booking-modal-invite .step, #booking-modal-topic .step, #booking-modal-event .step {
    margin-bottom: 20px;
}

/*meet page*/
.user-meet-inner .user-avatar, .meet-detail-inner .user-avatar {
    width: 90px;
    height: 90px;
}

.user-meet-inner .user-avatar img, .meet-detail-inner .user-avatar img {
    width: 80px;
    height: 80px;
}

.meet-detail-inner {
    padding: 10px 0 20px 10px;
}

.meet-detail-inner .user-name {
    font-size: 20px;
}

.meet-detail-inner .meet-detail-content {
    margin-left: 110px;
}

.meet-detail-inner .meet-detail-info {
    margin-right: 100px;
}

.meet-detail-inner .meet-detail-func {
    width: 100px;
}

.meet-detail-inner .meet-detail-top .btn {
    margin-top: 0;
    min-width: 95px;
}

.meet-detail-inner .meet-detail-top {
    padding: 10px 0;
}

.meet-desc h4 {
    font-size: 16px;
}

.box-highlight {
    outline: #f5793b 1px solid !important;
}

#refuse-modal h3 {
    font-size: 20px;
    margin: 14px 0 30px;
}

#refuse-modal ul {
    padding-left: 130px;
    list-style: none;
}

.picker-wrap .picker-item {
    float: none;
    width: auto;
    /*height: 36px;*/
    margin-bottom: 0;
    line-height: 36px
}

.picker-wrap a, .picker-wrap .picker-ctrl, .picker-wrap .picked .picker-ctrl-inner, .picker-wrap a:hover .picker-ctrl-inner {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #343434;
    text-decoration: none;
}

.picker-wrap .picker-item input {
    width: 287px;
}

.picker-wrap .picker-ctrl {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin: -1px 12px 0 0
}

.picker-wrap .picker-ctrl-inner {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background: #fff;
    display: none
}

.picker-wrap .picked .picker-ctrl-inner, .picker-wrap a:hover .picker-ctrl-inner {
    background: #ff946e
}

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

.chat-list li {
    margin-bottom: 20px;
}

.chat-list .send {
    text-align: right;
}

.chat-list li .chat-item {
    display: inline-block;
    color: #666;
}

.chat-list li .chat-avatar {
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
}

.chat-list .send .chat-avatar {
    margin-left: 20px;
    float: right;
}

.chat-list .receive .chat-avatar {
    margin-right: 20px;
}

.chat-list li .chat-content {
    position: relative;
    display: inline-block;
    max-width: 580px;
    padding: 9px 20px 9px 12px;
    border-radius: 3px;
}

.chat-list .receive .chat-content {
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.chat-list .receive .chat-content:before, .chat-list .receive .chat-content:after, .chat-list .send .chat-content:after {
    position: absolute;
    display: inline-block;
    border-top: 8px solid transparent;
    border-right: 10px solid #e6e6e6;
    border-bottom: 8px solid transparent;
    left: -10px;
    top: 5px;
    content: '';
    transform: rotateX(45deg);
}

.chat-list .receive .chat-content:after {
    border-right: 10px solid #fff;
    left: -7px;
}

.chat-list .send .chat-content {
    background: #e6e6e6;
    text-align: left;
}

.chat-list .send .chat-content:after {
    border-right: none;
    border-left: 10px solid #e6e6e6;
    left: auto;
    right: -10px;
}

.chat-list li .chat-time {
    margin-top: 2px;
    padding-left: 15px;
    font-size: 12px;
}

.meet-review .form-item {
    margin-right: 130px;
}

.meet-detail .meet-reply, .page-talent-index .meet-reply, .page-talent-topics .meet-reply, .page-talent-posts .meet-reply, .page-event-view .meet-reply {
    padding: 8px 10px;
    border-radius: 4px;
    background: #f2f2f2;
    color: #ff946e;
}

.page-talent-index .meet-reply, .page-talent-topics .meet-reply, .page-talent-posts .meet-reply {
    background-color: #fff;
}

.page-event-view .meet-reply {
    background-color: #eeeeee;
}

.page-event-view .comment-content:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

/*pay*/
.page-meets-pay .pay-cont {
    font-size: 16px;
}

/*reply*/
.meet-detail-reply {
    padding: 20px;
}

.meet-detail-reply h4 {
    margin-bottom: 5px;
}

.meet-detail-reply .score {
    color: #fc0;
}

.reply-panel, .meet-detail-reply {
    background-color: #595959;
}

.reply-panel .form-control {
    border-color: #595959;
}

.reply-panel .reply-anonymous {
    margin: 40px auto;
}

.reply-panel .reply-anonymous textarea {
    color: #fff;
}

.reply-panel .reply-anonymous .rating-tip {
    position: absolute;
    display: none;
    color: #fff;
    text-align: center;
    -webkit-transition: left 100ms ease;
    transition: left 100ms ease
}

.reply-panel .reply-anonymous .rating-bar {
    overflow: hidden;
    padding: 50px 0 30px;
    text-align: center
}

.reply-panel .reply-anonymous .ratings {
    display: inline-block
}

.reply-panel .reply-anonymous .ratings li {
    display: block;
    float: left;
    width: 49px;
    height: 49px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 100ms;
    transition: all 100ms
}

.reply-panel .reply-anonymous .ratings a {
    display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    border-radius: 50%;
    color: #b3b3b3;
    text-decoration: none;
}

.reply-panel .reply-anonymous .rating.active, .reply-panel .reply-anonymous .rating.auto,
.reply-panel .reply-anonymous .rating:hover {
    padding: 4px
}

.reply-panel .reply-anonymous .rating:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.reply-panel .reply-anonymous .rating.active a, .reply-panel .reply-anonymous .rating.auto a,
.reply-panel .reply-anonymous .rating:hover a {
    background: #fc0;
    color: #595959;
    width: 41px;
    height: 41px;
    font-size: 16px;
    line-height: 41px;
    box-shadow: 1px 3px 6px #444;
    text-decoration: none;
}

.reply-panel .reply-anonymous .rating.auto a {
    background: #b3b3b3;
    color: #e5e5e5;
    text-decoration: none;
}

.reply-panel .reply-anonymous .rating.auto:hover a {
    background: #fc0;
    color: #595959
}

.reply-panel .reply-anonymous #quick_feedback {
    margin-top: 15px
}

.reply-panel .reply-anonymous #quick_feedback label {
    border-radius: 15px;
}

/*topic*/
.topic-list, .wish-list {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.topic-list .a-topic, .wish-list .a-topic {
    margin-bottom: 10px
}

.topic-list .topic-tutor-link, .wish-list .topic-tutor-link {
    display: block;
    padding: 15px 20px 15px 30px;
    background: #f1f1f1;
    border-radius: 8px;
    color: #343434;
    overflow: hidden
}

.topic-list .topic-tutor-link:hover, .wish-list .topic-tutor-link:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    text-decoration: none;
}

.topic-list .topic-tutor-link:hover .topic-title-txt, .wish-list .topic-tutor-link:hover .topic-title-txt {
    color: #ff946e
}

.topic-list .topic-info, .wish-list .topic-info {
    position: relative;
    margin-left: 130px
}

.topic-list .topic-info p, .wish-list .topic-info p {
    color: #666;
    margin: 0;
}

.wish-list .topic-info p {
    width: 80%;
}

.wish-list .btn {
    margin-top: 0;
}

.topic-list .topic-tutor-pic, .wish-list .topic-tutor-pic {
    display: block;
    width: 110px;
    height: 110px;
    float: left;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #ededed
}

.topic-list .topic-tutor-info, .wish-list .topic-tutor-info {
    margin-bottom: 12px
}

.topic-list .topic-tutor-name, .wish-list .topic-tutor-name {
    font-weight: 700
}

.topic-list .topic-tutor-intro, .wish-list .topic-tutor-intro {
    padding-left: 10px
}

.topic-list .topic-tutor-count span, .wish-list .topic-tutor-count span {
    color: #ff946e
}

.topic-list .topic-tutor-count em, .wish-list .topic-tutor-count em {
    color: #ff946e;
    font-style: normal
}

.topic-list .topic-tutor-count .icon, .topic-list .topic-tutor-count .stars, .wish-list .topic-tutor-count .icon, .topic-list .topic-tutor-count .stars {
    color: #666;
    display: inline-block;
    vertical-align: sub;
    margin-right: 3px
}

.topic-list .topic-tutor-city, .wish-list .topic-tutor-city {
    margin-left: 15px
}

.topic-list .topic-tutor-city .icon, .topic-list .topic-tutor-city .stars, .wish-list .topic-tutor-city .icon, .topic-list .topic-tutor-city .stars {
    color: #666;
    display: inline-block;
    vertical-align: sub;
    margin-right: 3px
}

.topic-list .topic-tutor-time, .wish-list .topic-tutor-time {
    float: right;
    color: #666;
    margin-right: 4px
}

.topic-list .topic-title, .wish-list .topic-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    overflow: hidden
}

.topic-list .topic-title-txt, .wish-list .topic-title-txt {
    float: left;
    display: block;
    max-width: 525px;
    margin-right: 5px
}

.topic-list .duration, .wish-list .duration {
    font-size: 14px;
    color: #999
}

.topic-list .icebreaker-price, .wish-list .icebreaker-price {
    position: relative;
    float: right;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    background: #f5793b;
    line-height: 30px;
    font-size: 14px;
    color: #fff
}

.topic-list .icebreaker-price i, .wish-list .icebreaker-price i {
    float: right;
    padding: 4px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
}

.topic-list .price, .wish-list .price {
    font-size: 14px;
    float: right
}

.topic-list .price em, .wish-list .price em {
    font-size: 20px;
    font-style: normal
}

.topic-list .old-price, .wish-list .old-price {
    position: absolute;
    top: 30px;
    right: 5px;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-top: 5px;
}

.topic-list .old-price em, .wish-list .old-price em {
    font-size: inherit
}

/*post*/

.post-list .blogpost-body .cover {
    float: left;
    width: 165px;
    height: 120px;
    background: no-repeat center center;
    background-size: cover;
}

.post-list .blogpost .blogpost-content {
    margin-left: 180px;
}

.post-list .blogpost {
    border: none;
    background-color: transparent;
}

.post-list .blogpost footer {
    background-color: transparent;
    border: none;
}

.post-list .blogpost .date {
    color: #f5793b
}

.page-settings-talent-meet .meet-form .form-group .form-item {
    margin-bottom: 20px;
}

.page-settings-talent-meet .meet-form .form-group label {
    font-weight: normal;
}

.page-settings-talent-meet .meet-form .form-group .form-control {
    width: 70px;
    display: inline-block;
}

.page-settings-talent-meet .meet-form .checkbox-wrap {
    display: inline-block;
    position: relative;
}

/* SWITCHES */
.onoffswitch {
    display: inline-block;
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ff946e;
    border-radius: 3px;
    margin: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #ff946e;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #ff946e;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.has-error .form-error {
    color: #a94442;
}

.datetimepicker {
    min-width: 1px;
    background-color: #fff;
}

.blogpost {
    margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget .btn {
    min-width: 1px;
    margin: 0;
}

.bootstrap-datetimepicker-widget .separator {
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent;
    border: none;
}

.bootstrap-datetimepicker-widget .separator:after {
    display: none;
}

#notice {
    display: none;
}

.notice-dot {
    width: 10px;
    height: 10px;
    background: #f5793b;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

/** coupon */
.coupon-box {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 19px;
    padding-right: 19px;
    margin: 15px 7px 0 10px;
    width: 342px;
    height: 165px;
    font-size: 12px;
    background: url(../images/coupon.png) no-repeat;
}

.coupon-gray {
    background: url(../images/coupon.png) 0 -167px no-repeat;
}

.coupon-box .price {
    float: right;
    font-family: Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.coupon-box .price em {
    margin-left: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.coupon-box .title {
    display: inline-block;
    width: 180px;
    height: 30px;
    font-size: 24px;
    line-height: 28px;
}

.coupon-box .coupon-head {
    margin-top: 21px;
    color: #f64847;
}

.coupon-box .coupon-head-info {
    margin-top: 8px;
    color: #f64847;
    font-size: 12px;
    line-height: 1.5;
}

.coupon-gray .coupon-head, .coupon-gray .coupon-head-info {
    color: #666;
}

.coupon-used .coupon-content {
    height: 140px;
    background: url(../images/coupon_used.png) center center no-repeat;
}

.coupon-out .coupon-content {
    height: 140px;
    background: url(../images/coupon_out.png) center center no-repeat;
}

.coupon-box .coupon-detail {
    position: absolute;
    width: 200px;
    bottom: 13px;
    left: 19px;
    line-height: 1;
    color: #AFACAA;
}

.coupon-box .coupon-detail div {
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.coupon-box .coupon-detail .key-detail {
    color: #f64847;
}

.coupon-gray .coupon-detail .key-detail {
    color: #838383;
}

.coupon-box .coupon-action {
    position: absolute;
    top: 105px;
    right: 16px;
}

.coupon-box .usage {
    width: 74px;
    margin-left: 14px;
    margin-bottom: 5px;
    color: #f64847;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
}

.coupon-box .coupon-action .btn {
    display: inline-block;
    width: 73px;
    height: 24px;
    border-radius: 13px;
    line-height: 24px;
    background: #f54947;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.coupon-gray .usage {
    color: #666;
}

.mobile-sort-list {
    display: none;
}

.sort-list, .crumb {
    display: inline-block;
}

.listing-item {
    text-align: center;
}

.pop-over-member-list {
    margin: 10px 0 0 0;
    padding: 0;
}

.pop-over-member-list li a {
    border-radius: 3px;
    display: block;
    height: 38px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px;
}

.pop-over-member-list li.selected a {
    background-color: #f5793b;
    color: #fff;
}

.pop-over-member-list li a .member {
    background-color: #d6dadc;
    border-radius: 3px;
    color: #4d4d4d;
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 30px;
    user-select: none;
    z-index: 0;
    margin: 0 8px 4px 0;
}

.pop-over-member-list li a .member .member-avatar {
    height: 30px;
    width: 30px;
}

.pop-over-member-list li a .option {
    background-clip: content-box;
    background-origin: content-box;
    display: none;
    padding: 11px;
    position: absolute;
    top: 0;
    right: 0;
}

.page-event-view .page-wrapper {
    background-color: #f5f5f5;
}

.event-view-header-blur {
    position: absolute;
    width: 110%;
    height: 620px;
    margin: -20px -5% 0;
    text-align: center;
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns= "http://www.w3.org/2000/svg" ><f…ter id= "filter" ><feGaussianBlur stdDeviation= "20" /></filter></svg>#filter);
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.line-caption {
    display: table;
    white-space: nowrap;
    text-align: center;
}

.line-caption:after, .line-caption:before {
    border-top: 1px solid #757575;
    content: "";
    display: table-cell;
    position: relative;
    top: .5em;
    width: 45%
}

.line-caption:before {
    right: 1.5%
}

.line-caption:after {
    left: 1.5%
}

.event-line-caption {
    width: 100%;
    font-size: 18px;
    color: #757575;
    margin-bottom: 10px;
}

.event-view-header {
    margin-top: 20px;
}

.event-view-header img {
    width: 100%;
}

.redactor-box {
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}

.event-section, .event-section2 {
    background: #ffffff;
    padding: 10px 20px;
}

.event-section2 {
    padding: 25px 20px;
}

.event-section2 + .event-section, .event-section + .event-section {
    margin: 2px 0;
}

.event-view-title h2 {
    margin: 0;
    padding: 10px 0;
    min-height: 48px;
    font-size: 28px;
    line-height: 28px;
}

.event-view-introduction-section {
    position: relative;
    padding: 10px;
    margin: 2px 0;
    background: #fff;
}

.event-intro-item {
    padding-left: 10px;
    list-style: none;
}

.event-intro-item li {
    display: inline-block;
}

.organizer-avatar {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.reimburse-info {
    margin: 40px 0;
    padding: 20px;
    word-wrap: break-word;
    word-break: break-all;
    background: #f5f5f5;
    border-radius: 3px;
}

.reimburse-info-title {
    font-weight: 700;
    font-size: 18px;
    color: #757575;
}

.tickets .ticket {
    border: 1px solid #999;
    border-radius: 4px;
    line-height: 20px;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
}

.tickets .ticket.selected {
    border-color: #468848;
    background: url(../images/select_icon.png) no-repeat right bottom;
}

.tickets .ticket.pause {
    border-style: dashed;
}

.tickets .ticket .ticket-title {
    font-weight: 700;
}

.tickets .ticket .ticket-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
}

.tickets .ticket.pause, .tickets .ticket.pause .ticket-desc {
    color: #aaa;
}

#event_ticket_select_details {
    font-size: 12px;
    color: red;
}

.meet-event-title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.event-contact-btn {
    margin: 0;
}

.sidebar-toggle {
    display: none;
}

.text-1-line {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 1.2em;
}

@media (max-width: 480px) {
    .filters .nav-pills > li {
        width: auto;
    }

    .meet-detail-inner .user-avatar {
        display: none;
    }

    .meet-detail-inner .meet-detail-content {
        margin-left: 0;
    }

    .meet-detail thead th span {
        display: block;
        float: none !important;
    }

    .mobile-sort-list {
        display: inline-block;
    }

    .sort-list, .crumb {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .wish-list .topic-tutor-pic {
        display: none;
    }

    .wish-list .topic-info {
        margin-left: 0;
    }

    .wish-list .topic-info p {
        width: auto;
    }

    .event-section2 {
        padding: 25px 20px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .navbar-left {
        float: left;
    }

    .navbar-nav .open .dropdown-menu.abs {
        position: absolute;
    }

    .navbar-nav .open.dropdown > button {
        z-index: 1;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #f1f1f1;
        padding-top: 30px;
    }

    .header .header-top-dropdown {
        margin-top: 18px;
    }

    .navbar.navbar-default {
        border-color: transparent;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: none;
    }

    .navbar-default .navbar-nav li.show-sm {
        display: block;
    }

    .navbar-default .navbar-nav li.show-lg {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .sidebar-toggle {
        display: block;
    }

    .post-list .blogpost-body .cover {
        width: 90px;
        height: 65px;
        margin-right: 10px;
    }

    .post-list .blogpost .blogpost-content {
        margin-left: auto;
    }

    .topic-list, .wish-list {
        margin: 12px -10px 0;
        padding: 0
    }

    .topic-list li.a-topic, .wish-list li.a-topic {
        border: 0;
        padding: 0 10px;
        margin-bottom: 15px
    }

    .topic-list .topic-tutor-link, .wish-list .topic-tutor-link {
        padding: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
    }

    .topic-list .topic-tutor-link:hover, .wish-list .topic-tutor-link:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
    }

    .topic-list .topic-tutor-pic, .wish-list .topic-tutor-pic {
        width: 50px;
        height: 50px;
        border-radius: 50%
    }

    .topic-list .topic-info, .wish-list .topic-info {
        float: none;
        margin-left: 60px;
        padding: 0
    }

    .topic-list .topic-info p, .wish-list .topic-info p {
        width: 100%;
        line-height: 16px
    }

    .topic-list .topic-title, .wish-list .topic-title {
        margin-top: 0;
        margin-bottom: 3px;
        font-size: 16px
    }

    .topic-list .topic-title a, .wish-list .topic-title a {
        float: none
    }

    .topic-list .topic-title .topic-title-txt, .wish-list .topic-title .topic-title-txt {
        float: none;
        color: #ff946e;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .topic-list .topic-tutor-intro, .wish-list .topic-tutor-intro {
        padding: 0
    }

    .topic-list .topic-info .topic-tutor-info, .wish-list .topic-info .topic-tutor-info {
        width: 100%;
        margin-bottom: 2px
    }

    .topic-list .duration, .topic-list .rating, .topic-list .topic-info .topic-tutor-time, .wish-list .duration, .topic-list .rating, .topic-list .topic-info .topic-tutor-time {
        display: none
    }

    .topic-list .icebreaker-price, .wish-list .icebreaker-price {
        top: 0;
        height: 23px;
        line-height: 23px;
        padding: 0 10px;
        float: left;
        margin: 8px 0 4px
    }

    .topic-list .icebreaker-price i, .wish-list .icebreaker-price i {
        display: none
    }

    .topic-list .old-price, .wish-list .old-price {
        position: static;
        float: none;
        font-size: 12px;
        margin: 10px 0 0 4px
    }

    .topic-list .price {
        display: inline-block;
        float: none;
        vertical-align: top;
        font-size: 12px
    }

    .topic-list .price em, .wish-list .price em {
        font-size: 12px
    }

    .topic-list .price-left, .wish-list .price-left {
        float: none
    }

    .topic-list .topic-tutor-count, .wish-list .topic-tutor-count {
        margin-top: 3px
    }

    #home-topics .topic_wrap {
        font-size: 10px;
        padding: 0;
    }

    #home-topics .topic .talent_title, #home-topics .topic .topic_title {
        height: 15px;
        overflow: hidden;
    }

    .page-post-view #hfc-frame {
        bottom: 45px;
        right: 0;
    }

    .page-post-view .scrollToTop {
        bottom: 105px;
    }

    .event-contact-btn {
        display: block;
        white-space: normal;
        width: 100%;
        margin-top: 20px;
    }
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

/* Chat view */
.message-input {
  height: 90px !important;
}
.chat-avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}
.chat-user-name {
  padding: 10px;
}
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}
.chat-user a {
  color: inherit;
}
.chat-view {
  z-index: 20012;
}
.chat-users,
.chat-statistic {
  margin-left: -30px;
}
@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0px;
  }
}
.chat-view .ibox-content {
  padding: 0;
}
.chat-message {
  padding: 10px 20px;
}
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}
.chat-discussion .chat-message.left .message-date {
  float: right;
}
.chat-discussion .chat-message.right .message-date {
  float: left;
}
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}
.message-date {
  font-size: 10px;
  color: #888888;
}
.message-content {
  display: block;
}
.chat-discussion {
  background: #f5f5f5;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}
.chat-users {
  overflow-y: auto;
  height: 400px;
}
.chat-message-form .form-group {
    margin-bottom: 0;
    position: relative;
}
.chat-message-form .form-group textarea {
    border-color: #f5f5f5;
    resize: none;
}
.chat-message-form .chat-message-send {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #2d8cf0;
}