

.index-page h2 {
    font-family: "Cormorant";
    font-size: 38px;
    padding-bottom: 30px;
}

.index-page #section-1 {
    padding: 10px 0 0 0;
    background: #E4D8CA;
}

.index-page #section-1 h1 {
    font-family: "Cormorant";
    font-size: 68px;
    line-height: 62px;
    padding-bottom: 30px;
}

.index-page #section-1 .info {
    font-family: "Cormorant";
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
}

.index-page #section-1 .obj-1 img {
    max-width: 100%;
}

.index-page #section-2 {
    background: #FFF;
    padding: 50px 0;
}

.index-page #section-2 .info-block {
    padding-top: 50px;
}

.index-page #section-2 .info-block .center-block {
    text-align: center;
}

.index-page #section-2 .info-block .center-block a {
    font-size: 14px;
    color: #000 !important;
    text-decoration: none !important;
}

.index-page #section-2 .info-block .center-block span {
    display: block;
    padding-top: 20px;
}

.index-page #section-3 {
    background: #E4D8CA;
    padding: 50px 0;
}

.index-page #section-3 .desc {
    padding-bottom: 20px;
}

.index-page #section-3 .item {
    padding-bottom: 35px;
}

.index-page #section-3 .item img {
    max-width: 100%;
}

.index-page #section-3 .item .title {
    padding-bottom: 15px;
    font-family: "Cormorant";
    font-size: 24px;
}

.index-page #section-4 {
    background: url("../img/promo/paper-bg.jpg") top center;
    background-size: cover;
    padding: 60px 0 50px 0;
}

.index-page #section-4 .media {
    padding-bottom: 40px;
}

.index-page #section-4 .media img {
    margin-right: 20px;
    border-radius: 5px;
}

@media(max-width: 768px) {

    .index-page #section-4 .media img {
        max-width: 200px;
        width: 100%;
    }
}


.index-page #section-4 .info-block {
    text-align: center;
    padding-top: 30px;
}

.index-page #section-5 {
    padding: 80px 0 0;
    background: #E4D8CA;
}

.index-page #section-5 .item {
    padding-bottom: 30px;
}

.index-page #section-5 .decor-1 {
    float: right;
}

.index-page #section-5 .decor-1 img {
    max-width: 250px;
}

.index-page #section-5 .decor-2 {
    padding-bottom: 30px;
}

.index-page #section-5 .decor-2 img {
    max-width: 100px;
    margin-top: -30px;
}

.index-page #section-6 {
    padding: 50px 0;
    background: #FFF;
}

.index-page #section-6 .item {
    padding-bottom: 30px;
}

.index-page #section-6 .item img {
    max-width: 350px;
}

@media(max-width: 768px) {

    .index-page #section-6 .item-img {
        text-align: center;
    }

    .index-page #section-6 .item img {
        max-width: 200px;
        width: 100%;
    }
}


.index-page #section-6 hr {
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0,0,0,.7);
}

.index-page #section-6 .decor-1 {
    margin-top: -50px;
}

.index-page #section-6 .decor-1 img {
    max-width: 100px;
}

@media(max-width: 960px) {

    .index-page #section-6 .decor-1 {
        display: none;
    }

    .index-page #section-6 .buttons {
        text-align: center;
    }

}

.index-page #section-7 {
    background: url("../img/promo/paper-bg.jpg") top center;
    background-size: cover;
    padding: 70px 0;
}

.index-page #section-7 .top-block {
    padding-bottom: 40px;
}

.index-page #section-7 .section-img-7 img {
    max-width: 300px;
    border-radius: 5px;
    width: 100%;
}

.index-page #section-7 .section-7-text {
    text-align: center;
    margin-top: 30px;
}

.index-page #section-7 .section-7-text hr {
    border-top: 1px solid rgba(0,0,0,.8);
    margin-bottom: 30px;
}

.index-page #section-7 .section-7-text-2 {
    padding-top: 20px;
}

.index-page #section-7 .section-7-text-2 hr {
    border-top: 1px solid rgba(0,0,0,.8);
    margin-bottom: 30px;
}

.index-page #section-7 .item {
    padding-bottom: 20px;
}

@media(max-width: 768px) {

    .index-page #section-7 .section-img-7 {
        text-align: center;
    }

    .index-page #section-7 .section-img-7 img {
        max-width: 250px;
    }

}

.index-page #section-8 {
    padding: 50px 0;
}

.index-page #section-8 .item {
    padding-bottom: 20px;
}

.index-page #section-8 .section-8-text-1 .text-big {
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    font-family: "Cormorant";
    padding-right: 10px;
}

.index-page #section-8 .item img {
    max-width: 100%;
}

.index-page #section-8 .section-8-img-1 {
    text-align: center;
}

.index-page #section-8 .section-8-img-1 img {
    max-width: 300px;
}

.index-page #section-8 .section-8-img-2 {
    text-align: center;
}

.index-page #section-8 .section-8-img-2 img {
    max-width: 300px;
}

.index-page #section-8 .section-8-img-3 {
    text-align: center;
}

.index-page #section-8 .section-8-img-3 img {
    max-width: 300px;
}

