@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700&subset=latin,cyrillic);

@font-face {
    /* Текст бла бла бла*/
    font-family: 'PFBeauSansPro';
    font-style: normal;
    font-weight: normal;
    src: local('PFBeauSansPro'), url('../font/ufonts.com_pfbeausanspro-semibold.woff') format('woff');
}

@font-face {
    font-family: 'PFBeauSansPro light';
    font-style: normal;
    font-weight: normal;
    src: local('PFBeauSansPro light'), url('../font/ufonts.com_pfbeausanspro-light.woff') format('woff');
}

html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #555;
}

body {
    font-size: 16px;
    background: #edf2f6;
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
}

#index-banner, .content {
    min-height: 80vh;
}

.empty-exebition, .exhibition-default-index {
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.add-gallery-btn {
    max-width: 300px;
    margin: 15px auto;
    display: block;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
}

.singup-model-break {
    opacity: 0.8;
    text-align: center;
    color: #aaa;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.singup-model-btn {
    width: 100%;
    font-size: 0.8em;
}

.add-gallery {
    margin: 15px 0;
    width: 100%;
}

.text-warning {
    color: #F76B1C !important;
}

.text-primary {
    color: #0275d8 !important;
}

.text-success {
    color: #20B531 !important;
}

.text-info {
    color: #29B6F6 !important;
}

.text-danger {
    color: #D32F2F !important;
}

.btn-warning {
    background: #FF9800;
    border-color: #cf7900;
}

.btn-warning:hover {
    background: #d88100;
    border-color: #aa6300;
}

.btn-success {
    background: #20B531;

}

.btn-primary {
    background: #0275d8;

}

.btn-primary:hover {
    background: #027ee2;

}

.btn-info {
    background: #29B6F6;
}

.btn-danger {
    background: #D32F2F;
}

.btn-withe {
    background: #fff;
    border-color: #fff;
}

.clear {
    clear: both;
}

.no_border {
    border: none;
}

.anabiosis {
    font-weight: bolder;
}

.head {
    position: relative;
    width: 100%;
    height: 65px;
    background: #fff;
}

.head > div:first-child {
    float: left;
}

.logo span {
    color: #90c23a;
    font-size: 14px;
    position: relative;
    top: -10px;
    left: 8px;
}

.background {
    height: 555px;
    width: 100%;
    background-size: cover;
    padding-top: 10px;
}

.logo {
    padding: 15px;
}

.head .auth {
    width: 405px;
    height: 70px;
    /* margin-top: 5px; */
    text-align: right;
    padding: 0px 15px;
    position: relative;
}

.head > div {
    float: right;
}

.head .auth > ul > li {
    float: right;
    list-style: none;
    margin-left: 20px;
    position: relative;
}

.btn-success {
    color: #fff;
    background-color: #90C23A;
}

div#popup1 {
    position: absolute;
    right: 0;
    display: none;
}

.siteName {
    max-width: 405px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 105px;
    padding: 10px 25px;
    position: relative;
    z-index: 0;
}

.siteName h2 {
    color: #90c23a;
    font-size: 48px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'PFBeauSansPro';
    font-weight: 200;
    font-size: 48px;
}

.siteName span {
    color: #555;
    font-size: 24px;
    font-family: 'PFBeauSansPro light';
}

.content {
    position: relative;
    padding-top: 0px;
}

.addExhibition {
    display: block;
    text-decoration: none;
    width: 193px;
    /* height: 16px; */
    text-transform: uppercase;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    padding: 12px;
    position: relative;
    top: 10px;
    left: 212px;
    text-align: center;
    font-size: 14px;
}

.brand-logo img {
    margin-top: 5px;
}

.hide-on-med-and-down a {
    font-size: 1.1rem;
    padding: 0 16px;
    margin-top: 0px;
    font-weight: 400;
}

.drop-container {
    position: relative;
}

.drop-in {
    display: none;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    top: 64px;
    background: #8bc34a;
    z-index: 800;
    right: 0;
}

.drop-container:hover .drop-in {
    opacity: 1;
    display: block;
}

.drop-in li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #acd47e;
}

.drop-in li:last-child {
    border-bottom: none;
}

.drop-in li a {
    line-height: 36px;
    padding: 0 30px;
    white-space: nowrap;
}

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

.rating-plate {
    color: #fff;
    display: block;
    position: relative;
    width: calc(100% + 20px);
    border: 1px solid #ddd;
    height: 12px;
    border-radius: 5px;
    margin: 5px -10px;
    overflow: hidden;
    background: #ea4335;
}

.rating-plate-line {
    display: block;
    transition: 0.3s;
    height: 100%;
    background: #8bc34a;
}

.content h1:first-letter {
    text-transform: uppercase;
}

.content h1 {
    font-size: 1.30rem;
    padding: 13px 16px;
    margin-top: 0px;
    font-weight: 400;
}

.content h2 {
    font-size: 1.1rem;
    padding: 15px 16px;
    margin-top: 0px;
    font-weight: 400;
}

.content h2 i {
    float: right;
    position: relative;
    top: 2px;
}

.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;

    z-index: 200;
}

.exhibition {
    clear: both;
}

.exhibition-image img {
    width: 100%;
}

.exhibition-buttons {
    margin-bottom: 10px;
}

.exhibition-buttons div, .reit div {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #ddd;
    margin-top: 5px;
    cursor: pointer;
}

