@font-face{
    font-family:'Brown-Regular';
    src:url("fonts/brownregular.woff") format("woff"),url("fonts/brownregular.woff2") format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Brown-LightItalic';
    src:url("fonts/brownlightitalic.woff") format("woff"),url("fonts/brownlightitalic.woff2") format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Brown-BoldItalic';
    src:url("fonts/brownbolditalic.woff") format("woff"),url("fonts/brownbolditalic.woff2") format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Brown-Bold';
    src:url("fonts/brownbold.woff") format("woff"),url("fonts/brownbold.woff2") format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Brown-Italic';
    src:url("fonts/brownregularitalic.woff") format("woff"),url("fonts/brownregularitalic.woff2") format("woff2");
    font-weight:400;
    font-style:normal
}

@font-face{
    font-family:'Almarai-Regular';
    src:url("fonts/Almarai/Almarai-Regular.ttf") format("woff"),url("fonts/Almarai/Almarai-Regular.ttf") format("woff2");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Almarai-Light';
    src:url("fonts/Almarai/Almarai-Light.ttf") format("woff"),url("fonts/Almarai/Almarai-Light.ttf") format("woff2");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:'Almarai-Bold';
    src:url("fonts/Almarai/Almarai-Bold.ttf") format("woff"),url("fonts/Almarai/Almarai-Bold.ttf") format("woff2");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:'Almarai-ExtraBold';
    src:url("fonts/Almarai/Almarai-ExtraBold.ttf") format("woff"),url("fonts/Almarai/Almarai-ExtraBold.ttf") format("woff2");
    font-weight:800;
    font-style:normal
}
body {
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
	background: #f0f0f0;
	overflow-x: hidden;
    font-size: 0.892rem;
    font-weight: 100;
    line-height: 1.5;
    color: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #f5981d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
}
*:focus {
    outline: none;
	-webkit-tap-highlight-color: transparent
}
p {
	word-break: break-word;
}
a > svg {
    transition: all .15s ease;
}
dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin-top: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.85rem;
    color: #000;
}
.h1,h1 {
	font-size: 1.35rem
}
.h2,h2 {
	font-size: 1.25rem
}
.h3,h3 {
	font-size: 1.15rem
}
.h4,h4 {
	font-size: 1.10rem
}
.h5,h5 {
	font-size: 1.1rem
}
.h6,h6 {
	font-size: 1rem
}
ul, ol li, ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
a {
    transition: all .15s ease;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #f5981d;
}
address, dl, ol, p, pre, ul {
    margin-bottom: 1rem;
}
img {
	width: 100%;
    max-width: 100%;
    height: auto;
    display: inline-block;
	object-fit: cover;
}
hr {
    margin-top: auto;
    border: 1px solid #f5981d;
}
.post-title + hr {
    margin-bottom: 20px;
}
time {
    font-size: 13px;
	margin-top: 5px; 
	display: block;
	color: #90949c;
}
.middle {
    align-items: center;
    justify-content: center;
}
.align-center {
    text-align: center;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.fixed-sidebar {
    position: fixed;
	top: 0;
    z-index: 22;
    width: 85px;
    min-height: 100vh;
}
.fixed-sidebar-inner {
	position: absolute;
	width: 85px;
    height: 100%;
    background-color: #fff;   
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1); 
    transition-delay: .3s;
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1),-webkit-transform .5s cubic-bezier(.55,0,.1,1);
}
@-webkit-keyframes slide{from{background-position:0 0}to{background-position:-4000px 0}}
.sidebar-logo {
    padding: 15px;
    display: flex;
	align-items: center;
    justify-content: center;
	background-color: #f0f0f0;
}
.sidebar-logo a {
    display: inline-flex;
}
.sidebar-logo svg {
    height: 40px;
}
.sidebar-menu ul li a svg {
    width: 22px;
    height: 22px;
	transition: all .15s ease;
}
.sidebar-menu ul li a.support svg {
    width: 33px;
}
.sidebar-menu ul li a.members svg {
    width: 24px;
}
.menu-item.sidebar-open svg, .left-menu a:hover svg {
    opacity: 1;
	fill: #f5981d;
}
.header {
    height: 70px;
	color: #fff;
    font-size: 15px;
    background-color: #000;
    padding-right: 85px;
	padding-left: 85px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 21;
}
.header_title {
    padding: 25px 50px;
    height: 100%;
    min-width: 170px;
    color: #fff;
	font-weight: 400;
}
.search_bar {
    height: 70px;
	width: 500px;
	min-height: 70px;
    background-color: #1f1f21;
    position: relative;
}
input, select {
    display: block;
    width: 100%;
    padding: 1.1rem;
    line-height: 1.25;
    color: #464a4c;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search_form {
    height: 100%;
}
.search_bar .form-group {
    margin-bottom: 0;
    height: 100%;
}
.search_bar .form-group .form-control {
    height: 100%;
}
.form-control {
    display: block;
    width: 100%;
	height: 50px;
    padding: 15px;
    font-size: .812rem;
    line-height: 1.5;
    color: #495057;
	border: 1px solid #e6ecf5;
    background-color: #fff;
    border-radius: 5px;
	resize: none;
    overflow: hidden;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}