.index-page #section-8 .section-8-img-4 {
    text-align: center;
}

.index-page #section-8 .section-8-img-4 img {
    max-width: 300px;
}

@media(max-width: 768px) {

    .index-page .img-decor img {
        max-width: 50px !important;
        width: 100%;
    }

    .index-page #section-8 .section-8-img-1 img {
        max-width: 200px;
    }

    .index-page #section-8 .section-8-img-2 {
        display: none;
    }

    .index-page #section-8 .section-8-img-3 img {
        max-width: 200px;
    }

    .index-page #section-8 .section-8-img-4 {
        display: none;
    }

}

.index-page #section-9 {
    background: #FFF;
    padding: 50px 0;
}

.index-page #section-9 .top-block p {
    margin-bottom: 20px;
}

.index-page #section-9 .buttons-block {
    padding-top: 10px;
    text-align: center;
}

.user-page .user-logo {
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.user-page .user-logo img {
    max-width: 100%;
    border-radius: 5px;
}

.user-page .user-logo-edit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #E6E6E6;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.user-page .user-profile-info h5 {
    font-family: "Cormorant";
    font-size: 28px;
}

.user-page .user-profile-info h2 {
    font-family: "Cormorant";
    font-size: 34px;
    font-weight: bold;
}

.user-page .link-box a {
    font-weight: bold;
    color: #000 !important;
}

.user-page .subscribe-box {
    padding-top: 5px;
    padding-bottom: 20px;
}

.user-page .subscribe-box p {
    margin-bottom: 5px;
}

.user-page .subscribe-box .subscribe-inner {
    padding-right: 20px;
}

.user-page .subscribe-link {
    font-weight: bold;
    color: #000 !important;
    margin-right: 10px;
}

.user-page .subscribe-box .subscribe-inner span {
    font-family: "Cormorant";
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
}

.user-page .subscribe-box .purse-inner .balance {
    font-family: "Cormorant";
    font-size: 26px;
    font-weight: 500;
}

.user-page .subscribe-box .purse-inner .balance .amount {
    padding-left: 5px;
    padding-right: 20px;
}

.user-page .subscribe-box .purse-inner .recharge a {
    font-weight: bold;
    color: #000 !important;
    margin-right: 10px;
}

.user-page .referral-info {
    font-style: italic;
}

.user-page .referral-info a {
    text-decoration: underline;
    color: #000 !important;
}

.user-page .user-profile-img-1 {
    padding-top: 25px;
    padding-bottom: 15px;
}

.user-page .user-profile-img-1 img {
    max-width: 250px;
    width: 100%;
}

.calendar-block {
    text-align: center;
    width: 100%;
    padding-top: 50px;
}

.calendar-block table {
    text-align: center;
    margin: 0 auto;
}

.calendar-block table tr th {
    font-family: "Cormorant";
    text-align: center;
    padding: 5px;
    font-size: 18px;
}

.calendar-block table tr td {
    text-align: center;
    padding: 10px 10px;
}

.calendar-block table tr td .item {
    background: #C4C4C4;
    padding: 5px 5px;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 20px;
}

.calendar-block table tr td .item.today {
    box-shadow: 0px 0px 10px yellow;
}