.reit div {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.exhibition-buttons div:hover {
    background: #8BC34A;
    color: #fff;
}

.reit .like:hover, .reit .like.active {
    background: #8BC34A;
    color: #fff;
}

.reit {
    text-align: center;
    margin-bottom: 20px;
}

.reit .dislike:hover, .reit .dislike.active {
    background: #ef5350;
    color: #fff;
}

.rating-block div span {
    padding: 0 5px;
}

.exhibition-info i {
    width: 20px;
    text-align: center;
}

.exhibition-buttons i span, .reit i span {
    float: left;
    font-size: 16px;
    margin-right: 5px;
    padding: 2px;
}

.exhibition-buttons i, .reit i {
    font-size: 20px;
    padding-top: 2px;
}

.go-people {
    overflow: hidden;
    height: 120px;
    margin-top: 10px;
}

.go-people img {
    width: 55px;
    margin-left: 5px;
}

.exhibition .map {
    width: 100%;
    height: 120px;
}

.exhibition-table thead th {
    border: 1px solid #fff;
    text-align: center;
}

.exhibition-table tbody td, .exhibition-table tbody th {
    background: #f3f3f3;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
}

.exhibition-table tbody td:last-child {
    text-align: center;
    width: 110px;
}

.exhibition-table tbody tr:hover td:first-child {
    text-align: center;
}

.exhibition-table tbody tr td {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.exhibition-table tbody tr:hover td, .exhibition-table tbody tr:hover th {
    background: rgba(126, 182, 73, 0.18);

}

.exhibition-table tbody tr:hover td:last-child {
    background: rgba(126, 182, 73, 0.3);
}

.foto-exhib {
    width: 94px;
}

.date-exhib {
    width: 150px;
}

.exhibition-table {
    width: 100%;
}

.exhibition-table thead th {
    padding: 8px 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.exhibition-table thead th:first-child {
    min-width: 50px;
    min-height: 50px;
}

.exhibition-table tbody tr td.read_more {
    position: relative;
    padding: 0;
}

.exhibition-table tbody tr td.read_more a {
    display: block;
    width: 100%;
    min-width: 150px;
    position: relative;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
    color: #333;
    font-weight: 500;
}

.exhibition-table tbody tr td.read_more a span {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: url(../images/event_4.png) no-repeat right center;
    background-position-x: 130px;
    background-size: 7%;
    display: block;
}

.exhibition-table tbody tr td {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    text-transform: initial;
}

.exhibition-table tbody tr td:first-child {
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}

.admin-list {
    width: 40px !important;
    color: #fff;
}

.admin-list li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    margin: 5px auto;
}

.admin-list li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.admin-list li:nth-child(1) {
    background: #8bc34a;
}

.admin-list li:nth-child(2) {
    background: #ff9800;
}

.admin-list li:nth-child(3) {
    background: #008CCD;
}

.admin-list li:nth-child(4) {
    background: #d60000;
}

.date-exhibition {
    text-align: center;
}

.content h1, .content h2 {
    background-color: #ff9800;
    color: #FFFFFF;
}

/* Форма */
#login-form, .site-signup, .site-request-password-reset, .site-reset-password, .feedback-form {
    max-width: 450px;
    margin: 0 auto;
}

#login-form input[type="checkbox"]:checked + label:before {
    top: 3px;
    left: 0;
    width: 8px;
    height: 14px;
}

#login-form input[type="checkbox"] + label:before {
    top: 2px;
    width: 15px;
    height: 15px;
}

#login-form input[type="checkbox"] + label {
    padding-left: 25px;
    margin-top: 15px;
}

#login-form .btn-primary, .site-signup .btn-primary, .feedback-form .btn-primary, .site-request-password-reset .btn-primary, .site-reset-password .btn-primary {
    background: #8bc34a;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.site-login .lead, .site-signup .lead, .site-request-password-reset .lead, .site-reset-password .lead {
    text-align: center;
    color: #aaa;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.lead-info-text {
    text-align: center;
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 18px;
}