.site_header .form-control {
	height: 40px;
    padding: 12px 20px;
}
.search_form .form-control {
    border: none;
}
.form-control, input, select {
    background-color: transparent;
}
.search-bar .form-group.with-button input {
    height: 100%;
    border: none;
    color: #707070;
}
.form-group {
    margin-bottom: 1.4rem;
}
.form-control, input {
    color: #515365;
    line-height: inherit;
    font-size: 0.85rem;
}
.coun-lang {
    height: 100%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coun-lang a {
    color: #fff;
}
.coun-lang a + a {
    position: relative;
}
.coun-lang a + a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: 0.8;
}
.header .author-name .author-title {
    margin-bottom: 5px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
button:focus, button:active {
    outline: none;
}
.form-group button {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    fill: #fff;
    background-color: #1f1f21;
    border: none;
    cursor: pointer;
}
.search_bar .form-group button {
    color: #696d87;
    fill: #696d87;
    background-color: #1f1f21;
    width: 50px;
}
.search_bar .form-group button svg {
    height: 15px;
    width: 15px;
}
.control-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.control-icon {
    fill: #fff;
	position: relative;
	cursor: pointer;
    transition: all .3s ease;
}
.control-icon>svg {
    width: 20px;
    height: 20px;
	fill: #707070;
	transition: all .15s ease;
}
.login_icon {
    width: 30px;
    height: 30px;
    border: 2px solid #707070;
    border-radius: 100%;
}
.login_icon>svg {
    width: 15px;
    height: 15px;
	fill: #707070;
	transition: all .15s ease;
}
.more:hover.control-icon > svg {
    fill: #fff;
}
.label_avatar {
    position: absolute;
    top: -1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    overflow: hidden;
}
.control-icon .label_avatar {
    width: 19px;
    height: 19px;
    line-height: 19px;
    top: 12px;
    color: #000;
	background-color: #fff;
}
.bg-primary, .bg-primaryary, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	color: #fff!important;
	background-color: #f5981d!important;
    background-color: #f5981d!important;
}
.bg-primary svg, .bg-primaryary svg {
	fill: #fff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    border-color: #f5981d;
}
.bg_purple {
    background-color: #173863;
}
.bg_grey {
    background-color: #ececec;
}
.auther_control {
    position: relative;
    transition: all .3s ease;
    color: #515365;
    fill: #c0c4d8;
}
.author-thumb {
	width: 40px;
    height: 40px;
	flex: 0 0 auto;
    display: inline-block;
    position: relative;
}
.control-block .author-thumb {
	position: unset;
}
.inline-items>* {
    display: inline-block;
}
.header .author-page {
    display: flex;
    align-items: center;
	height: 100%;
}
.header .author-page .more {
    height: 100%;
}
.author-page {
	cursor: pointer;
}
.header .rait-stars li svg {
    font-size: 10px;
    margin-top: 3px;
}
.author-thumb img {
	height: 100%;
    border-radius: 100%;
    overflow: hidden;
    max-width: unset;
    text-indent: -9999px;
}
.notification-list .author-thumb img, .comet-avatar img, .post__author img, .news-feed-form .author-thumb img, .chat_users li .author-thumb img {
	border: solid 1px #ddd;
}
.control-block .author-subtitle {
    display: block;
    color: #707070;
    font-size: 10px;
	margin-top: 5px;
}
.control-block .author-title>svg {
    fill: #fff;
    width: 12px;
    height: 6px;
}
.more-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    width: 200px;
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
    background-color: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s,opacity .3s linear;
	padding: 15px 20px;
    z-index: 5;
}
.header .more-dropdown {
	padding: 0
}
.author-page .more-dropdown {
    width: 270px;
    padding: 0;
}
.control-block .control-icon .more-dropdown {
    width: 320px;
    right: -180px;
}
.more:hover .more-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.more-with-triangle:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.ui-block-title {
    padding: 15px;
    line-height: 1;
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5;
    display: table;
    width: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}
