/* Custom css */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Manuale:400,500,600,700');

/* font-family: 'Roboto', sans-serif;
   font-family: 'Manuale', serif; */


a:focus, a:hover{
	outline: none;
}
a{
	 -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
a:hover{
    text-decoration: none;
}

.tm-h2 {
    font-size: 37px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #771b17;
}


*,ul{
	margin: 0;
	padding: 0;
}
*,li{
	list-style: none;
}

body{	
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    line-height: 60px;
}
h2 {
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    color: #5d5d5d;
    margin: 0;
    line-height: 50px;
}
h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #323c42;
    margin: 0;
    line-height: 24px;
}
h4 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #272727;
    margin: 0;
    line-height:40px;
}
h6 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    color: #545454;
}
p {
    font-size: 17px;
    color: #666666;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 30px;
    font-weight: 400;
}

/* menu bar */


.create-photo-album .btn {
    margin: 30px 0;
}
.create-photo-album .btn + .btn {
    margin-left: 20px;
}
.create-photo-album .more-dropdown {
    width: 260px;
    right: auto;
    left: 0;
    padding: 0;
}
.create-photo-album .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    font-size: 12px;
}
.create-photo-album .author-thumb {
    margin-right: 10px;
}
.create-photo-album .author-title {
    margin-bottom: 0;
}
.registration-login-form-popup {
    width: 470px;
}
.registration-login-form-popup .registration-login-form {
    margin-bottom: 0;
}
.registration-login-form-popup .modal-body {
    padding: 0;
}
.edit-widget {
    width: 470px;
}
.edit-widget .custom-control-indicator {
    width: 18px;
    height: 18px;
}
.edit-widget .custom-control {
    margin-right: 0;
    padding-left: 20px;
}
.add-option {
    display: block;
    margin: 30px 0;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.add-option svg {
    fill: #888da8;
    fill: var(--olympus-body-font-color);
    margin-right: 12px;
    width: 14px;
    height: 14px;
}
.add-option span {
    line-height: 1;
}
.create-friend-group {
    width: 470px;
}
.create-friend-group .more-dropdown {
    width: 300px;
    top: 70px;
    right: -301px;
    visibility: visible;
    opacity: 1;
    padding: 0;
}
.create-friend-group .more-dropdown a {
    display: inline-block;
    margin-bottom: 0;
}
.create-friend-group .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    font-size: 12px;
}
.create-friend-group .more-dropdown .form-group {
    margin-bottom: 0;
}
.create-friend-group .more-dropdown li {
    padding: 9px 0;
}
.create-friend-group .icon:hover {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.create-friend-group .icon.check {
    fill: #38a9ff;
    fill: var(--olympus-blue);
}
.create-friend-group .icon svg {
    width: 14px;
    height: 12px;
}
.create-friend-group .author-thumb {
    margin-right: 10px;
}
.create-friend-group .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
    position: absolute;
    top: 19px;
    right: 15px;
}
.create-friend-group .bootstrap-select.form-control {
    border-radius: 4px;
    border: 1px solid #e6ecf5;
    border: 1px solid var(--olympus-border-color);
}
.create-friend-group .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #38a9ff;
    color: var(--olympus-blue);
}
.create-friend-group .dropdown-menu {
    top: auto;
    bottom: -100%;
    left: calc(100% + 25px);
}
.faqs-popup {
    width: 470px;
}
.faqs-popup .accordion-item {
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
}
.faqs-popup .accordion-item:last-child {
    border: none;
}
.faqs-popup .collapse {
    padding: 0 0 0.75rem;
    margin-bottom: 0;
}
.faqs-popup .collapse p {
    margin-bottom: 0;
}
.faqs-popup .modal-body {
    padding: 0;
}
.faqs-popup .card {
    padding: 1px 1.5rem;
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
}
.faqs-popup .card-header {
    padding: 1.5rem 0;
    border-bottom: none;
}
.faqs-popup .card-header a {
    font-size: 13px;
}
.faqs-popup .card-header i, .faqs-popup .card-header svg {
    margin-top: 3px;
}
.faqs-popup .card:first-child {
    border-top: none;
}
.playlist-popup {
    width: 100%;
    max-width: 100%;
    top: 0 !important;
    left: 0;
    transform: none;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.playlist-popup.open {
    visibility: visible;
    opacity: 1;
}
.playlist-popup .icon-close {
    top: auto;
    right: 25px;
    bottom: 75px;
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.playlist-popup .mCustomScrollbar {
    max-height: calc(100vh - 70px);
    overflow: hidden;
}
.create-event {
    width: 470px;
}
.create-event .icon-close {
    margin-top: 0;
    margin-right: 0;
}
.create-event .more-dropdown {
    width: 300px;
    top: 70px;
    right: -301px;
    visibility: visible;
    opacity: 1;
    padding: 0;
}
.create-event .more-dropdown a {
    display: inline-block;
    margin-bottom: 0;
}
.create-event .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    font-size: 12px;
}
.create-event .more-dropdown .form-group {
    margin-bottom: 0;
}
.create-event .more-dropdown li {
    padding: 9px 0;
}
.create-event .more-dropdown svg {
    width: 14px;
    height: 14px;
}
.create-event .author-thumb {
    margin-right: 10px;
}
.create-event .icon:hover {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.create-event .icon.check {
    fill: #08ddc1;
    fill: var(--olympus-breez);
}
.create-event .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
    position: absolute;
    top: 19px;
    right: 35px;
}
.create-event .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    background-color: #08ddc1;
    background-color: var(--olympus-breez);
}
.create-event .bootstrap-select li.selected a {
    background-color: #08ddc1;
    background-color: var(--olympus-breez);
}
.create-event .bs-searchbox {
    padding: 0;
}
.create-event .bs-searchbox input {
    border-radius: 0;
    border-width: 0 0 1px 0;
}
.event-private-public {
    width: 770px;
}
.event-private-public .mCustomScrollbar {
    overflow: hidden;
    max-height: 365px;
}
.event-private-public .ps > .ps__scrollbar-y-rail, .event-private-public .ps:hover > .ps__scrollbar-y-rail {
    display: none;
}
.event-private-public .modal-body {
    padding: 0;
}
.private-event-head {
    margin-bottom: 20px;
}
.private-event-head img {
    margin-right: 14px;
}
.private-event-head .author-date .event-title {
    line-height: 1;
    margin-bottom: 0;
}
.private-event-head .event__date {
    font-size: 12px;
}
.private-event-head .more {
    float: right;
    font-size: 16px;
    margin-right: 10px;
}
.private-event-head .more-dropdown a:hover {
    color: #08ddc1;
    color: var(--olympus-breez);
}
.event-description {
    padding-left: 30px;
    border-left: 1px solid #e6ecf5;
    border-left: 1px solid var(--olympus-border-color);
    margin-bottom: 40px;
}
.event-description .event-description-title {
    font-weight: 700;
    margin-bottom: 40px;
}
.event-description .place {
    margin-bottom: 20px;
}
.event-description .friends-harmonic {
    margin-bottom: 35px;
}
.relative {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.edit-my-poll-popup {
    width: 770px;
}
.edit-my-poll-popup .control-block-button {
    top: 20px;
    right: -17px;
}
.edit-my-poll-popup .edit-my-poll-head {
    border-radius: 5px 5px 0 0;
    padding: 35px 60px;
    display: flex;
    align-items: center;
}
.edit-my-poll-popup .edit-my-poll-head .poll-img {
    margin-left: auto;
}
.edit-my-poll-popup .head-content {
    color: #fff;
    color: var(--olympus-white-color);
}
.edit-my-poll-popup .head-content .title {
    margin-bottom: 20px;
    color: inherit;
}
.edit-my-poll-popup .head-content svg {
    fill: #fff;
    fill: var(--olympus-white-color);
}
.edit-my-poll-popup .place span {
    position: relative;
}
.edit-my-poll-popup .place span + span {
    padding-left: 17px;
    margin-left: 12px;
}
.edit-my-poll-popup .place span + span:after {
    content: "/";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.edit-my-poll-popup .edit-my-poll-content {
    padding: 35px 60px;
}
.edit-my-poll-popup .edit-my-poll-content h3 {
    margin: 40px 0;
}
.edit-my-poll-popup .modal-content {
    border: none;
}
.edit-my-poll-popup .modal-body {
    padding: 0;
}
.modal.show .modal-dialog {
    display: flex !important;
}
.popup-write-rewiev {
    width: 470px;
}
.restore-password-popup {
    width: 400px;
}
.modal-has-swiper {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}
.modal-has-swiper.show {
    visibility: visible;
    opacity: 1;
}
.main-popup-search {
    width: 770px;
}
.main-popup-search .search-form {
    padding: 30px;
    box-shadow: none;
    align-items: initial;
    display: flex;
}
.main-popup-search .form-group {
    margin-bottom: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1080px) {
.window-popup .icon-close,  .icon-close {
    right: 50%;
    margin-right: -9px;
}
.open-photo-popup-v2 {
    display: block;
}
.modal.show .modal-dialog.open-photo-popup-v2 {
    display: block !important;
}
.open-photo-popup-v2 .open-photo-thumb {
    width: 100%;
    float: none;
}
.open-photo-popup-v2 .open-photo-content {
    width: 100%;
    float: none;
}
.create-friend-group .dropdown-menu {
    bottom: auto;
    left: 0;
    top: 100%;
}
}
 @media (max-width: 768px) {
.edit-my-poll-popup .control-block-button {
    top: -20px;
    right: 17px;
}
.icon-close {
    right: 50%;
    margin-right: -9px;
}
.choose-from-my-photo .modal-header .title {
    width: 50%;
}
.choose-from-my-photo .nav-tabs .nav-link {
    height: 100%;
    display: flex;
}
.choose-from-my-photo .nav-tabs .nav-item {
    width: auto;
}
.choose-from-my-photo .nav-tabs .nav-link svg {
    margin: auto;
}
.create-photo-album .btn + .btn {
    margin-left: 0;
    float: none;
}
.create-photo-album .btn {
    width: 100%;
    margin: 10px 0;
}
.choose-from-my-photo .btn {
    width: 45%;
}
.photo-album-item.create-album .btn-control {
    width: 50px;
}
.blog-post-popup .post p {
    padding: 0;
}
}
 @media (max-width: 580px) {
.edit-my-poll-popup .edit-my-poll-head {
    padding: 20px 40px;
    flex-direction: column;
}
.edit-my-poll-popup .edit-my-poll-content {
    padding: 20px 40px;
}
.edit-my-poll-popup .edit-my-poll-head .poll-img {
    margin: 20px auto 0 0;
}
.edit-my-poll-popup .edit-my-poll-content h3 {
    margin: 20px 0;
}
}
 @media (max-width: 480px) {
.choose-photo-item {
    width: 50%;
}
.private-event-head .more {
    float: none;
}
.upload-photo-item {
    padding: 10px;
}
.choose-from-my-photo .btn {
    width: 100%;
}
.upload-photo-item svg {
    margin-bottom: 10px;
}
.remember a {
    float: none;
    display: block;
}
.page-link {
    padding: 10px;
}
.notification-list.friend-requests .notification-icon {
    display: block;
    margin-top: 10px;
}
.choose-from-my-photo .btn {
    margin-bottom: 10px;
}
.choose-from-my-photo .btn + .btn {
    margin-left: 0;
}
.choose-photo-item {
    padding: 0 5px 5px 0;
}
.blog-post-popup .post .post-title {
    display: none;
}
.main-popup-search .search-form {
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
}
.main-popup-search .search-form .btn {
    border-radius: 5px;
}
.main-popup-search .search-form > * + * {
    margin-left: 0;
}
.main-popup-search .form-group {
    margin-bottom: 20px;
    width: 100%;
}
}
 @media (max-width: 360px) {
.choose-photo-item {
    width: 100%;
}
.private-event-head .more {
    float: none;
    display: block;
}
.private-event-head img {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
}
.event-private-public .post__author img {
    display: block;
    margin-bottom: 10px;
}
}
/*------------- #OL-LISTS --------------*/
ol {
    counter-reset: list1;
    margin: 0;
    padding-left: 0;
}
ol li {
    list-style: none;
    transition: all .3s ease;
}
/* Init counter */
ol li:before {
    position: relative;
    counter-increment: list1;
    /* Add "1" */
    content: counter(list1) " ";
    /* Show count */
    color: #888da8;
    color: var(--olympus-body-font-color);
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
ol li ul li:before {
    display: none;
}
ol ol {
    counter-reset: list2;
    margin-top: 10px;
}
ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}
ol ol li {
    padding-left: 40px;
}
/*------------- #FRIENDS-HARMONIC --------------*/


/*================= Responsive Mode ============*/
@media (max-width: 768px) {
.socials-shared .social-item {
    padding: 10px 30px;
}
}
 @media (max-width: 560px) {
.socials-shared {
    padding: 20px;
}
}
/*------------- #CONTACTS --------------*/
.contact-item-wrap {
    margin-bottom: 30px;
}
.contact-item-wrap:hover .contact-title:after {
    width: 100%;
}
.contact-title {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.contact-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background-color: #ff5e3a;
    background-color: var(--olympus-primary-color);
    transition: width .3s ease-in-out;
}
.contact-item .sub-title {
    font-weight: 400;
}
.contact-item a {
    color: #888da8;
    color: var(--olympus-body-font-color);
    display: block;
}
.contact-item a:hover {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.contact-item + .contact-item {
    margin-top: 30px;
}
 @media (max-width: 768px) {
.contact-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-item + .contact-item {
    margin-top: 20px;
}
}
/*------------- #CONTACT-FORM --------------*/
.contact-form-wrap {
    position: relative;
    background-color: #fff;
    background-color: var(--olympus-white-color);
    border: 1px solid #e6ecf5;
    border: 1px solid var(--olympus-border-color);
    border-radius: 5px;
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    display: flex;
    z-index: 2;
    overflow: hidden;
}
.contact-form-wrap .contact-form {
    width: 60%;
}
.contact-form-thumb {
    position: relative;
    padding: 50px 40px;
    color: #fff;
    color: var(--olympus-white-color);
    background-image: url("../img/contact-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
}
.contact-form-thumb .title {
    color: inherit;
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 1;
}
.contact-form-thumb .title span {
    font-size: 64px;
    display: block;
}
.contact-form {
    padding: 50px 40px 30px;
}
.contact-form .btn {
    margin-bottom: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1200px) {
.contact-form-thumb .title span {
    font-size: 34px;
}
.contact-form-thumb .title {
    margin-bottom: 20px;
}
.contact-form-thumb {
    padding: 30px;
}
.contact-form-wrap .contact-form {
    padding: 30px;
}
}
 @media (max-width: 860px) {
.contact-form-thumb .title, .contact-form-thumb .title span {
    font-size: 22px;
}
}
 @media (max-width: 600px) {
.contact-form-wrap {
    flex-direction: column;
}
.contact-form-thumb {
    width: 100%;
}
.contact-form-wrap .contact-form {
    width: 100%;
}
}
/*------------- #ACCORDION-FAQS --------------*/
.accordion-faqs .icons-wrap {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.accordion-faqs .icons-wrap svg {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
    transition: all .3s ease;
    vertical-align: middle;
}
.accordion-faqs .icons-wrap .olymp-accordion-close-icon {
    position: absolute;
    top: 16px;
    left: 0;
    opacity: 0;
}
.accordion-faqs .accordion-body {
    padding: 0;
}
.accordion-faqs .accordion-collapse {
    border: none;
    margin-bottom: 60px;
}
.accordion-faqs .accordion-button:not(.collapsed) {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
    background-color: transparent;
}
.accordion-faqs .accordion-button:not(.collapsed) .olymp-accordion-close-icon {
    opacity: 1;
}
.accordion-faqs .accordion-button:not(.collapsed) .olymp-plus-icon {
    opacity: 0;
}
.accordion-faqs .accordion-button {
    display: flex;
    align-items: baseline;
    padding: 60px 0;
    border: none;
    font-size: 28px;
    color: #515365;
    color: var(--olympus-heading-color);
    font-weight: 300;
}
.accordion-faqs .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-faqs .accordion-button:after {
    display: none;
}
.accordion-faqs .accordion-item {
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
}
.accordion-faqs .accordion-item:first-child {
    border: none;
}
.accordion-faqs svg {
    width: 12px;
    height: 12px;
}

/*================= Responsive Mode ============*/
@media (max-width: 600px) {
.accordion-faqs .accordion-button {
    padding: 30px 0;
    font-size: 22px;
}
.accordion-faqs .collapse {
    margin-bottom: 20px;
}
.accordion-faqs .icons-wrap .olymp-accordion-close-icon {
    top: 10px;
}
}
/*------------- #TABLE-CAREERS --------------*/
.table-careers {
    width: 100%;
}
.table-careers li {
    display: table;
    width: 100%;
    padding: 30px 35px;
    border: 1px solid #e6ecf5;
    border: 1px solid var(--olympus-border-color);
    margin-top: 18px;
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1);
    border-radius: 5px;
    transition: background-color .3s ease;
}
.table-careers li:hover {
    background-color: #e6ecf5;
    background-color: var(--olympus-border-color);
}
.table-careers span {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}
.table-careers span.position, .table-careers span.type {
    color: #515365;
    color: var(--olympus-heading-color);
}
.table-careers .head {
    border: none;
    box-shadow: none;
}
.table-careers .head span {
    font-size: 10px;
    text-transform: uppercase;
}
.table-careers .head:hover {
    background-color: transparent;
}
.table-careers .btn {
    margin: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
.table-careers li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.table-careers span {
    width: auto;
    margin-bottom: 5px;
}
}
 @media (max-width: 640px) {
.table-careers li {
    padding: 15px;
}
}
/*------------- #FOLLOW-INSTAGRAMM --------------*/
.follow-instagram {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.follow-instagram img {
    width: 20%;
}
.follow-instagram .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
}
.follow-instagram:hover .overlay {
    opacity: 1;
}

/*================= Responsive Mode ============*/
@media (max-width: 460px) {
.follow-instagram .btn {
    width: 70%;
}
}
/*------------- #HELP-SUPPORT-BLOCK --------------*/
.help-support-block {
    margin-bottom: 60px;
}
.help-support-block .title {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}
.help-support-block .title .total-topic {
    margin-left: 15px;
}
.help-support-block .title:hover .total-topic {
    background-color: #7c5ac2;
    background-color: var(--olympus-purple);
    color: #fff;
    color: var(--olympus-white-color);
}
.total-topic {
    font-size: 10px;
    border-radius: 100%;
    font-weight: 900;
    width: 30px;
    height: 30px;
    background-color: #ebecf2;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #515365;
    color: var(--olympus-heading-color);
}
.help-support-list li {
    display: flex;
    align-items: flex-start;
}
.help-support-list li svg {
    margin-right: 20px;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
    position: relative;
    top: 3px;
}
.help-support-list li a {
    font-size: 14px;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.help-support-list li + li {
    margin-top: 20px;
}
.help-support-list li:hover a {
    color: #515365;
    color: var(--olympus-heading-color);
}
.help-support-list li:hover svg {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.help-main-topic .title {
    margin-bottom: 20px;
}
.help-main-topic .help-image {
    margin: 40px auto;
}
.help-main-topic .single-post-additional {
    margin-bottom: 20px;
}
.help-main-topic .single-post-additional > * + * {
    border-left: none;
    margin-left: 30px;
}
.help-main-topic .single-post-additional > * {
    padding: 20px 0;
}
.user-raiting-choice {
    padding: 35px 0;
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    margin-top: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.user-raiting-choice b {
    margin-left: 5px;
}
.user-raiting-choice a {
    margin-left: 15px;
    opacity: .8;
    display: inline-block;
    vertical-align: middle;
}
.user-raiting-choice a:hover {
    opacity: 1;
}
.user-raiting-choice span {
    color: #515365;
    color: var(--olympus-heading-color);
    margin-left: auto;
    font-weight: 700;
}

/*================= Responsive Mode ============*/
@media (max-width: 860px) {
.help-support-block .title {
    margin-bottom: 20px;
}
}
 @media (max-width: 560px) {
.help-main-topic .single-post-additional > * {
    display: inline-block;
}
.user-raiting-choice {
    display: block;
    padding: 15px 0;
    margin-top: 20px;
}
.user-raiting-choice span {
    display: block;
    margin-top: 15px;
}
}
 @media (max-width: 360px) {
.help-main-topic .single-post-additional > * {
    display: block;
}
.help-main-topic .single-post-additional > * + * {
    margin-left: 0;
}
}
/*------------- #SEARCH-HELP-RESULT --------------*/
.search-help-result-title {
    text-align: center;
    margin-bottom: 100px;
}
.search-help-result-title .count-result {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.search-help-result-title .search-query {
    font-style: italic;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.search-help-result-list li {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
}
.search-help-result-list .title {
    margin-bottom: 40px;
}
.search-help-result-list .single-post-additional {
    margin-bottom: 20px;
}
.search-help-result-list .single-post-additional > * + * {
    border-left: none;
    margin-left: 30px;
}
.search-help-result-list .single-post-additional > * {
    padding: 20px 0;
}
.search-help-result-list .post__author img {
    width: 26px;
    height: 26px;
}
.user-raiting {
    margin-top: 30px;
    font-size: 12px;
    color: #515365;
    color: var(--olympus-heading-color);
    font-weight: 700;
}
.user-raiting img {
    margin-right: 20px;
    vertical-align: middle;
}
.page-404-content {
    text-align: center;
}
.page-404-content img {
    margin-bottom: 70px;
    display: block;
}
.page-500-content {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.page-500-sup-title {
    font-size: 84px;
}


/* #Flexbox */
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexbox-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flexbox-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* Columns */
.flexbox-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.flexbox-col-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.flexbox-col-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.flexbox-col-start {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.flexbox-col-start-center {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
/* Spacings */
.flexbox-space-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexbox-space-bet-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* = - = - = -
    Classes
- = - = - = - */
[class^="material-icons-round"] {
  user-select: none;
}
.view-width {
  width: 60%;
}
/* = - = - = -
    Navbar
- = - = - = - */
#navbar {
  width: 100%;
  height: 5em;
  box-shadow: var(--shadow-smooth);
  overflow: hidden;
}
.navbar-inner {
  height: 100%;
}
.navbar-inner svg {
  height: 8em;
  cursor: pointer;
}
/* = - = - = - = -
    Profile Top
- = - = - = - = - */
.profile-info {
  width: 100%;
}
.profile-info-inner {
  margin: 2.5em 0;
}
/* Profile Picture */
.profile-picture-large {
  padding: 0.3em;
  width: 10em;
  height: 10em;
  margin: 0 2.5em 0 0;
}
.profile-picture-large .profile-picture-inner {
  width: 100%;
  height: 100%;
  border: 0.3em solid rgb(var(--background));
}
.profile-picture-small {
  padding: 0.2em;
  width: 4em;
  height: 4em;
  margin: 0 0.75em 0 0;
}
.profile-picture-small .profile-picture-inner {
  width: 100%;
  height: 100%;
  border: 0.2em solid rgb(var(--background));
}
.profile-picture-wrapper {
  position: relative;
  cursor: pointer;
}
.profile-picture-inner {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.profile-picture {
  min-width: 100%;
  max-width: 110%;
  min-height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  z-index: 2;
}
.profile-picture-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    121deg,
    rgb(var(--accent)) 0%,
    rgb(var(--primary)) 100%
  );
  border-radius: 50%;
  z-index: 1;
}
.profile-picture-note {
  top: 2.25em;
  left: 1.75em;
  padding: 0.75em 1.25em;
  position: fixed;
  will-change: transform;
  color: var(--white);
  background-color: var(--black);
  border-radius: 0.25rem;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  z-index: 4;
}
/* Username */
.profile-username .name {
  margin: 0 0.2em 0 0;
}
.profile-username .material-icons-round {
  color: rgb(var(--blue));
  font-size: var(--heading-small);
}
.profile-username-small .name {
  margin: 0 0.25em 0 0;
  font-size: calc(var(--paragraph) + 0.25rem);
}
.profile-username-small .material-icons-round {
  color: rgb(var(--blue));
  font-size: calc(var(--paragraph) + 0.25rem);
}
/* Profile Followers */
.profile-followers p {
  margin: 0 1.5em 0 0;
  cursor: pointer;
}
.profile-followers p span {
  margin: 0 0.25em 0 0;
  font-weight: 700;
}
/* Profile Bio */
.profile-bio {
  margin: 1.5em 0 0 0;
  font-weight: 300;
}
.profile-bio-inner .line {
  display: block;
  word-break: break-word;
}
.profile-bio-link-inner {
  color: var(--black);
  text-decoration: none;
}
.profile-bio-link-inner:visited {
  color: var(--black);
}
.profile-bio-link {
  font-weight: 500;
  color: rgba(var(--blue), 1);
  text-decoration: none;
}
.profile-bio-link:visited {
  color: rgba(var(--blue), 0.5);
  text-decoration: none;
}
/* = - = - = - = - = -
    Profile Stories
- = - = - = - = - = -*/
.profile-stories {
  width: 100%;
}
.profile-stories-inner {
  margin: 2.5em 0;
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: grab;
}
.profile-stories-inner:active {
  cursor: grabbing;
}
.profile-stories-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    -90deg,
    rgba(var(--background), 1) 0%,
    rgba(var(--background), 0) 50%,
    rgba(var(--background), 0) 100%
  );
  pointer-events: none;
  z-index: 100;
}
.profile-story-wrapper {
  margin: 0 2.5em 0 0;
  padding: 0.3em;
  width: 8em;
  height: 8em;
  position: relative;
}
.profile-story-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 0.3em solid rgb(var(--background));
  overflow: hidden;
  z-index: 2;
}
.profile-story {
  min-width: 100%;
  max-width: 110%;
  min-height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  z-index: 2;
}
.profile-story-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    121deg,
    rgb(var(--accent)) 0%,
    rgb(var(--primary)) 100%
  );
  border-radius: 50%;
  z-index: 1;
}
.profile-story-background-gray {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(var(--gray), 0.4);
  border-radius: 50%;
  z-index: 1;
}
/* = - = - = - = - =
    Profile Grid
- = - = - = - = - = */
.profile-grid {
  margin: 5em 0;
  width: 100%;
}
.profile-grid-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  /*grid-gap: 2em;*/
}
.profile-post {
  width: 100%;
  height: 1fr;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.profile-post::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.profile-post-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s var(--transition-short);
  z-index: 10;
}
.profile-post-image {
  min-width: 100%;
  max-width: 110%;
  min-height: 100%;
  position: absolute;
  transition: transform 0.3s var(--transition-long);
  object-fit: cover;
}
.post-image-2 {
  left: 100%;
}
.profile-post-multiple-image-icon {
  top: 1.25em;
  right: 1.25em;
  position: absolute;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
.profile-post-lc {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity 0.3s var(--transition-short);
  opacity: 0;
  z-index: 20;
}
.profile-post-lc p {
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.profile-post-lc p span {
  margin: 0 0.25em 0 0;
}
.profile-post-likes {
  margin: 0 0.5em 0 0;
}
.profile-post-comments {
  margin: 0 0 0 0.5em;
}
/* Profile Post Images */
.profile-grid-images {
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 500;
}
.profile-grid-image-wrapper {
  display: none;
  /* display: grid; */
  position: absolute;
  grid-template-columns: 60% 40%;
  background-color: rgb(var(--background));
  overflow: hidden;
}
.profile-grid-image-inner {
  width: 100%;
  height: 1fr;
  position: relative;
  overflow: hidden;
}
.profile-grid-image-inner::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.profile-grid-image {
  min-width: 100%;
  max-width: 110%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
}
/* Selection */
::selection {
  color: var(--white);
  background: rgb(var(--primary));
}
/* Scrollbar */
::-webkit-scrollbar-track {
  padding: 4px;
  background-color: rgb(var(--background-dark));
}
::-webkit-scrollbar {
  padding: 4px;
  width: 8px;
  background-color: rgb(var(--background-dark));
}
::-webkit-scrollbar-thumb {
  background-color: rgb(var(--primary));
}
/* -
-*-~*~-*-*-~*~-*-*-~*~-* |
　　　　　@keyframes　　　　|
-*-~*~-*-*-~*~-*-*-~*~-* |
- */

/* -
-*-~*~-*-*-~*~-*-*-~*~-* |
　　　　@media rules　　　　|
-*-~*~-*-*-~*~-*-*-~*~-* |
- */
@media only screen and (max-width: 1660px) {
  .view-width {
    width: 65%;
  }
}
@media only screen and (max-width: 1456px) {
.view-width {
    width: 90%;
}
}
@media only screen and (max-width: 1220px) {
  .view-width {
    width: 75%;
  }
  /* = - = - = - = -
        Profile Top
    - = - = - = - = - */
  /* Profile Picture */
  .profile-picture-large {
    padding: 0.3em;
    width: 8em;
    height: 8em;
    margin: 0 1.5em 0 0;
  }
  .profile-picture-large .profile-picture-inner {
    width: 100%;
    height: 100%;
    border: 0.3em solid rgb(var(--background));
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    /* Sizes */
    --heading-large: 5.2rem;
    --heading-medium: 3.2rem;
    --heading-small: 2rem;
    --paragraph: 1rem;
  }
  .view-width {
    width: 85%;
  }
  /* = - = - = - = -
        Profile Top
    - = - = - = - = - */
  /* Profile Picture */
  .profile-picture-large {
    padding: 0.2em;
    width: 6em;
    height: 6em;
    margin: 0 1.25em 0 0;
  }
  .profile-picture-large .profile-picture-inner {
    width: 100%;
    height: 100%;
    border: 0.2em solid rgb(var(--background));
  }
  /* Profile Story */
  .profile-stories-inner {
    margin: 1.5em 0;
  }
  .profile-story-wrapper {
    margin: 0 1.5em 0 0;
    padding: 0.2em;
    width: 6em;
    height: 6em;
  }
  .profile-story-inner {
    width: 100%;
    height: 100%;
    border: 0.2em solid rgb(var(--background));
  }
  /* = - = - = - = - =
        Profile Grid
    - = - = - = - = - = */
  .profile-grid-inner {
    /*grid-gap: 1em;*/
  }
}
@media only screen and (max-width: 756px) {
  .view-width {
    width: calc(100% - 5rem);
  }
  /* = - = - = - = -
        Profile Top
    - = - = - = - = - */
  .profile-info-inner {
    flex-direction: column;
  }
  .profile-left {
    margin: 0 0 1em 0;
    flex-direction: column;
  }
  /* Profile Picture */
  .profile-picture-large {
    margin: 0 0 1em 0;
  }
  /* = - = - = - = - =
        Profile Grid
    - = - = - = - = - = */
  .profile-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  /* = - = - = - = - =
        Profile Grid
    - = - = - = - = - = */
  .profile-grid-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 496px) {
}


.window-popup {
    max-width: calc(100% - 40px);
}
.window-popup .icon-close {
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
}
.window-popup .icon {
    fill: #888da8;
    fill: var(--olympus-body-font-color);
    float: right;
    margin-top: 7px;
    padding: 0;
}
.window-popup .input-group-addon .icon {
    margin-top: 0;
}
.window-popup .form-group {
    margin-bottom: 25px;
}
.window-popup .form-group.with-button button {
    width: 50px;
    border-radius: 0 5px 5px 0;
}
.window-popup .olymp-computer-icon {
    width: 22px;
    height: 20px;
}
.fav-page-popup {
    width: 470px;
}
.fav-page-popup button {
    margin-bottom: 0;
}
.fav-page-popup .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.icon-close {
    position: absolute;
    top: -25px;
    right: -25px;
    color: #fff;
    color: var(--olympus-white-color);
    fill: #fff;
    fill: var(--olympus-white-color);
}
.icon-close:hover {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.icon-close svg {
    width: 18px;
    height: 18px;
}
.update-header-photo {
    width: 770px;
}
.update-header-photo .modal-body {
    padding: 0;
    display: flex;
}
.upload-photo-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 50px;
    text-align: center;
    fill: #c2c5d9;
    border-left: 1px solid #e6ecf5;
    border-left: 1px solid var(--olympus-border-color);
}
.upload-photo-item:first-child {
    border-right: none;
}
.upload-photo-item h6, .upload-photo-item .h6 {
    margin-bottom: 0;
}
.upload-photo-item svg {
    margin-bottom: 30px;
    width: 22px;
    height: 20px;
}
.upload-photo-item span {
    font-size: 11px;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.upload-photo-item:hover {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
    background-color: #fafbfd;
    background-color: var(--olympus-smoke-light);
}
.choose-from-my-photo {
    width: 770px;
}
.choose-from-my-photo .nav-tabs {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    border-bottom: none;
    height: 100%;
}
.choose-from-my-photo .modal-header {
    position: relative;
}
.choose-from-my-photo .nav-tabs .nav-link {
    border-radius: 0;
    padding: 18px 25px;
    fill: #c2c5d9;
    background-color: #fafbfd;
    background-color: var(--olympus-smoke-light);
    border-color: #e6ecf5;
    border-color: var(--olympus-border-color);
    border-top-color: transparent;
    border-right: none;
    height: 100%;
}
.choose-from-my-photo .nav-tabs .nav-link.active {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
    background-color: #fff;
    background-color: var(--olympus-white-color);
}
.choose-from-my-photo .nav-tabs .nav-link svg {
    width: 18px;
    height: 20px;
}
.choose-from-my-photo .btn {
    margin-bottom: 30px;
}
.choose-from-my-photo .btn + .btn {
    margin-left: 20px;
}
.choose-photo-item {
    position: relative;
    border-radius: 5px;
    width: 33%;
    float: left;
    padding: 0 22px 25px 0;
}
.choose-photo-item img {
    max-width: 100%;
    width: 100%;
    display: block;
}
.choose-photo-item:last-child {
    margin-right: 0;
}
.choose-photo-item .radio {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #e6ecf5;
    border: 1px solid var(--olympus-border-color);
    border-radius: 5px;
}
.choose-photo-item .radio label {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}
.choose-photo-item .radio label span {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}
.choose-photo-item .circle {
    background-color: #fff;
    background-color: var(--olympus-white-color);
}
figcaption {
    padding: 20px 25px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #515365;
    color: var(--olympus-heading-color);
}
figcaption a {
    color: #515365;
    color: var(--olympus-heading-color);
}
figcaption a:hover {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
figcaption span {
    font-size: 10px;
    color: #888da8;
    color: var(--olympus-body-font-color);
    font-weight: 400;
    display: block;
}
figure {
    margin: 0;
}
.blog-post-popup {
    width: 770px;
}
.blog-post-popup .modal-body {
    padding: 0;
}
.blog-post-popup .post p {
    padding: 0 15px;
}
.blog-post-popup .post-thumb {
    position: relative;
}
.blog-post-popup .overlay {
    opacity: 1;
}
.blog-post-popup .post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    color: var(--olympus-white-color);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 20;
}
.blog-post-popup .mCustomScrollbar {
    overflow: hidden;
    max-height: 365px;
}
.blog-post-popup .ps > .ps__scrollbar-y-rail, .blog-post-popup .ps:hover > .ps__scrollbar-y-rail {
    display: none;
}
.open-photo-popup {
    width: 970px;
}
.open-photo-popup .modal-body {
    padding: 0;
}
.open-photo-popup .modal-content {
    border: none;
}
.open-photo-popup .mCustomScrollbar {
    overflow: hidden;
    max-height: 140px;
}
.open-photo-popup .ps > .ps__scrollbar-y-rail, .open-photo-popup .ps:hover > .ps__scrollbar-y-rail {
    display: none;
}
.open-photo-thumb {
    padding: 55px 0;
    background-color: #000;
}
.open-photo-thumb .photo-item {
    margin: 0;
    border-radius: 0;
    padding: 0;
    display: block;
}
.open-photo-thumb .photo-item .overlay {
    bottom: 0;
    right: 0;
}
.open-photo-thumb .photo-item img {
    border-radius: 0;
    display: block;
}
.open-photo-thumb .photo-item:hover .tag-friends {
    opacity: 1;
}
.open-photo-thumb .tag-friends {
    position: absolute;
    top: 25px;
    right: 55px;
    opacity: 0;
    transition: all .3s ease;
    fill: #fff;
    fill: var(--olympus-white-color);
}
.open-photo-thumb .tag-friends svg {
    width: 20px;
    height: 20px;
}
.open-photo-popup-v2 {
    width: 1200px;
    display: flex;
}
.open-photo-popup-v2 .open-photo-thumb {
    width: 66.66%;
    float: left;
    z-index: 10;
}
.open-photo-popup-v2 .open-photo-content {
    width: 33%;
    float: left;
}
.open-photo-popup-v2 .post-additional-info .comments-shared {
    margin-top: 0;
}
.open-photo-popup-v2 .mCustomScrollbar {
    max-height: 180px;
}
.create-photo-album {
    width: 770px;
}
.create-photo-album .photo-album-item.create-album {
    min-height: 200px;
}
.create-photo-album .more {
    padding: 10px 13px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
}
.create-photo-album .more a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
}
.create-photo-album .more svg {
    margin-right: 5px;
}
.create-photo-album .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
}
.create-photo-album textarea {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    font-size: 12px;
}
.create-photo-album .btn {
    margin: 30px 0;
}
.create-photo-album .btn + .btn {
    margin-left: 20px;
}
.create-photo-album .more-dropdown {
    width: 260px;
    right: auto;
    left: 0;
    padding: 0;
}
.create-photo-album .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    font-size: 12px;
}
.create-photo-album .author-thumb {
    margin-right: 10px;
}
.create-photo-album .author-title {
    margin-bottom: 0;
}
.registration-login-form-popup {
    width: 470px;
}
.registration-login-form-popup .registration-login-form {
    margin-bottom: 0;
}
.registration-login-form-popup .modal-body {
    padding: 0;
}
.edit-widget {
    width: 470px;
}
.edit-widget .custom-control-indicator {
    width: 18px;
    height: 18px;
}
.edit-widget .custom-control {
    margin-right: 0;
    padding-left: 20px;
}
.add-option {
    display: block;
    margin: 30px 0;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.add-option svg {
    fill: #888da8;
    fill: var(--olympus-body-font-color);
    margin-right: 12px;
    width: 14px;
    height: 14px;
}
.add-option span {
    line-height: 1;
}
.create-friend-group {
    width: 470px;
}
.create-friend-group .more-dropdown {
    width: 300px;
    top: 70px;
    right: -301px;
    visibility: visible;
    opacity: 1;
    padding: 0;
}
.create-friend-group .more-dropdown a {
    display: inline-block;
    margin-bottom: 0;
}
.create-friend-group .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    font-size: 12px;
}
.create-friend-group .more-dropdown .form-group {
    margin-bottom: 0;
}
.create-friend-group .more-dropdown li {
    padding: 9px 0;
}
.create-friend-group .icon:hover {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.create-friend-group .icon.check {
    fill: #38a9ff;
    fill: var(--olympus-blue);
}
.create-friend-group .icon svg {
    width: 14px;
    height: 12px;
}
.create-friend-group .author-thumb {
    margin-right: 10px;
}
.create-friend-group .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
    position: absolute;
    top: 19px;
    right: 15px;
}
.create-friend-group .bootstrap-select.form-control {
    border-radius: 4px;
    border: 1px solid #e6ecf5;
    border: 1px solid var(--olympus-border-color);
}
.create-friend-group .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #38a9ff;
    color: var(--olympus-blue);
}
.create-friend-group .dropdown-menu {
    top: auto;
    bottom: -100%;
    left: calc(100% + 25px);
}
.faqs-popup {
    width: 470px;
}
.faqs-popup .accordion-item {
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
}
.faqs-popup .accordion-item:last-child {
    border: none;
}
.faqs-popup .collapse {
    padding: 0 0 0.75rem;
    margin-bottom: 0;
}
.faqs-popup .collapse p {
    margin-bottom: 0;
}
.faqs-popup .modal-body {
    padding: 0;
}
.faqs-popup .card {
    padding: 1px 1.5rem;
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
}
.faqs-popup .card-header {
    padding: 1.5rem 0;
    border-bottom: none;
}
.faqs-popup .card-header a {
    font-size: 13px;
}
.faqs-popup .card-header i, .faqs-popup .card-header svg {
    margin-top: 3px;
}
.faqs-popup .card:first-child {
    border-top: none;
}
.playlist-popup {
    width: 100%;
    max-width: 100%;
    top: 0 !important;
    left: 0;
    transform: none;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.playlist-popup.open {
    visibility: visible;
    opacity: 1;
}
.playlist-popup .icon-close {
    top: auto;
    right: 25px;
    bottom: 75px;
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.playlist-popup .mCustomScrollbar {
    max-height: calc(100vh - 70px);
    overflow: hidden;
}
.create-event {
    width: 470px;
}
.create-event .icon-close {
    margin-top: 0;
    margin-right: 0;
}
.create-event .more-dropdown {
    width: 300px;
    top: 70px;
    right: -301px;
    visibility: visible;
    opacity: 1;
    padding: 0;
}
.create-event .more-dropdown a {
    display: inline-block;
    margin-bottom: 0;
}
.create-event .more-dropdown input {
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    font-size: 12px;
}
.create-event .more-dropdown .form-group {
    margin-bottom: 0;
}
.create-event .more-dropdown li {
    padding: 9px 0;
}
.create-event .more-dropdown svg {
    width: 14px;
    height: 14px;
}
.create-event .author-thumb {
    margin-right: 10px;
}
.create-event .icon:hover {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
}
.create-event .icon.check {
    fill: #08ddc1;
    fill: var(--olympus-breez);
}
.create-event .olymp-happy-face-icon {
    width: 20px;
    height: 20px;
    fill: #9a9fbf;
    fill: var(--olympus-icon-color);
    position: absolute;
    top: 19px;
    right: 35px;
}
.create-event .form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    background-color: #08ddc1;
    background-color: var(--olympus-breez);
}
.create-event .bootstrap-select li.selected a {
    background-color: #08ddc1;
    background-color: var(--olympus-breez);
}
.create-event .bs-searchbox {
    padding: 0;
}
.create-event .bs-searchbox input {
    border-radius: 0;
    border-width: 0 0 1px 0;
}
.event-private-public {
    width: 770px;
}
.event-private-public .mCustomScrollbar {
    overflow: hidden;
    max-height: 365px;
}
.event-private-public .ps > .ps__scrollbar-y-rail, .event-private-public .ps:hover > .ps__scrollbar-y-rail {
    display: none;
}
.event-private-public .modal-body {
    padding: 0;
}
.private-event-head {
    margin-bottom: 20px;
}
.private-event-head img {
    margin-right: 14px;
}
.private-event-head .author-date .event-title {
    line-height: 1;
    margin-bottom: 0;
}
.private-event-head .event__date {
    font-size: 12px;
}
.private-event-head .more {
    float: right;
    font-size: 16px;
    margin-right: 10px;
}
.private-event-head .more-dropdown a:hover {
    color: #08ddc1;
    color: var(--olympus-breez);
}
.event-description {
    padding-left: 30px;
    border-left: 1px solid #e6ecf5;
    border-left: 1px solid var(--olympus-border-color);
    margin-bottom: 40px;
}
.event-description .event-description-title {
    font-weight: 700;
    margin-bottom: 40px;
}
.event-description .place {
    margin-bottom: 20px;
}
.event-description .friends-harmonic {
    margin-bottom: 35px;
}
.relative {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.edit-my-poll-popup {
    width: 770px;
}
.edit-my-poll-popup .control-block-button {
    top: 20px;
    right: -17px;
}
.edit-my-poll-popup .edit-my-poll-head {
    border-radius: 5px 5px 0 0;
    padding: 35px 60px;
    display: flex;
    align-items: center;
}
.edit-my-poll-popup .edit-my-poll-head .poll-img {
    margin-left: auto;
}
.edit-my-poll-popup .head-content {
    color: #fff;
    color: var(--olympus-white-color);
}
.edit-my-poll-popup .head-content .title {
    margin-bottom: 20px;
    color: inherit;
}
.edit-my-poll-popup .head-content svg {
    fill: #fff;
    fill: var(--olympus-white-color);
}
.edit-my-poll-popup .place span {
    position: relative;
}
.edit-my-poll-popup .place span + span {
    padding-left: 17px;
    margin-left: 12px;
}
.edit-my-poll-popup .place span + span:after {
    content: "/";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.edit-my-poll-popup .edit-my-poll-content {
    padding: 35px 60px;
}
.edit-my-poll-popup .edit-my-poll-content h3 {
    margin: 40px 0;
}
.edit-my-poll-popup .modal-content {
    border: none;
}
.edit-my-poll-popup .modal-body {
    padding: 0;
}
.modal.show .modal-dialog {
    display: flex !important;
}
.popup-write-rewiev {
    width: 470px;
}
.restore-password-popup {
    width: 400px;
}
.modal-has-swiper {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}
.modal-has-swiper.show {
    visibility: visible;
    opacity: 1;
}
.main-popup-search {
    width: 770px;
}
.main-popup-search .search-form {
    padding: 30px;
    box-shadow: none;
    align-items: initial;
    display: flex;
}
.main-popup-search .form-group {
    margin-bottom: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1080px) {
.window-popup .icon-close,  .icon-close {
    right: 50%;
    margin-right: -9px;
}
.open-photo-popup-v2 {
    display: block;
}
.modal.show .modal-dialog.open-photo-popup-v2 {
    display: block !important;
}
.open-photo-popup-v2 .open-photo-thumb {
    width: 100%;
    float: none;
}
.open-photo-popup-v2 .open-photo-content {
    width: 100%;
    float: none;
}
.create-friend-group .dropdown-menu {
    bottom: auto;
    left: 0;
    top: 100%;
}
}
 @media (max-width: 768px) {
.edit-my-poll-popup .control-block-button {
    top: -20px;
    right: 17px;
}
.icon-close {
    right: 50%;
    margin-right: -9px;
}
.choose-from-my-photo .modal-header .title {
    width: 50%;
}
.choose-from-my-photo .nav-tabs .nav-link {
    height: 100%;
    display: flex;
}
.choose-from-my-photo .nav-tabs .nav-item {
    width: auto;
}
.choose-from-my-photo .nav-tabs .nav-link svg {
    margin: auto;
}
.create-photo-album .btn + .btn {
    margin-left: 0;
    float: none;
}
.create-photo-album .btn {
    width: 100%;
    margin: 10px 0;
}
.choose-from-my-photo .btn {
    width: 45%;
}
.photo-album-item.create-album .btn-control {
    width: 50px;
}
.blog-post-popup .post p {
    padding: 0;
}
}
 @media (max-width: 580px) {
.edit-my-poll-popup .edit-my-poll-head {
    padding: 20px 40px;
    flex-direction: column;
}
.edit-my-poll-popup .edit-my-poll-content {
    padding: 20px 40px;
}
.edit-my-poll-popup .edit-my-poll-head .poll-img {
    margin: 20px auto 0 0;
}
.edit-my-poll-popup .edit-my-poll-content h3 {
    margin: 20px 0;
}
}
 @media (max-width: 480px) {
.choose-photo-item {
    width: 50%;
}
.private-event-head .more {
    float: none;
}
.upload-photo-item {
    padding: 10px;
}
.choose-from-my-photo .btn {
    width: 100%;
}
.upload-photo-item svg {
    margin-bottom: 10px;
}
.remember a {
    float: none;
    display: block;
}
.page-link {
    padding: 10px;
}
.notification-list.friend-requests .notification-icon {
    display: block;
    margin-top: 10px;
}
.choose-from-my-photo .btn {
    margin-bottom: 10px;
}
.choose-from-my-photo .btn + .btn {
    margin-left: 0;
}
.choose-photo-item {
    padding: 0 5px 5px 0;
}
.blog-post-popup .post .post-title {
    display: none;
}
.main-popup-search .search-form {
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
}
.main-popup-search .search-form .btn {
    border-radius: 5px;
}
.main-popup-search .search-form > * + * {
    margin-left: 0;
}
.main-popup-search .form-group {
    margin-bottom: 20px;
    width: 100%;
}
}
 @media (max-width: 360px) {
.choose-photo-item {
    width: 100%;
}
.private-event-head .more {
    float: none;
    display: block;
}
.private-event-head img {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
}
.event-private-public .post__author img {
    display: block;
    margin-bottom: 10px;
}
}
/*------------- #OL-LISTS --------------*/
ol {
    counter-reset: list1;
    margin: 0;
    padding-left: 0;
}
ol li {
    list-style: none;
    transition: all .3s ease;
}
/* Init counter */
ol li:before {
    position: relative;
    counter-increment: list1;
    /* Add "1" */
    content: counter(list1) " ";
    /* Show count */
    color: #888da8;
    color: var(--olympus-body-font-color);
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
ol li ul li:before {
    display: none;
}
ol ol {
    counter-reset: list2;
    margin-top: 10px;
}
ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}
ol ol li {
    padding-left: 40px;
}
/*------------- #FRIENDS-HARMONIC --------------*/
.friends-harmonic {
    margin-bottom: 0;
    display: flex;
}
.friends-harmonic a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    border: 2px solid var(--olympus-white-color);
    display: block;
    margin-left: -12px;
}
.friends-harmonic li:first-child a {
    margin-left: 0;
}
.friends-harmonic .with-text {
    margin-top: 5px;
    margin-left: 15px;
}
.friends-harmonic .all-users {
    line-height: 26px;
    opacity: .8;
}
.friends-harmonic .all-users:hover {
    color: #fff;
    color: var(--olympus-white-color);
}
.friends-harmonic-wrap {
    display: flex;
    align-items: center;
}
.friends-harmonic-wrap + .comments-shared {
    margin-top: 15px;
}
/*------------- #POSTS --------------*/
.post {
    position: relative;
    padding: 25px;
}
.post p {
    margin: 25px 0;
    font-size: 26px;
    text-align: center;
}
.add-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.minus i {
    color: #f03;
    font-size: 28px;
    cursor: pointer;
}
.plus i {
    color: #007bff;
    font-size: 28px;
    cursor: pointer;
}
.contact-list-col ul li {
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    display: inline-block;
    border: 10px #ddd double;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 38px;
    background: #f1f1f1;
}
.contact-list-col{
    margin-top: 20px;
    text-align: center;
}
.social-list-col ul {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.social-list-col ul li{
    display: inline-block;
}
.social-list-col ul li a{
    color: #333;
}
.social-list-col ul li i{
    font-size: 50px;
    padding: 30px;
}
.post .control-block-button {
    top: 20px;
    right: -17px;
    z-index: 5;
}
.post.thumb-full-width .post-thumb {
    border-radius: 0;
    margin: 0 -25px 25px;
}
.post .btn {
    margin-bottom: 25px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post .h1, .post .h2, .post .h3, .post .h4, .post .h5, .post .h6 {
    display: inline-block;
}
.post h1 + p, .post h2 + p, .post h3 + p, .post h4 + p, .post h5 + p, .post h6 + p, .post .h1 + p, .post .h2 + p, .post .h3 + p, .post .h4 + p, .post .h5 + p, .post .h6 + p {
    margin-top: 10px;
}
.post .post__author-name {
    font-weight: 700;
    margin-bottom: 0;
}
.post .more-photos span {
    font-weight: 700;
}
.post.shared-photo .post-thumb {
    border: 1px solid #e6ecf5;
    border: 1px solid var(--olympus-border-color);
    margin-bottom: 0;
}
.post .author-date a {
    font-weight: 700;
}
.post-block-photo {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.post-block-photo a {
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
}
.post-block-photo a:last-child {
    margin-right: 0;
}
.post-block-photo a img {
    border-radius: 3px;
    vertical-align: top;
}
.more-photos {
    position: relative;
}
.more-photos:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff5e3a;
    background-color: var(--olympus-primary-color);
    opacity: .8;
    border-radius: 3px;
}
.more-photos span {
    color: #fff;
    color: var(--olympus-white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font-weight: 700;
}
.post-thumb {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.post-thumb img {
    width: 100%;
    display: block;
}
.post__author {
    margin-bottom: 20px;
}
.post__author img {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
}
.post__author .more {
    float: right;
    font-size: 16px;
    margin-right: 20px;
}
.post-additional-info {
    padding: 20px 0 0;
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
    display: flex;
    align-items: center;
}
.post-additional-info > * {
    margin-right: 15px;
}
.post-additional-info > *:last-child {
    margin-right: 0;
    margin-left: auto;
}
.comments-shared > * {
    margin-right: 15px;
}
.comments-shared > *:last-child {
    margin-right: 0;
}
.comments-shared span {
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.post-add-icon {
    fill: #c2c5d9;
    fill: var(--olympus-icon-color);
    color: #c2c5d9;
    color: var(--olympus-icon-color);
}
.post-add-icon > * {
    vertical-align: middle;
    transition: all .15s ease;
}
.post-add-icon svg, .post-add-icon img {
    margin-right: 8px;
    width: 20px;
    height: 18px;
}
.post-add-icon .olymp-speech-balloon-icon {
    width: 22px;
    height: 20px;
}
.post-add-icon .olymp-share-icon {
    width: 26px;
    height: 21px;
}
.post-add-icon:hover {
    fill: #ff5e3a;
    fill: var(--olympus-primary-color);
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.post-add-icon:hover span {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.post-add-icon:active, .post-add-icon:focus {
    fill: #c2c5d9;
    color: #c2c5d9;
}
.names-people-likes {
    font-size: 12px;
    line-height: 1.1;
}
.names-people-likes a {
    color: #515365;
    color: var(--olympus-heading-color);
    font-weight: 700;
}
.names-people-likes a:hover {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.post-control-button .btn-control {
    display: flex;
    margin-bottom: 6px;
    margin-right: 0;
    background-color: #9a9fbf;
    background-color: var(--olympus-grey-lighter);
    width: 34px;
    height: 34px;
}
.post-control-button .btn-control.bg-facebook {
    background-color: #2f5b9d;
    background-color: var(--olympus-c-facebook);
}
.post-control-button .btn-control.bg-facebook:hover {
    background-color: #2f5b9d;
    background-color: var(--olympus-c-facebook);
}
.post-control-button .btn-control.bg-twitter {
    background-color: #38bff1;
    background-color: var(--olympus-c-twitter);
}
.post-control-button .btn-control.bg-twitter:hover {
    background-color: #38bff1;
    background-color: var(--olympus-c-twitter);
}
.post-control-button .btn-control svg {
    width: 18px;
    height: 18px;
}
.post-control-button .btn-control .olymp-share-icon {
    width: 24px;
}
.post-control-button .btn-control:hover {
    background-color: #ff5e3a;
    background-color: var(--olympus-primary-color);
}
.post-control-button .btn-control.featured-post:hover {
    background-color: #ffc923;
}
.post-control-button .btn-control.has-i svg, .post-control-button .btn-control.has-i i {
    font-size: 15px;
    width: 15px;
    height: 15px;
}
.empty-post {
    height: 600px;
    background-color: #dce1eb;
    opacity: .5;
}
.empty-post-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.empty-post-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #515365;
    color: var(--olympus-heading-color);
}
.empty-post-content span {
    font-size: 11px;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
.post-control-button .btn-control {
    display: inline-flex;
}
.post .control-block-button {
    right: 20px;
    top: -13px;
}
.post__author .more {
    margin-right: -16px;
}
.post-control-button .btn-control svg {
    width: 14px;
    height: 14px;
}
.post__author {
    margin-bottom: 5px;
}
.empty-post {
    margin: 20px 0;
}
}
 @media (max-width: 480px) {
.post-additional-info {
    flex-direction: column;
    align-items: flex-start;
}
.post-additional-info > * {
    margin-right: 0;
}
.post-additional-info > * + * {
    margin-top: 10px;
}
.post-additional-info > *:last-child {
    margin-left: 0;
}
}
/*------------- #COMMENTS-LIST --------------*/
.comments-list {
    margin-bottom: 0;
}
.comments-list .comment-item {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    border-bottom: 1px solid var(--olympus-border-color);
    background-color: #fafbfd;
    background-color: var(--olympus-smoke-light);
    position: relative;
}
.comments-list .comment-item.has-children {
    padding-bottom: 0;
}
.comments-list .post-add-icon {
    margin-right: 20px;
}
.comments-list .post__author img {
    width: 26px;
    height: 26px;
}
.comments-list.style-2 .comment-item .post__author img {
    float: left;
}
.comments-list.style-2 .reply {
    margin-right: 20px;
}
.comments-list.style-2 .post__date {
    display: inline-block;
    margin-right: 20px;
}
.comments-list.style-2 .author-date {
    overflow: hidden;
}
.comments-list.style-2 .post__author .more {
    float: none;
}
.comments-list.style-2 .post__author {
    margin-bottom: 0;
}
.comments-list.style-3 .comment-item {
    background-color: transparent;
}
.comments-list.style-3 .reply {
    margin-right: 20px;
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.comments-list.style-3 .post__author-thumb {
    margin-right: 20px;
    float: left;
}
.comments-list.style-3 .post__author-thumb img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    display: block;
}
.comments-list.style-3 .comments-content {
    overflow: hidden;
}
.comments-list.style-3 .children .comment-item {
    border-left: none;
}
.comments-list.style-3 .children .comment-item:before {
    display: none;
}
.children {
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
    margin: 25px -25px 0;
    padding-left: 35px;
}
.children .comment-item {
    border-left: 1px solid #e6ecf5;
    border-left: 1px solid var(--olympus-border-color);
}
.children .comment-item:last-child {
    border-bottom: none;
}
.children .comment-item:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 40px;
    left: -5px;
    background-color: #fafbfd;
    background-color: var(--olympus-smoke-light);
    border-radius: 100%;
    border: 2px solid #c2c5d9;
    z-index: 13;
}
.children.single-children {
    border-top: 0;
    margin: -3px 0 25px;
    padding-left: 0;
}
.children.single-children .comment-item {
    padding: 25px;
    position: relative;
}
.children.single-children .comment-item:last-child {
    padding-bottom: 0;
}
.reply {
    font-size: 12px;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.report {
    font-size: 12px;
    color: #888da8;
    color: var(--olympus-body-font-color);
}
.more-comments {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    color: #515365;
    color: var(--olympus-heading-color);
    display: block;
    font-weight: 700;
    margin: 0 auto;
}
.more-comments span {
    transition: all .3s ease;
}
.more-comments:hover {
    color: #515365;
    color: var(--olympus-heading-color);
}
.more-comments:hover span {
    color: #ff5e3a;
    color: var(--olympus-primary-color);
}
.comment-form {
    padding: 25px;
    border-top: 1px solid #e6ecf5;
    border-top: 1px solid var(--olympus-border-color);
    overflow: hidden;
}
.comment-form .add-options-message {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: auto;
    padding: 0;
}
.comment-form .post__author {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.comment-form .post__author img {
    margin-right: 10px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    display: block;
}
.comment-form .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
}
.comment-form textarea {
    min-height: 60px;
    height: 60px;
    transition: all .3s ease;
}
.comment-form textarea:focus {
    min-height: 100px;
}
.comment-form button {
    float: right;
    margin-bottom: 0;
    margin-top: 15px;
}
.comment-form button + button {
    margin-right: 15px;
}
.top-back-bg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.profile-top {
    margin-top: -80px;
    background: #fff;
}
.profile-right button {
    background-color: #ff763a;
    padding: 12px 30px;
    border: none;
    color: #fff;
    border-radius: 4px;
}
.profile-bio-inner span.line {
    border-bottom: 1px #ddd dashed;
    line-height: 34px;
    font-size: 15px;
}
.profile-right span.number {
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}
.profile-right .social-icons .fa-stack{
    width: 45px;
    height: 45px;
}
.profile-right .social-icons .fa-stack i{
    font-size: 45px;
    line-height: 30px;
}
#newsfeed-items-grid .ui-block {
    background: #edf2f6;
    border-radius: 10px;
    border: 4px #424242 dotted;
}
.comments-list{
    margin: 0px;
}
.comments-list li.comment-item {
    border: 2px #edf2f6 solid;
    margin-bottom: 20px;
}
.comment-form .custom-color{
    background-color: #ff763a;
    padding: 12px 30px;
    border: none;
    color: #fff;
    border-radius: 4px;
}
.comment-form .c-grey{
    background-color: #f2f2f2;
    padding: 12px 30px;
    border: none;
    color: #222;
    border-radius: 4px;
}
.profile-right{
    width: 40%;
}
.author-date {
    background: #c3c3c3;
    padding: 15px;
    border-radius: 10px;
    border: 5px #ddd double;
}
.author-date h2 {
    margin-bottom: 0;
    color: #111;
    font-style: italic;
}