.info-page-inner {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.form_pad {
    padding: 10px;
}

.form_leb {
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.form_leb span {
    display: block;
    height: 45px;
    padding: 7px 0
}

.form_input {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    border-bottom: 1px solid #ececec;
}

input {
    width: 100%;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #5c5c5c;
}

input::-webkit-input-placeholder {
    color: #c6c6c6;
}

input::-moz-placeholder {
    color: #c6c6c6;

}

input:-ms-input-placeholder {
    color: #c6c6c6;

}

input:-moz-placeholder {
    color: #c6c6c6;
}

select {
    width: 100%;
    display: block;
    box-shadow: inset 0 0 6px #f3f3f3;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    line-height: 30px;
    height: 40px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

select::-webkit-input-placeholder {
    color: #c6c6c6;
}

select::-moz-placeholder {
    color: #c6c6c6;

}

select:-ms-input-placeholder {
    color: #c6c6c6;

}

select:-moz-placeholder {
    color: #c6c6c6;
}

textarea {
    margin: 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 100px;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

textarea::-webkit-input-placeholder {
    color: #c6c6c6;
}

textarea::-moz-placeholder {
    color: #c6c6c6;

}

textarea:-ms-input-placeholder {
    color: #c6c6c6;

}

textarea:-moz-placeholder {
    color: #c6c6c6;
}

.form_input textarea {
    padding: 5px;
}

.form_input select {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.form_leb_2 {
    padding: 13px 10px 30px 10px !important;
    border-bottom: 1px solid #ececec;
}

.form_but_flot input {
    float: right !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

div.ui-datepicker {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 6px #dfdfdf
}

div.ui-datepicker .ui-datepicker-header {
    color: #5c5c5c;
    font-family: 'Droid Serif', serif;
    font-size: 14px
}

div.ui-datepicker .ui-datepicker-next {
    background-color: #7CBC0D;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.ui-datepicker .ui-datepicker-next:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    content: ">";
    font-family: 'FontAwesome';
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    font-size: 13px

}

div.ui-datepicker .ui-datepicker-prev {
    background-color: #7CBC0D;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.ui-datepicker .ui-datepicker-prev:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    content: "<";
    font-family: 'FontAwesome';
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    font-size: 13px
}

div.ui-datepicker .ui-datepicker-calendar tr {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ececec;
    color: #5c5c5c;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif
}

div.ui-datepicker .ui-datepicker-calendar tr:last-child {
    border-bottom: 0
}

div.ui-datepicker .ui-datepicker-calendar tr a {
    color: #5c5c5c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

div.ui-datepicker .ui-datepicker-calendar tr a:hover {
    color: #00b4ff
}

div.ui-datepicker .ui-datepicker-calendar tr a.ui-state-active {
    background-color: #f1f1f1
}

.ui-datepicker td:hover {
    background: #eee
}

.help-block {
    font-size: 12px;
    color: #B71C1C;
}

.has-error select, .has-error input {
    border: 1px solid #B71C1C;
}

/* Форма */
.come_but {
    position: relative;
    padding: 0 !important;
    height: 50px;
    width: 50px !important;
    text-align: center;
    background-color: #8BC34A;
}

.come_but a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    padding-top: 13px;
}

.form_pad {
    padding: 10px;
}

.form_leb {
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.form_leb span {
    display: block;
    height: 45px;
    padding: 7px 0
}

.form_input {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
    border-bottom: 1px solid #ececec;
}

.form_input input {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.form_input textarea {
    padding: 5px;
}

.form_input select {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.form_leb_2 {
    padding: 13px 10px 30px 10px !important;
    border-bottom: 1px solid #ececec;
}

.form_but_flot input {
    float: right !important;
}

/* Полная страница с выставкой */
.cont-info {
    cursor: pointer;
}

.list_leb {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 16px;
    margin-right: 10px;
}

.full_list {
    margin-bottom: 15px;
}

.full_pad {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -20px;
}

.cover-exhib img {
    width: 100%;
}

.blok_date {
    height: 60px;
    width: 100%;
    background: #428bca;
    font-family: "Arial Narrow", sans-serif;
    position: relative;
}

.v_day {
    position: relative;
    top: -7px;
    font-size: 35px;
    color: #fff;
    float: left;
    margin-left: 17px;

}

.v_dop {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    margin-left: 0px;

    text-align: left;
    position: relative;
    width: 85px;
    top: -24px;
    margin-top: 5px;
    float: right;
    margin-right: 12px;
}

.v_time {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    margin-left: 8px;

    text-align: right;
    position: absolute;
    width: 165px;
    top: 4px;
    right: 5px;
    margin-top: 0px;
}

.mapes iframe {
    width: 100%;
    height: 300px;
}

/* */
.real {
    position: relative;
}

.cal_tit {
    background: #828282;
    height: 25px;
    text-align: center;
}

.cal_tit span {
    position: relative;
    top: -24px;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.calend {
    margin-top: -24px;
}

.go_ava {
    text-align: center;
}

.go_ava a p {
    margin: 0 !important;
    color: #000;
}

.go_ava a img {
    width: 100px;
    height: 100px;

}

.go-exhibition, .view-exhibition, .soc-exhibition {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #506c2a;

}

.go-exhibition {
    cursor: pointer;
}

.go-exhibition.active {
    background: #8BC34A;
    color: #fff;
}

.soc-exhibition.pull-right a i.fa-vk {
    color: #507299;
    opacity: 1;

}

.soc-exhibition.pull-right a i.fa-facebook {
    color: #3b5998;
    opacity: 1;

}

.soc-exhibition.pull-right a i.fa-odnoklassniki {
    color: #EE8208;
    opacity: 1;

}

.soc-exhibition.pull-right {
    margin-top: -3px;
    color: #111;
    font-weight: 300;
}

td .soc-exhibition {
    padding: 3px 0px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #506c2a;
}

td .exhibition-button a {
    padding: 3px 2px;
    width: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    opacity: 0.6;
}

td .exhibition-button a:hover {
    opacity: 1;
}

.exhibition-button i {
    font-size: 12px;
    margin-right: 4px;
    opacity: 0.7;
}

.exhibition-button a i {
    font-size: 16px;
    margin-right: 0px;
    opacity: 0.7;
    color: #506c2a;
}

.exhibition-button a {
    padding: 3px 2px;
    width: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.exhibition-button a:hover {
    background: rgba(139, 195, 74, 0.35);
}

.go-exhibition:hover, .view-exhibition:hover {
    background: rgba(139, 195, 74, 0.35);
}

.go-exhibition span {
    margin-left: 4px;
    font-size: 13px;
    font-weight: bold;
}

.whu_come {
    padding: 0 !important;
    position: relative;
}

.whu_come ul {
    margin-top: 0 !important;
}

.whu_come ul li {
    float: left;
    margin-right: 5.9px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.whu_come ul li img {
    width: 100%;
    height: 100%;
}

.cal {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.cal th, .cal td {
    padding: 0px 0px !important;
}

.cal a {
    text-decoration: none;
}

.cont {
    margin: 10px 0;
}

.cal caption {
    line-height: 32px;
    font-weight: bold;
    color: #e2e2e2;
    text-align: center;
    text-shadow: 0 -1px black;
    background: #B4B4B4;
    border-top: 1px solid #333;
    border-bottom: 1px solid #313131;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.cal caption a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    font-size: 15px;
    color: #e2e2e2;
}

.cal caption a:hover {
    color: white;
}

.cal caption .prev {
    float: left;
}

.cal caption .next {
    float: right;
}

.cal th, .cal td {
    width: 30px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

.cal th:first-child, .cal td:first-child {
    border-left: 0;
}

.cal th {
    line-height: 20px;
    font-size: 8px;
    color: #696969;
    text-transform: uppercase;
    background: #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.cal td {
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}

.cal td a {
    clear: both;
    display: block;
    position: relative;
    line-height: 28px;
    color: #666;

    background-image: linear-gradient(to bottom, #eaeaea 0%, #e5e5e5 60%, #d9d9d9 100%);

    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}

.cal td a:hover, .cal td.off a {
    background: #f3f3f3;
}

.cal td.off a {
    color: #b3b3b3;
}

.cal td.active a, .cal td a:active {
    margin: -1px;
    color: #f3f3f3;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background: #6dafbf;
    border: 1px solid #598b94;

    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.cal td.active:first-child a, .cal td:first-child a:active {
    border-left: 0;
    margin-left: 0;
}

.cal td.active:last-child a, .cal td:last-child a:active {
    border-right: 0;
    margin-right: 0;
}

.cal tr:last-child td.active a, .cal tr:last-child td a:active {
    border-bottom: 0;
    margin-bottom: 0;
}

.com_title {
    float: left;
    margin-right: 10px;
    font-size: 22px;
}

.com_list {
    border-top: 1px dashed #C1C1C1;
    padding: 5px 20px 0;
    margin-bottom: 40px;
    border-bottom: 4px solid #8BC34A;
}

.coments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.com_inside {

}

.com_inside {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

.com_ava {
    float: left;
    margin: 0 10px 0 0;
}

.com_cont p {
    margin-top: 0px;
}

.com_aut {
    overflow: hidden;
    position: relative;
    margin-bottom: -5px;
    font-weight: 700;
}

.com_reap p {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0 !important;
    background: #E7E7E7;
    padding: 3px 10px;
    font-size: 11px;
    color: #444;
    text-decoration: none;
}

.com_child {
    margin-top: 15px;
    margin-left: 50px;
}

.com_block {
    padding-left: 3px;
    margin-top: -30px;
}

.com_date {
    font-size: 12px;
    color: #686868
}

.com_form {
    margin-top: 45px;
    padding-left: 5px;
}

.com_form label {
    padding-bottom: 4px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.com_form input {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.com_form_cov {
    padding-right: 0 !important;
}

.com_form textarea {
    width: 100% !important;
    float: right;
    margin: 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border: 1px solid #ddd;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.butc {
    padding: 0 !important;
}

.com_but {
    float: right !important;
}

.ofsrig {
    float: right !important;
}

.answer textarea {
    width: 100%;
    margin: -35px 0 0 0 !important;
    box-shadow: inset 0 0 6px #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border: 1px solid #ddd;
    line-height: 30px;
    padding: 0 15px;
    color: #5c5c5c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.but_cover {
    margin: 25px 0 0 0px !important;
    padding-left: 0 !important;
}

.com_butn {
    height: 45px;
    font-size: 1.1rem;
    padding: 9px 10px;
    margin-top: 0px;
    font-weight: 500;
    background-color: #8BC34A;
    color: #fff;
    float: right;
    width: 100%;
    text-align: center;
}

.pod_com_off {
    display: none;
}

.pod_com_on {
    display: block;
}

.tab_sem th {
    height: 35px;
}

.marg_tab {
    margin-bottom: 0px;
}

.pad_zero {
    padding: 0px !important;
}

.tab_sem tr {
    height: 35px;
}

.map-in-exhibition {
    height: 200px;
}

.full-map-in-exhibition {
    height: 400px !important;
    width: 100% !important;
}

.full_k {
    width: 90%;

    color: #FFF;
    padding: 5px;
    background: #b4b4b4;
    margin: 0 auto;
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 60px;
}

.v_tkalendar table {
    width: 100%;
    margin: 0 auto;
}

.v_tkalendar {
    padding: 5px 10px;
    display: none;
}

.v_tkalendar table th {
    text-align: center;

    padding: 0px;
}

.v_tkalendar table td {
    text-align: center;
    padding: 0px;
}

.v_border {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #8e8e8e;
    display: none;
}

.today {
    background: #428bca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
}

div.v_block_date div.otmetka {
    margin: 5px 50px;
}

.v_kalendar {
    text-align: center;
    height: 22px;
    background: #b4b4b4 url("../images/kalendar_view.png") no-repeat left;
    padding: 1px 0 3px 0px;
    cursor: pointer;
}

.v_block_date span {
    color: #336c00;
    display: block;
    text-align: right;
}

.v_block_date a {

    display: block;
    text-align: right;
    margin-bottom: 15px;

}

.map-open {
    width: 100%;
    margin-top: -37px;
    box-shadow: none;
    background: #B4B4B4;
    border-radius: 0px;
}

.post-buttons {
    background: #8bc34a;
    clear: both;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.post-buttons div {
    float: right;
}

.subscrible-form .material-icons.prefix {
    position: absolute;
    top: 8px;
    left: 23px;
}

.subscrible-form input {
    padding-left: 45px;
}

nav ul li a i {
    float: left;
    margin: 0 10px;
}

#nav-mobile .mobile-drop > ul {
    display: none;
}

.drag-target {
    z-index: 99;
}

#sidenav-overlay {
    z-index: 99;
}

.input-field {

}

.side-nav h2 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 15px 30px;
}

#nav-mobile.side-nav .drop-in {
    position: relative;
    display: block;
    opacity: 1;
    top: 0;
    background: none;
    box-shadow: none;
}

#nav-mobile.side-nav li {
    padding: 0;
}

#nav-mobile.side-nav li:hover {
    background-color: transparent;
}

#nav-mobile.side-nav li a:hover {
    background-color: #ddd;
}

#nav-mobile.side-nav li > a {
    padding: 0 30px;
}

#nav-mobile.side-nav .drop-in li {
    border-bottom: none;
    padding: 0;
}

#nav-mobile.side-nav .drop-in li a {
    padding: 0 30px 0 35px;
    border-bottom: none;
}

.input-field {
    position: relative;
}

.post-buttons div.views {
    float: left;
}

.post-buttons div {
    padding: 8px 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.post-buttons div a {
    color: #fff;
    font-weight: 500;
}

.pagination {
    text-align: center;
    clear: both;
}

.pagination li {
    background: #8bc34a;
    color: #fff;
    border-radius: 0;
    vertical-align: top;
}

.pagination li.active {
    background: #ff9800;
}

.pagination li a {
    color: #fff;
}

.pagination li.next, .pagination li.prev {
    color: #fff;
    height: 30px;
    line-height: 28px;
}

.post-buttons div:hover {
    background: #ff9800;
}

[data-url] {
    cursor: pointer;
}

.exhibition_canceled > td:first-child {
    background: #f44336 !important;
}

.exhibition_canceled td {
    background: rgba(244, 67, 54, 0.25) !important;
}

.exhibition_canceled:hover td:last-child {
    background: rgba(244, 67, 54, 0.34) !important;
}

.exhibition_canceled td.date-exhibition span {
    content: "Отменена";
    display: block;
    text-align: center;
    color: #f44336 !important;
    font-weight: 500;
}

.exhibition_moved > td:first-child {
    background: #FFC107 !important;
}

.exhibition_moved td {
    background: rgba(255, 193, 7, 0.26) !important;
}

.exhibition_moved td.date-exhibition span {
    content: "Отменена";
    display: block;
    text-align: center;
    color: #FF9800 !important;
    font-weight: 500;
}

.padding {
    padding: 20px;
}

.clearfix {
    display: table;
    overflow: hidden;
}

.clearfix:before {
    content: " ";
    display: block;
}

.font-size-small {
    font-size: 0.7rem;
}

.chat-wrapper {
    width: 100%;
    display: table;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;

}

.chat-wrapper:before {
    content: " ";
    display: block;
}

.chat-wrapper .chat-content {
    background-color: #fff;
}

.chat-wrapper .chat-image {
    float: left;
    border-radius: 50%;
}

.chat-wrapper .chat-image.chat-image-default {
    width: 60px;
    height: 60px;
}

.chat-wrapper .chat-message {
    margin-bottom: -5px;
    width: 100%;
    display: table;
    overflow: hidden;
}

.chat-wrapper .chat-message:before {
    content: " ";
    display: block;
}

.chat-wrapper .chat-message:last-of-type {
    margin-bottom: 0;
}

.chat-wrapper .chat-message .chat-message-wrapper {
    max-width: 70%;
    display: table;
    margin: 0 20px;
    padding-top: 10px;
    position: relative;
}

.chat-wrapper .chat-message .chat-message-wrapper:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    top: 20px;
    position: absolute;
    z-index: 2;
}

.chat-wrapper .chat-message .chat-message-wrapper p {
    padding: 10px 20px;
    color: #fff;
    border-top: 1px solid;
    margin: 0;
}

.chat-wrapper .chat-message .chat-message-wrapper p:first-of-type {
    border-top: 0 !important;
}

.chat-wrapper .chat-message.chat-message-recipient .chat-message-wrapper,
.chat-wrapper .chat-message.chat-message-recipient .chat-message-content {
    float: left;
}

.chat-wrapper .chat-message.chat-message-recipient .chat-message-wrapper:before {
    left: -20px;
    border-right-color: #8bc34a;
}

.chat-wrapper .chat-message.chat-message-recipient p {
    background-color: #8bc34a;
    border-top-color: #7dc576;
}

.chat-wrapper .chat-message.chat-message-sender .chat-message-wrapper,
.chat-wrapper .chat-message.chat-message-sender .chat-message-content {
    float: right;
}

.chat-wrapper .chat-message.chat-message-sender .chat-message-wrapper:before {
    right: -20px;
    border-left-color: #428BCA;
}

.chat-wrapper .chat-message.chat-message-sender p {
    background: #428BCA;
    border-top-color: #76acc5;
}

.chat-wrapper .chat-message.chat-message-sender img {
    float: right;
}

.chat-wrapper .chat-message .chat-message-content {
    display: table;
    overflow: hidden;
    border-radius: 4px;
}

.chat-wrapper .chat-message .chat-message-content:before {
    content: " ";
    display: block;
}

.chat-wrapper .chat-message .chat-details {
    clear: both;
    width: 100%;
    display: table;
    overflow: hidden;
}

.chat-wrapper .chat-message .chat-details:before {
    content: " ";
    display: block;
}

.chat-wrapper .chat-message .chat-details span {
    margin-right: 4px;
    color: #bbb;
}

.no-comment {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
}

.auth-btn-exhibition {
    text-align: center;
    margin-top: 10px;
}

input, textarea, select, .redactor-editor, .upload-img {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 1px -2px rgba(0, 0, 0, 0.2);
}

.hide {
    display: none;
}

.info-messages {
    position: fixed;
    top: 50px;
    right: 30px;
    z-index: 99999;
}

.info-messages .message {
    position: relative;
    background: #fff;
    display: none;
    width: 400px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 15px 15px 15px 25px;
    text-align: left;
    z-index: 9999;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-left: 5px solid;
}

.info-messages .message.message-default {
    border-left-color: #fff;

}

.info-messages .message.message-warning {
    border-left-color: #F76B1C;

}

.info-messages .message.message-danger {
    border-left-color: #D32F2F;

}

.info-messages .message.message-primary {
    border-left-color: #0275d8;

}

.info-messages .message.message-success {
    border-left-color: #20B531;
}

.m-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* post */
.post-block {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.post-block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.post-block h2 {
    margin-bottom: 0;
}

.post-block .post-buttons {
    position: absolute;
    width: calc(100% - 1.3rem);
    bottom: 0;
    left: 0.75rem;
}

.post-block .title {
    position: relative;
}

.post-block .post-tools {
    position: absolute;
    right: 0;
    z-index: 10;
    bottom: -27px;
}

.post-block .post-tools a {
    background: #8bc34a;
    padding: 5px;
    color: #fff;
    height: 30px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}

.post-block .img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.post-block .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.text-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px;
    font-weight: 400;
}

.album-block, .imgae-block {
    margin-bottom: 20px;
    display: inline-block;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.imgae-block a {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.album-title {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    background: rgba(244, 151, 1, 0.9);
    font-weight: 400;
    padding: 5px 15px;
    margin-bottom: 10px;
    position: absolute;
    box-sizing: border-box;
    left: 11px;
    z-index: 20;
    bottom: 0;
    width: calc(100% - 22px);
}

.album-image {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.album-image img, .imgae-block img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    z-index: 10;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.album-image img:hover, .imgae-block img:hover {
    width: 120%;
}

.fotos-list {
    text-align: left;
}

.foto-block {
    height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
}

.foto-block img {
    max-width: 100%;
}

.foto-block-add {
    height: 160px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: #8bc34a;
    transition: 0.3s;
    margin-bottom: 20px;
}

.foto-block-add:hover {
    background: #ff9800;
}

.foto-block-add:before {
    content: '\f055';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #fff;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.foto-block-add input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}

.info-row {
    position: relative;
}

.info-row .status {
    position: absolute;
    right: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    background: #ff9800;
    border-radius: 5px;
    text-align: center;
    width: 125px;
    color: #fff
}

.status.good {
    background: #8bc34a;
}

.main-block-feedback p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.feedback-block-text p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 auto;
}

.contact-block p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 auto;
}

.contact-block ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 25px;
}

@media (max-width: 990px) {
    .side-nav a {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 490px) {

    .siteName h2 {
        font-size: 32px;
        text-align: center;
    }

    .siteName span {
        font-size: 16px;
        text-align: center;

    }

    .addExhibition {
        display: inline-block;
        text-decoration: none;
        width: 100%;
        /* height: 16px; */
        text-transform: uppercase;
        color: #fff;
        font-family: Arial, sans-serif;
        font-weight: normal;
        padding: 12px;
        /* position: relative; */
        top: 0px;
        left: 0px;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }

}

/* profile */

.info-row {
    padding: 14px 0 15px;
    border-bottom: 1px solid #e7e8ec;
    font-size: 14px;
    line-height: 17px;
}

.edit-btn a {
    margin-top: 20px;
    border-radius: 0;
    background: #8bc34a
}

.info-row > span {
    color: #656565;
    font-size: 14px;
    line-height: 17px;
    width: 200px;
    display: inline-block;
}

.cover-exhib {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    border: 3px solid #e0e0e0;
}

.gallery-block {
    display: inline-block;
    width: 100%;
    height: 130px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-position: 50%;
    background-size: cover;
}

.gallery-block.new:after {
    font-family: "FontAwesome";
    font-size: 74px;
    content: "\f055";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    line-height: 74px;
    transition: 0.3s;
    opacity: 0.2;
}

.gallery-block.new:hover:after {
    font-family: "FontAwesome";
    font-size: 74px;
    content: "\f055";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 50;
    margin-top: -32px;
    margin-left: -32px;
    line-height: 74px;
    opacity: 0.8;
}

.gallery-block input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.gallery-block img {
    width: 100%;
}

.upload-img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-position: 50%;
    background-size: cover;
}

.upload-img.new:after {
    font-family: "FontAwesome";
    font-size: 74px;
    content: "\f055";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    line-height: 74px;
    opacity: 0.2;
}

.upload-img.new:hover:after {
    opacity: 0.3;
}

.exhibition-form label {
    font-size: 0.9rem;
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
}

#upload-img img {
    max-height: 100%;
    max-width: 100%;

}

.feedback-block-text {
    display: block;
    background: #fff;
    padding: 15px 20px 25px 45px !important;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 2px 2px 15px #ccc;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-color: #656d77;
    border-right-color: #434a53;
}

.feedback-block-text-answer {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px !important;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 2px 2px 15px #ccc;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    border-left-style: solid;
    border-left-width: 15px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-color: #8bc34a;
    border-right-color: #8bc34a;
}

.feedback-block-data {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    background: #434a52;
}

.feedback-block-status, .feedback-block-phone {
    display: block;
    width: 100%;
    color: #fff;
    margin: 0 10px;
    padding: 5px 10px;
    text-align: center;
    background: #646c77;
}

.feedback-answer-line {
    background-color: #ff9800;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 15px;
    margin-top: 25px;
    font-weight: 400;
}

.prewimg-block {
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    padding: 5px;
    float: left;
    height: 182px;
    margin: 15px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.prewimg-block img {
    width: 100%;
}

.cover-exhib.update:after {
    font-family: "FontAwesome";
    font-size: 74px;
    content: "\f055";
    position: absolute;
    left: 50%;
    z-index: 50;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    line-height: 74px;
    opacity: 0.2;
    transition: 0.3s;
}

.cover-exhib.update:hover:after {
    opacity: 1;
}

.cover-exhib {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 3px solid #e0e0e0;
}

.cover-exhib:hover {
    cursor: pointer;
}

.field-userinfo-up_avatar input {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.field-userinfo-up_avatar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.rating-error {
    display: none;
}

.rating-error.active {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ea4335;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

.post-buttons .read-more {
    padding: 0;
    height: 40px;
    position: relative;
}

.post-buttons .read-more a {
    line-height: 40px;
    display: block;
    height: 100%;
    padding: 0 15px;
}

.wgallery-cover {
    display: block;
    text-align: center;
    margin: 0 -4%;
}

.wgallery-block {
    display: inline-block;
    width: 30%;
    position: relative;
}

.wgallery-block img {
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s;
}

.wgallery-block img:hover {
    border: 3px solid #ff9800;
}

.wgallery-btn {
    border-radius: 5px;
    display: block;
    background: #8bc34a;
    color: #fff;
    max-width: 200px;
    margin: 10px auto 10px auto;
    padding: 5px 10px;
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.wgallery-btn:hover {
    background: #ff9800;
}

.exhib-img {
    display: block;
    width: 70px;
    position: relative;
    height: 70px;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s;
}

.exhib-img:hover {
    border: 3px solid #ff9800;
}

.exhib-img img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: initial !important;
}

.last-text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.form-error {
    display: block;
    padding: 0;
    text-align: center;
    height: 0;
    background: rgba(244, 151, 1, 0.9);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    transition: 0.3s;
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
}

.form-error a {
    color: #fff;
    text-decoration: underline;
}

.form-error.active {
    padding: 10px 15px;
    height: inherit;
}

.list-ul {
    padding-left: 10px;
}

.list-ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.light-orang {
    background-color: #ff9800 !important;
}

.admin-list-num-cover {
    background: rgb(0, 140, 205);
    border-radius: 6px;
}

.single-view {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.single-view img {
    width: initial;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.its-my-exhibition {
    width: 100%;
}

.its-my p {
    text-align: justify;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.its-my-btns {
    text-align: center;
}

.its-my .btn {
    display: inline-block;
    width: 49%;
}

.btn-error {
    width: 100%;
    background: #ea4335;
}

.md-error h3 {
    background: #ea4335;

}

#exhibition-error {
    resize: none;
}

/* FEED */

.feed {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.feed-left {
    width: 66%;
    position: relative;
}

.feed-right {
    width: 31%;
    position: relative;
}

.feed-card-title {
    padding: 23px 25px 18px;
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5;
    display: table;
    width: 100%;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    font-size: 14px;
    color: #515365;
    border-radius: 5px 5px 0 0;
}

.feed-card-friends {
    margin: 0;
}

.feed-card-friends li {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s ease;
}

.feed-card-friends-author {
    height: 40px;
    width: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.feed-card-friends-author img {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: unset;
    max-width: 100%;
    height: auto;
}

.feed-card-friends-event {
    padding-left: 10px;
    vertical-align: top;
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.feed-card-friends-event a {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    color: #515365;
    font-weight: 700;
    line-height: 1.3;
}

.feed-card-friends-event span {
    font-size: 11px;
    box-sizing: border-box;
    color: #888da8;
    font-weight: 400;
    line-height: 1.5;
}

.feed-card-friends-icon {
    display: inline-block;
    font-weight: 700;
    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;
    padding: .5rem;
    font-size: .688rem;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    background-color: #38a9ff;
    color: #fff;
    fill: #fff;
    margin-left: 10px;
}

.feed-card-friends-icon svg {
    width: 20px;
    height: 20px;
}

.feed-card-favorite {
    margin: 0;
    padding: 24px 23px 23px;
}

.feed-card-favorite ul {
    overflow: hidden;
    margin: 0 0 -8px -15px;
}

.feed-card-favorite li {
    margin: 0 0 8px 8px;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    overflow: hidden;
}

.feed-card-favorite img {
    vertical-align: unset;
    max-width: 100%;
    height: auto;
    display: inline-block;
    width: 36px;
}

.feed-card-favorite li.all {
    display: flex;
    flex-flow: column;
    align-items: center;
    line-height: 34px;
    color: #fff;
    background-color: #ff5e3a;
    font-size: 10px;
    font-weight: 800;
}

.feed-card-favorite li.all a {
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
.feed-card-actions{
    margin: 0;
}
.feed-card-actions li{
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    position: relative;
    transition: all .3s ease;
}
.feed-card-friends-notification{
    font-size: 12px;
    padding-left: 15px;
    vertical-align: top;
}
.feed-card-friends-notification a{
    color: #ff5e3a;
}
.feed-card-friends-notification span{
    font-size: 11px;
    display: block;
    margin-top: 5px;
}
.feed-card {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #e6ecf5;
    background: #ffffff;
}

.feed-form-top {
    position: relative;
    border-bottom: 1px solid #e6ecf5;
}

.feed-form-author {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}

.feed-form-author img {
    border-radius: 100%;
    overflow: hidden;
    vertical-align: unset;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.feed-form-top label {
    position: absolute;
    pointer-events: none;
    transition: .3s ease all;
    top: 18px;
    font-size: 14px;
    line-height: 1.5;
    left: 70px;
    color: #888da8;
}

.feed-form-top textarea:focus + label {
    top: 14px;
    font-size: 11px;
}

.feed-form-top textarea:focus {
    outline: none;
}

.feed-form-top textarea {
    display: block;
    padding: 24px 18px 5px 70px;
    min-height: 160px;
    border-radius: 0;
    border: none;
    line-height: 1.75;
    resize: none;
    font-size: 14px;
    box-shadow: none;
    color: #515365;
}

.feed-form-down {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 25px;
    width: 100%;
}

.feed-form-down-right button {
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 13px 34px;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: all .15s ease-in-out;
}

.feed-form-down-right button:hover {
    opacity: 0.8;
}

.feed-form-down-right button.feed-grey {
    color: #888da8;
    border-color: #888da8;
    background: transparent;
    margin-right: 15px;
}

.feed-form-down-right button.feed-orange {
    background-color: #ff5e3a;
    border-color: #ff5e3a;
    color: #ffffff;
}

.feed-form-down-left {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.feed-gallery input[type="file"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.feed-gallery svg {
    width: 22px;
    height: 22px;
}

.feed-gallery .feed-gallery-del{
    display: none;
}
.feed-gallery {
    color: #c2c5d9;
    fill: #c2c5d9;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 25px;
}
.feed-gallery img{
    display: none;
}
.feed-form-down-left a:last-child {
    margin-right: 0;
}
.feed-gallery.preview svg,
.feed-gallery.preview input{
    display: none;
}
.feed-gallery.preview img{
    display: block;
    width: 100%;
}
.feed-gallery.preview{
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
    margin-right: 10px;
}
.feed-gallery.preview .feed-gallery-del{
    display: block;
    position: absolute;
    z-index: 10;
    color: #fff;
    background: #f05a36;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
}
.feed-gallery.preview:hover .feed-gallery-del{
    opacity: 1;
}
.feed-post {
    display: block;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
}

.feed-post-control {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 20px;
    right: -17px;
    z-index: 5;
}

.feed-post-control a {
    display: flex;
    margin-bottom: 6px;
    margin-right: 0;
    background-color: #9a9fbf;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    fill: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-radius: 100%;
}

.feed-post-control svg {
    width: 18px;
    height: 18px;
}

.feed-post-top {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.feed-post-author {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.feed-post-top img {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    height: fit-content;
}

.feed-post-date {
    display: flex;
    flex-flow: column;
}

.feed-post-date a {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: rgb(81, 83, 101);
}

.feed-post-date span {
    color: rgb(136, 141, 168);
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.feed-post-more svg {
    width: 16px;
    height: 4px;
    font-size: 16px;
    fill: #c0c4d8;
}

.feed-post-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.more-dropdown {
    display: block;
    position: absolute;
    top: 60%;
    cursor: pointer;
    right: 0;
    width: 180px;
    box-shadow: 0 0 34px 0 rgb(63 66 87 / 10%);
    background-color: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s linear;
    text-align: left;
    padding: 15px 20px;
    z-index: 5;
}

.feed-post-more:hover .more-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.more-dropdown a {
    padding: 7px 0;
    font-size: 12px;
    color: #515365;
    display: block;
    font-weight: 700;
}

.more-dropdown a:hover {
    color: #ff5e3a;
}

.feed-post-content {
    margin: 25px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(136, 141, 168);
}
.feed-post-content img{
    width: 100%;
}
.feed-post-gif{
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.feed-post-gif-cover img{
    width: 100%;
    margin-bottom: -10px;
}
.play-gif{
    width: 64px;
    height: 64px;
    line-height: 62px;
    position: absolute;
    border: 2px dashed #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100%;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background-color: rgba(255,94,58,.7);
    z-index: 5;
    text-align: center;
    outline: 0;
}
.feed-post-content a {
    color: #ff5e3a;
    text-decoration: none;
}

.feed-post-content-thumb {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.feed-post-content-thumb img {
    width: 100%;
    display: block;
    vertical-align: unset;
    max-width: 100%;
    height: auto;
}
.feed-post-photos{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.feed-post-photos a.col-img{
    flex: 1 0 0%;
}
.r-2{
    width: 48%;
    height: 120px;
}
.r-3{
    width: 31.33%;
    height: 75px;
}
.you-img{
    position: relative;
    cursor: pointer;
}
.you-img:after{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 80px;
    height: 50px;
    font-family: 'FontAwesome';
    content: '\f04b';
    background: rgba(238,70,51,0.8);
    line-height: 0;
    border-radius: 10px;
    position: absolute;
    font-size: 20px;
    left: calc(50% - 40px);
    top: calc(50% - 25px);
}
.feed-post-photos a{
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;

}
.feed-post-photos a.more-photos:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff5e3a;
    opacity: .8;
    border-radius: 3px;
}
.feed-post-photos a.more-photos{
    position: relative;
}
.feed-post-photos a.more-photos span{
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
    color: #ffffff;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.feed-post-photos a img{
    border-radius: 3px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.feed-post-down {
    padding: 20px 0 0;
    border-top: 1px solid #e6ecf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feed-post-comment .feed-post-down {
    padding-top: 0;
    border: none;
}

.feed-post-down-left {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.feed-post-like {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}

.feed-post-reply {
    font-size: 12px;
    color: #888da8;
    background: transparent;
    border: none;
    font-weight: 400;
    transition: 0.3s;
}

.feed-post-reply:hover {
    color: #ff5e3a;
}

.feed-post-like:hover span {
    color: #ff5e3a;
}

.feed-post-like.active span {
    color: #ff5e3a;
}

.feed-post-like:hover svg {
    fill: #ff5e3a;
}
.feed-post-like.active svg {
    fill: #ff5e3a;
}

.feed-post-like i{
    margin-right: 8px;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    fill: #c0c4d8;
    transition: 0.3s;
    color: #c0c4d8;
    font-size: 20px;
    line-height: 16px;
}
.feed-post-like svg {
    margin-right: 8px;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    fill: #c0c4d8;
    transition: 0.3s;
}

.feed-post-like span {
    display: inline-block;
    vertical-align: middle;
    color: rgb(154, 159, 191);
    font-size: 12px;
    transition: 0.3s;
    font-weight: 400;
}

.feed-post-like-list {
    display: inline-flex;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}

.feed-post-like-list li:first-child a {
    margin-left: 0;
}

.feed-post-like-list a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
    margin-left: -12px;
}

.feed-post-like-list img {
    vertical-align: unset;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.feed-post-like-people {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    color: rgb(136, 141, 168);
}

.feed-post-like-people a {
    font-weight: 700;
    color: #515365;
}

.feed-post-down-right {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}

.feed-post-chat:hover span {
    color: #ff5e3a;
}

.feed-post-chat:hover svg {
    fill: #ff5e3a;
}

.feed-post-chat svg {
    margin-right: 5px;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    fill: #c0c4d8;
    transition: 0.3s;
}

.feed-post-chat:first-child {
    margin-right: 20px;
}

.feed-post-chat span {
    display: inline-block;
    vertical-align: middle;
    color: rgb(154, 159, 191);
    font-size: 12px;
    transition: 0.3s;
    font-weight: 400;
}

.feed-post-comments-list {
    margin: 0;
}

.feed-post-comment {
    display: block;
    padding: 25px;
    position: relative;
    border-bottom: 1px solid #e6ecf5;
    background-color: #fafbfd;
}

.feed-post-comments-more {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    color: #515365;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    border: none;
}

.feed-post-comments-more span {
    transition: 0.3s;
}

.feed-post-comments-more:hover span {
    color: #ff5e3a;
}

.feed-post-comment-add {
    padding: 25px;
    border-top: 1px solid #e6ecf5;
    overflow: hidden;
}

.feed-post-comment-add-text {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.feed-post-comment-add-text img {
    margin-right: 10px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
}

.feed-post-comment-add-textarea {
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.feed-post-comment-add-textarea textarea {
    min-height: 60px;
    height: 70px;
    padding: 18px 60px 18px 18px;
    box-sizing: border-box;
    resize: none;
    color: #515365;
    display: block;
    width: 100%;
    background-clip: padding-box;
    border: 1px solid #e6ecf5;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 400;
    transition: 0.3s;
}

.feed-post-comment-add-textarea textarea:focus {
    outline: none;
    height: 120px;
    border-color: #ff5e3a;
}

.feed-post-comment-add-photo {
    position: absolute;
    right: 20px;
    bottom: 15px;
    background: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 18px;
}

.feed-post-comment-add-photo:focus {
    outline: none;
}

.feed-post-comment-add-photo svg {
    color: #c2c5d9;
    fill: #c2c5d9;
}

.feed-post-comment-add-btns {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    margin-top: 20px;
}