.ui-block-title.ui-block-title-small {
    padding: 10px 25px;
}
.ui-block-title:first-child {
    border-top: none;
}
.ui-block-title>* {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
	font-size: 15px;
}
.ui-block-content {
    padding: 15px;
}
.fixed-sidebar .ui_bloc_title a {
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 0;
}
.fixed-sidebar .ui-block-title a + a {
    float: right;
    color: #515365;
}
.ui-block-title.ui-block-title-small .title {
    font-size: 10px;
    text-transform: uppercase;
    color: #707070;
	margin: 0;
}
.fixed-sidebar .ui-block-title a {
    text-transform: uppercase;
    font-size: 9px;
    padding: 0;
}
.more-dropdown .account_settings a {
    padding: 7px 0;
    color: #515365;
    display: inline-flex;
}
.control-icon .notification-list .notification-link {
    padding: 0;
    display: inline-block;
}
.ui-not {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.control-icon .ui-not {
    overflow: hidden;
    max-height: 300px;
}
.control-icon .more-dropdown .notification-list {
    padding: 0;
}
.control-icon .notification-list li>* {
    vertical-align: top;
}
.notification-list .selectize_dropdown_content>*, .notification-list li {
    padding: 15px;
    border-bottom: 1px solid #e6ecf5;
    display: flex;
    position: relative;
	background-color: #fff;
    transition: all .3s ease;
}
.notification-list.w-friend-pages-added li {
    justify-content: space-between;
    align-items: center;
}
.notification-list.w-friend-pages-added.follow-sug li {
    align-items: flex-start;
}
.notification-list.w-friend-pages-added.follow-sug li .accept-request {
	background-color: transparent;
}
.notification-list li:last-child {
    border: none;
}
.control-icon .notification-list .author-thumb {
    margin-right: 0;
    overflow: hidden;
}
.notification-list .selectize_dropdown_content>*>*, .notification-list li>* {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.notification-list .notification_friend {
    display: inline-block;
}
.friend-requests .notification_friend {
    display: block;
}
.control-icon .notification-list .notification_friend {
    padding: 0;
    font-size: 14px;
	color: #000;
    display: inline-flex;
}
.chat_message_item {
    font-size: 12px;
	color: #515365;
}
.more {
    position: relative;
    transition: all .3s ease;
    color: #515365;
    fill: #c0c4d8;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	height: 100%;
}
.notification_friend {
    margin-bottom: 0;
}
.view_all {
    width: 100%;
    bottom: 0;
    z-index: 20;
    padding: 20px;
    color: #fff;
    font-size: 12px;
	display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.control-icon .more-dropdown .view_all {
    padding: 20px;
    color: #fff;
	font-size: 16px;
}
.fixed-sidebar-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    pointer-events: none;
}
.mobile-menu-open .fixed-sidebar-bg { 
    pointer-events: auto;
}
.fixed-sidebar.fixed-sidebar-responsive {
    display: none;
    height: auto;
    min-height: 70px;
    transition: all .3s ease;
}
.fixed-sidebar-left, .fixed-sidebar-right {
    position: absolute;
}
.fixed-sidebar-left {
    height: 100%;
    background-color: #fff;
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1),-webkit-transform .5s cubic-bezier(.55,0,.1,1);
}
.fixed-sidebar-left.sidebar-small {
    width: 70px;
    transition-delay: .3s;
}
.fixed-sidebar .logo {
    height: 70px;
    background-color: #f5981d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-sidebar-left.sidebar-large .logo {
    padding: 15px 25px;
    justify-content: flex-start;
}
.fixed-sidebar.open .fixed-sidebar-left .logo:hover {
    color: #fff;
}
.fixed-sidebar .logo svg {
    width: 30px;
    height: 30px;
}
.fixed-sidebar .logo svg {
    height: 35px;
}
.header_responsive, .tab_content_responsive {
    display: none;
}
.header_content_wrapper {
    height: 100%;
}
.tab-content.tab-content-responsive {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: block;
	color: #000;
	max-height: calc(100vh - 140px);
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
}
.nav, .navbar {
    flex-wrap: wrap;
}
.nav {
    display: flex;
    padding-left: 0;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.mobile-app-tabs {
    background-color: #000;
    border-bottom-color: transparent;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.mobile-app-tabs .nav-item .control-icon {
	height: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
}
.mobile-app-tabs.nav-tabs .nav-item .nav_link {
    height: 100%;
}
.header_responsive, .tab_content_responsive {
    display: none;
}
.fixed-sidebar.right {
    top: 70px;
	width: 85px;
    z-index: 20;
    min-height: 100%;
}
.fixed-sidebar-right {
    z-index: 20;
    top: 0;
    bottom: 70px;
    background-color: #fff;
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1),-webkit-transform .5s cubic-bezier(.55,0,.1,1);
}
.fixed-sidebar-right.sidebar-small {
	width: 85px;
	padding-bottom: 70px;
    transition-delay: .3s;
}
.left-menu {
    padding-bottom: 124px;
}
.left-menu li.added_button {
    background-color: #f6981d;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 7px solid #fff;
    padding: 0;
    position: relative;
    bottom: 0;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.left-menu li.added_button a {
    padding: 0;
}
.left-menu li.added_button a .add_item {
    display: flex;
}
.left-menu li.added_button a .add_item svg {
    width: 33px;
    height: 33px;
    fill: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 8px;
}
.chat_users {
    margin-bottom: 0;
}
.chat_users li {
    padding: 7px 12px;
    cursor: pointer;
	display: flex;
	align-items: center;
}
.fixed-sidebar-right.sidebar-small .chat_users li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-sidebar-right.sidebar-small .chat_users li a {
    display: flex;
}
.icon-status {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 8px;
}
.icon-status.online {
    background-color: rgb(66, 183, 42);
}
.author-thumb .icon-status {
    position: absolute;
    margin-right: 0;
    top: 0;
    border: 1px solid #3f4257;
    width: 8px;
    height: 8px;
}
.header .author-thumb .icon-status {
    top: 15px;
}
.chat_users .author-thumb .icon-status {
    border-color: #fff;
}
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.fixed-sidebar .sidebar-menu {
	height: 100%;
    max-height: 100vh;
}
.author-page .sidebar-menu {
    max-height: calc(100vh - 40px);
}
.sidebar-menu-inner {
	overflow: hidden;
}
.tab-content.tab-content-responsive .ui-not {
    max-height: 300px;
}
.olympus_chat, .search-friend {
    position: absolute;
    width: 100%;
}
.search-friend {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 10px;
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}
.search-friend .form-group {
    margin: 0;
    width: 100%;
}
.search-friend .form-group .form-control {
    background-color: #fff;
}
.search-friend a {
    fill: #000;
}
.fixed-sidebar .search-friend .search_btn {
    background-color: transparent;
    color: #000;
}
.fixed-sidebar .search-friend svg {
    height: 25px;
    width: 25px;
}
.fixed-sidebar .search-friend .form-group svg {
    height: 15px;
    width: 15px;
    fill: #696d87;
}
.olympus_chat {
    bottom: 0;
    left: 0;
    background-color: #000;
    fill: #fff;
    height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.olympus_chat svg {
	width: 25px;
	height: 25px
}
.fixed-sidebar-left.sidebar-large {
    width: 270px;
}
.logo {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.list_styled li, .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.logo .img_wrap {
    position: relative;
    display: inline-flex;
}
.fixed-sidebar.open .fixed-sidebar-left.sidebar-large {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .3s;
}
.fixed-sidebar.open .fixed-sidebar-left {
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1),-webkit-transform .5s cubic-bezier(.55,0,.1,1);
}
.logo .logo-title {
    margin: 0;
    color: inherit;
    transition: all .3s ease;
}
.control-block .author-title {
    font-size: 14px;
    color: #fff;
}
.ui-block-title.ui-block-title-small {
    padding: 10px 25px;
}
.fixed-sidebar.fixed-sidebar-responsive.open {
    min-height: 1000vh;
}
.fixed-sidebar .ui-block-title {
    margin: 15px 0 0 0;
}
.left-menu .left-menu-icon {
    fill: #707070;
    transition: all .3s ease;
}
.sidebar-menu ul li a .left-menu-icon {
    width: 17px;
    height: 17px;
}
.left-menu .left-menu_title {
    transition: all .3s ease;
}
.left-menu li {
    text-align: center;
}
.left-menu a {
    padding: 1.2em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #707070;
	position: relative;
    border-bottom: 1px solid #e6ecf5;
}
.left-menu .menu-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    opacity: 0;
    background-color: #f5981d;
    transition: all .15s ease;
}
.left-menu .menu-item.sidebar-open:before, .left-menu .menu-item:hover:before {
    opacity: 1;
}
.left-menu li a .menu-txt {
    font-size: .83em;
    margin-top: 3px;
}
.menu-item.sidebar-open .menu-txt, .left-menu a:hover .menu-txt {
    color: #000;
}
.fixed-sidebar-right.sidebar-large {
    width: 270px;
}
.fixed-sidebar.open .fixed-sidebar-right {
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1),-webkit-transform .5s cubic-bezier(.55,0,.1,1);
}
.fixed-sidebar.open .fixed-sidebar-right.sidebar-large {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .3s;
}
.fixed-sidebar .ui-block-title:first-child {
    margin-top: 0;
}
.sidebar-large .chat_users li {
    padding: 13px 25px;
}
.inline-items>*, .table_careers span, .table_cell, .w_playlist li>* {
    vertical-align: middle;
}
.chat_users .status {
    text-transform: uppercase;
    font-size: 8px;
    display: block;
	margin-top: 5px;
}
.author-status .author-name {
    font-size: 0.85rem;
}
svg:not(:root) {
    overflow: hidden;
}
.more .more, .more>svg {
    cursor: pointer;
}
.olymp-three-dots-icon {
    width: 25px;
    height: 20px;
}
.more-icons {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: all .3s ease;
    padding: 10px 25px;
    display: flex;
    margin-bottom: 0;
}
.more-icons li {
    display: inline-block;
    fill: #bbb;
    padding: 0;
	display: flex;
}
.sidebar-large .chat_users li {
    padding: 0 25px;
    margin-top: 15px;
}
.sidebar-large .chat_users li:last-child {
    margin-bottom: 15px;
}
.sidebar-large .chat_users .more-icons li {
    padding: 0;
}
.chat_users .more-icons svg {
    width: 22px;
    height: 20px;
}
.chat_users .more:hover .more-icons {
    visibility: visible;
    opacity: 1;
}
.wrapper {
    padding-top: 70px;
}
.main_block {
    padding-top: 30px;
	padding-bottom: 5px;
}
.main_block.main-title {
    padding-bottom: 0;
}
.btn {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.6rem 1.5rem;
    font-size: 14px;
	font-weight: 100;
    line-height: 1.5;
    border-radius: 5px;
    transition: all .15s ease-in-out;
}
.btn {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #f5981d;
    border-color: #f5981d;
}
.btn-secondary,  .btn-secondary:hover{
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}
.btn_facebook, .btn_facebook:hover {
    color: #fff;
    background-color: #365899;
    border-color: #365899;
}
.btn_border {
	color: #000;
    border-color: #ececec;
    background-color: #ececec;
}
.btn_border:hover {
	color: #515365;
	background-color: transparent;
	border-color: #d8dbe6;
	opacity: .8;
}
.before_login .btn {
    width: 100%;
}
.btn-md {
    padding: .55rem 1.32rem;
}
.btn-md-2 {
    padding: .8rem 2.3rem;
}
button.btn-lg {
    padding: 1rem 3rem;
    font-size: 1.02rem;
}
.btn-icon {
    display: flex;
    transform: translateY(-1px);
}
.btn-icon svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.full-width {
    width: 100%;
	margin-bottom: 0;
}
.btn:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn:focus {
    box-shadow: none;
}
.in_block {
    padding-top: 55px;
}
.ui-block {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
    margin-bottom: 10px;
}
.notification-list {
    margin-bottom: 0;
}
.w-friend-pages-added li * {
    vertical-align: top;
}
.header .w-friend-pages-added li .note-info * {
    display: inline-flex;
    flex-wrap: wrap;
}
.w-friend-pages-added.events_page .notification-event {
    padding-left: 0;
}
.w-friend-pages-added .notification_friend {
    font-size: 15px;
}
.w-friend-pages-added.events_page .notification_friend {
    font-size: 15px;
}
.w-friend-pages-added .chat_message_item {
    font-size: 12px;
	color: #000;
    display: inline;
}
.notification-list .notification-icon {
    color: #d7d9e5;
    fill: #d7d9e5;
	display: flex;
}
.notification-list .notification-icon svg {
    color: #d7d9e5;
    fill: #d7d9e5;
}
.events_page.notification-list .notification-icon {
	flex-direction: column
}
.friend-requests .notification-icon {
    margin-top: 0;
}
.accept-request {
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: .688rem;
	width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    background-color: #ececec;
    color: #fff;
    fill: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.control-icon .accept-request {
    padding: .5rem;
    font-size: .688rem;
    color: #fff;
    display: inline-block;
}
.events_page .notification-icon .accept-request + .accept-request {
	margin-left: 0;
    margin-top: 7px;
}
.icon-add {
    position: relative;
    display: inline-flex;
    margin-right: 12px;
    vertical-align: middle;
}
.icon-add.without-text {
    margin-right: 0;
}
.accept-request svg {
    width: 20px;
    height: 20px;
}
.notification-list .notification-icon svg {
    width: 18px;
    height: 18px;
}
.w-friend-pages-added .notification-icon .icon-add svg {
	width: 10px;
    height: 10px;
    fill: #000;
}
.w-friend-pages-added .notification-icon .icon-add .add-friend {
    width: 35px;
    height: 35px;
}
.notification-list li .note-info {
    display: flex;
}
.control-block .notification-list li .note-info {
    align-items: center;
}
.header .notification-list time {
    margin-top: 0;
    font-size: 12px;
    display: inline-block;
}
.w_activity_feed .author-thumb {
    float: left;
}
.w_activity_feed .notification-event {
    font-size: 13px;
}
.w_activity_feed .notification_friend {
    font-size: 15px;
}
.w_activity-feed .notification-event {
    max-width: 85%;
}
.notification-list .notification-link {
    color: #ff5e3a;
}
.notification-list .notification_date {
    font-size: 12px;
    display: block;
}
.author-page .account_settings {
    margin-bottom: 0;
}
.sidebar-menu ul.account_settings svg {
    fill: #bbb;
    width: 20px;
    height: 20px;
	opacity: 1;
}
.more-dropdown a, .notification-link {
    padding: 7px 0;
    font-size: 13px;
    color: #000;
}
.more-dropdown a {
	display: flex;
}
.author-page a {
	font-size: 13px
}
.more-dropdown ul {
    padding: 15px 25px;
    margin-bottom: 0;
}
.more-dropdown ul li:last-child a {
    margin: 0;
}
label.form-label {
    color: #515365;
}
.form-group .form-label {
    position: absolute;
    pointer-events: none;
    transition: .3s ease all;
}
label, output {
    display: inline-block;
}
label.form-label {
    color: #515365;
}
.form-group .form-label{
    top: 17px;
    font-size: 14px;
    line-height: 1.42857;
}
.site_header .form-group .form-label {
    top: 9px;
}
.form-content .form-group .form-label.active,
.form-content .form-group.active .form-label {
    top: -9px;
	font-size: 12px;
   background-color: #fff;
}
.form-post .form-group .form-label.active,
.form-post .form-group.active .form-label {
    opacity: 0
}
.form-group.label-floating label.form-label, .form-group.label-placeholder label.form-label, .form-group.label-static label.form-label {
    position: absolute;
    pointer-events: none;
    transition: .3s ease all;
}
.news-feed-form textarea {
    border: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
	overflow: hidden;
	padding: 20px 20px;
	/*box-sizing: unset;*/
	background-color: #fff;
    border-radius: 50px;
	min-height: 60px;
	resize: none;
}
.label-floating.with-icon input {
    padding-left: 70px;
}
.ui-form {
    padding: 15px 15px;
}
.before_login .form-group {
	margin-bottom: 10px;
	height: auto;
	display: flex
}
.w-build-fav {
    border-radius: 5px;
}
.w-build-fav img {
    width: 100%;
    display: flex;
    border-radius: 3px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay {
    opacity: 0;
    background: rgba(43,45,59,.5);
    transition: all .3s ease;
}
.w-last-video li:hover .overlay {
    opacity: 1;
}
.video-player:hover .overlay, .video-player:hover .play-video, .video-player:hover .video-content, .video-player:hover:after {
    opacity: 1;
}
.video-item:hover .more, .video-item:hover .overlay, .video-item:hover .play-video {
    opacity: 1;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    overflow: hidden;
	background: rgba(0,0,0,0.7);
}
.fade.show {
    opacity: 1;
	visibility: visible;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px;
    height: 85%;
    pointer-events: none;
}
.modal-dialog {
    pointer-events: auto;
}
.window-popup {
    max-width: calc(100% - 40px);
}
.window-popup {
    width: 770px;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%);
}
.modal.show .modal-dialog {
    transform: translate(0,0);
}
.modal.show .modal-dialog {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: .3rem;
    outline: 0;
}
.modal-content {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 23px 25px 18px;
    border-bottom: 1px solid #e6ecf5;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header {
    line-height: 1;
}
.modal-header .title {
	margin-bottom: 0;
}
.modal .modal-dialog .modal-body {
    position: relative;
    flex: 1 1 auto;
	background: transparent;
    padding: 60px;
	display: flex;
    flex-direction: column;
}
.pop-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100px;
	z-index: -1;
}
.modal-form form {
    padding: 0 30px;
}
.modal-logo {
    width: 150px;
	margin: 0 auto;
    margin-bottom: 50px;
}
.modal-content.with-logo .modal-body.top-space {
    justify-content: center;
    align-items: center;
}
.modal .modal-dialog .modal-body.top-space {
	padding: 80px 23px 23px;
}
.sidebar-menu-inner .forget-password {
	margin-bottom: 0;
}
.forget-password {
    color: #515365;
	background-color: transparent;
}
.country {
    margin-top: 5px;
}
.footer {
    width: calc(100% - 170px);
    margin: 0 auto;
	font-size: 14px;
    padding: 70px 55px 0;
    background-color: #fff;
	position: relative;
	box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
}
.socials li {
    display: inline-block;
}
.socials li a {
    color: #777;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
}
.socials svg {
	width: 20px;
    height: 20px;
    fill: #777;
    transition: all .3s ease;
}
.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-menu {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-list li {
    display: inline-block;
}
.footer-list li a {
    font-size: 1.15em;
    position: relative;
    color: #515365;
    display: block;
    line-height: 1;
}
.sub-footer-copyright {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #e6ecf5;
    margin-top: 40px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.devloped-footer {
    display: flex;
    align-items: center;
}
.sub-footer-copyright span {
    font-size: 12px;
}
.sub-footer-copyright a {
    color: #ff5e3a;
    font-weight: 500;
}
.devloped-img img {
    width: 55px;
    transform: translateY(3px);
}
.upload-photo-item {
    display: inline-block;
    vertical-align: middle;
    padding: 50px;
    text-align: center;
    fill: #bbb;
    flex: 1 1 auto;
}
.upload-photo-item svg {
	margin-bottom: 20px;
    width: 45px;
    height: 45px;
}
.window-popup .olymp-computer-icon {
    width: 22px;
    height: 20px;
}
.fav-page-popup button, .upload-photo-item .h6, .upload-photo-item h6 {
    margin-bottom: 0;
}
.upload-photo-item span {
    font-size: 11px;
    color: #515365;
}
.modal-body {
	width: 100%;
    height: 100%;
	overflow: auto;
	padding: 50px;
}
.modal-body-inner {
    width: 100%;
}
.-half-box .modal-body-inner {
    display: flex;
    justify-content: space-between;
}
.modal-title {
    text-align: center;
    margin-bottom: 50px;
}
.in-list {
	position: relative;
    display: flex;
    flex-direction: column;
	
}
.center {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.modal-inner {
    padding: 45px;
}
.bottom-icon {
    width: 30px;
    height: 30px;
}
.tooltip {
    position:absolute;
    z-index:1070;
    display:block;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    filter:alpha(opacity=0);
    opacity:0;
    line-break:auto;
}
.tooltip.in{
    filter:alpha(opacity=90);
    opacity:.9
}
.tooltip.top{
    padding:5px 0;
    margin-top:-3px
}
.tooltip.right{
    padding:0 5px;
    margin-left:3px
}
.tooltip.bottom{
    padding:5px 0;
    margin-top:3px
}
.tooltip.left{
    padding:0 5px;
    margin-left:-3px
}
.tooltip-inner{
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:center;
    background-color:#3f4257;
    border-radius:4px
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#3f4257
}
.tooltip.top-left .tooltip-arrow{
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#3f4257
}
.tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#3f4257
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#3f4257
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#3f4257
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#3f4257
}
.tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#3f4257
}
.tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#3f4257
}
.main__form {
    display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
    margin-right: -30px;
}
.main__form > div {
    width: 50%;
	padding-left: 30px;
    padding-right: 30px;
}
.main__form .btn {
    width: 100%;
}
.sign__in {
    position: relative;
}
.sign__in:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
}
.pagination {
    display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.pagination li {
    display: flex;
}
.pagination li * {
    padding: 9px 15px;
    font-size: 1em;
    background-color: #fff;
    border-radius: 3px;
	margin-bottom: 7px;
	border: 1px solid #e6ecf5;
	transition: all 0.3s ease-out;
}
.pagination li .current {
    color: #fff;
    font-weight: bold;
    background-color: #f5981d;
    border-color: #f5981d;
}
.pagination li *:hover {
    color: #fff;
    font-weight: bold;
    background-color: #f5981d;
    border-color: #f5981d;
}
.author-page .rait-stars {
    margin-top: 0;
}
/* Start state */
.animated-modal {
	width: 45%;
	border-radius: 4px;
	overflow: initial;
	transform: translateY(-50px);
	transition: all .7s;
}
.animated-modal.fixed-height {
	height: 65%;
}
.fancybox-content {
    height: 80%;
}
.height-auto {
	height: auto!important;
}
.SubmitMessage {
    text-align: center;
}
.fancybox-popup {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancybox-cont {
    width: 100%;
	height: 100%;
}
.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    bottom: 3px;
    height: 8px;
}
.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    right: 3px;
    width: 8px;
}
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}
.in-list.ps-container:hover>.ps-scrollbar-x-rail, .in-list.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6;
    -ms-filter: "alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 5px;
}
.rait-stars {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
	margin-top: 7px;
	flex: 0 0 auto;
    transition: all .3s ease;
}
.build-author-block .rait-stars {
    margin-top: 0;
}
.author-content .rait-stars {
    justify-content: center;
}
.rait-stars li {
    display: inline-flex;
    color: #d1d8de;
}
.rait-stars li svg {
    display: inline-block;
    font-size: 12px;
	width: 1.125em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.c-primary {
    color: #f5981d;
}
.place {
    display: flex;
    margin-top: 2px;
}
.place.with-icon {
    margin-top: 5px;
}
.inline-icon {
    display: inline-flex;
}
.inline-icon svg {
    width: 15px;
    height: 15px;
	fill: #707070;
    margin-right: 7px;
}
.news-feed-form .tab-pane {
    display: flex;
}
.news-feed-form form {
	position: relative;
    flex: 1 1 auto;
    display: flex;
}
.news-feed-form .author-thumb {
    z-index: 1;
    width: 60px;
    height: 60px;
    z-index: 1;
}
.news-feed-form .form-group {
    margin-bottom: 0;
    flex: 1 1 auto;
}
.add-options-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
	bottom: 0;
}
.add-options-message .options-message {
    color: #bbb;
    fill: #bbb;
    position: relative;
    display: inline-flex;
    cursor: pointer;
    vertical-align: middle;
}
.news-feed-form .options-message {
    position: absolute;
	bottom: 20px;
    opacity: 0.3;
	display: flex;
}
.p-image .p__icon {
    display: flex;
    cursor: pointer;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.img-upload {
    display: none;
}
.news-feed-form .options-message svg {
    width: 22px;
    height: 22px;
}
.add-options-message .options-message+.options-message {
    margin-left: 35px;
}
.add-options-message button {
    margin-bottom: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
	text-align: center;
}
.add-options-message .send-icon {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	position: absolute;
}
.news-feed-form .add-options-message .send-icon {
    top: 19px;
}
.post--block .add-options-message .send-icon {
    top: 16px;
}
.send-icon .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.comment-form .send-icon .icon {
    width: 17px;
    height: 17px;
}
.add-options-message button+button {
    margin-right: 15px;
}
.post {
    position: relative;
}
.post {
    padding: 12px 25px;
    border-bottom: 1px solid #e6ecf5;
}
.post p {
    font-size: 15px;
}
.post__author {
    margin-bottom: 20px;
}
.post--block .post__author {
    margin-bottom: 0;
}
.post__author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
	flex: 0 0 auto;
}
.post .post__author-name {
	font-size: 15px;
    margin-bottom: 0;
}
.post-img img {
	display: flex;
	max-height: 250px;
    border-radius: 5px;
}
more-photos span, .post .author-date a, .post .more-photos span, .post .post__author-name {
    font-weight: 700;
}
.post__author .more {
    font-size: 16px;
}
.author_date .post__date time {
    margin-top: 0;
}
.post-additional-info {
    padding: 12px 0 0;
	margin-top: 12px;
    border-top: 1px solid #e6ecf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
}
.post-additional-info .post-add-icon:hover {
    color: #f5981d;
}
.post-add-icon:active, .post-add-icon:focus {
    fill: #bbb;
    color: #bbb;
}
.post-add-icon img, .post-add-icon svg {
    width: 20px;
    height: 20px;
	fill: currentColor;
}
.post-additional-info .post-add-icon .post-icon {
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .15s ease;
}
.post-additional-info .post-add-icon:hover .post-icon svg {
    fill: #f5981d;
}
post-additional-info .post-add-icon {
    display: flex;
}
.post-additional-info .post-add-icon {
    display: flex;
    align-items: center;
	color: #515365;
	font-size: 0.82rem;
}
.coment-area {
    width: 100%;
	margin-top: 12px;
    display: inline-block;
}
.we-comet {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
	margin-bottom: 0;
}
.we-comet li {
    display: inline-flex;
	align-items: flex-start;
    margin-bottom: 35px;
    width: 100%;
	padding: 0 25px;
}
.comet-avatar {
	flex: 0 0 auto;
    position: relative;
    z-index: 9;
}
.we-comet .more li {
    padding: 0;
    margin: 0;
}
.we-comment + ul li {
    padding-left: 0;
    padding-right: 0;
}
.comet-avatar {
    display: inline-flex;
    vertical-align: top;
}
.we-comment + ul .comet-avatar {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}
.comet-avatar img {
	width: 35px;
    height: 35px;
	border-radius: 100%;
}
.we-comment + ul .comet-avatar img {
    width: 30px;
    height: 30px;
}
.we-comment {
    vertical-align: top;
    position: relative;
    background-color: #f2f3f5;
    border-radius: 25px;
    padding: 10px 15px;
    justify-content: flex-start;
}
.we-comment + ul {
    margin-top: 20px;
}
.we-comment::before, .peoples-mesg-box > ul > li p:before {
	content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    height: 20px;
}
.we-comment::after, .peoples-mesg-box > ul > li p:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    width: 26px;
    height: 20px;
    background: white;
}
.coment-head {
    display: inline-flex;
}
.coment-head > h5 {
    padding-bottom: 5px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    color: #2a2a2a;
}
.coment-head .head_info {
    color: #90949c;
    font-size: 11px;
    display: flex;
}
.coment-head .head_info span {
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
}
.we-comment > p {
    font-size: 14px;
    margin-bottom: 0;
	display: inline;
	color: #464545;
}
.we-comet > li > ul {
    margin-left: 55px;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}
