.top-header, .top-header-thumb {
    position: relative;
}
.top-header-thumb {
    display: flex;
	padding: 70px 0;
    background-color: #173863;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ins-header .top-header-thumb {
    padding: 0;
    min-height: 140px;
}
.profile-section {
    position: relative;
    z-index: 1;
}
.top-header.profile-header .profile-section {
    padding: 30px 0;
}
.profile-block {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.profile-col {
    padding-right: 15px;
    padding-left: 15px;
}
.top-header-thumb img {
    width: 100%;
	height: 430px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.control-block-button {
    position: absolute;
}
.profile-section .control-block-button {
    position: absolute;
    top: -31px;
}
.btn-control {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    fill: #fff;
    font-size: 20px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.control-block-button .btn-control {
    margin-bottom: 0;
    fill: #fff;
	margin-right: 10px;
}
.btn-control svg, .btn-control>i {
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.btn-control.bg_grey svg {
	color: #bbb;
    fill: #bbb;
}
.control-block-button .btn-control .olymp-happy-face-icon {
    width: 21px;
    height: 21px;
}
.profile-block .btn-control .more-dropdown {
    top: 100%;
    bottom: auto;
}
.more-with-triangle.triangle-bottom-right:before {
	bottom: auto;
    top: -7px;
    border-bottom: none;
    border-bottom: 7px solid #fff;
}
.btn-control .more-dropdown li {
    line-height: 1.3;
    font-size: 12px;
}
.top-header-author {
    text-align: center;
    max-width: 200px;
    z-index: 4;
    margin-top: -100px;
    margin-right: 30px;
    margin-left: 30px;
}
.top-header-author .author-thumb {
    border-radius: 100%;
    border: 6px solid #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 132px;
    height: 132px;
    background-color: #f0f0f0;
}
.profile-menu {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: center;
	flex-wrap: wrap;
}
.profile-menu li {
    display: flex;
}
.profile-menu li a.main-item {
    border-bottom: 3px solid transparent;
    border-right: 1px solid #e6ecf5;
    padding: 25px;
}
.profile-menu li a.main-item.active {
    border-bottom: 3px solid #f5981d;
}
.profile-menu li a.active, .profile-menu li a:hover, .profile-menu li>div.active, .profile-menu li>div:hover {
    color: #515365;
}
.ui-block .ui-block-title:last-child {
    border-bottom: 0;
}
.ui-block-title>* {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.searches-item .friend-count, .w-personal-info, .w-search .form-group {
    margin-bottom: 0;
}
.w-personal-info li {
	display: flex;
	align-items: flex-start;
    padding-bottom: 15px;
}
.w-personal-info.profile-block li {
	flex-direction: column;
}
.w-personal-info .title-text {
    color: #707070;
}
.user-description .title, .w-personal-info li .title {
    color: #000;
    font-size: 15px;
}
.w-personal-info li .title {
    margin-right: 30px;
    float: left;
    width: 30%;
}
.w-personal-info.item-block .title {
    margin-right: 0;
    float: none;
    width: auto;
	color: #707070;
	display: flex;
}
.w-personal-info.item-block .title .title-icon svg {
    width: 17px;
    height: 17px;
    fill: #bbb;
}
.w-personal-info li .text {
    color: #000;
    display: block;
    overflow: hidden;
}
.widget+.widget {
    margin-top: 35px;
}
.w-socials .title {
    margin-bottom: 20px;
}
.social-item {
    font-size: 13px;
    color: #fff;
    padding: 10px 15px;
    display: block;
    border-radius: 3px;
    margin-bottom: 10px;
	display: flex;
    align-items: center;
}
.social-item:hover {
    color: #fff;
    opacity: .9;
}
.bg-facebook {
    background-color: #2f5b9d;
}
.social-item i, .social-item svg {
    font-size: 12px;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.bg-twitter {
    background-color: #38bff1;
}
.bg-dribbble {
    background-color: #f74881;
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
	height: 50px;
}
img-wrapper img {
    width: 100%;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#overlay img {
    margin: 0;
    width: 50%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
.gallery-block {
	box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.15rem;
    margin-left: -0.15rem;
}
.gallery-block .gallery-item {
	-ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
	padding-bottom: 0.30rem;
}
.gallery-block .img-wrapper {
	margin-top: 0;
}
.gallery-block .img-wrapper img {
	border-radius: 3px;
}
.img-overlay {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 3px;
}
#overlay  img {
    margin: 0;
    width: 50%;
    height: auto;
    object-fit: contain;
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
.w-faved-page {
    margin: 0 0 0 -8px;
    overflow: hidden;
}
.w-faved-page li {
    margin: 0 0 8px 8px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    overflow: hidden;
}
.all-users {
    line-height: 35px;
    color: #fff;
    background-color: #f5981d;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-users a {
    color: inherit;
    display: block;
}
.main-header {
    padding: 70px 0;
    max-width: calc(100% - 160px);
    margin-right: 85px;
    margin-left: 85px;
    position: relative;
    background-position: 50% 50%;
	background-color: #173863;
}
.main-header.with-image {
    padding: 150px 0;
}
.content-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-animation: slide 50s linear infinite;
    animation: slide 50s linear infinite;
    will-change: background-position;
    background-size: contain;
}
.main-header-content {
    color: #fff;
    text-align: center;
	position: relative
}
.main-header-content>* {
    color: inherit;
}
.main-header-content>:first-child {
    margin-bottom: 20px;
}
.main-header-content p {
    font-weight: 400;
    margin-bottom: 0;
}
.img-bottom {
    position: absolute;
    display: block;
    bottom: 0;
}
.col-item {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
	position: relative;
}
.col-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
}
.create-item {
    background-color: transparent;
    border: 2px dashed #bbc0d5;
    position: relative;
	height: calc(100% - 15px);
}
.create-item .content {
    text-align: center;
}
.create-item .content .btn-control {
    margin-right: 0;
    margin-bottom: 20px;
}
.create-item .content .btn-control svg {
    width: 20px;
    height: 20px;
}
.col-item .common {
	font-size: 12px;
    margin-top: 5px;
	justify-content: center;
}
.col-item-content {
    text-align: center;
}
.col-item-content .more {
    z-index: 5;
    position: absolute;
    top: 50px;
    font-size: 16px;
    padding: 10px;
    height: auto;
}
.col-group .col-item-content .more {
    top: 10px;
}
.col-avatar {
    margin-top: -49px;
    position: relative;
    margin-bottom: 25px;
}
.friend-count-item .h6 {
    font-size: 1.15em;
}
.col-group .col-avatar {
    margin-top: 0;
	margin-bottom: 0;
}
.col-group .col-avatar .author-thumb {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ececec;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
    margin-right: auto;
}
.col-group .col-avatar .author_icon svg {
    width: 40px;
    height: 40px;
}
.col-item .col-item-content .btn-control {
	height: 45px;
    width: 45px;
}
.col-item .control-block-button .btn-control svg {
    height: 20px;
    width: 20px;
}
.col-item .control-block-button {
    position: relative;
}
.col-item .btn-control {
    margin-bottom: 0;
    margin-top: 0;
}
.col-item .btn-control {
    margin-bottom: 0;
}
.col-item .btn-control:last-child {
    margin-right: 0;
}
.w-search {
    width: 340px;
}
.w-search input {
    padding: 13px 15px;
    font-size: 12px;
}
.form-group.with-button button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    fill: #fff;
    background-color: #d7d9e5;
    border: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
.w-search svg {
    height: 15px;
    width: 15px;
}
.col-header-thumb {
	height: 120px;
	background-color: #173863;
    border-bottom: 1px solid #e6ecf5;
    overflow: hidden;
}
.col-header-thumb img {
    width: 100%;
	display: flex;
}
.col-item.friend-prof .col-item-content {
	position: relative;
	padding: 0 30px 30px
}
.friend-prof .col-avatar .author-thumb {
    margin: 0 auto 10px;
    height: 98px;
    width: 98px;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 100%;
}
.friend-count {
    margin-bottom: 25px;
}
.friend-count-item {
    display: inline-block;
}
.friend-count-item:last-child {
    margin-right: 0;
}
.friend-count-item .title {
    color: #515365;
}
.friend-count-item .number {
	margin-bottom: 0;
}
.build-item {
    padding: 25px;
	display: flex;
    align-items: center;
}
.build-item.w-friend-pages-added .one-col {
    width: 100%;
    display: flex;
	align-items: center;
}
.build-author-block {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.build-item .author-thumb {
    width: 40px;
    height: 40px;
}
.build-item.badges .author-thumb {
    width: 60px;
    height: 60px;
}
.build-item.badges .author-thumb img {
    width: 100%;
}
.build-author-name .author-name {
    margin-bottom: 0;
	transition: all .15s ease;
}
.build-item.w-friend-pages-added:hover .author-name {
    color: #f5981d;
}
.breadcrumbs-item {
    display: inline-block;
    margin-bottom: 0;
}
.breadcrumbs-item a {
    color: inherit;
    opacity: .7;
}
.blog-post-wrap .ui-block {
    margin-bottom: 30px;
}
.blog-post .post-thumb {
	display: flex;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.post-thumb img {
    width: 100%;
	height: 100%;
}
.blog-post .post-content {
    padding: 20px 25px;
}
.blog-post .post-content a {
    display: flex;
}
.blog-post .post-title {
    display: block;
    margin-bottom: 14px;
}
.blog-post .author-date {
    font-size: 12px;
}
.blog-post .post__author-name {
    font-size: 13px;
	margin: 0 5px;
	display: inline-block;
}
.discussion-fourm .blog-post .post__author-name {
	margin: 0
}
.blog-post .post__date {
    display: inline-block;
}
.blog-post .post__date .date {
    color: #000;
	font-size: 12px;
}
.blog-post .post-additional-info {
    margin-top: 15px;
}
.main-header-post {
    position: relative;
    height: 460px;
}
.main-header-post img {
    width: 100%;
	height: 100%;
}
.blog-post-wrap .date, .single-post .date, .scrollable-tabs .blog-post .post-content .date {
    margin-top: 0;
    margin-bottom: 5px;
}
.single-post {
	position: relative;
    padding: 60px 70px;
}
.in_box {
    margin-top: -100px;
    position: relative;
}
.single-post .control-block-button {
    top: 20px;
}
.post-control-button .btn-control {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.post-control-button .btn-control svg {
    font-size: 15px;
    width: 15px;
    height: 15px;
}
.more-photos:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 1rem;
    background-color: #f5981d;
    opacity: .8;
    border-radius: 3px;
}
.post-block-photo span {
    float: left;
    overflow: hidden;
    padding: 0 8px 8px 0;
}
.more-photos span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
}
.more-photos span {
    color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 5;
    display: inline-block;
}
.top-header.top-header-favorit .top-header-author {
    -webkit-transform: translate(0);
    transform: translate(0);
    bottom: -60px;
    z-index: 5;
    max-width: unset;
    display: flex;
    align-items: flex-start;
	position: absolute;
}
.top-header-author .author-thumb img {
    border-radius: 0;
}
.top-header.top-header-favorit .author-content {
    text-align: left;
    margin-bottom: 10px;
}
.top-header-thumb iframe {
    width: 100%;
	height: 350px;
	display: flex;
	border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.top-header-favorit .top-header-thumb .overlay {
	opacity: 1;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}
.top-header.top-header-favorit .top-header-thumb:hover .overlay {
    opacity: 0;
}
.top-header.top-header-favorit .top-header-author img {
    height: 100%;
}
.top-header.top-header-favorit .author-name {
    color: #fff;
}
.top-header.top-header-favorit .author-content {
    text-align: left;
	margin-bottom: 25px;
    float: left;
    color: #fff;
}
.author-icon svg {
    height: 20px;
    width: 20px;
    fill: #bbb;
}
.author-item .date {
    display: inline-block;
    margin: 0;
}
.author-info .author-item {
    margin-bottom: 5px;
}
.author-info .author-item:last-child {
    margin-bottom: 0;
}
.evaluate-block {
    padding: 30px;
    margin-top: 30px;
	margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid #e6ecf5;
    border-bottom: 1px solid #e6ecf5;
}
.evaluate-block .btn {
	margin-bottom: 0
}
.stunning-header {
    padding-bottom: 120px;
    position: relative;
    color: #fff;
	min-height: 300px;
}
/*.bg-primary-opacity {
    background-color: rgba(255,94,58,.5);
}*/
.content-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
	text-align: center;
    box-sizing: border-box;
    -webkit-animation: slide 50s linear infinite;
    animation: slide 50s linear infinite;
    will-change: background-position;
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat;
}
.stunning-header .content-bg-wrap {
    z-index: -1;
}
.stunning-header .content-bg-wrap {
    z-index: -1;
}
.crumina-heading {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}
.heading-sup-title {
    color: #ff5e3a;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
}
.crumina-heading>:first-child {
    margin-top: 0;
}
.heading-title {
    margin-bottom: 15px;
    line-height: 1.3em;
}
.heading-text {
    margin-top: 20px;
    line-height: 1.75;
}
.crumina-heading>:last-child {
    margin-bottom: 0;
}
.table-list {
    width: 100%;
}
.table-list li { 
	margin-bottom: 10px
}
.in-item {
    width: 100%;
    padding: 25px;
	background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 5px;
	display: flex;
    align-items: center;
    transition: background-color .3s ease;
}
.card-header a .table-icon svg {
    width: 30px;
    height: 30px;
    display: flex;
}
.table-icon svg {
	width: 25px;
    height: 25px;
    fill: #bbb;
}
.table-list .table-icon {
    display: flex;
}
.single-source .build-item {
	padding: 0;
	width: 100%;
}
.notification-icon {
    display: flex;
}
.single-source .accept-request {
	width: 35px;
    height: 35px;
}
.single-source .notification-icon .accept-request + .accept-request {
    margin-top: 0;
}
.single-source .notification-icon .without-text svg {
    width: 12px;
    height: 12px;
    fill: #bbb;
}
.single-source .ui-expanded-block .notification-icon .without-text svg {
    width: 15px;
    height: 15px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}
.panel {
    margin-bottom: 20px;
    border-radius: 4px;
}

.panel-body {
    padding: 15px 0 0 0
}
.your-profile .panel-body {
    padding: 0
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.collapse-txt {
	width: 100%;
    display: flex;
    align-items: center;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}
.your-profile .panel-group {
    margin-bottom: 0
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.table-list .in-item .panel-title a {
    padding: 30px 35px;
}
.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.table-author-name .author-name {
    margin-bottom: 0;
}
.expanded-item .table-icon {
    width: 25px;
    height: 25px;
	flex: 0 0 auto;
}
.expanded-list .ui-block {
    padding: 30px;
}
.expanded-list {
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 0;
}
.expanded-list li {
    width: 100%;
}
.collapse-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #bbb;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapse-icon svg {
    width: 12px;
    height: 12px;
    fill: #bbb;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.radio input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
}
.radio label span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: .2s;
}
.custom-radio .circle {
    background-color: #fff;
}
.radio label .circle {
    border: 1px solid #dde0e9;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.custom-radio .radio label span {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}
.radio input[type=radio]:checked~.check, .radio input[type=radio]:checked~.circle {
    opacity: 1;
}
.radio label .check {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-color: #ff5e3a;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
}
.custom-radio .radio label span {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}
.radio input[type=radio]:checked~.check {
    background-color: #f5981d;
    -webkit-transform: scale3d(.45,.45,1);
    transform: scale3d(.45,.45,1);
}
.modal .modal-dialog .modal-body.evaluate-wrapper {
    text-align: left;
}
.evaluate-form .radio {
    display: flex;
    justify-content: space-around;
}
.evaluate-form .custom-radio {
    position: relative;
    margin-right: 20px;
}
.evaluate-form .Form-label-text {
    padding-left: 22px;
}
.evaluate-form .form-group {
    height: auto;
}
.evaluate-title {
    text-align: center;
    margin-bottom: 30px;
}
.popup-btn {
    text-align: center;
    margin-top: 40px;
}
.popup-btn .btn {
    margin-bottom: 0;
}
.ui-block-title.ui-block-title-small .title {
    font-size: 11px;
    text-transform: uppercase;
    color: #707070;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
	font-size: 15px;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #e6ecf5;
    border-radius: .25rem;
}
.your-profile .card {
    background-color: #fff;
}
.card {
    border: none;
}
.your-profile .card-footer, .your-profile .card-header {
	padding: .75rem 1.25rem;
}
.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}
.your-profile .card-header {
    border-bottom: 1px solid #e6ecf5;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapse-arrow {
    display: flex;
}
.expand-list .card-header a {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 5px;
}
.card-header i, .card-header svg {
    transition: all .3s ease;
}
.card-header a svg {
    width: 6px;
    height: 6px;
}
.your-profile-menu {
    padding: 12px 25px;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 0;
}
.your-profile-menu li a {
	font-size: 14px;
    padding: 10px 0;
    color: #515365;
    display: block;
}
#accordion+.ui-block-title {
    border-top: none;
    border-bottom: none;
}
.ui-block-title+.ui-block-title {
    border-bottom: none;
}
.items-round-little {
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.your-profile .ui-block-title .h6 {
    font-size: 0.95rem;
}
.your-profile .ui-block-title {
    display: flex;
    justify-content: space-between;
	border-radius: 0;
}
.expand-list .card-header a .collapse-arrow svg {
    width: 10px;
    height: 8px;
}
.single-source .collapse-txt .table-author-name .author-name {
    color: #777;
    font-size: .85rem;
}
.remember {
	display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.checkbox {
    margin-bottom: 1rem;
}
.remember .checkbox {
    display: inline-block;
    margin-bottom: 0;
}
.checkbox label {
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;
	display: flex;
    align-items: center;
}
.day-event, input[type=checkbox] {
    display: none;
}
.checkbox input[type=checkbox] {
     position: absolute;
    opacity: 0;
    display: none;
}
.checkbox-input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.checkbox-input + label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
	border: 1px solid #ddd;
}
.checkbox-input:checked + label:after {
    content: '';
    position: absolute;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-input:checked + label:after {
    background: #f5981d;
    box-shadow: 2px 0 0 #f5981d, 4px 0 0 #f5981d, 4px -2px 0 #f5981d, 4px -4px 0 #f5981d, 4px -6px 0 #f5981d, 4px -8px 0 #f5981d;
}
.remember a {
    line-height: 2;
}
.remember .forgot {
    color: #515365;
}
.input-group-addon {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: none;
    height: 100%;
    padding: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-addon svg {
    fill: #bbb;
    width: 18px;
    height: 18px;
}
.is-select::after {
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*.is-select.active::after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
}*/
.medium-list {
    margin: 0;
}
.in-list > li {
    border-bottom: 1px solid #e6ecf5;
	transition: background-color 0.25s ease-in-out;
}
.messenger-list.in-list li:hover {
    background-color: rgba(0, 0, 0, .05);
}
.in-list li:last-child {
    border: none;
}
.medium-list .build-item {
    padding: 20px 25px;
}
.medium-list .build-item.badges .author-thumb {
    width: 50px;
    height: 50px;
	margin-right: 10px;
}
.medium-list .rait-stars li svg {
	font-size: 10px;
}
.small-list {
    margin-bottom: 0;
}
.small-list .build-item {
    padding: 15px;
}
.small-list .build-item .author-thumb {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.common {
    display: flex;
}
.messenger-list {
    max-height: 75vh;
    overflow: hidden;
}
.popup-chat .scroll-list {
    overflow: hidden;
    max-height: 70.5vh;
}
.popup-chat .ui-block-title {
    justify-content: flex-start;
}
.chat-message-field li, .notification-list .selectize-dropdown-content>:last-child {
    border-bottom: none;
}
.chat-message li>* {
    vertical-align: top;
}
.chat-message .notification-event {
    font-size: 12px;
}
.popup-chat .notification-event {
    padding-left: 10px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.chat-message-field .chat-message-item {
    margin-top: 10px;
    font-size: 13px;
}
.popup-chat .chat-message-item {
    padding: 13px;
    background-color: #f0f4f9;
    margin-top: 0;
    border-radius: 10px;
    margin-bottom: 5px;
    display: inline-flex;
    max-width: 75%;
}
.notification-list .notification-date {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}
.chat-message-field .notification-date {
    font-size: 10px;
    float: right;
    margin-top: 0;
}
.popup-chat .chat-message-field li:nth-child(2n) .chat-message-item {
    background-color: #f5981d;
    color: #fff;
}
.popup-chat .chat-message-field li {
    overflow: hidden;
    padding: 10px 25px;
    display: flex;
    justify-content: flex-start;
}
.chat-message .author-thumb {
    height: 36px;
    width: 36px;
}
.popup-chat .author-thumb {
    width: 30px;
    height: 30px;
}
.popup-chat .chat-message-field li:nth-child(2n) .notification-event {
    padding-left: 0;
    padding-right: 10px;
	align-items: flex-end;
}
.popup-chat .chat-message-field li:nth-child(even) {
	flex-direction: row-reverse;
    justify-content: flex-end;
}
.author-content .country {
    margin-top: 0;
	font-size: 15px;
}
.notification-list li.un-read {
    background-color: #f7f9fc;
}
.all-photo {
    padding: 30px;
}
.up-photo {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.choose-photo-item {
    position: relative;
    border-radius: 5px;
    width: 33.333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
.choose-photo-item .radio label span {
    position: absolute;
    top: 10px;
    right: 25px;
    left: auto;
}
.custom-radio {
    display: flex;
}
.choose-photo-item .custom-radio img {
    border-radius: 5px;
}
.modal-dialog.upload-dialog {
	width: 60%
}
.btn-group-lg {
    display: flex;
	margin-left: -10px;
    margin-right: -10px;
}
.btn-group-lg .btn {
    width: 50%;
	margin-left: 10px;
	margin-right: 10px
}
.btn-group-lg>.btn, .btn-lg {
    padding: 1rem 6rem;
    padding-top: 1rem;
    padding-right: 6rem;
    padding-bottom: 1rem;
    padding-left: 6rem;
    font-size: .875rem;
    line-height: 1.5;
}
.btn-group-lg>.btn.btn-lg {
    border-radius: 30px;
}
.modal-dialog.upload-dialog .btn {
    margin-bottom: 0;
}
.blog-post-wrap .blog-post, .blog-post-wrap .ui-block {
    margin-bottom: 30px;
}
.blog-post-v3 {
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.blog-post-wrap .ui-block.boxes {
    height: calc(100% - 30px);
}
.blog-post-wrap .ui-block .blog-post {
    margin-bottom: 0;
}
.ui-block.boxes .blog-post {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ui-block.boxes .blog-post .post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
}
.blog-post-v3 .post-thumb {
    border-radius: 5px 0 0 5px;
    width: 50%;
}
.blog-post-v3 .post-thumb img {
    min-height: 100%;
	border-radius: 5px 0 0 5px;
}
.blog-post-v3 .post-content {
    width: 50%;
    padding: 25px 30px;
}
.blog-post .author-date {
    text-transform: uppercase;
    font-size: 10px;
}
.blog-post-v3 .author-date {
    margin-bottom: 13px;
}
.blog-post-wrap .post-additional-info .post-add-icon .post-icon {
    background-color: transparent;
    width: auto;
    height: auto;
    fill: #bbb;
    color: #707070;
}
.blog-post-wrap.blog-post .post-additional-info {
    padding: 15px 0 0;
}
.blog-post-v3.featured-post-item .post-thumb {
    border-radius: 5px 5px 0 0;
    width: auto;
}
.blog-post-v3.featured-post-item .post-thumb img {
    border-radius: 5px 5px 0 0;
}
.blog-post-v3.featured-post-item .post-content {
    width: auto;
    padding: 25px;
}
.blog-post-v3.featured-post-item {
    display: block;
}
.blog-post-v2, .choose-reaction, .open-topic-table .author {
    text-align: center;
}
.blog-post-v2 .post__author img {
    width: 28px;
    height: 28px;
	margin-right: 7px;
}
.blog-post-v2 .post__author time {
    margin-top: 0;
}
.author-date.not-uppercase {
    text-transform: none;
    font-size: 12px;
}
.blog-post-v2 .author-date {
    text-align: left;
}
.blog-post-v2 .post__date {
    display: block;
    font-size: 11px;
}
.blog-post-v2 .post-additional-info {
	display: inline-flex;
   justify-content: center;
    margin-top: 0;
}
.blog-post-wrap .post-additional-info .post-add-icon:hover .post-icon svg {
    fill: #f5981d;
}
.mb60 {
    margin-bottom: 60px;
}
.blog-post.single-post.single-post-v3 {
    padding: 60px 0;
}
.single-post-header, .single-post-v3 .post-content-wrap {
	padding: 0 50px
}
.blog-post.single-post .author-date {
	display: flex;
    align-items: center;
}
.single-post-v3 .post-thumb {
	margin: 30px 0;
	border-radius: 0;
}
.single-post-v3 .post-thumb img {
	border-radius: 0;
}
.single-post-v3 .post-content {
    padding: 0 40px;
    overflow: hidden;
}
.single-post-v3 .control-block-button {
    position: relative;
    top: auto;
}
.post-content p:last-child {
    margin: 0;
}
.with-title-decoration .heading-title {
    position: relative;
    padding-bottom: 20px;
}
.with-title-decoration .heading-title:after, .with-title-decoration .heading-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
}
.with-title-decoration .heading-title:before {
    height: 2px;
    background-color: #f5981d;
	width: 10%;
}
.with-title-decoration:hover .heading-title:before {
    width: 100%;
}
.with-title-decoration .heading-title:after {
    height: 1px;
    background-color: #e6ecf5;
    width: 100%;
}
.comments-list, .comments-list.style-2 .post__author {
    margin-bottom: 0;
}
.crumina-heading+* {
    margin-top: 25px;
}
.comments-list .comment-item {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    background-color: #fafbfd;
    position: relative;
}
.comments-list.style-3 .comment-item {
    background-color: transparent;
}
.comments-list.style-3 .post__author-thumb img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
}
.comments-list.style-3 .comments-content {
    overflow: hidden;
}
.reply {
    font-size: 15px;
    color: #515365;
}
.comments-list.style-3 .reply {
    color: #ff5e3a;
}
.children {
    border-top: 1px solid #e6ecf5;
    margin: 25px -25px 0;
    padding-left: 35px;
}
.children .comment-item:last-child {
    border-bottom: none;
}
.comments-list.style-3 .children .comment-item {
    border-left: none;
}
.comments-list .comment-item.has-children {
    padding-bottom: 0;
}
.bkg-white {
	background-color: #fff
}
.single-post .post-title {
    display: flex;
	margin-bottom: 15px;
}
aside.blog-post-wrap .ui-block .blog-post .post-title {
    margin-bottom: 0;
}
.comments-list.style-3 .comment-item:last-child {
    border: none;
}
.video-player {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 20px 0;
}
.video-item .video-player {
    margin: 0;
    border-radius: 3px 3px 0 0;
}
.video-item .video-player img {
    display: flex;
}
.video-player .play-video {
    opacity: 0;
}
.video-item {
    display: flex;
    flex-direction: column;
    height: calc(100% - 15px);
}
.video-item .video-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-item .video-content .h6 {
    margin-bottom: 0;
}
.features-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.features-video .single-post {
	border: none;
	padding: 30px;
}
.features-video .video-player {
    width: 66.6%;
    margin: 0;
	display: flex;
    flex-direction: column;
}
.features-video-content {
    width: 33.3%;
    display: inline-block;
    background-color: #fff;
}
.modal-dialog.modal-video {
    height: 70%;
}
.post.post-details {
    border-bottom: none;
}
table {
    border-collapse: collapse;
}
.open-topic-table {
    width: 100%;
}
.forums-table thead, .open-topic-table thead {
    background-color: #f5981d;
}
.open-topic-table tr {
    display: flex;
	flex-wrap: wrap;
    border-bottom: 1px solid #e6ecf5;
}
.open-topic-table .post--date {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e6ecf5;
}
.open-topic-table tr:last-child {
    border-bottom: none;
}
.open-topic-table thead th {
    font-size: 15px;
    padding: 15px 25px;
    color: #fff;
}
.open-topic-table .posts {
    vertical-align: top;
}
.open-topic-table td {
    padding: 35px 25px;
}
.open-topic-table .topic-date {
    padding: 10px 23px;
    background-color: #fafbfd;
    font-size: 13px;
	display: flex;
	width: 100%;
}
.open-topic-table .author-thumb {
    margin-bottom: 20px;
}
.open-topic-table .author-thumb {
    width: 70px;
    height: 70px;
}
.open-topic-table .author-name {
    display: block;
	margin-bottom: 0;
}
.open-topic-table .country, .reply-topic {
    font-size: 11px;
}
.open-topic-table .post-thumb {
    display: flex;
}
.open-topic-table .posts .post-thumb img {
    border-radius: 5px;
	border: 1px solid #ddd;
}
.open-topic-table .author {
    width: 22%;
	flex: 0 0 auto
}
.open-topic-table .posts {
    width: 78%
}
.w-featured-topics .icon {
    font-size: 15px;
    color: #f5981d;
}
.w-featured-topics .content {
    overflow: hidden;
}
.w-featured-topics .title {
    display: block;
    margin-bottom: 5px;
}
.w-featured-topics li+li {
    margin-top: 20px;
}
.open-topic-table .posts p {
    color: #515365;
}
.modal-dialog.modal-video .modal-body {
    padding: 0;
}
.modal-iframe {
    width: 100%;
    height: 100%;
}
iframe {
    width: 100%;
    height: 100%;
	display: flex;
    object-fit: cover;
}
figcaption {
  display: none;
}

.modal-iframe iframe {
    display: flex;
    border-radius: 4px;
}
#PlayVideo {
    padding: 0;
    width: 75%;
}
.blog-post-wrap {
    padding-top: 20px;
}
.site-map .map-iframe {
    height: 450px;
}
.contact-info {
    padding: 120px 0;
	position: relative;
}
.contact-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contact-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background-color: #ff5e3a;
    transition: width .3s ease-in-out;
}
.contact-item-wrap:hover .contact-title:after {
    width: 100%;
}
.contact-item span {
    color: #515365;
    display: block;
}
.sub-title {
    color: #515365;
    font-weight: 400;
}
.contact-item+.contact-item {
    margin-top: 30px;
}
.bg-body {
    background-color: #edf2f6;
}
.contact-form-wrap, .table-careers li {
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
}
.contact-form-wrap, .follow-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
}
.contact-form-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 5px;
    display: flex;
    z-index: 2;
}
.contact-form-thumb {
    position: relative;
    padding: 50px 40px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
	text-align: left;
    background-color: #f5981d;
}
.contact-form-thumb .title {
    color: inherit;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
}
.contact-form {
    padding: 50px 40px 30px;
}
.contact-form-wrap .contact-form {
    width: 60%;
}
.contact-form-thumb .title span {
    font-size: 40px;
    display: block;
}
.half-height-bg {
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallery-album {
	box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.2rem;
    margin-left: -0.2rem;
}
.gallery-album a {
    display: inline-flex;
    width: 33.3333%;
    height: 70px;
    position: relative;
}
.gallery-album a {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 0.4rem;
}
.gallery-album a img {
    border-radius: 3px;
}
.gallery-album figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.4rem;
}
.gallery-album figure a {
    display: flex;
    height: 60px;
}
.gallery-album figure a img {
    height: 100%;
    width: 100%;
}
.hidden {
	display: none;   
}
.watch-form .ui-block {
    text-align: left;
}
.iframe-box iframe {
    display: flex;
    height: 350px;
}
.label-txt {
	display: flex;
	margin-bottom: 10px
}
.support-watcher {
    position: relative;
    text-align: center;
    padding: 25px 25px 45px;
    color: #fff;
	border-radius: 3px 3px 0 0;
	background-color: #173863;
}
.support-watcher .author-thumb {
    width: 100px;
    height: 100px;
    margin: 0;
}
.support-watcher .author-content {
    margin-top: 10px
}
.support-watcher .author-content a {
    color: #fff;
}
.day-event {
    padding-bottom: 0;
    border-top: 1px solid #e6ecf5;
}
.today-events .day-event {
    display: block!important;
    border-top: none;
}
.today-events.support-event .card {
    border-bottom: none;
	margin-top: 0;
}
.today-events.support-event .card:first-child {
    padding-top: 20px;
}
.today-events .card:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6ecf5;
    position: absolute;
    top: 0;
}
.today-events .card:last-child:before {
    height: 25px;
}
.support-event .card-header {
    padding: 25px;
    border-bottom: none;
}
.today-events.support-event .card-header {
    padding: 15px 25px;
}
.today-events.support-event .card:first-child .card-header {
    padding-top: 25px;
}
.today-events .title {
    position: relative;
	margin-bottom: 0;
	font-size: 15px;
}
.today-events .title:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid #f5981d;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 5px;
    background-color: #fff;
}
.support-event .card-body {
    padding: 0 25px 25px;
}
.today-events .card-header a svg {
    width: 10px;
    height: 5px;
}
.today-events .card-header a {
    align-items: flex-start;
    justify-content: space-between;
}
.today-events .panel-body {
    padding: 0 25px 10px;
}
.today-events .panel-body .date {
    margin-top: 0;
}
.watch-map .ui-block-content {
    padding: 0;
}
.support-map {
    height: 350px;
}
.statistics-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    height: 70px;
    left: 0;
    right: 0;
    padding-left: 70px;
    padding-right: 70px;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
}
.inner-statistics {
    height: 100%;
}
.statistics-list {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
}
.support-item svg {
	width: 20px;
    height: 20px;
	fill: #fff;
}
.support-owner {
    position: relative;
	color: #fff;
    padding: 25px;
    border-radius: 3px;
    background-color: #173863;
}
.icons-block {
    margin-bottom: 35px;
    fill: #fff;
    color: #fff;
}
.icons-block svg {
    width: 24px;
    height: 20px;
}
.icons-block .more {
    color: #fff;
    fill: #fff;
}
.support-owner .author-thumb {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}
.support-owner .watched-by {
    display: flex;
}
.support-owner .author-content a {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
}
.list {
    position: relative;
}
.today-events .control-block-button {
    top: -25px;
    z-index: 5;
}
.today-events .control-block-button svg {
    width: 35px;
    height: 35px;
}
.fancybox-caption__body .post__author {
    margin-bottom: 5px;
}
.fancybox-caption__body .post {
    border-bottom: none;
}
.fancybox-caption__body .post-additional-info {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
}
.fancybox-caption__body .post-text {
    margin-top: 25px;
}
.fancybox-caption__body .post-text p {
    margin-bottom: 0;
	font-weight: 100;
}
.fancybox-caption .fancybox-caption__body {
    color: #515365;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #000;
}
.fancybox-caption .fancybox-caption__body .comments-list.style-3 {
    border-top: 1px solid #e6ecf5;
    margin-top: 20px;
}
.fancybox-caption .comments-list.style-3 .post__author-thumb img {
    width: 40px;
    height: 40px;
}
.fancybox-caption .comments-list.style-3 .children .comment-item .post__author-thumb img {
    width: 35px;
    height: 35px;
}
.fancybox-caption .comments-list.style-3 .post__author-thumb {
    margin-right: 15px;
}
.fancybox-caption .comments-list .comment-item {
    padding: 15px 25px;
}
.fancybox-caption .comments-list.style-3 .comments-content p {
    margin-bottom: 5px;
}
.fancybox-caption .comments-list.style-3 .comments-content .post__date {
    display: inline-flex;
}
.edit-my-poll-head {
    border-radius: 5px 5px 0 0;
    padding: 35px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.head-content {
    color: #fff;
}
.head-content .title {
    margin-bottom: 20px;
    color: inherit;
}
.place {
	display: flex;
    align-items: center;
    font-size: 14px;
}
.build-author-name .place {
	color: #90949c;
    margin-top: 0;
}
.build-author-name .author-name + .place {
    margin-top: 7px;
}
.build-item.w-friend-pages-added:hover .place {
    color: #000;
}
.place svg {
    margin-right: 10px;
    fill: #c6c9db;
    width: 20px;
    height: 20px;
}
.head-content svg {
    fill: #fff;
}
.place span, .relative {
    position: relative;
}
.place span+span {
    padding-left: 17px;
    margin-left: 12px;
}
.place span+span:after {
    content: "/";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.edit-my-poll-content {
	text-align: left;
    padding: 35px 60px;
}
.edit-my-poll-content .form-content {
    margin-top: 25px;
}
.support-modal .modal-inner {
    padding: 0;
}
.floated-img {
    float: right;
    width: 35%;
    margin-left: 50px;
    margin-bottom: 20px;
	border-radius: 5px;
}
.lg-padding {
	padding: 100px 0
}
.profile-settings-responsive {
    width: 250px;
    height: calc(100vh - 60px);
    position: fixed;
    top: 70px;
    z-index: 21;
    background-color: #fff;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
}
.profile-settings-responsive.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.profile-settings-open {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    background-color: #fff;
    box-shadow: 1px 0 3px rgba(0,0,0,.2);
    line-height: 1;
    padding: 20px 8px;
    font-size: 20px;
}
.profile-settings-open svg {
    fill: #f3971e;
	transition: all .3s ease;
}
.profile-settings-responsive.open .profile-settings-open svg {
    transform: rotate(-180deg);
}
.profile-setting-cont.scroll-list {
    height: 100%;
}
.site-album a img {
    border-radius: 3px;
}
.expand-list .panel-body {
    padding: 0;
    background-color: #fff;
}
.expand-list .ui-expanded-block .build-item {
    padding: 10px 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f1f1;
}
.expanded-list li:last-child .ui-expanded-block .build-item {
    border: none;
}
.fancybox-caption {
    padding: 0;
}
.fancy-post .fancybox-loading {
    left: 33%;
}
.loading_img {
    display: none;
}
.post--date {
    padding: 10px 23px;
    background-color: #f8f8f8;
    font-size: 13px;
    display: flex;
    width: 100%;
	border-bottom: 1px solid #e6ecf5;
}
.discussion-post {
	display: flex;
	align-items: flex-start;
    padding: 35px 25px;
}
.discussion-post .post-thumb {
    width: 25%;
	height: 150px;
    flex: 0 0 auto;
}
.discussion-post .posts h5 {
    margin-bottom: 0;
}
.discussion-post .author-content .author-name {
    margin-bottom: 0;
	color: #707070;
    font-size: 15px;
    display: inline-flex;
}
.discussion-post .author-content {
    margin-top: 15px;
}
.discussion-post .author-icon svg {
	width: 17px;
	height: 17px;
}
.btn-control .dropdown-icon svg {
    width: 17px;
    height: 17px;
}
.add-topic {
    display: flex;
    width: 100%;
	padding: 30px;
}
.add-topic .news-feed-form {
    width: 100%;
}
.box-title .title {
    padding: 10px 23px;
    background-color: #f8f8f8;
    width: 100%;
	margin-bottom: 0;
    border-bottom: 1px solid #e6ecf5;
}
.add-topic .topic-form {
    display: flex;
    align-items: flex-end;
}
.add-topic .news-feed-form .form-group textarea {
    background-color: #f0f0f0;
    border-radius: 5px;
	transition: all 0.8s cubic-bezier(.5,0,0,1);
}
.add-topic .topic-form .btn {
    margin-bottom: 0;
}
.single-post .post-thumb img {
    max-height: 600px;
}
.single-post .post-thumb a {
    width: 100%;
}
.post--block.single-post-comment {
    padding: 0;
}
.top-header.top-header-favorit .country {
    margin-top: 7px;
}
.archive-block.blog-post-wrap .ui-block {
    height: calc(100% - 30px);
}
.archive-block .post-thumb img {
    border-radius: 5px 5px 0 0;
    max-height: 250px;
    min-height: 250px;
}
.today-events .collapse-arrow {
    transform: translateY(10px);
}
support-modal .modal-body {
    padding: 0!important;
}
.ui-block.member-item {
    height: calc(100% - 10px);
}
.justify-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.justify-title .post-title {
    margin: 0;
}
.contact__menu {
    margin-top: 25px;
}
.contact-menu__list li {
    display: flex;
    margin-bottom: 10px;
}
.contact-menu__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-menu__icon .icon {
    width: 17px;
    height: 17px;
	opacity: 0.5;
}
.profile-block .rait-stars {
	margin-top: 10px;
}
.profile-section .rait-stars.row-rait {
    margin: 0;
    padding: 30px;
    align-items: center;
    justify-content: center;
}
.profile-section .rait-stars li svg {
    font-size: 15px;
}
.site-album.third-gallery a {
    width: 33.333%;
}
.site-album.fourth-gallery a {
    width: 25%;
}
.ui-block-links {
    display: flex;
    flex-direction: column;
}
.ui-block-links a {
    font-size: 15px;
    padding: 15px;
    border-bottom: solid 1px #ddd;
}
.ui-block-links a:last-child {
    border: none;
}
.inner-links .ui-block-links a {
    padding-left: 0;
    padding-right: 0;
}
.attached-files .link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 17px;
}
.download-file {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
	flex: 0 0 auto;
}
.download-file .down_txt {
    opacity: 0;
    transition: all .15s ease;
}
.down_icon {
    display: flex;
}
.down_icon svg {
    width: 17px;
    height: 17px;
    fill: #f5981d;
}
.attached-files .link-item:hover .down_txt {
    opacity: 1;
    color: #000;
}
.author-wrap {
    display: flex;
}
.author-wrap .post__date time {
    margin: 0;
}
.ui-block.estab-block {
    margin-bottom: 15px;
}
.search-page .build-item {
    width: 100%;
	padding: 0;
}
.search-list .accept-request {
    width: 40px;
    height: 40px;
}
.search-list .notification-icon .without-text svg {
    width: 15px;
    height: 15px;
    fill: #bbb;
}
.search-page .ui-block-title {
    background-color: #fff;
}
.search-list .in-item {
    border: none;
    border-radius: 0;
	padding-top: 0;
    padding-bottom: 0;
}
.search-list .in-item .build-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.search-list li:last-child .build-item {
    border: none;
}
.search-row + .search-row {
	margin-top: 15px
}
.scrollable-tabs .content {
	display: none;
}
.scrollable-tabs .content--active {
	display: block;
}
.scrollable-tabs .content-inner {
	padding: 20px 0;
}
.mdc-tab-scroller__scroll-content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
}
#map {
    width: 100%;
    height: 450px;
    border-radius: 5px 5px 0 0;
}
.c-filter {
    padding: 15px;
}
.c-filter__holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.c-filter__fields {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.c-filter__fields .filter-group {
    display: flex;
    align-items: center;
} 
.c-filter__form .c-filter__fields .form-group {
    width: 180px;
    flex: 1;
    margin-bottom: 0;
}
.filter-btn .btn {
    height: 48px;
    width: 60px;
    padding: 0;
    margin-bottom: 0;
}
.filter-icon {
    display: inline-flex;
}
.filter-btn svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
@media (min-width: 991px) {
	.profile-settings-responsive {
		display: none;
	}
}
@media (max-width: 1440px) {
	.iframe-box iframe {
		height: 250px;
	}
	.support-map {
		height: 300px;
	}
	.top-header-thumb img {
		height: 350px;
	}
	.ui-block-title {
		padding: 20px 15px 15px;
	}
	.main-header-post {
		height: 400px;
	}
	.single-post {
		padding: 40px 60px;
	}
	.main-header.with-image {
		padding: 120px 0;
	}
	.discussion-post .post-thumb {
		height: 130px;
	}
	.archive-block .post-thumb img {
		max-height: 200px;
		min-height: 200px;
	}
	.col-group {
		padding: 2rem;
	}
	.single-post-header, .single-post-v3 .post-content-wrap {
		padding: 0 30px;
	}
	.blog-post.single-post.single-post-v3 {
		padding: 30px 0;
	}
	.single-post-v3 .post-content {
		padding: 0 20px;
	}
}
@media (max-width: 1200px) {
	.top-header-thumb img {
		height: 350px
	}
	.single-post-header, .single-post-v3 .post-content-wrap {
		padding: 0 50px;
	}
	.main-header-post {
		height: 350px;
	}
	.archive-block .post-thumb img {
		max-height: 150px;
		min-height: 150px;
	}
}
@media (max-width: 1024px) {
	.profile-settings-responsive {
		visibility: visible;
		opacity: 1;
	}
	.top-header-thumb img {
		height: 300px
	}
	.open-topic-table .author-name {
		font-size: .85rem;
	}
	.open-topic-table td {
		padding: 35px 10px;
	}
	.open-topic-table .author-thumb {
		width: 60px;
		height: 60px;
	}
	.single-post-header, .single-post-v3 .post-content-wrap {
		padding: 0 30px;
	}
	.single-post-v3 .post-content {
		padding: 0 20px;
	}
	.blog-post.single-post.single-post-v3 {
		padding: 30px 0;
	}
	.top-header-author .author-thumb {
		width: 120px;
		height: 120px;
	}
	.main-header-post {
		height: 300px;
	}
	.today-events .title:before {
		width: 6px;
		height: 6px;
	}
	.main-header.with-image {
		padding: 100px 0;
	}
	.discussion-post .post-thumb {
		height: 115px;
	}
	.col-group .col-avatar .author-thumb {
		width: 80px;
		height: 80px;
	}
	.col-group .col-avatar .author_icon svg {
		width: 35px;
		height: 35px;
	}
}
@media (max-width: 991px) {
	.top-header.top-header-favorit .top-header-author {
		bottom: 20px;
	}
	.top-header-author .author-thumb {
		width: 100px;
		height: 100px;
		border-width: 4px;
	}
	.top-header.top-header-favorit .top-header-author {
		align-items: center;
	}
	.top-header.top-header-favorit .author-content {
		margin-bottom: 0;
	}
	.archive-block .post-thumb img {
		max-height: 200px;
		min-height: 200px;
	}
}
@media (max-width: 768px) {
	.top-header-author .author-thumb {
		width: 100px;
		height: 100px
	}
	.btn-control {
		width: 40px;
		height: 40px;
	}
	.profile-section .control-block-button {
		top: -22px;
	}
	.btn-control svg, .btn-control>i {
		width: 17px;
		height: 17px;
	}
	.col-item .col-item-content .btn-control {
		height: 40px;
		width: 40px;
	}
	.col-item .btn-control {
		margin-right: 8px;
	}
	.single-post-header, .single-post-v3 .post-content-wrap {
		padding: 0 15px;
	}
	.in-item {
		padding: 20px;
	}
	.build-item {
		padding: 20px;
	}
	.expand-list .card-header a {
		padding: 20px;
	}
	.single-post .control-block-button {
        top: -18px;
		display: flex;
	}
	.single-post .control-block-button .btn-control {
		margin-bottom: 20px;
	}
	.single-post {
		padding: 40px 30px;
	}
	.single-source .accept-request {
		width: 30px;
		height: 30px;
	}
	.expand-list .ui-expanded-block .build-item {
		padding: 10px 22px;
	}
	.profile-menu {
		flex-direction: column;
	}
	.profile-menu li {
		width: 100%;
	}
	.profile-menu li a {
		padding: 10px 20px;
	}
	.profile-menu li a.main-item {
		width: 100%;
		border-bottom: 1px solid #e6ecf5;
	}
	.profile-menu li:first-child a.main-item.active {
		border-left: none;
	}
	.top-header-thumb iframe {
		height: 300px;
	}
	.notification-list.inner-notification .notification-icon {
		display: none;
	}
	.main-header.with-image {
		padding: 80px 0;
	}
	.add-topic .topic-form {
		flex-direction: column;
		align-items: flex-start;
	}
	.add-topic .news-feed-form .form-group {
		width: 100%;
	}
	.add-topic .topic-form .btn {
		margin-top: 15px;
	}
	.add-topic {
		padding: 25px 15px;
	}
	.news-feed-form .options-message svg {
		width: 20px;
		height: 20px;
	}
	.news-feed-form .options-message {
		bottom: 20px;
	}
	.site-album.fourth-gallery a {
		width: 33.333%;
	}
	.build-author-name .author-name + .place {
		margin-top: 5px;
    }
    .features-video .video-player {
        width: 100%;
    }
    .features-video-content {
        width: 100%;
    }
    .c-filter__form .c-filter__fields .form-group {
        width: 160px;
    }
}
@media (max-width: 600px) {
	.top-header-author {
		position: relative;
		bottom: 20px;
		color: #515365;
		margin-top: 20px;
	}
	.top-header-thumb img {
		height: 250px
	}
	.profile-col {
		position: absolute;
		top: -22px;
	}
	.profile-col.first-col {
		right: 50px;
	}
	.profile-col.second-col {
		right: 0;
	}
	.top-header-author .author-thumb {
		width: 80px;
		height: 80px;
	}
	.top-header.profile-header .profile-section {
		padding: 20px 0;
	}
	.comments-list .comment-item {
		padding: 25px 0;
	}
	.single-post-v3 .control-block-button {
		display: flex;
		margin-top: -50px;
	}
	.single-post-v3 .post-content {
		padding: 20px 0;
	}
	.single-post-v3 .control-block-button .btn-control {
		margin-bottom: 0;
	}
	.blog-post.single-post.single-post-v3 {
		padding: 30px 0 0 0;
	}
	.comments-list.style-3 .post__author-thumb img {
		width: 50px;
		height: 50px;
	}
	.profile-section .rait-stars {
		justify-content: center;
	}
	.main-header-post {
		height: 250px;
	}
	.main-header-content>:first-child {
		margin-bottom: 10px;
	}
	.top-header.top-header-favorit .top-header-author {
		bottom: 40px;
	}
	.top-header-thumb iframe {
		height: 270px;
	}
	.discussion-post .post-thumb {
		height: 100px;
	}
	.discussion-post {
		padding: 20px 15px;
	}
	.discussion-post .post-thumb {
		height: 80px;
	}
	.discussion-post .author-icon svg {
		width: 15px;
		height: 15px;
	}
	.discussion-post .author-content .author-name {
		font-size: 13px;
	}
	.justify-title {
		flex-direction: column;
	}
	.rating {
		margin-top: 15px;
	}
	.attached-files .link-item {
		flex-direction: column;
		align-items: flex-end;
	}
	.download-file {
		margin-top: 15px;
	}
	.build-author-block .rait-stars {
		margin-top: 10px;
		width: 100%;
		justify-content: flex-end;
	}
	.ui-block .build-author-block {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.ui-block .build-item.w-friend-pages-added {
		flex-direction: column;
		align-items: flex-start;
	}
	.ui-block .build-author-block .build-author-name {
		order: 2;
	}
	.build-author-block .rait-stars {
		justify-content: flex-start;
		margin-top: 0;
		margin-bottom: 7px;
	}
	.rait-stars li svg {
		font-size: 11px;
		width: 1.05em;
	}
	.build-author-name .author-name + .place {
		margin-top: 7px;
	}
	.post--date {
		font-size: 12px;
	}
	.blog-post.single-post .author-wrap .author-date {
		flex-direction: column;
		align-items: flex-start;
	}
	.author-wrap .post__date {
		margin-top: 5px;
	}
	.support-archive .date {
		display: flex;
		width: 100%;
		order: 2;
		justify-content: flex-start;
	}
	.build-item.w-friend-pages-added .one-col {
		align-items: flex-start;
	}
}
@media (max-width: 480px) {
	.build-item.badges .author-thumb {
		width: 70px;
		height: 70px;
	}
	.build-item.w-friend-pages-added .build-item.badges .author-thumb {
		margin-bottom: 10px;
	}
	.open-topic-table tr {
		flex-direction: column;
	}
	.open-topic-table .author, .open-topic-table .posts {
		padding: 15px;
		width: 100%;
	}
	.author-content .rait-stars {
		justify-content: flex-start;
	}
	.profile-block .author-content .rait-stars {
		justify-content: center;
	}
	.open-topic-table thead {
		display: none;
	}
	.open-topic-table .author {
		display: flex;
		align-items: center;
	}
	.open-topic-table .author-thumb {
		margin-bottom: 0;
	}
	.w-search {
		width: 100%;
	}
	.build-item.w-friend-pages-added .build-item.badges .author-thumb {
		margin-bottom: 15px;
	}
	.single-source .notification-icon {
		flex-direction: column;
	}
	.single-source .notification-icon .accept-request + .accept-request {
		margin-top: 7px;
	}
	.expand-list .ui-expanded-block .build-item {
		padding: 10px 25px;
	}
	.evaluate-block {
		padding: 20px 0;
		margin-top: 20px;
	}
	.top-header-author {
		margin-right: 15px;
		margin-left: 15px;
	}
	.discussion-post .post-thumb {
		height: 70px;
    }
    .c-filter__form .c-filter__fields .form-group {
        width: 130px;
    }
    .filter-btn .btn {
        width: 50px;
    }
}
@media (max-width: 425px) {
	.top-header-thumb img {
		height: 200px;
	}
	.open-topic-table .author-thumb {
		width: 50px;
		height: 50px;
	}
	.remember {
		flex-direction: column;
	}
	.remember .forgot {
		margin-top: 20px;
		text-align: center;
	}
	.single-post {
		padding: 30px 15px;
	}
	.main-header-post {
		height: 200px;
	}
	.build-item.badges .author-thumb {
		width: 50px;
		height: 50px;
	}
	.in-item {
		padding: 15px;
	}
	.build-item {
		padding: 15px;
	}
	.expand-list .card-header a {
		padding: 15px;
	}
	.table-list li {
		margin-bottom: 5px;
	}
	.ui-block {
		margin-bottom: 1em;
	}
	.expand-list .ui-expanded-block .build-item {
		padding: 10px 15px;
	}
	.top-header-thumb iframe {
		height: 250px;
	}
	.top-header-author .author-thumb {
		width: 60px;
		height: 60px;
	}
	.top-header.top-header-favorit .author-thumb {
		border-width: 3px;
	}
	.main-header.with-image {
		padding: 50px 0;
	}
	.site-album.fourth-gallery a {
		width: 50%;
	}
	.site-album.third-gallery a {
		width: 50%;
	}
	.blog-post-wrap .blog-post, .blog-post-wrap .ui-block {
		margin-bottom: 15px;
	}
	.archive-block.blog-post-wrap .ui-block {
		height: calc(100% - 15px);
    }
    .video-player .play-video {
        opacity: 1;
    }
    .video-player .overlay {
        opacity: 1;
    }
    .support-item svg {
        width: 17px;
        height: 17px;
    }
    .today-events.support-event .card-header {
        padding: 10px 15px;
    }
    .today-events .title {
        font-size: 14px;
    }
    .today-events .title:before {
        right: -19.5px;
    }
    .c-filter {
        padding: 12px 10px;
    }
    .c-filter__fields .form-control {
        height: 45px;
        padding: 10px;
        font-size: 0.785rem;
    }
    .c-filter__fields .is-select::after {
        top: 18px;
    }
    .filter-btn .btn {
        width: 40px;
        height: 43px;
    }
    .filter-btn svg {
        width: 15px;
        height: 15px;
    }
    .c-filter__form .c-filter__fields .form-group {
        width: 115px;
    }
}
@media (max-width: 375px) {
	.h1, h1 {
		font-size: 1.23rem;
	}
	.top-header-thumb img {
		height: 170px;
	}
	.top-header-author .author-thumb {
		width: 50px;
		height: 50px;
	}
	.archive-block .post-thumb img {
		max-height: 170px;
		min-height: 170px;
	}
	.build-item {
		padding: 15px 10px;
    }
    .c-filter__form .c-filter__fields .form-group {
        width: 110px;
    }
    .c-filter__fields .form-control {
        padding:7px;
        font-size: 0.75rem;
    }
    .c-filter__fields .is-select::after {
        width: 4px;
        height: 4px;
        top: 19px;
    }
}
@media (max-width: 320px) {
	.top-header-thumb img {
		height: 120px;
	}
}