@media(max-width: 768px) {

    .calendar-block table tr td {
        padding: 5px 5px;
    }

    .calendar-block table tr td .item {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

}

.calendar-block table tr td .item-confirm {
    background: #73D37C;
}

.calendar-block table tr td .item-reject {
    background: #D29090;
}

.calendar-block table tr td .item-confirm-reject {
    background: #D29090;
    background: linear-gradient(to right bottom, #73D37C 50%, #D29090 50%);
}

.calendar-block table tr td .item-new-confirm {
    background: #C4C4C4;
    background: linear-gradient(to right bottom, #73D37C 50%, #C4C4C4 50%);
}

.calendar-block table tr td .item-new-reject {
    background: #C4C4C4;
    background: linear-gradient(to right bottom, #C4C4C4 50%, #D29090 50%);
}

.calendar-block table tr td .item-new-confirm-reject {
    background: #C4C4C4;
    background: linear-gradient(to right bottom, #73D37C 35%, #C4C4C4 35%, #C4C4C4 65%, #D29090 65%);
}

.cat-list-block {
    padding: 0;
}

.cat-inactive-block {
    display: block;
    padding: 15px 15px 15px 15px;
    background: #9C9C9C;
    color: #FFF !important;
    text-decoration: none !important;
}

.cat-inactive-block.active {
    border-radius: 5px 5px 0 0;
    padding-bottom: 15px;
}

.cat-inactive-block.active .fa {
    transform: rotate(180deg);
}

.cat-inactive-block .fa {
    margin-left: 5px;
    opacity: 0.7;
}

.form-comment-block .media-right {
    max-width: 50px;
    width: 100%;
}

.form-comment-block {
    padding: 0 0 10px;
}

.form-comment-block .form-control {
    background: #E4D8CA;
    border: 1px solid #92918e;
}

.form-comment-block div.form-control {
    min-height: 90px;
    height: auto !important;
}

.event-page .cat-list .table td {
    border: 0;
}

.event-page .cat-list .fa,
.fa-icon-new {
    color: #9C9C9C;
}

.event-page .cat-list .fa-check.active,
.fa-icon-confirm {
    color: #179F24;
}

.event-page .cat-list .fa-close.active,
.fa-icon-reject {
    color: #DC3131;
}

.event-page .cat-list-inactive .table td {
    background: #9C9C9C;
    border-color: #9C9C9C;
    color: #FFF;
}

.event-page .cat-list .table td.title {
    font-family: "Cormorant";
    font-size: 20px;
}

.event-page .cat-list .table td.info a {
    color: #FFF !important;
    font-weight: 700;
    font-size: 13px;
}

.event-page .cat-list .cat-empty {
    text-align: center;
    background: #FFF;
    padding: 15px;
}

.event-page .cat-list-active {
    padding-bottom: 0;
}

.event-page .cat-list-active .table {
    border-radius: 5px;
}

.event-page .info-block {
    padding-top: 25px;
    font-size: 14px;
}

.event-page .info-block .fa {
    margin-right: 10px;
    position: relative;
    top: 5px;
    min-width: 10px;
}

.event-page .info-block {
    vertical-align: top;
}

.event-page .info-block .item-info {
    display: flex;
}

.event-page .info-block .fa-icon-custom {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.fa-icon-comment-confirm {
    background: url("../img/event-comment-confirm.svg") no-repeat top center;
    background-size: contain;
}

.fa-icon-comment-reject {
    background: url("../img/event-comment-reject.svg") no-repeat  top center;
    background-size: contain;
}

.fa-icon-comment-process {
    background: url("../img/event-comment-process.svg") no-repeat  top center;
    background-size: contain;
}

.event-block .event-select {
    font-family: Cormorant;
}

.event-block .event-select .title {
    font-size: 20px;
    font-weight: 500;
    padding-right: 5px;
}

.event-block .event-select .btn {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 12px;
    font-weight: bold;
}

.event-block .event-select .dropdown a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 500;
}

.referral-page .section-img-2 {
    padding-top: 25px;
    padding-bottom: 20px;
}

.referral-page .section-img-1 img {
    max-width: 200px;
    width: 100%;
}

.referral-page .section-img-2 img {
    max-width: 100%;
}

.referral-page .referral-info-caption {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
}

.referral-info-page h4 {
    padding-top: 45px;
    padding-bottom: 15px;
    font-size: 30px;
    font-family: "Cormorant";
}

@media(max-width: 768px) {

    .referral-page .section-img-1 {
        display: none;
    }

    .referral-page .referral-top-block {
        padding-bottom: 50px;
    }

    .referral-page .referral-info-caption {
        font-size: 45px;
        line-height: 48px;
    }
}

.tutor-custom-tooltip {
    background: #E4D8CA !important;
}

.introjs-arrow.left,
.introjs-arrow.left-bottom {
    border-right-color: #E4D8CA !important;
}
.introjs-arrow.right,
.introjs-arrow.right-bottom {
    border-left-color: #E4D8CA !important;
}
.introjs-arrow.bottom {
    border-top-color: #E4D8CA !important;
}
.introjs-arrow.bottom-middle {
    border-top-color: #E4D8CA !important;
}
.introjs-arrow.top {
    border-bottom-color: #E4D8CA !important;
}
.introjs-arrow.top-middle {
    border-bottom-color: #E4D8CA !important;
}

.tutor-custom-tooltip .introjs-tooltipbuttons {
    border-top: 0;
}

.tutor-custom-tooltip .introjs-tooltipbuttons {
    text-align: left;
}

.tutor-custom-tooltip .introjs-prevbutton {
    display: none;
}

.tutor-custom-tooltip .introjs-fullbutton,
.tutor-custom-tooltip .introjs-nextbutton {
    float: none !important;
}

.tutor-custom-tooltip .introjs-tooltip-header {
    display: none;
}

.image-block {
    margin-bottom: 20px;
}

.image-item {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    vertical-align: top;
    margin-bottom: 2px;
}

.image-item-add {
    display: block;
    margin-top: 3px;
}

.image-item .img-thumbnail {
    max-height: 194px;
    max-width: 194px;
    display: inline-block;
    margin-bottom: 0 !important;
    border-radius: 4px;
    position: relative;
}

.image-item .img-thumbnail img {
    display: block;
    max-width: 100%;
}

.image-item .img-buttons {
    line-height: 14px;
    font-size: 11px;
}

.image-item .image-edit {
    color: #5a5a5a;
    text-decoration: underline;
}

.image-item .icon {
    display: block;
    width: 20px;
    height: 20px;
    background: #000;
    opacity: 0.5;
    color: #FFF !important;
    font-size: 12px;
    position: absolute;
    line-height: 21px;
    padding: 0 0 0px 1px;
    text-align: center;
    text-decoration: none !important;
}

.image-item .icon-edit {
    right: 24px;
    top: 4px;
    font-size: 10px;
}

.image-item .icon-delete {
    right: 4px;
    top: 4px;
}