.we-comet > li > ul li {
    margin-bottom: 20px;
}
.coment-head .more {
    opacity: 0;
    visibility: hidden;
	position: absolute;
}
.we-comment:hover .coment-head .more {
    opacity: 1;
    visibility: visible;
}
.we-comet > li ul li:last-child {
    margin-bottom: 0;
}
.head_info > h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
}
.more-comments {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid #e6ecf5;
}
.post--block {
    display: flex;
    align-items: flex-start;
    position: relative;
	overflow: hidden;
    padding: 0 20px 12px 20px;
}
.comment-form {
    flex: 1 1 auto;
	position: relative;
}
.comment-form .post__author {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-form .form-group {
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    background-color: #f7f7f7;
    border-radius: 50px;
}
.cat-list__item a, .comment-form textarea, .more-comments span, .video-player:after {
    transition: all .3s ease;
}
.comment-form textarea {
    border: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
	padding: 13px 20px;
    min-height: 50px;
	resize: none;
}
.add-options-message .options-message svg {
    width: 24px;
    height: 18px;
}
.comment-form button {
	width: 50px;
    height: 50px;
    margin-bottom: 0;
}
.comment-form button+button {
    margin-right: 15px;
}
.timeline-feed .ui-block.post-block {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}
.news-feed-form {
    overflow: hidden;
}
.news-feed-form .nav-tabs {
    background-color: #fafbfd;
    border-bottom: none;
}
.form-group, .nav-tabs .nav-item {
    position: relative;
}
.nav-tabs .nav-item {
	height: 100%;
}
.nav-link {
    display: block;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.news-feed-form .nav-link {
    fill: #515365;
    color: #515365;
}
.news-feed-form .nav-tabs .nav-link {
    padding: 20px;
    border: none;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px;
    border-bottom: 1px solid #e6ecf5;
    border-right: 1px solid #e6ecf5;
}
.news-feed-form .nav-link svg {
    margin-right: 10px;
    width: 18px;
}
.news-feed-form .nav-link .olymp-status-icon {
    width: 20px;
}
.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.news-feed-form .nav-tabs .nav-link.active {
    background-color: #fff;
    fill: #f5981d;
    color: #515365;
    border-bottom: transparent;
}
.nav {
    display: flex;
    padding-left: 0;
}
.nav, .navbar {
    flex-wrap: wrap;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: flex;
}
.btn--bordered {
    color: #000;
	border-width: 2px;
    margin-bottom: 0;
    margin-top: 10px;
    background-color: transparent;
}
.btn--bordered .btn--icon svg {
    width: 15px;
    height: 15px;
	transition: all .15s ease-in-out;
}
.btn--bordered:hover .btn--icon svg {
    fill: #fff;
}
.form-group .text-field:focus {
    min-height: 10.25rem;
}
.mb-30 {
    margin-bottom: 30px;
}
.devloped-img svg {
    width: 80px;
}
.no-padding {
    padding: 0;
}