@font-face {
  font-family: 'AshleyCapitaliSofia';
  src: url('../fonts/AshleyCapitaliSofia.eot?#iefix') format('embedded-opentype'), url('../fonts/AshleyCapitaliSofia.otf') format('opentype'), url('../fonts/AshleyCapitaliSofia.woff') format('woff'), url('../fonts/AshleyCapitaliSofia.ttf') format('truetype'), url('../fonts/AshleyCapitaliSofia.svg#AshleyCapitaliSofia') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CynthoSlabPro';
  src: url('../fonts/CynthoSlabPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CynthoSlabPro-Italic.otf') format('opentype'), url('../fonts/CynthoSlabPro-Italic.woff') format('woff'), url('../fonts/CynthoSlabPro-Italic.ttf') format('truetype'), url('../fonts/CynthoSlabPro-Italic.svg#CynthoSlabPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CynthoSlabPro';
  src: url('../fonts/CynthoSlabPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CynthoSlabPro-Regular.otf') format('opentype'), url('../fonts/CynthoSlabPro-Regular.woff') format('woff'), url('../fonts/CynthoSlabPro-Regular.ttf') format('truetype'), url('../fonts/CynthoSlabPro-Regular.svg#CynthoSlabPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: AshleyCapitaliSofia, sans-serif;
  font-size: 14px;
  background: url("../images/bg-min.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
a {
  text-decoration: none;
}
img {
  border: 0;
}
input,
button,
select,
textarea {
  font-family: AshleyCapitaliSofia, sans-serif;
  outline: none;
}
.w {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.header {
  height: 100px;
  background-color: rgba(195, 186, 153, 0.71);
  line-height: 100px;
}
.header .logo {
  color: #212322;
  font-size: 36px;
  display: inline-block;
}
.foto_profiles {
  display: inline-block;
  vertical-align: top;
  width: 118px;
  font-family: CynthoSlabPro, sans-serif;
  padding: 10px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 0;
  outline: none;
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mob_menu {
  display: none;
}
.search_top {
  float: left;
  padding-top: 12px;
}
.search_top form {
  position: relative;
}
.search_top form input {
  width: 118px;
  color: #fff;
  font-size: 12px;
  padding: 8px 5px 7px 42px;
  vertical-align: top;
  height: 10px;
  border: 0;
  outline: none;
  background-color: #666;
  border-radius: 10px;
}
.search_top form input::-webkit-input-placeholder {
  color: #fff;
}
.search_top form input::-moz-placeholder {
  color: #fff;
}
.search_top form input:-moz-placeholder {
  color: #fff;
}
.search_top form input:-ms-input-placeholder {
  color: #fff;
}
.search_top form button {
  left: 10px;
  top: 5px;
  position: absolute;
  background: url("../images/search.png") no-repeat top;
  width: 16px;
  height: 16px;
  outline: none;
  border: 0;
}
.menu {
  min-height: 50px;
  background-color: rgba(29, 29, 37, 0.8);
}
.menu .w {
  display: table;
  max-width: 900px;
}
.menu .link {
  margin: 18px 0 0 50px;
  float: left;
}
.menu .link ul {
  display: table;
  list-style: none;
}
.menu .link ul li {
  float: left;
  margin-right: 40px;
}
.menu .link ul li a {
  color: #fff;
  font-size: 12px;
  position: relative;
}
.menu .link ul li a:hover:before {
  display: block;
}
.menu .link ul li a:before {
  display: none;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -4px;
  left: 0;
  background: #be9b60;
  position: absolute;
}
.menu .link ul li .active:before {
  display: block;
}
.menu .link ul li:nth-last-child(1) {
  margin-right: 0;
}
.menu .user {
  float: right;
  margin: 18px 0 0 0;
}
.menu .user .user_login ul {
  display: table;
  list-style: none;
}
.menu .user .user_login ul li {
  float: left;
  margin-right: 23px;
}
.menu .user .user_login ul li a {
  color: #fff;
  font-size: 12px;
  position: relative;
}
.menu .user .user_login ul li a:hover:before {
  display: block;
}
.menu .user .user_login ul li a:before {
  display: none;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -4px;
  left: 0;
  background: #be9b60;
  position: absolute;
}
.menu .user .user_login ul li .active:before {
  display: block;
}
.menu .user .user_login ul li:nth-last-child(1) {
  margin-right: 0;
}
.content .left,
.content .right,
.content .center {
  float: left;
}
.content .w {
  display: table;
}
.page_home .cafe-carousel {
  max-height: 286px;
}
.owl-carousel .owl-item img {
  max-height: 286px;
}
.page_home .left,
.page_home .right {
  max-width: 205px;
  min-width: 205px;
  margin-top: 90px;
}
.page_home .center {
  width: 100%;
  margin: 30px 35px 0 35px;
  max-width: 460px;
}
.page_home .center .logo {
  text-align: center;
}
.page_home .center .logo p {
  color: black;
  font-size: 25px;
  text-transform: uppercase;
}
.page_home .cafe-carousel {
  margin-top: 17px;
  padding: 19px 15px;
  background: rgba(0, 0, 0, 0.75);
  max-height: 286px;
}
.page_home .cafe-carousel .container-carousel {
  max-width: 430px;
  width: 100%;
}
.page_home .cafe-carousel .container-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 100%;
}
.page_home .cafe-carousel .container-carousel .owl-nav .owl-prev {
  float: left;
  background: url("../images/left.png") no-repeat center;
  width: 22px;
  height: 40px;
  margin-left: 8px;
  background-size: cover;
}
.page_home .cafe-carousel .container-carousel .owl-nav .owl-next {
  float: right;
  background: url("../images/right.png") no-repeat center;
  margin-right: 8px;
  width: 22px;
  height: 40px;
  background-size: cover;
}
.page_home .cafe-list {
  overflow: hidden;
  margin-top: 12px;
}
.page_home .cafe-list a {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
.page_home .cafe-list a figure {
  width: 138px;
  height: 101px;
  display: block;
  background-size: cover !important;
}
.page_home .cafe-list a:nth-child(3n) {
  margin-right: 0;
}
.page_home .home_list_user {
  overflow: hidden;
}
.page_home .home_list_user a {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 5px 4px 0;
}
.page_home .home_list_user a figure {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-size: cover !important;
}
.page_home .home_list_user a:nth-child(2n) {
  margin-right: 0;
}
.page_login .login {
  width: 320px;
  margin: 20px auto 0 auto;
  background-color: rgba(51, 51, 51, 0.65);
}
.page_login .login .tabs {
  overflow: hidden;
}
.page_login .login .tabs a {
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.65);
}
.page_login .login .tabs .active {
  background: transparent;
}
.page_login .login .form_login {
  padding-top: 30px;
  padding-bottom: 48px;
}
.page_login .login .form_login .error {
  margin: 0 0 15px 0!important;
}
.page_login .login .form_login .error i {
  text-align: center;
}
.page_login .login .form_login label {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.page_login .login .form_login label i {
  font-size: 13px;
  text-align: right;
  padding-right: 11px;
  margin-top: 4px;
  color: #ffacac;
  display: block;
  font-style: normal;
  font-family: CynthoSlabPro, sans-serif;
}
.page_login .login .form_login span {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  color: white;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.page_login .login .form_login input,
.page_login .login .form_login select {
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  font-family: CynthoSlabPro, sans-serif;
  padding: 0 10px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  border: 0;
  outline: none;
}
.page_login .login .form_login input:focus,
.page_login .login .form_login select:focus {
  background-color: #fff;
}
.page_login .login .form_login button {
  padding: 0 30px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  border: 0;
  color: white;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  display: block;
  margin: 0 auto 20px auto;
  cursor: pointer;
  text-transform: uppercase;
}
.page_login .login .form_login button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.page_login .login .form_login .checkbox {
  padding-top: 30px;
}
.page_login .login .form_login .checkbox span {
  width: 130px;
  text-transform: inherit;
  font-size: 15px;
}
.page_login .login .form_login .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  cursor: pointer;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  position: relative;
}
.page_login .login .form_login .checkbox input:before {
  width: 16px;
  height: 16px;
  background-color: #be9b60;
  border-radius: 2px;
  content: '';
  left: 3px;
  top: 3px;
  position: absolute;
  display: none;
}
.page_login .login .form_login .checkbox input:checked:before {
  display: block;
}
.page_login .login .form_sign {
  padding-bottom: 10px;
}
.page_login .login .form_sign label {
  margin-bottom: 9px;
}
.page_login .login .form_sign .sign_select_world span {
  vertical-align: middle;
}
.page_login .login .form_sign .sign_select_world .block {
  margin-bottom: 0;
  width: 164px;
  display: inline-block;
  vertical-align: middle;
}
.page_login .login .form_sign .sign_select_world .block label {
  display: inline-block;
  width: 164px;
}
.page_login .login .form_sign .sign_select_world .block label select {
  width: 164px;
}
.page_login .login .form_sign .sign_select_world .block label:nth-child(2) {
  margin-bottom: 0;
}
.page_login .login .form_sign .birth_day span {
  vertical-align: middle;
}
.page_login .login .form_sign .birth_day .block {
  margin-bottom: 0;
  width: 164px;
  display: inline-block;
  vertical-align: middle;
}
.page_login .login .form_sign .birth_day .block label {
  display: inline-block;
  width: 79px;
}
.page_login .login .form_sign .birth_day .block label select {
  width: 80px;
}
.page_login .login .form_sign .birth_day .block label:nth-child(3) {
  width: 164px;
  margin-bottom: 0;
}
.page_login .login .form_sign .birth_day .block label:nth-child(3) select {
  width: 164px;
}
.page_login .login .form_sign select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 164px;
  background: rgba(255, 255, 255, 0.9) url("../images/user_edit_menu.png") no-repeat right 10px center;
}
.page_login .login .form_sign span {
  text-transform: inherit;
  text-align: right;
  font-size: 15px;
  width: 120px;
  padding-right: 10px;
}
.page_login .login .form_sign .checkbox {
  padding-top: 11px;
  padding-bottom: 25px;
}
.page_login .login .form_sign .checkbox span {
  text-align: left;
}
.page_login .soc {
  width: 300px;
  padding: 10px 0 6px 0;
  margin: 0 auto;
  text-align: center;
  background-color: white;
}
.page_login .soc a {
  display: inline-block;
  margin-left: -4px;
  margin-right: 10px;
  max-height: 32px;
}
.page_login .soc a:nth-last-child(1) {
  margin-right: 0;
}
.page_content .left {
  width: 180px;
  margin-top: 23px;
}
.page_content .left .logo {
  text-align: center;
  margin-bottom: 5px;
}
.page_content .left .logo img {
  width: 98px;
}
.page_content .left .cafe_type {
  background-color: rgba(51, 51, 51, 0.85);
  padding: 17px 0;
}
.page_content .left .cafe_type a {
  display: block;
  text-align: center;
  color: white;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 17px;
  padding: 12px 0;
}
.page_content .left .cafe_type a:hover {
  background-color: rgba(204, 204, 204, 0.5);
}
.page_content .left .cafe_type .active {
  background-color: rgba(204, 204, 204, 0.5);
}
.page_content .left .cafe_list {
  height: 100%;
  max-height: 379px;
  min-height: 379px;
  overflow-y: auto;
  background-color: rgba(204, 204, 204, 0.8);
}
.page_content .left .cafe_list ul {
  list-style: none;
  padding: 25px 0;
}
.page_content .left .cafe_list ul li {
  padding: 17px 5px 15px 20px;
}
.page_content .left .cafe_list ul li a {
  color: black;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.page_content .left .cafe_list ul .active {
  background: rgba(255, 255, 255, 0.75);
}
.page_content .left .cafe_list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page_content .center {
  width: 450px;
  margin: 36px 25px 0 25px;
}
.page_content .center .title {
  text-align: center;
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  font-variant: small-caps;
}
.page_content .center .user .user_info {
  min-height: 260px;
  background-color: #e1e1e0;
  padding: 12px;
}
.page_content .center .user .user_info .user_photo {
  vertical-align: top;
}
.page_content .center .user .user_info .user_photo .user_photos {
  text-align: center;
}
.page_content .center .user .user_info .user_photo .user_photos figure {
  display: inline-block;
  width: 135px;
  height: 130px;
  margin-left: 10px;
  background-color: rgba(204, 204, 204, 0.76) !important;
}
.page_content .center .user .user_info .user_photo .user_photos figure:nth-child(1) {
  margin-left: 0;
}
.page_content .center .user .user_info .user_photo .add_photo {
  display: block;
  padding: 7px 0;
  background-color: #999;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  margin-top: 10px;
  color: white;
  font-size: 14px;
  font-variant: small-caps;
}
.page_content .center .user .user_info .user_photo .add_photo:hover {
  background-color: #8a8a8a;
}
.page_content .center .user .user_info .user_information {
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  max-width: 265px;
  width: 100%;
}
.page_content .center .user .user_info .user_information p {
  color: black;
  font-size: 16px;
  line-height: 30px;
  font-variant: small-caps;
}
.page_content .center .user .user_cafe {
  background-color: rgba(102, 102, 102, 0.85);
  padding-top: 17px;
  padding-bottom: 24px;
}
.page_content .center .user .user_cafe .my_cafe {
  text-align: center;
  padding-bottom: 22px;
}
.page_content .center .user .user_cafe .my_cafe a {
  display: inline-block;
}
.page_content .center .user .user_cafe .my_cafe a figure {
  width: 199px;
  height: 155px;
  display: block;
  background-size: cover;
  background-position: center;
}
.page_content .center .user .user_cafe .my_cafe a span {
  width: 199px;
  height: 42px;
  line-height: 42px;
  background-color: rgba(51, 51, 51, 0.8);
  text-align: center;
  display: block;
  color: white;
  font-size: 16px;
  font-variant: small-caps;
}
.page_content .center .user .user_cafe .my_cafe a:nth-child(1) {
  margin-right: 28px;
}
.page_content .center .user .user_cafe .my_cafe a:nth-last-child(1) {
  margin-left: -4px;
}
.page_content .center .user .user_cafe .user_edit_menu {
  position: relative;
  width: 215px;
  margin: 0 auto;
  padding-bottom: 2px;
}
.page_content .center .user .user_cafe .user_edit_menu span {
  display: block;
  height: 31px;
  background: #cccccc url("../images/user_edit_menu.png") no-repeat right 7px center;
  border-radius: 11px;
  color: black;
  font-size: 18px;
  line-height: 31px;
  font-variant: small-caps;
  cursor: pointer;
  text-align: center;
}
.page_content .center .user .user_cafe .user_edit_menu:hover > ul {
  display: block;
}
.page_content .center .user .user_cafe .user_edit_menu ul {
  display: none;
  position: absolute;
  list-style: none;
  left: 0;
  width: 100%;
  top: 33px;
}
.page_content .center .user .user_cafe .user_edit_menu ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 2px;
  background: rgba(204, 204, 204, 0.7);
  border-radius: 11px;
  line-height: 31px;
  font-variant: small-caps;
  height: 31px;
  color: black;
  font-size: 14px;
}
.page_content .center .user .user_cafe .user_edit_menu ul li a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.page_content .right {
  margin-top: 81px;
  padding: 10px 0 0 0;
  width: 259px;
  background-color: rgba(255, 255, 255, 0.8);
}
.page_content .right .title {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(153, 153, 153, 0.8);
  color: black;
  font-size: 18px;
  font-variant: small-caps;
}
.page_content .right form {
  position: relative;
}
.page_content .right form input {
  width: 215px;
  height: 24px;
  background-color: white;
  border: 0;
  font-size: 12px;
  padding: 0 10px 0 35px;
  font-variant: small-caps;
}
.page_content .right form input::-webkit-input-placeholder {
  color: #333;
}
.page_content .right form input::-moz-placeholder {
  color: #333;
}
.page_content .right form input:-moz-placeholder {
  color: #333;
}
.page_content .right form input:-ms-input-placeholder {
  color: #333;
}
.page_content .right form button {
  left: 10px;
  top: 4px;
  position: absolute;
  background: url("../images/search2.png") no-repeat top;
  width: 16px;
  height: 16px;
  outline: none;
  border: 0;
}
.page_content .right .list_friend {
  max-height: 469px;
  min-height: 469px;
  height: 100%;
  overflow-y: auto;
}
.page_content .right .list_friend ul {
  list-style: none;
}
.page_content .right .list_friend ul li {
  background-color: rgba(153, 153, 153, 0.8);
  padding: 4px 10px;
  margin-bottom: 4px;
}
.page_content .right .list_friend ul li a {
  display: block;
}
.page_content .right .list_friend ul li a figure {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.page_content .right .list_friend ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
}
.page_content .right .list_friend ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page_content .profiles {
  min-height: 550px;
  max-height: 550px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.81);
}
.page_content .profiles .profiles_scroll_me {
  max-height: 470px;
  min-height: 470px;
  overflow-y: auto;
}
.page_content .profiles .profiles_scroll {
  max-height: 550px;
  overflow-y: auto;
}
.page_content .profiles .page_post_list {
  min-height: 249px;
}
.page_content .profiles .page_post_list .li {
  background-color: white;
  margin: 7px;
  padding: 12px 20px;
  position: relative;
}
.page_content .profiles .page_post_list .li .post_delete {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: .7;
  background: rgba(255, 255, 255, 0.85) url("../images/delete.png") no-repeat center;
  background-size: cover;
  right: 5px;
  top: 5px;
}
.page_content .profiles .page_post_list .li .post_top {
  margin-bottom: 10px;
}
.page_content .profiles .page_post_list .li .post_top figure {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: cover !important;
  margin-right: 5px;
}
.page_content .profiles .page_post_list .li .post_top span {
  display: inline-block;
  vertical-align: middle;
  color: #960;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-variant: small-caps;
}
.page_content .profiles .page_post_list .li .post_top span i {
  font-style: normal;
  display: block;
}
.page_content .profiles .page_post_list .li .post_text {
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}
.page_content .profiles .page_post_list .li .post_text img {
  max-width: 100%;
  width: auto;
}
.page_content .profiles .post-file {
  display: none;
  margin-bottom: -5px;
  padding: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}
.page_content .profiles .post-file img {
  max-height: 60px;
}
.page_content .profiles .post-file p {
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  padding-bottom: 5px;
}
.page_content .profiles .post-file a {
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 10px;
  position: absolute;
}
.page_content .profiles .post-file a:hover {
  text-decoration: underline;
}
.page_content .profiles .page_post_send {
  position: relative;
}
.page_content .profiles .page_post_send .gallery_form {
  position: absolute;
  top: 25px;
  right: 62px;
}
.page_content .profiles .page_post_send .gallery_form #gallery_file {
  display: none;
}
.page_content .profiles .page_post_send .gallery_form label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 21px;
  width: 64px;
  background: url("../images/poost_file.png") no-repeat top center;
}
.page_content .profiles .page_post_send #post_file {
  display: none;
}
.page_content .profiles .page_post_send .page_user_avatar {
  width: 35px;
  position: absolute;
  z-index: 2;
  height: 35px;
  left: 10px;
  top: 17px;
}
.page_content .profiles .page_post_send .page_user_avatar figure {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: cover !important;
}
.page_content .profiles .page_post_send form {
  height: 75px;
  position: relative;
}
.page_content .profiles .page_post_send form textarea {
  width: calc(100% - 185px);
  border: 0;
  padding: 10px 130px 10px 55px;
  height: 50px;
  background-color: #d4d2d0;
  resize: none;
  font-family: CynthoSlabPro, sans-serif;
  color: #5d5d5d;
  font-size: 12px;
}
.page_content .profiles .page_post_send form textarea::-webkit-input-placeholder {
  color: #5d5d5d;
  line-height: 50px;
}
.page_content .profiles .page_post_send form textarea::-moz-placeholder {
  color: #5d5d5d;
  line-height: 50px;
}
.page_content .profiles .page_post_send form textarea:-moz-placeholder {
  color: #5d5d5d;
  line-height: 50px;
}
.page_content .profiles .page_post_send form textarea:-ms-input-placeholder {
  color: #5d5d5d;
  line-height: 50px;
}
.page_content .profiles .page_post_send form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.page_content .profiles .page_post_send form textarea:focus::-moz-placeholder {
  color: transparent;
}
.page_content .profiles .page_post_send form textarea:focus:-moz-placeholder {
  color: transparent;
}
.page_content .profiles .page_post_send form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.page_content .profiles .page_post_send form textarea::-webkit-scrollbar {
  width: 5px;
}
.page_content .profiles .page_post_send form textarea::-webkit-scrollbar-track {
  background-color: #7a7a7a;
}
.page_content .profiles .page_post_send form textarea::-webkit-scrollbar-thumb {
  background-color: #383838;
}
.page_content .profiles .page_post_send form button {
  background: url("../images/chat_send.png") no-repeat center;
  width: 41px;
  height: 41px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  border: 0;
  top: 50%;
  margin-top: -24px;
}
.page_content .profiles .profiles_page {
  overflow: hidden;
}
.page_content .profiles .profiles_page .p_name {
  color: #999;
  font-size: 20px;
  font-variant: small-caps;
  padding: 12px 10px 15px 6px;
  float: left;
}
.page_content .profiles .slider_photo {
  margin: 0 7px 10px 7px;
  padding: 7px 0 13px 0;
  width: calc(100% - 14px);
  background-color: rgba(204, 204, 204, 0.85);
}
.page_content .profiles .slider_photo .slider_name {
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  max-width: 376px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-variant: small-caps;
}
.page_content .profiles .slider_photo .slider_carousel {
  max-width: 376px;
  margin: 0 auto;
}
.page_content .profiles .slider_photo .slider_carousel figure {
  width: 118px;
  display: block;
  height: 120px;
  position: relative;
  background-size: cover !important;
}
.page_content .profiles .slider_photo .slider_carousel .photo_del {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: .7;
  background: rgba(255, 255, 255, 0.85) url("../images/delete.png") no-repeat center;
  background-size: cover;
  right: 5px;
  top: 5px;
}
.page_content .profiles .slider_photo .slider_carousel .owl-nav {
  position: absolute;
  top: 50%;
  display: block;
  left: 0;
  margin-top: -11px;
  width: 100%;
}
.page_content .profiles .slider_photo .slider_carousel .owl-nav .owl-prev {
  float: left;
  background: url("../images/left.png") no-repeat center;
  width: 12px;
  height: 22px;
  margin-left: -18px;
  background-size: cover;
}
.page_content .profiles .slider_photo .slider_carousel .owl-nav .owl-next {
  float: right;
  background: url("../images/right.png") no-repeat center;
  margin-right: -18px;
  width: 12px;
  height: 22px;
  background-size: cover;
}
.page_cafe .cafe_list_user {
  max-height: 550px;
  min-height: 550px;
  overflow-y: auto;
  background-color: rgba(102, 102, 102, 0.85);
}
.page_cafe .cafe_list_user ul {
  list-style: none;
  padding: 10px 0;
}
.page_cafe .cafe_list_user ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page_cafe .cafe_list_user ul li {
  margin-bottom: 4px;
  text-align: center;
}
.page_cafe .cafe_list_user ul li figure {
  display: inline-block;
  vertical-align: top;
}
.page_cafe .cafe_list_user ul li a:nth-child(1) figure {
  width: 130px;
  height: 128px;
  background-color: rgba(204, 204, 204, 0.75);
  background-position: center;
  background-repeat: no-repeat;
}
.page_cafe .cafe_list_user ul li a:nth-child(2) figure {
  margin-left: 26px;
  width: 240px;
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_cafe .cafe {
  min-height: 466px;
  overflow-y: auto;
  background-color: rgba(51, 51, 51, 0.75);
}
.page_cafe .cafe .cafe_photo {
  background-color: rgba(51, 51, 51, 0.7);
  text-align: center;
  padding: 10px 0;
}
.page_cafe .cafe .cafe_photo img {
  margin-bottom: -4px;
  max-width: 415px;
}
.page_cafe .cafe .cafe_desc {
  padding: 20px 30px;
  color: white;
  font-family: CynthoSlabPro, sans-serif;
  font-variant: small-caps;
  font-size: 16px;
}
.page_cafe .cafe .cafe_desc h2 {
  font-size: 18px;
  font-weight: normal;
}
.page_cafe .cafe .cafe_desc img {
  max-width: 100%;
  width: auto;
  margin-top: 20px;
}
.page_cafe .cafe_action {
  padding: 25px 0;
  background-color: rgba(102, 102, 102, 0.85);
  text-align: center;
}
.page_cafe .cafe_action p {
  display: inline-block;
  width: 159px;
  vertical-align: middle;
}
.page_cafe .cafe_action p input {
  display: block;
  text-align: center;
  width: 159px;
  padding: 5px 0;
  margin-bottom: 3px;
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  font-variant: small-caps;
  background-color: #ccc;
  border-radius: 10px;
  border: 0;
}
.page_cafe .cafe_action a {
  display: block;
  text-align: center;
  width: 159px;
  height: 34px;
  line-height: 34px;
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  font-variant: small-caps;
  background-color: #ccc;
  border-radius: 10px;
}
.page_cafe .cafe_action a:hover {
  background-color: #bcbcbc;
}
.page_cafe .cafe_action p:nth-last-child(1) {
  margin-left: 44px;
}
.page_activate {
  padding: 100px 0 90px 0;
  font-family: CynthoSlabPro, sans-serif;
}
.page_activate h2 {
  margin-bottom: 20px;
}
.page_activate p {
  line-height: 24px;
  font-size: 16px;
}
.page_activate p a {
  padding: 0 30px;
  height: 33px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  border: 0;
  color: white;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.page_activate p a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.page_activate .error {
  font-size: 13px;
  margin-top: 10px;
  color: #ffacac;
  display: block;
  font-style: normal;
  font-family: CynthoSlabPro, sans-serif;
}
.page_msg .dialog {
  background-color: rgba(102, 102, 102, 0.85);
  padding: 10px;
}
.page_msg .dialog ul {
  max-height: 419px;
  min-height: 419px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
  list-style: none;
  padding: 18px;
}
.page_msg .dialog ul .activeNew {
  background: rgba(158, 255, 65, 0.21);
}
.page_msg .dialog ul li {
  padding: 2px 0;
  margin-bottom: 15px;
}
.page_msg .dialog ul li figure {
  display: inline-block;
  vertical-align: top;
  background-size: cover !important;
  background-position: center !important;
  width: 35px;
  height: 35px;
}
.page_msg .dialog ul li .msg_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  max-width: 300px;
}
.page_msg .dialog ul li .msg_info .name {
  color: #330;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 14px;
  font-variant: small-caps;
  margin-bottom: 3px;
}
.page_msg .dialog ul li .msg_info .msg_text {
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 11px;
  font-variant: small-caps;
  word-break: break-all;
}
.page_msg .dialog ul li .msg_info .msg_text img {
  max-width: 100%;
  width: auto;
  display: block;
  margin-top: 10px;
}
.page_msg .dialog ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page_msg .dialog .dialog-file {
  display: none;
  padding: 10px;
  position: relative;
  background: rgba(170, 180, 175, 0.1);
}
.page_msg .dialog .dialog-file img {
  max-height: 60px;
}
.page_msg .dialog .dialog-file a {
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 10px;
  position: absolute;
}
.page_msg .dialog .dialog-file a:hover {
  text-decoration: underline;
}
.page_msg .dialog .dialog-send form {
  position: relative;
  height: 75px;
}
.page_msg .dialog .dialog-send form textarea {
  width: calc(100% - 60px);
  border: 0;
  padding: 10px 50px 10px 10px;
  height: 55px;
  background-color: #a7a7a7;
  resize: none;
  color: #5d5d5d;
  font-size: 12px;
}
.page_msg .dialog .dialog-send form textarea::-webkit-input-placeholder {
  color: #5d5d5d;
}
.page_msg .dialog .dialog-send form textarea::-moz-placeholder {
  color: #5d5d5d;
}
.page_msg .dialog .dialog-send form textarea:-moz-placeholder {
  color: #5d5d5d;
}
.page_msg .dialog .dialog-send form textarea:-ms-input-placeholder {
  color: #5d5d5d;
}
.page_msg .dialog .dialog-send form textarea::-webkit-scrollbar {
  width: 5px;
}
.page_msg .dialog .dialog-send form textarea::-webkit-scrollbar-track {
  background-color: #7a7a7a;
}
.page_msg .dialog .dialog-send form textarea::-webkit-scrollbar-thumb {
  background-color: #383838;
}
.page_msg .dialog .dialog-send form .btn-send-dialog {
  background: url("../images/chat_send.png") no-repeat center;
  width: 41px;
  height: 41px;
}
.page_msg .dialog .dialog-send form .btn-add-photo {
  background: url("../images/add-photo.png") no-repeat center;
  width: 24px;
  height: 20px;
  background-size: cover;
  top: 52px;
  right: 17px;
  position: absolute;
  cursor: pointer;
}
.page_msg .dialog .dialog-send form .btn-add-photo:hover {
  opacity: .7;
}
.page_msg .dialog .dialog-send form button {
  right: 10px;
  cursor: pointer;
  left: inherit;
  position: absolute;
  top: 5px;
  border: 0;
}
.page_msg .msg {
  height: 100%;
  max-height: 550px;
  overflow-y: auto;
  background-color: rgba(102, 102, 102, 0.85);
}
.page_msg .msg ul {
  list-style: none;
  padding: 13px;
}
.page_msg .msg ul li {
  padding: 2px 10px;
  height: 75px;
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.8);
}
.page_msg .msg ul li figure {
  display: inline-block;
  vertical-align: top;
  background-size: cover !important;
  background-position: center !important;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.page_msg .msg ul li .msg_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
.page_msg .msg ul li .msg_info figure {
  width: 35px;
  height: 35px;
}
.page_msg .msg ul li .msg_info .name {
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 14px;
  font-variant: small-caps;
  margin-top: 3px;
}
.page_msg .msg ul li .msg_info .msg_end {
  position: relative;
  bottom: -15px;
  overflow: hidden;
}
.page_msg .msg ul li .msg_info .msg_end figure {
  float: left;
}
.page_msg .msg ul li .msg_info .msg_end p {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 10px;
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
}
.page_msg .msg ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page_search .search .search_panel {
  margin-top: 0;
  padding: 10px 25px;
  background-color: rgba(153, 153, 153, 0.85);
}
.page_search .search .search_panel .search_form {
  position: relative;
  width: 242px;
  margin: 0 0 10px 0;
}
.page_search .search .search_panel .search_form input {
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  width: 195px;
  color: #000;
  padding: 7px 5px 8px 42px;
  height: 10px;
  border: 0;
  outline: none;
  background-color: #fff;
  border-radius: 10px;
}
.page_search .search .search_panel .search_form button {
  left: 10px;
  cursor: pointer;
  top: 4px;
  position: absolute;
  background: url("../images/search3.png") no-repeat top;
  width: 16px;
  height: 16px;
  outline: none;
  border: 0;
}
.page_search .search .search_panel .item_label {
  padding: 8px 0;
}
.page_search .search .search_panel .item_label span {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  color: #333;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 17px;
}
.page_search .search .search_panel .item_label span select {
  width: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 12px;
  appearance: none;
  border-radius: 10px;
  padding: 6px 30px 4px 10px;
  background: #ffffff url("../images/user_edit_menu.png") no-repeat right 10px center;
}
.page_search .search .search_panel .item_label span label {
  color: #333;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.page_search .search .search_panel .item_label span input[type="text"] {
  border-radius: 10px;
  padding: 6px 10px 4px 10px;
  border: 0;
  font-size: 12px;
  width: 203px;
}
.page_search .search .search_panel .item_label span input[type="radio"] {
  width: 20px;
  margin-bottom: 2px;
  margin-right: 10px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.page_search .search .search_panel .item_label span input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #666;
  border-radius: 50%;
}
.page_search .search .search_panel .city {
  margin-top: 5px;
}
.page_search .search .search_panel .city span:nth-child(1) {
  width: auto;
}
.page_search .search .search_panel .city span:nth-child(1) select {
  width: 110px;
  vertical-align: top;
}
.page_search .search .search_panel button {
  padding: 5px 30px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  border: 0;
  color: white;
  vertical-align: top;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.page_search .search .search_panel button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.page_search .search .search_result {
  max-height: 410px;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 3px 17px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.page_search .search .search_result .li {
  display: inline-block;
  margin: 7.5px;
}
.page_search .search .search_result .li figure {
  width: 80px;
  height: 80px;
  display: block;
  background-size: cover !important;
  background-color: #e3e1db !important;
}
.page_404 {
  text-align: center;
  padding: 120px;
}
.page_404 h1 {
  font-size: 64px;
  margin-bottom: 10px;
}
.page_404 h2 {
  font-family: CynthoSlabPro, sans-serif;
}
.result_non {
  padding: 120px 0;
  text-align: center;
  font-size: 18px;
  color: #555;
  font-family: CynthoSlabPro, sans-serif;
}
.form .error {
  margin: 0 0 15px 0!important;
}
.form .error i {
  text-align: center;
}
.form .user_photo_edit {
  max-width: 100% !important;
  margin-bottom: 20px;
  text-align: center;
}
.form .user_photo_edit figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 120px;
  height: 100px;
}
.form .user_photo_edit label {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.form label {
  display: block;
  margin-bottom: 10px;
}
.form label select {
  width: 270px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.9) url("../images/user_edit_menu.png") no-repeat right 10px center;
}
.form label label {
  display: inline-block;
}
.form label label select {
  width: 105px;
}
.form label label:nth-child(2) select {
  width: 77px;
}
.form label label:nth-child(4) select {
  width: 80px;
}
.form label i {
  font-size: 13px;
  text-align: left;
  padding-right: 11px;
  margin-bottom: 5px;
  color: #ff211e;
  display: block;
  font-style: normal;
  font-family: CynthoSlabPro, sans-serif;
}
.form span {
  display: block;
  color: #454545;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}
.form input,
.form select,
.form textarea {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  font-family: CynthoSlabPro, sans-serif;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 0;
  outline: none;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  background-color: #fff;
}
.form textarea {
  width: 300px;
  min-height: 120px;
}
.form button {
  padding: 12px 30px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  border: 0;
  color: white;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 15px;
  display: block;
  margin: 20px 0 0 0;
  cursor: pointer;
  text-transform: uppercase;
}
.form button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.form .checkbox {
  padding-top: 30px;
}
.form .checkbox span {
  width: 130px;
  text-transform: inherit;
  font-size: 15px;
}
.form .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  cursor: pointer;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  position: relative;
}
.form .checkbox input:before {
  width: 16px;
  height: 16px;
  background-color: #be9b60;
  border-radius: 2px;
  content: '';
  left: 3px;
  top: 3px;
  position: absolute;
  display: none;
}
.form .checkbox input:checked:before {
  display: block;
}
.chat_page {
  display: block !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.chat {
  padding-bottom: 10px;
}
.chat .chat_list {
  height: 100%;
  overflow-y: auto;
}
.chat .chat_list ul {
  max-height: 375px;
  min-height: 375px;
  overflow-y: auto;
  list-style: none;
  padding: 18px;
}
.chat .chat_list ul li {
  padding: 2px 0;
  margin-bottom: 15px;
}
.chat .chat_list ul li figure {
  display: inline-block;
  vertical-align: top;
  background-size: cover !important;
  background-position: center !important;
  width: 35px;
  height: 35px;
}
.chat .chat_list ul li .msg_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  max-width: 300px;
}
.chat .chat_list ul li .msg_info .name {
  color: #330;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 14px;
  font-variant: small-caps;
  margin-bottom: 3px;
}
.chat .chat_list ul li .msg_info .msg_text {
  color: black;
  font-family: CynthoSlabPro, sans-serif;
  font-size: 11px;
  font-variant: small-caps;
  max-width: 160px;
  word-break: break-all;
}
.chat .chat_list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.chat .chat_form {
  height: 75px;
  position: relative;
}
.chat .chat_form textarea {
  width: calc(100% - 60px);
  border: 0;
  padding: 10px 50px 10px 10px;
  height: 55px;
  background-color: rgba(153, 153, 153, 0.8);
  resize: none;
  color: #5d5d5d;
  font-size: 12px;
}
.chat .chat_form textarea::-webkit-input-placeholder {
  color: #5d5d5d;
}
.chat .chat_form textarea::-moz-placeholder {
  color: #5d5d5d;
}
.chat .chat_form textarea:-moz-placeholder {
  color: #5d5d5d;
}
.chat .chat_form textarea:-ms-input-placeholder {
  color: #5d5d5d;
}
.chat .chat_form textarea::-webkit-scrollbar {
  width: 5px;
}
.chat .chat_form textarea::-webkit-scrollbar-track {
  background-color: #7a7a7a;
}
.chat .chat_form textarea::-webkit-scrollbar-thumb {
  background-color: #383838;
}
.chat .chat_form button {
  background: url("../images/chat_send.png") no-repeat center !important;
  width: 41px  !important;
  height: 41px !important;
  right: 10px !important;
  border: 0;
  cursor: pointer;
  position: absolute;
  left: inherit !important;
  top: 50% !important;
  margin-top: -22px !important;
}
#chat_link {
  display: none;
}
.user_avatar {
  background-size: cover !important;
  position: relative;
}
.user_avatar span {
  background: #95f331;
  border-radius: 50%;
  /* border: 2px solid rgba(255, 255, 255, 0.8); */
  width: 8px;
  height: 8px;
  bottom: -1px;
  right: -1px;
  position: absolute;
}
.footer {
  height: 100px;
  margin-top: 40px;
  background: #22222a url("../images/bg_footer.png");
}
.footer .w {
  overflow: hidden;
}
.footer .copy {
  float: left;
  color: #fff;
  font-size: 22px;
  padding-top: 35px;
  font-variant: small-caps;
}
.footer .copy img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
}
.footer .email {
  padding-top: 45px;
  float: right;
}
.footer .email a {
  color: #fff;
}
.admin {
  min-height: 525px;
  max-height: 525px;
  overflow-y: auto;
  background-color: #e1e1e0;
  padding: 12px;
}
.admin .title_sub {
  padding: 10px 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.admin .title_sub p {
  float: left;
  font-size: 16px;
}
.admin .title_sub a {
  float: right;
}
.admin .list {
  font-family: CynthoSlabPro, sans-serif;
}
.admin .list .li {
  background: #f9f9f9;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
}
.admin .list .li .name {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 200px;
}
.admin .list .li a {
  float: right;
  margin-left: 10px;
  color: #757575;
}
.admin .list .li a:hover {
  color: #000000;
}
.admin .list .li .del {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  opacity: .5;
  background: rgba(255, 255, 255, 0.85) url(../images/delete.png) no-repeat center;
  background-size: cover;
}
.admin .list .li .del:hover {
  opacity: 1;
}
.terms {
  text-align: center;
  margin: -10px 0 10px 0;
}
.terms a {
  color: #fff;
  font-size: 14px;
  font-family: CynthoSlabPro, sans-serif;
}


#preview-container2{
  position: absolute;
  width: calc(100% - 40px);
  bottom: 78px;
  display: none;
  background: #d4d2d0;
  padding: 20px;
}

.preview-link{
  width: calc(100% - 40px);
  background: rgb(242, 242, 242);
  padding: 20px;
  overflow: hidden;
}

#preview-container2 .span4, .preview-link .span4{
  float: left;
  width: 100px;
  text-align: center;
}
#preview-container2 .span4 img, .preview-link .span4 img{
  max-width: 100px;
}

#preview-container2 .span8, .preview-link .span8{
  float: right;
  width: calc(100% - 120px);
}
#preview-container2 .span8 a, .preview-link .span8 a{
  font-family: sans-serif;
  font-size: 12px;
  color: #006dcc;
}