body:after {
  content:
    url('../images/icons/icon_warning.svg')
    url('../images/icons/icon_checkbox_button_on.svg')
    url('../images/icons/icon_checkbox_button_off.svg')
    url('../images/icons/icon_email_white.svg')
    url('../images/icons/icon_remove_white.svg')
    url('../images/icons/icon_check_white.svg')
    url('../images/icons/icon_sound_on.png')
    url('../images/icons/icon_sound_off.png');
  display: none;
}
/*
///////////////////////////////////////////////////
1.0 BASE
///////////////////////////////////////////////////
*/
html,
body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}

html.mobile-menu-expanded {
  overflow: hidden;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background-color: transparent;
  position: relative;
  z-index: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  /* touch-action: none; */
  /* touch-action: pan-down; */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

body #fillers {
  display: none;
}

body #grid,
body #grid_b,
body #grid-fixed {
  /*position: relative;*/
  position:absolute;
  width: 100%;
}

body #grid .block,
body #grid .mason_filler,
body #grid_b .block,
body #grid_b .mason_filler,
body #grid-fixed .block,
body #grid-fixed .mason_filler {
  position: relative;
  float: left;
  background-color: #a6acb3;
  color: #fff;
}

body #grid{
  z-index: 1;
}

body #grid.to_hide{
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s linear, visibility 0s .35s;
}

body #grid .mason_filler,
body #grid_b .mason_filler,
body #grid-fixed .mason_filler {
  background-color: #a6acb3;
}

body #grid-fixed {
  width: 800px;
  margin: auto;
}

body #grid .block{
  background-size: cover;
  background-position: 50% 20%;
  transition: opacity .6s linear;
  cursor: pointer;
}

body #grid .block.photo_upload{
  cursor: pointer;
}

body #grid .block.to_hide{
  opacity: 0;
}

body #grid .block.photo_upload{
  background-position: 50% 50%;
}

/* body.city_desktop #cham-page{
  width: 100vw !important;
  margin-left: 0 !important;
} */

.hand * {
  cursor: move !important;
  cursor: -webkit-grab !important;
  cursor:grab !important;
}

.moving * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.moving ::selection {
  background: transparent;
}

.moving ::-moz-selection {
  background: transparent;
}

.moving:before {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	content:'';
  z-index: 200;
	cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.modal-open-html{
    overflow: hidden;
}

@supports(-webkit-overflow-scrolling: touch){
  .ios body,
  .ios .navbar-default{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }

  .ios .top_indent_page{
    top: -50px;
    position: relative;
    margin-bottom: -50px;
  }

  .ios .header,
  .ios .wrap_one_item .container .gallery_comments{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.body_visitor .play_button{
  display: none;
}

hr{
  margin-top: 10px;
  margin-bottom: 5px;
}

button{
  outline: 0;
}

.none_select, .comment_action, .message_action {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top_indent_page{
  margin: 50px 0 0;
}

.city_body .top_indent_page{
  margin: 50px 0 0;
}

.wrap_static_page{
  padding: 30px 0 0;
  box-sizing: border-box;
  min-height: 100vh;
}

.wrap_static_page h3{
  margin: 0;
}

.wrap_static{
  clear: both;
  padding: 15px 0 0;
}

@media screen and (max-width: 767px) /*480px*/ {
  body {
    min-width: 320px;
    float: left;
    width: 100%;
  }

  .top_indent_page{
    margin: 49px 0 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #262626;
}

p {
  margin-bottom: 30px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

h3{
  line-height: 28px;
}

a {
  color: #1784fb;
  transition: color .5s ease, filter .5s ease, opacity .3s linear;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}

.btn {
  transition: all .5s;
  padding: 10px 20px;
  font-size: 15px;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

@-moz-document url-prefix() {
  .btn.btn-lg {
    padding: 17px 36px 19px !important;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{
  cursor: default;
}

.btn-primary {
  background: #1784fb;
  color: #fff;
  border: 1px solid #1784fb;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-success,
.btn-primary-2{
  border-width: 2px;
}

.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

/* .btn-success i{
  display: block;
  float: left;
  padding: 0 7px 0 0;
  font-size: 20px;
} */

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

/* Scroll Animations */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/* Utilities */
.cham-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-b {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-b {
    padding-bottom: 0;
  }
}

/*-- header --*/
.header{
  position: relative;
  margin: 50px 0 0;
  z-index: 3;
}

.header.header_profile{
  /* margin-bottom: 65px; */
  margin-bottom: 79px;
}

.header_grid{
  height: 310px;
  overflow: hidden;
  background-color:#a6acb3;
  z-index: 1;
  position: relative;
}

.header_grid.inner{
  height: 100px;
}

@media (max-width: 768px) {
  .header{
    margin: 49px 0 0;
  }
}

@media (max-width: 480px) {
  .header_grid{
    height: 205px;
  }

  .header_grid.inner{
    height: 64px;
  }
}

/* Cover bg */
.cover_button_bl{
	position: absolute;
	bottom: 5px;
	right: 26px;
	z-index: 11;
}

.cover_button{
	position: relative;
	background-color: #fff;
	cursor: pointer;
	padding: 8px 20px;
	color: #1784fb;
	border-radius: 24px;
	box-shadow: 0 0 4px rgb(0, 0, 0, .34);
	transition: .3s color ease-in-out;
	overflow: hidden;
}

.cover_button .title{
	display: inline-block;
}

.cover_button .cover_button_wrap{
	transition: width .3s;
	white-space: nowrap;
}

.cover_button .btn_action_loader{
	margin-left: -2px;
}

.cover_button .icon_fa{
	width: 20px;
	margin-right: 5px;
}

.cover_button .fa-camera,
.cover_button .fa-check-circle{
	/* color: #1784fb; */
	padding: 0 0px 2px 0;
	font-size: 20px;
	vertical-align: middle;
}

.cover_button .fa-check-circle{
	font-size: 23px;
}

.cover_button:hover{
	color: #334f68;
	background-color: #ffd;
}

@media (max-width: 800px) {
	.cover_button_bl{
		position: absolute;
		top: 13px;
		right: 16px;
		bottom: auto;
	}

	.cover_button{
		padding: 0;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		text-align: center;
	}

	.cover_button .icon_fa{
		position: relative;
		top: 1px;
		margin-right: 0;
	}

	.cover_button .fa-camera{
		padding: 0;
		font-size: 16px;
		/* box-shadow: 0 0 4px rgb(0, 0, 0, .34); */
	}

	.cover_button .fa-check-circle{
		padding: 0;
		font-size: 20px;
		/* box-shadow: 0 0 4px rgb(0, 0, 0, .34); */
	}

	.cover_button .title{
		display: none;
	}

	.cover_button .btn_action_loader{
		height: 20px;
		width: 20px;
		font-size: 20px;
	}

	.cover_button_bl .cover_upload_edit_menu {
		left: auto !important;
		top: calc(100% + 1px) !important;
		right: 0;
	}

	.cover_button_bl .cover_upload_edit_menu a{
		padding: 6px 12px 6px 10px;
	}
}

.cover_upload_edit_menu .header_upload_cover_new_bl{
	overflow: hidden;
	position: relative;
}

.cover_button input[type="file"],
.cover_upload_edit_menu .header_upload_cover_new_bl input[type="file"]{
	position: absolute;
	top: 0;
    font-size: 32px;
    left: -20px;
	opacity: 0;
}

.cover_upload_edit_menu .header_upload_cover_new_bl.disabled input[type="file"]{
	display: none;
}

.cover_button .inp_hide,
.cover_upload_edit_menu .header_upload_cover_new_bl .inp_hide{
    display: none;
}

.cover_button.disabled{
	cursor: default;
}

.cover_button .cover_upload{
	display: inline-block;
}

.cover_button .cover_upload_save,
.cover_button .cover_upload_edit{
	display: none;
}

/* Cover save */
.cover_button.upload_cover .cover_upload,
.cover_button.upload_cover .cover_upload_edit{
	display: none;
}

.cover_button.upload_cover .cover_upload_save{
	display: inline-block;
}
/* Cover save */
/* Cover edit */
.cover_button.upload_cover_edit .cover_upload,
.cover_button.upload_cover_edit .cover_upload_save{
	display: none;
}

.cover_button.upload_cover_edit .cover_upload_edit{
	display: inline-block;
}


.cover_button:not(.upload_cover_edit) ~ .cover_upload_edit_menu,
.cover_button.disabled ~ .cover_upload_edit_menu{
	display: none;
}

.cover_button_bl .cover_upload_edit_menu{
	left: 12px;
    top: calc(100% + 3px);
}

.cover_button.disabled span .css_loader .spinnerw .spinner-blade{
	background-color: #000;
}
/* Cover edit */


.cover_button.upload_cover{
	color:#000!important;
}

.cover_button.upload_cover .fa.fa-check-circle{
	color: #84c22c!important;
}

.cover_button.disabled input[type="file"],
.cover_button.upload_cover input[type="file"]{
	display: none;
}

.header_grid #grid.grid_cover{
	height: 100%;
}

.header_grid #grid.grid_cover img{
	top: 0;
	position: relative;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
    object-fit: cover;
	transition: opacity .3s linear;
}

.header_grid #grid.grid_cover.cover_init img{
	opacity: 0;
}

.header_grid #grid.adjust{
	cursor: move;
}

/* Cover bg */

/*-- pl_grid_count --*/
.pl_grid_count{
  position: relative;
  z-index: 2;
  height: 58px;
  background-color: #6f7b88;
  color: #fff;
  text-align: center;
  font-size: 29px;
  white-space: nowrap;
  /* width: calc(100vw + 34px);
  margin-left: -17px; */
}

.pl_grid_count .bl_count{
  display: inline-block;
  text-align: right;
  box-sizing: border-box;
  vertical-align: top;
  height: 58px;
  min-width: 40px;
  max-width: 45px;
  position: relative;
}

.pl_grid_count .bl_count a.item{
  position: relative;
}

.pl_grid_count .bl_count .count{
  display: block;
  padding: 10px 0 0;
  font-weight: bold;
  text-align: center;
  line-height: 0.9;
}

.pl_grid_count .bl_count .count .wrapper_number{
    position: relative;
}


.pl_grid_count .bl_count .count .number{
  transition: color .5s ease;
  color: #fff;
}

.pl_grid_count .bl_count .name{
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #cdd4dd;
  text-align: center;
  max-width: 200px;
  overflow: hidden;
}

.pl_grid_count .bl{
  display: inline-block;
  height: 58px;
  position: relative;
}

.pl_grid_count .active .bl:after{
  content: '';
  position: absolute;
  left: 50%;
  margin: 0 0 0 -8px;
  bottom: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.pl_grid_count .bl_count .item{
  display: inline-block;
  text-decoration: none;
}

.pl_grid_count .bl_count .icon_upload_file{
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* margin: 5px 0 0; */
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -20px;
}

.pl_grid_count .bl_count .icon_upload_file svg{
  width: 20px;
  height: 20px;
  fill: rgba(217, 255, 85, 0.8);
  transition: fill .4s ease;
}

.pl_grid_count .bl_count .icon_upload_file svg:hover{
  fill: #fff;
}

.header_profile .pl_grid_count .bl_count .icon_upload_file{
  position: absolute;
  /* top: 5px; */
  top: 3px;
  bottom: 0;
  /* right: -22px; */
  right: -26px;
  /* width: 20px;
  height: 20px; */
  width: 24px;
  height: 24px;
}

.header_profile .pl_grid_count .bl_count .icon_upload_file.right{
  /* right: -23px; */
  right: -25px;
}

.wrap_profile_menu_inner_small .menu_inner_photos_edge,
.wrap_profile_menu_inner_small .menu_inner_videos_edge{
  float: left;
  margin: 0 5px 0 0;
}

.pl_grid_count .bl_count.left{
  text-align: right;
  margin: 0 50px 0 0;
}

.pl_grid_count .bl_count.right{
  text-align: left;
  margin: 0 0 0 50px;
}

@media (max-width: 480px) {
  .pl_grid_count{
    height: 32px;
    font-size: 16px;
  }

  .pl_grid_count .bl_count{
    height: 32px;
  }

  .pl_grid_count .bl{
    height: 32px;
  }

  .header.header_profile{
    margin-bottom: 46px;
  }

  .pl_grid_count .bl_count .name{
    font-size: 8px;
  }
}

.wrap_profile_menu_inner_small{
  height: 42px;
  background-color: #6f7b88;
}

.wrap_profile_menu_inner_small .pl_grid_count{
  height: 42px;
  font-size: 19px;
  position: inherit;
}

.wrap_profile_menu_inner_small .pl_grid_count .bl_count{
  padding: 0 0 0 30px;
  width: 50%;
  max-width: inherit;
  text-align: left;
  height: 42px;
  margin: 0;
}

.wrap_profile_menu_inner_small .pl_grid_count .bl_count .count{
  padding: 7px 0 0;
}

.wrap_profile_menu_inner_small .pl_grid_count .bl_count .name{
  font-size: 10px;
}

.wrap_profile_menu_inner_small .pl_grid_count .bl{
  height: 42px;
  transition: 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.pl_grid_count .item .bl:hover{
  cursor: pointer;
}

.pl_grid_count .item.active .bl:hover{
  cursor: default;
}

/* .pl_grid_count .item .bl:hover .num{
  color: #e3fca7;
}

.pl_grid_count .item.active .bl:hover .num,
.pl_grid_count .item.disabled .bl:hover .num{
  color: #fff;
} */

.pl_grid_count .item .bl .number:hover{
  color: #e3fca7;
}

.pl_grid_count .item.active .bl .number:hover,
.pl_grid_count .item.disabled .bl .number:hover{
  color: #fff;
}

.wrap_profile_menu_inner_small .pl_grid_count .active .bl:after{
  margin: 0 0 0 -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.wrap_profile_menu_inner_small .pl_grid_count .bl_count.left .item{
  margin: 0 30px 0 0;
  position: relative;
  vertical-align: top;
}

.wrap_profile_menu_inner_small .pl_grid_count .bl_count.right .item{
  margin: 0 0 0 3vh;
}

.bl_grid_inner_photo{
  top: 23px;
  position: absolute;
  /* z-index: 1; */
  width: calc(50% + 348px);
  margin: auto;
  left: 0;
  right: 0;
}

.bl_grid_inner_photo .pic{
  transition: 0.5s ease;
  height: 15vh;
  width: 15vh;
  position: absolute;
  border-radius: 100%;
  border: 1vh #fff solid;
  box-shadow: 0 0 5px #888;
  cursor: pointer;
  background-size: cover;
  background-position: top center;
}

.bl_grid_inner_photo .pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.count_p{
  position: relative;
}

.header_small_item_menu_name{
  border-radius: 28px;
  height: 54px;
  font-size: 19px;
  line-height: 52px;
  padding: 0 25px 0 4px;
  box-sizing: border-box;
  z-index: 10;
  margin: 0;
  background-color: #697984;
  color: #fff;
  display: block;
  transition: 0.3s ease;
  float: left;
  position: absolute;
  top: -81px;
  left: -25px;
  white-space: nowrap;
  font-weight: normal;
  opacity: 1 !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.header_small_item_menu_name .loader_wrap{
    position: absolute;
    width: 26px;
    height: 26px;
    top: 13px;
    left: 13px;
}

.header_small_item_menu_name:hover{
  text-decoration: none;
  color: #e3fca7;
}

.header_small_item_menu_name img{
  height: 46px;
  object-fit: cover;
  object-position: 50% 0;
  width: 46px;
  border-radius: 50%;
  vertical-align: top;
  margin: 4px 2px 0 0;
}

.header_small_item_menu_name img[src="./_files/edge_nophoto_group_r.png"],
.header_small_item_menu_name img[src="./_files/edge_nophoto_r.png"]{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.header_small_item_menu_name:active,
.header_small_item_menu_name:focus{
  text-decoration: none;
}

.header_small_item_menu_name:active{
  color: #e3fca7;
}

.header_small_item_menu_name:focus{
  color: #fff;
}

.header_small_item_menu_name span{
  font-weight: normal;
}

.header_small_item_menu_name span strong{
  display: inline-block;
  max-width: 40vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.circles{
  height: 54px;
}

.circles .circle{
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  font-size: 26px;
  height: 54px;
  width: 54px;
  top: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  transition: 0.5s ease;
  text-align: center;
}

.circles .circle .icon_fa{
  position: relative;
  display: block;
}

.circles .circle.disabled{
  cursor: default;
}

.circles .circle i{
  line-height: 54px;
}

.circles .circle:hover{
  background-color: #ffd;
}

.circles .circle figure{
  height: 54px;
  width: 54px;
}

.circles .circle figure svg{
  transition: fill .5s ease;
  vertical-align: middle;
  width: 48%;
  height: 54px;
}

.circles .circle.l1{
  margin: 0;
}

.circles .circle.l2{
  margin: 0 70px 0 0;
}

.circles .circle.l3{
  margin: 0 140px 0 0;
}

.circles .circle.l2 span.icon_fa,
.circles .circle.l3 span.icon_fa{
	display: inline-block;
}

/*-- Circle menu around photo --*/
.mn_circle{
  display: block;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  z-index: 10;
  /* box-shadow: 0 0 3px rgba(0,0,0,0.5); */
  color: #1784fb;
  padding: 10px;
}

.mn_circle span{
  display: block;
  border-radius: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  transition: background-color .5s ease, color .5s ease;
}

.mn_circle span svg{
  transition: fill .5s ease;
  vertical-align: middle;
  width: 50%;
}

.mn_circle:hover{
  color:#0477f4;
}

.mn_circle.disabled{
  color:#475156;
  cursor: default;
}

.mn_circle.left{
  left: 50%;
}

.mn_circle.left.top{
  top: -10px;
  margin: 0 0 0 -198px;
}

.mn_circle.left.top span,
.mn_circle.left.top span figure{
  height: 58px;
  width: 58px;
}

.mn_circle.left.top i{
  font-size: 30px;
  line-height: 56px;
  padding: 0 0 0 1px;
}

.mn_circle.left.top svg{
  height: 58px;
  width: 52%;
}

.mn_circle.left.center{
  top: 79px;
  margin: 0 0 0 -219px;
}

.mn_circle.left.center span,
.mn_circle.left.center span figure{
  height: 48px;
  width: 48px;
}

.mn_circle.left.center i{
  font-size: 24px;
  line-height: 48px;
  padding: 0 0 0 1px;
}

.mn_circle.left.center svg{
  height: 48px;
}

.mn_circle.left.center i.fa-user-times{
  padding: 0 0 0 2px;
  line-height: 44px;
}

.mn_circle.left.center i.fa-street-view{
  padding: 0 0 0 2px;
}

.mn_circle.left.center i.fa-microphone{
  font-size: 25px;
}

.mn_circle.left.bottom{
  top: 158px;
  margin: 0 0 0 -203px;
}

.mn_circle.left.bottom span,
.mn_circle.left.bottom span figure{
  height: 39px;
  width: 39px;
}

.mn_circle.left.bottom i{
  font-size: 17px;
  line-height: 39px;
  padding: 0 0 0 1px;
}

.mn_circle.left.bottom svg{
  height: 39px;
}

.mn_circle.right{
  right: 50%;
}

.mn_circle.right.top{
  top: 50px;
  margin: 0 -180px 0 0;
}

.mn_circle.right.top span,
.mn_circle.right.top span figure{
  height: 39px;
  width: 39px;
}

.mn_circle.right.top i{
  font-size: 18px;
  line-height: 40px;
  padding: 0 0 0 1px;
}

.mn_circle.right.top svg{
  height: 39px;
  width: 50%;
}

.mn_circle.right.center{
  top: 118px;
  margin: 0 -200px 0 0;
}

.mn_circle.right.center span,
.mn_circle.right.center span figure{
  height: 48px;
  width: 48px;
}

.mn_circle.right.center i{
  font-size: 24px;
  line-height: 48px;
  padding: 0 0 0 1px;
}

.mn_circle.right.center i.fa-thumbs-up{
  margin: -1px 0 0;
}

.mn_circle.right.center svg{
  height: 48px;
}

.mn_circle.right.bottom{
  top: 195px;
  margin: 0 -183px 0 0;
}

.mn_circle.right.bottom span,
.mn_circle.right.bottom span figure{
  height: 58px;
  width: 58px;
}

.mn_circle.right.bottom i{
  font-size: 30px;
  line-height: 58px;
  padding: 0 0 0 1px;
}

.mn_circle.right.bottom i.fa-ellipsis-h{
  padding: 1px 0 0 1px;
}

.mn_circle.right.bottom svg{
  height: 58px;
  width: 52%;
}

@media (max-width: 480px) {
  .mn_circle.left.top{
    margin: 0 0 0 -132px;
  }

  .mn_circle.left.top span,
  .mn_circle.left.top span figure{
    height: 42px;
    width: 42px;
  }

  .mn_circle.left.top i{
    font-size: 22px;
    line-height: 42px;
  }

  .mn_circle.left.top svg{
    height: 42px;
    width: 52%;
  }

  .mn_circle.left.center{
    margin: 0 0 0 -145px;
    top: 48px;
  }

  .mn_circle.left.center span,
  .mn_circle.left.center span figure{
    height: 35px;
    width: 35px;
  }

  .mn_circle.left.center i{
    font-size: 18px;
    line-height: 35px;
  }

  .mn_circle.left.center i.fa-user-times{
    padding: 0 0 0 2px;
    line-height: 35px;
  }

  .mn_circle.left.center i.fa-street-view{
    padding: 0 0 0 1px;
  }

  .mn_circle.left.center i.fa-microphone{
    font-size: 19px;
  }

  .mn_circle.left.center i.fa-bars{
    line-height: 37px;
  }

  .mn_circle.left.center svg{
    height: 35px;
  }

  .mn_circle.left.bottom{
    margin: 0 0 0 -135px;
    top: 99px;
  }

  .mn_circle.left.bottom span,
  .mn_circle.left.bottom span figure{
    height: 30px;
    width: 30px;
  }

  .mn_circle.left.bottom i{
    font-size: 14px;
    line-height: 30px;
    padding: 0;
  }

  .mn_circle.left.bottom svg{
    height: 30px;
  }

  .mn_circle.right.top{
    margin: 0 -132px 0 0;
    top: 25px;
  }

  .mn_circle.right.top span,
  .mn_circle.right.top span figure{
    height: 30px;
    width: 30px;
  }

  .mn_circle.right.top i{
    font-size: 14px;
    line-height: 30px;
    padding: 0;
  }

  .mn_circle.right.top svg{
    height: 30px;
  }

  .mn_circle.right.center{
    margin: 0 -145px 0 0;
    top: 71px;
  }

  .mn_circle.right.center span,
  .mn_circle.right.center span figure{
    height: 35px;
    width: 35px;
  }

  .mn_circle.right.center i{
    font-size: 18px;
    line-height: 35px;
    padding: 0;
  }

  .mn_circle.right.center i.fa-thumbs-up{
    margin: 0;
  }

  .mn_circle.right.center svg{
    height: 35px;
  }

  .mn_circle.right.bottom{
    margin: 0 -138px 0 0;
    top: 121px;
  }

  .mn_circle.right.bottom span,
  .mn_circle.right.bottom span figure{
    height: 42px;
    width: 42px;
  }

  .mn_circle.right.bottom i{
    font-size: 22px;
    line-height: 42px;
  }

  .mn_circle.right.bottom svg{
    height: 42px;
  }
}
/*-- /Circle menu around photo --*/

.bl_grid_inner_photo_center{
  position: relative;
  width: 100vw;
  /*width: calc(100% - 60px);
  margin: 0 30px;*/
}

.tooltip{
  white-space: nowrap;
  z-index: 2;
}

.header_user_name_tooltip .tooltip{
  white-space: normal;
  word-wrap: break-word;
}

/* .header_small_item_menu_name .header_user_name_tooltip .tooltip .tooltip-inner{
  max-width: calc(100% - 17px);
} */

.bl_grid_inner_photo_center .tooltip.left{
  margin-left: -5px;
}

.bl_grid_inner_photo_center .user_pic_frame{
  height: 275px;
  width: 275px;
  padding: 10px 0 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  /* margin-top: -340px; */
  margin-top: -354px;
  left: calc(50% - 147px);
  z-index: 1;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  text-align: center;
  transition: filter .5s linear;
}

.bl_grid_inner_photo_center .user_pic_frame.photo_upload{
  cursor: pointer;
}

.bl_grid_inner_photo_center .user_pic_frame .status.online{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #e1ff77;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  position: absolute;
  top: 22px;
  right: 46px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s linear, visibility 0s .3s;
}

.bl_grid_inner_photo_center .user_pic_frame .status.online.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s linear, visibility 0s;
}

.bl_grid_inner_photo_center .user_pic_frame .profile_verification{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #58a8ff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  position: absolute;
  bottom: 14px;
  left: 38px;
  z-index: 2;
}

.bl_grid_inner_photo_center .user_pic_frame .profile_verification.profile_verification_show{
    cursor: pointer;
}

.bl_grid_inner_photo_center .user_pic_frame .profile_verification svg{
  width: 20px;
  height: 36px;
  fill: #fff;
  vertical-align: middle;
}

.bl_grid_inner_photo_center .user_pic_frame img{
  width: 255px;
  height: 255px;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 100%;
  opacity: 1;
  transition: opacity .4s linear;
  cursor: pointer;
}

.bl_grid_inner_photo_center .user_pic_frame.action_set_default_photo img{
	cursor: default;
}

.bl_grid_inner_photo_center .user_pic_frame .conteiner_main_user_pic_settings{
  position: absolute;
  bottom: 11px;
  left: 28.5px;
  z-index: 3;
  height: 61px;
  width: 219px;
  border-bottom-left-radius: 255px;
  border-bottom-right-radius: 255px;
  cursor: pointer;
  overflow: hidden;
}

.bl_grid_inner_photo_center .user_pic_frame.action_set_default_photo .conteiner_main_user_pic_settings{
	cursor: default;
}

.bl_grid_inner_photo_center .user_pic_frame .wrap_main_user_pic_settings{
  position: absolute;
  bottom: 0;
  left: -18px;
  z-index: 3;
  height: 125px;
  width: 254px;
  border-bottom-left-radius: 255px;
  border-bottom-right-radius: 255px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s linear, visibility .4s;
  cursor: default;
  overflow: hidden;
  background-color:rgb(0, 0, 0, .34);
}

.bl_grid_inner_photo_center .user_pic_frame:not(.action_set_default_photo):hover .wrap_main_user_pic_settings{
	opacity: 1;
	visibility: visible;
	transition: opacity .4s linear, visibility 0s;
}


.bl_grid_inner_photo_center .user_pic_frame .main_user_pic_settings{
  position: absolute;
  height: 61px;
  width: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_grid_inner_photo_center .user_pic_frame .upload_main_user_pic{
  margin: 0;
}

.bl_grid_inner_photo_center .user_pic_frame .upload_main_user_pic .upload_icon{
  background-image: url(../images/icons/icon_upload_main_user_pic.svg);
  background-repeat: no-repeat;
  background-size: 34px auto;
  width: 34px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  margin: -2px 0 0;
  background-position-y: 2px;
  transition: .3s filter ease-in-out;
  -webkit-filter: drop-shadow( 0 0 1px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0 0 1px rgba(0, 0, 0, .7));
  filter: brightness(1);
}

.bl_grid_inner_photo_center .user_pic_frame .upload_main_user_pic .upload_icon:hover{
  filter: brightness(1.2);
}

.bl_grid_inner_photo_center .user_pic_frame .upload_main_user_pic .upload_icon input{
	width: 34px;
	height: 34px;
	opacity: 0;
}

.bl_grid_inner_photo_center .user_pic_frame .upload_main_user_pic .inp_hide{
	display: none;
}

.bl_grid_inner_photo_center .user_pic_frame .edit_main_user_pic{
	width: 28px;
	height: 28px;
	margin: 0px 25px 5px 2px;
	cursor: pointer;
	transition: .3s;
}

.bl_grid_inner_photo_center .user_pic_frame .edit_main_user_pic.to_hide{
	width: 0px;
	margin-right: 0px;
	overflow: hidden;
	margin: 0px;
}

.bl_grid_inner_photo_center .user_pic_frame .edit_main_user_pic .edit_icon{
  /* background-image: url(../images/icons/icon_edit_main_user_pic.png); */
  background-image: url(../images/icons/icon_edit_main_user_pic.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* width: 28px;
  height: 28px; */
  width: 38px;
  height: 38px;
  overflow: hidden;
  cursor: pointer;
  margin: -5px 0 0;
  transition: 0.3s ease-in-out;
  -webkit-filter: drop-shadow( 0 0 1px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0 0 1px rgba(0, 0, 0, .7));
  filter: brightness(1);
}

.bl_grid_inner_photo_center .user_pic_frame .edit_main_user_pic .edit_icon:hover{
  transition: 0.3s ease-in-out;
  filter: brightness(1.2);
}

.user_pic_frame_ie{
	border-radius: 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user_pic_frame_ie{
    width: 255px;
    height: 255px;
    overflow: hidden;
    margin: 0 0 0 10px;
    border-radius: 50%;
  }

  .bl_grid_inner_photo_center .user_pic_frame img{
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

.bl_grid_inner_photo_center .user_pic_frame img.to_hide{
  opacity: 0;
}

.bl_grid_inner_photo_center .user_pic_frame:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.bl_grid_inner_photo_center .user_pic_frame .user_blocked{
  cursor: pointer;
  transition: opacity .35s linear, visibility 0s .35s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255,109,133,.9);
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  width: 50%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.user_pic_frame .btn_action_loader{
	height: 60px;
	width: 60px;
	font-size: 60px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 480px) {
  .bl_grid_inner_photo_center .user_pic_frame{
    height: 180px;
    width: 180px;
    padding: 5px 0 0;
    margin: -228px auto 0;
    left: inherit;
  }

  .user_pic_frame .btn_action_loader{
	height: 45px;
	width: 45px;
	font-size: 45px;
  }

  .bl_grid_inner_photo_center .user_pic_frame img{
    height: 170px;
    width: 170px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .conteiner_main_user_pic_settings{
    bottom: 6px;
    left: 13.5px;
    height: 45px;
    width: 152px;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .wrap_main_user_pic_settings{
    bottom: 0;
    left: -8px;
    height: 85px;
    width: 170px;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .main_user_pic_settings{
    height: 45px;
    width: 90px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .upload_main_user_pic .upload_icon{
    background-size: 26px auto;
    width: 26px;
    height: 26px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .edit_main_user_pic{
    width: 26px;
    height: 26px;
    margin: 0 15px 0 0px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .edit_main_user_pic .edit_icon{
    background-size: 32px auto;
    width: 32px;
    height: 32px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .status.online{
    width: 13px;
    height: 13px;
    top: 18px;
    right: 26px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .profile_verification{
    width: 26px;
    height: 26px;
    bottom: 12px;
    left: 18px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .profile_verification svg{
    width: 12px;
    height: 26px;
  }
}

@media (max-width: 1200px) {
  .pl_grid_count .bl_count .name{
    max-width: 150px;
  }
}

@media (max-width: 992px) {
  .pl_grid_count .bl_count .name{
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .pl_grid_count .bl_count .name{
    max-width: 60px;
  }
}

.bl_grid_inner_photo_center .user_pic_frame .user_blocked.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .35s linear, visibility 0s;
}

.bl_grid_inner_photo_center .user_pic_frame .user_blocked span{
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bl_grid_inner_photo_center .user_pic_frame .user_blocked span:hover{
  text-decoration: underline;
}

.user_name_inner_big{
  border-radius: 25px;
  padding: 0 20px;
  font-size: 19px;
  line-height: 45px;
  z-index: 11;
  height: 46px;
  box-shadow: 0 2px 7px #333;
  background-color: #ffffdd;
  box-sizing: border-box;
  white-space: nowrap;
  display: inline-block;
  color: #333;
  margin: -25px 0 0;
  vertical-align: top;
}

.user_name_inner_big strong{
  display: block;
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .wrap_profile_menu_inner_small .pl_grid_count .bl_count{
    padding: 0 0 0 15px;
    width: calc(100% - 15px);
  }

  .header_small_item_menu_name span strong{
    max-width: calc(100vw - 360px);
  }
}

@media (max-width: 1401px) {
  .bl_grid_inner_photo{
    width: auto;
    margin-right: 30px;
  }
}

.pl_grid_count .menu_inner_wall_posts_edge.active .bl:after{
  border-bottom: 7px solid #fffedd;
}

.wrap_profile_menu_inner_small .pl_grid_count .menu_inner_wall_posts_edge.active .bl:after{
  border-bottom: 5px solid #fffedd;
}

@media (max-width: 768px) {
  .pl_grid_count .tooltip,
  .bl_grid_inner_photo_center .tooltip{
    display: none !important;
  }

  .pl_grid_count .bl_count{
    min-width: 20px;
    max-width: 45px;
  }

  .pl_grid_count .bl_count.left{
    margin: 0 20px 0 0;
  }

  .pl_grid_count .bl_count.right{
    margin: 0 0 0 20px;
  }
}

@media (max-width: 480px) {
  .header_small_item_menu_name{
    border-radius: 18px;
    height: 36px;
    font-size: 15px;
    line-height: 34px;
    padding: 0 13px 0 2px;
    top: -53px;
    left: -14px;
  }

  .header_small_item_menu_name span strong{
    max-width: calc(100vw - 220px);
  }

  .header_small_item_menu_name img{
    height: 32px;
    width: 32px;
    margin: 2px 0 0;
  }

  .circles .circle{
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .circles .circle i{
    line-height: 36px;
  }

  .circles .circle figure{
    height: 36px;
    width: 36px;
  }

  .circles .circle figure svg{
    height: 36px;
  }

  .circles .circle.l2{
    margin: 0 46px 0 0;
  }

  .circles .circle.l3{
    margin: 0 92px 0 0;
  }

  .more_menu_collapse.mn_circle_more_list.mn_circle_small_more_list{
    top: 40px;
  }

  .wrap_profile_menu_inner_small{
    height: 32px;
  }

  .wrap_profile_menu_inner_small .pl_grid_count{
    height: 32px;
    font-size: 16px;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .bl_count{
    margin: 0 0 0 15px;
    width: calc(100% - 15px);
    padding: 0;
    height: 32px;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .bl{
    height: 32px;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .bl_count.left .item{
    margin: 0 20px 0 0;
    height: 32px;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .bl_count .name{
    font-size: 8px;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .bl_count .count{
    padding: 5px 0 0;
  }

  .pl_grid_count .header_navbar_item_menu_loader,
  .wrap_profile_menu_inner_small .header_navbar_item_menu_small_loader{
    height: 15px;
    width: 15px;
    font-size: 15px;
    top: 3px;
  }

  .pl_grid_count .header_navbar_item_menu_small_loader_p{
    height: 15px;
    width: 15px;
    font-size: 15px;
    top: 1px;
  }

  .pl_grid_count .bl_count{
    min-width: 20px;
    max-width: 25px;
  }

  .pl_grid_count .bl_count.right{
    margin: 0 0 0 20px;
  }

  .pl_grid_count .bl_count .count{
    padding: 5px 0 0;
  }

  .pl_grid_count .active .bl:after{
    margin: 0 0 0 -4px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fffedd !important;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .active .bl:after{
    margin: 0 0 0 -4px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fffedd;
  }

  .user_name_inner_big{
    border-radius: 20px;
    padding: 0 13px;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    margin: -19px 0 0;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bl_grid_inner_photo{
    top: 15px;
    margin-right: 15px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .user_blocked{
    height: 26px;
    font-size: 11px;
    line-height: 26px;
    bottom: 25px;
  }

  .bl_grid_inner_photo_center .user_pic_frame .user_blocked .css_loader{
    height: 16px;
    width: 16px;
    font-size: 16px;
  }

  .bl_grid_inner_photo .css_loader.btn_action_loader{
    height: 18px;
    width: 18px;
    font-size: 18px;
    margin-left: -2px;
  }

  .pl_grid_count .bl_count .name{
    max-width: 40px;
  }
}

@media (max-width: 320px) {
  .pl_grid_count .active .bl:after{
    margin: 0 0 0 -6px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fffedd;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .active .bl:after{
    margin: 0 0 0 -4px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fffedd;
  }

  .pl_grid_count .bl_count .item{
    padding-top: 0;
  }

  .bl_grid_inner_photo_center .user_pic_frame .user_blocked{
    width: 63%;
  }

  .user_name_inner_big{
    max-width: 115px;
  }
}

a.mn_circle.menu_audio_greeting_edge_playing span, a.mn_circle.menu_audio_greeting_edge_playing:focus span {
    background-color: #ffd;
    color: #334f68;
}

a.mn_circle.menu_audio_greeting_edge_stop span, a.mn_circle.menu_audio_greeting_edge_stop:focus span, a.mn_circle.menu_audio_greeting_edge_stop:hover span {
    background-color: #fff;
    color: #1784fb;
}
/*-- /header --*/

.form-control {
  height: 43px;
  padding: 10px 15px;
  font-size: 15px;
  color: #000;
  box-shadow: none;
}

.form-control:focus{
  box-shadow: none;
  border-color: #ccc;
}

/*
///////////////////////////////////////////////////
2.0 NAVIGATIONS
///////////////////////////////////////////////////
*/

#cham-offcanvass {
  position: fixed;
  width: 250px;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 1;
  display: none;
  background: #384047;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cham-offcanvass.offcanvass-nav-style-2 .cham-special,
#cham-offcanvass.offcanvass-nav-style-1 .cham-special {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#cham-offcanvass.offcanvass-nav-style-2 .cham-special li,
#cham-offcanvass.offcanvass-nav-style-1 .cham-special li {
  display: inline;
}

#cham-offcanvass.offcanvass-nav-style-2 .cham-special li a,
#cham-offcanvass.offcanvass-nav-style-1 .cham-special li a {
  padding: 10px 0;
  float: left;
  margin: 0 20px 0 0;
}

#cham-offcanvass > nav  {
  position: relative !important;
}

#cham-offcanvass.cham-offcanvass-left {
  left: 0;
  -moz-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.mobile-menu-expanded #cham-offcanvass.cham-offcanvass-left {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#cham-offcanvass.cham-offcanvass-right {
  right: 0;
  -moz-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.mobile-menu-expanded #cham-offcanvass.cham-offcanvass-right {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

@media screen and (max-width: 768px) {
  #cham-offcanvass {
    display: block;
  }
}

#cham-offcanvass a {
  color: rgba(255, 255, 255, 0.5);
}

#cham-offcanvass a:hover,
#cham-offcanvass a:focus,
#cham-offcanvass a:active {
  outline: none;
  text-decoration: none;
}

#cham-offcanvass .cham-logo a {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}

#cham-offcanvass ul {
  padding: 0;
  margin: 0;
}
#cham-offcanvass ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
#cham-offcanvass ul li a {
  padding: 10px 0;
  display: block;
}
#cham-offcanvass ul li a:hover {
  color: white;
}
#cham-offcanvass ul li a.call-to-action {
  margin-top: 40px;
  border: 2px solid #58ca7e;
  background: #58ca7e;
  padding: 2px 15px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}

#cham-offcanvass ul li a.call-to-action:hover {
  color: #fff;
  border: 2px solid #45c46f;
  background: #45c46f;
}

#cham-page {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100%;

  /* width: 100%;*/
  /* display: flex;
  flex-direction: column;  */
  /* display: grid; */
}

.body_visitor #cham-page{
  display: flex;
  flex-direction: column;
}

.modal-open .modal{
  padding: 0 !important;
}

.modal-open .modal.pp_stream_title{
  z-index: 1041;
  background-color: rgba(0,0,0,.7);
}

body.modal-open.to_check{
  overflow-y: auto;
}

.modal-backdrop{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.modal-backdrop.in{
  opacity: .7;
}

.modal-backdrop.in ~ .modal-backdrop.in{
  opacity: 0;
}

.page_content{
  /* min-height: 100%; */
  flex: 1;
}

#cham-page.overflow_hidden,
.city_body #cham-page{
  overflow-y: hidden;
}

@-moz-document url-prefix() { /* use this for fixed scroll in 3d city */
  .city_body .navbar-default{
    position: absolute;
  }

  /* .city_body .top_indent_page{
    margin: 50px 0 0;
  } */

}

#cham-page.cham-offcanvass-left {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.mobile-menu-expanded #cham-page.cham-offcanvass-left {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}

#cham-page.cham-offcanvass-right {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.mobile-menu-expanded #cham-page.cham-offcanvass-right {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
}

/* NAV STYLE #1 */
.cham-nav-style-1, .cham-nav-style-2 {
  position: absolute;
  z-index: 8;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-1, .cham-nav-style-2 {
    margin-top: 20px;
  }
}

.cham-nav-style-1[data-offcanvass-position="cham-offcanvass-left"] .cham-nav-toggle,
.cham-nav-style-2[data-offcanvass-position="cham-offcanvass-left"] .cham-nav-toggle {
  right: auto;
  top: auto;
  top: 0;
  left: 0;
  margin-top: -15px !important;
}

.cham-nav-style-1[data-offcanvass-position="cham-offcanvass-right"] .cham-nav-toggle,
.cham-nav-style-2[data-offcanvass-position="cham-offcanvass-right"] .cham-nav-toggle {
  right: auto;
  top: auto;
  top: 0;
  right: 0;
  margin-top: -15px !important;
}

.cham-nav-style-1 .cham-logo,
.cham-nav-style-2 .cham-logo {
  margin-top: 8px;
  position: relative;
}

.cham-nav-style-1 .cham-logo img,
.cham-nav-style-2 .cham-logo img{
  max-width: 280px;
  position: absolute;
  max-height: 135px;
}

.cham-nav-style-1 .cham-logo a,
.cham-nav-style-2 .cham-logo a {
  font-size: 25px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.cham-nav-style-1 .cham-logo a:hover,
.cham-nav-style-1 .cham-logo a:focus,
.cham-nav-style-1 .cham-logo a:active,
.cham-nav-style-2 .cham-logo a:hover,
.cham-nav-style-2 .cham-logo a:focus,
.cham-nav-style-2 .cham-logo a:active {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-1 .cham-logo,
  .cham-nav-style-2 .cham-logo {
    text-align: center;
    margin-top: 30px;
  }

  .cham-nav-style-1 .cham-logo img,
  .cham-nav-style-2 .cham-logo img{
    position: static;
    max-width: 220px;
  }

  .cham-nav-style-1 .cham-link-wrap,
  .cham-nav-style-2 .cham-link-wrap {
    display: none;
  }

}

.cham-nav-style-1 .cham-link-wrap ul,
.cham-nav-style-2 .cham-link-wrap ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.cham-nav-style-1 .cham-link-wrap ul li,
.cham-nav-style-2 .cham-link-wrap ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.cham-nav-style-1 .cham-link-wrap ul li a,
.cham-nav-style-2 .cham-link-wrap ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 10px 0;
}

@media screen and (max-width: 992px) {
  .cham-nav-style-1 .cham-link-wrap ul li a,
  .cham-nav-style-2 .cham-link-wrap ul li a {
    margin: 0 5px;
  }
}

.cham-nav-style-1 .cham-link-wrap ul li a:hover,
.cham-nav-style-2 .cham-link-wrap ul li a:hover {
  text-decoration: none;
  color: white;
}

.cham-nav-style-1 .cham-link-wrap ul li a:active,
.cham-nav-style-1 .cham-link-wrap ul li a:focus,
.cham-nav-style-2 .cham-link-wrap ul li a:active,
.cham-nav-style-2 .cham-link-wrap ul li a:focus {
  text-decoration: none;
}

.cham-nav-style-1 .cham-link-wrap ul li a.call-to-action,
.cham-nav-style-2 .cham-link-wrap ul li a.call-to-action {
  margin-top: 6px;
  border: 2px solid #58ca7e;
  background: #58ca7e;
  padding: 2px 15px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}

.cham-nav-style-1 .cham-link-wrap ul li a.call-to-action:hover,
.cham-nav-style-2 .cham-link-wrap ul li a.call-to-action:hover {
  color: #fff;
  border: 2px solid #45c46f;
  background: #45c46f;
}

.cham-nav-style-1 .cham-link-wrap ul li.active a,
.cham-nav-style-2 .cham-link-wrap ul li.active a {
  color: #fff;
}

/* NAV STYLE #2 */
.cham-nav-style-2 {
  background: transparent;
  border: transparent;
  margin-top: 30px;
  position: absolute;
  top: 0;
  z-index: 8;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 {
    margin-top: 20px;
  }
}

.cham-nav-style-2 #navbar.navbar-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 #navbar .navbar-nav {
    padding-top: 10px;
  }
}

.cham-nav-style-2 #navbar .navbar-nav.navbar-center {
  float: none !important;
  width: auto !important;
  margin: 0 auto !important;
  display: inline-block !important;
  text-align: center !important;
}

.cham-nav-style-2 #navbar .navbar-nav li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-family:  Arial, sans-serif;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 #navbar .navbar-nav li a {
    color: #262626;
  }
}

.cham-nav-style-2 #navbar .navbar-nav li a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 #navbar .navbar-nav li a:hover {
    color: #1784fb;
  }
}

.cham-nav-style-2 #navbar .navbar-nav li.active {
  background: transparent;
}

.cham-nav-style-2 #navbar .navbar-nav li.active a {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 #navbar .navbar-nav li.active a {
    color: #1784fb;
  }
}

.cham-nav-style-2 #navbar .navbar-nav.cham-social a {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 #navbar .navbar-nav.cham-social li {
    display: inline-block;
  }
}

.cham-nav-style-2 .navbar-brand {
  display: table;
  margin-top: -10px;
  top: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 .navbar-brand {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.cham-nav-style-2 .navbar-brand > span {
  background: rgba(255, 255, 255, 0.1);
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 .navbar-brand > span {
    background: rgba(0, 0, 0, 0.1);
    color: #262626 !important;
  }
}

.cham-nav-style-2 .navbar-brand img {
  display: table-cell;
  vertical-align: middle;
  margin-top: -10px;
}

.cham-nav-style-2 .cham-nav-toggle.active i::before,
.cham-nav-style-2 .cham-nav-toggle.active i::after {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 .cham-nav-toggle.active i::before,
  .cham-nav-style-2 .cham-nav-toggle.active i::after {
    background: rgba(255, 255, 255, 0.5);
  }
}

.cham-nav-style-2 .cham-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 2px;
  color: #1784fb;
  font: bold 15px/.4 Helvetica;
  text-indent: -55px;
  background: rgba(255, 255, 255, 0.5);
  transition: all .2s ease-out;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 .cham-nav-toggle i {
    background: rgba(255, 255, 255, 0.5);
  }
}

.cham-nav-style-2 .cham-nav-toggle i::before,
.cham-nav-style-2 .cham-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .cham-nav-style-2 .cham-nav-toggle i::before,
  .cham-nav-style-2 .cham-nav-toggle i::after {
    background: rgba(255, 255, 255, 0.5);
  }
}

/*
///////////////////////////////////////////////////
3.0 COVERS
///////////////////////////////////////////////////
*/
.cham-cover {
  position: relative;
  /* min-height: 800px; */
}

.cham-cover.wrap_cham-cover-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  overflow: hidden;
}

.cham-cover .cham-cover-text {
  position: relative;
  z-index: 5;
  height: 100vh;
  overflow: hidden;
}

.cham-cover .cham-cover-text .full-height {
  display: table;
  /* min-height: 800px; */
}

.cham-cover .cham-cover-text .full-height .cham-cover-intro {
  display: table-cell;
  vertical-align: middle;
  /* min-height: 800px; */
  height: 100vh;
}

@media (max-width: 480px) {
  .cham-cover .cham-cover-text .full-height .cham-cover-intro{
    padding: 30px 18px 0;
  }

  /* .cham-cover .cham-cover-text .full-height .cham-cover-intro h2{
    margin: 0 0 45px;
  } */

  .cham-cover .cham-cover-text .full-height .cham-cover-intro .btn.btn-lg{
    padding: 6px 20px 7px !important;
    border-radius: 3px;
    /* font-size: 16px; */
  }
}

@media (max-width: 320px) {
  .cham-cover .cham-cover-text .full-height .cham-cover-intro{
    padding: 60px 18px 0;
  }
}

.cham-cover .cham-cover-text .full-height .cham-cover-intro .btn{
  margin: 0 20px 10px 0;
  font-size: 18px;
}

.cham-cover .cham-cover-text .cover-text-lead {
  /* color: #fff; */
  line-height: 1.3;
}

.cham-cover .cham-cover-text .cover-text-sublead {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin: 0 0 45px;
  max-height: 34vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cham-cover .cham-cover-text .cover-text-sublead {
    max-height: 28vh;
  }
}

@media (max-width: 320px) {
  .cham-cover .cham-cover-text .cover-text-lead{
    font-size: 30px
  }

  .cham-nav-style-1 .cham-logo,
  .cham-nav-style-2 .cham-logo {
    margin-top: 35px;
  }

  /* .cham-nav-style-1 .cham-logo img,
  .cham-nav-style-2 .cham-logo img{
    max-width: 240px;
  } */
}

.cham-cover .cham-cover-text .btn-outline {
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cham-cover .cham-cover-text .btn-outline:hover {
  color: #fff;
  background: #1784fb;
  border-color: #1784fb;
}

.cham-cover .cham-cover-text .btn-outline:hover,
.cham-cover .cham-cover-text .btn-outline:focus,
.cham-cover .cham-cover-text .btn-outline:active {
  outline: none;
}

/* COVER STYLE #1 */
.cham-cover-style-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
}

.cham-cover-style-1 > .cham-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.background-overlay.inner {
  height: 135px;
}

/* COVER STYLE #2 */
.cham-cover-style-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  height: 100vh;
}

.main_page_image{
  opacity: 0;
  flex: none;
}

.main_page_image.to_show{
  opacity: 1;
  transition: opacity .5s linear;
}

.main_page_image.show{
  opacity: 1;
}

.cham-cover-style-2 > .cham-overlay,
.main_page_video_background_darken {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 4;
}

/* COVER STYLE TOP */
.cham-cover-style-top {
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: calc(100vw + 19px) auto;
  background-position: center top;
  width: 100%;
  position: relative;
}

.cham-cover-style-top > .cham-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 4;
}

.header_registration{
  height: 135px;
  overflow: hidden;
}

.cham-cover-style-2.header_registration{
	height: 175px;
}

.header_registration_wrap{
  position: absolute;
  z-index: 8;
  width: 100%;
}

.header_registration_wrap .logo_wrap{
  height: 135px;
  display: table;
  vertical-align: middle;
}

.header_registration_wrap .logo_wrap .logo{
  display: table-cell;
  vertical-align: middle;
  height: 135px;
  text-align: center;
}

.header_registration_wrap .logo_wrap .logo img{
  max-width: 280px;
  max-height: 135px;
}

@media screen and (max-width: 320px) {
  .header_registration_wrap .logo_wrap .logo img{
    max-width: 220px;
  }
}

/*
///////////////////////////////////////////////////
4.0 PROJECTS
///////////////////////////////////////////////////
*/
/* PROJECTS STYLE #1 */
.cham-project-style-1,
.cham-project-style-2,
.cham-project-style-3{
  padding: 52px 0 80px;
}

.cham-project-style-1.wall_one_column {
    padding: 0;
}

.cham-project-style-1 .cham-grid {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.cham-project-style-1 .cham-grid > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cham-project-style-1 .cham-grid > a i {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 40px;
  color: #fff;
}

.cham-project-style-1 .cham-grid > a:hover {
  opacity: .2;
}

.cham-project-style-1 .cham-grid-1 {
  height: 544px;
  transition: all .5s ease;
}

@media screen and (max-width: 768px) {
  .cham-project-style-1 .cham-grid-1 {
    height: 254px;
  }
}

.cham-project-style-1 .cham-grid-2 {
  height: 257px;
  transition: all .5s ease;
}

.cham-project-style-1 .cham-grid-3 {
  height: 257px;
  transition: all .5s ease;
}

.cham-project-style-2 {
  padding-bottom: 0;
}

.cham-project-style-2 .cham-projects ul {
  padding: 0;
  margin: 0;
}

.cham-project-style-2 .cham-projects ul li {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cham-project-style-2 .cham-projects ul li a {
  width: 100%;
  position: relative;
  display: block;
}

.cham-project-style-2 .cham-projects ul li a .cham-overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .8;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cham-project-style-2 .cham-projects ul li a .cham-text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}

.cham-project-style-2 .cham-projects ul li a .cham-text .cham-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .cham-project-style-2 .cham-projects ul li a .cham-text .cham-text-inner {
    height: inherit;
    padding: 4em 0;
  }
}

.cham-project-style-2 .cham-projects ul li a .cham-text .cham-text-inner h3 {
  margin-bottom: 0;
  color: #fff;
}

.cham-project-style-2 .cham-projects ul li a .cham-text .cham-text-inner p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}

.cham-project-style-2 .cham-projects ul li a .cham-text .cham-text-inner p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cham-project-style-2 .cham-projects ul li a .cham-text .cham-text-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}

.cham-project-style-2 .cham-projects ul li a > .container {
  position: relative;
}

.cham-project-style-2 .cham-projects ul li a:hover .cham-overlay {
  opacity: 0;
}

.cham-project-style-3 .cham-project-wrap {
  position: relative;
  overflow: hidden;
}

.cham-project-style-3 .cham-project-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: top center; */
  background-position: 50% 10%;
  transition: all .4s, opacity .4s linear;
}

.users_list_item i.fa.fa-commenting{
  font-size: 24px;
  line-height: 17px;
  position: absolute;
  /* top: 8px; */
  top: 10px;
  z-index: 3;
  /* right: 8px; */
  right: 11px;
  opacity: 0;
  transition: opacity .35s linear;
  color: #fff;
  cursor: pointer;
}

.users_list_item.users_list_item_live_now i.fa.fa-commenting{
  /* top: 35px; */
  top: 40px;
}

.users_list_item:hover i.fa.fa-commenting{
  opacity: 1;
}

.users_list_item .video_camera{
  position: absolute;
  /* top: 4px;
  right: 7px; */
  top: 6px;
  right: 10px;
  width: 27px;
  z-index: 3;
  cursor: pointer;
}

.users_list_item.users_list_item_type_info .video_camera{
  /* left: 7px; */
  left: 10px;
}

.users_list_item .video_camera svg{
  fill: rgba(217,255,85,0.8);
  transition: all .3s;
}

.users_list_item .video_camera:hover svg{
  fill: rgba(186,221,64,0.8);
}

@media screen and (max-width: 480px) {
  .cham-project-style-3 .cham-project-item  {
    margin-bottom: 15px;
  }
}

.hover-brightness:hover{
  -webkit-filter: brightness(1.08);
  filter: brightness(1.08);
}

.wall_post .wall_image_post.wall_image_post_music.song_no_image{
    transition: filter .5s ease;
}

.wall_post .wall_image_post.wall_image_post_music.song_no_image .wall_image_post_music_link.hover-brightness:hover{
    -webkit-filter: none;
            filter: none;
}

.wall_post .wall_image_post.wall_image_post_music.song_no_image:hover{
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
}

.cham-project-style-3 .cham-project-item.to_hide{
  opacity: 0;
}

.cham-project-style-3 .col-md-2 .cham-project-item {
  height: calc(470px - 25vmin);
}

.cham-project-style-3 .cham-project-item .cham-overlay,
.cham-project-style-3 .cham-project-item .cham-text {
  opacity: 0;
  transition: 0.4s linear;
}

.cham-project-style-3 .cham-project-item.go_to_profile .cham-overlay{
    transition:none;
    opacity: .2;
}

.cham-project-style-3 .cham-project-item .cham-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 2;
}

.online_triangle{
  width: 40px;
  height: 40px;
}

.online_triangle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-top: 40px solid black;
  border-top-color: rgba(217, 255, 85, 0.8);
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

.cham-project-style-3 .cham-project-item .cham-text {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
  /* bottom: 20px; */
  bottom: 0;
  opacity: 0;
  padding: 0 15px;
}

.cham-project-style-3 .cham-project-item .cham-text h3,
.cham-project-style-3 .cham-project-item .cham-text p,
.cham-project-style-3 .cham-project-item .cham-text h4{
  opacity: 0;
  position: relative;
  transition: all 0.5s ease;
}

.cham-project-style-3 .cham-project-item .cham-text h3{
  line-height: 1.4;
}

.cham-project-style-3 .cham-project-item .cham-text h4{
  line-height: 1.4;
}

.cham-project-style-3 .cham-project-item .cham-text h3,
.cham-project-style-3 .cham-project-item .cham-text h4{
  color: #fff;
  top: -30px;
  /* margin-bottom: 10px; */
  margin-bottom: 0;
  float: initial;
}

.cham-project-style-3 .cham-project-item .cham-text p {
  color: rgba(255, 255, 255, 0.6);
  top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .cham-project-style-3 .cham-project-item .cham-text {
    bottom: 0;
    opacity: 1!important;
    transition: none;
  }

  .cham-project-style-3 .cham-project-item .cham-text h3,
  .cham-project-style-3 .cham-project-item .cham-text h4,
  .cham-project-style-3 .cham-project-item .cham-text p {
    opacity: 1;
    top: 0;
  }

  .cham-project-style-3 .cham-project-item .cham-text p {
    margin-bottom: 15px;
  }

  .cham-project-style-3 .cham-project-item .cham-overlay{
    opacity: 1!important;
    background: linear-gradient(to top, rgba(0,0,0,.5),rgba(0,0,0,0) 30%);
    transition-delay: 3s;
  }
}

.cham-project-style-3 .cham-project-item:not(.go_to_profile):hover .cham-overlay {
    opacity: .2;
}

.cham-project-style-3 .cham-project-item:not(.go_to_profile):hover .cham-text {
    opacity: 1;
}

.cham-project-style-3 .cham-project-item:hover h3,
.cham-project-style-3 .cham-project-item:hover h4,
.cham-project-style-3 .cham-project-item:hover p {
  opacity: 1;
  top: 0;
}

.cham-project-style-5 {
  background: #f7f7f7;
}

.cham-project-style-5 .cham-project-item {
  float: left;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .cham-project-style-5 .cham-project-item {
    display: block;
  }
}

.cham-project-style-5 .cham-project-item .cham-project-description,
.cham-project-style-5 .cham-project-item .cham-project-figure {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .cham-project-style-5 .cham-project-item .cham-project-description,
  .cham-project-style-5 .cham-project-item .cham-project-figure {
    display: block;
    width: 100%;
  }
}

.cham-project-style-5 .cham-project-item .cham-project-figure {
  overflow: hidden;
  position: relative;
}

.cham-project-style-5 .cham-project-item .cham-project-figure > div {
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .cham-project-style-5 .cham-project-item .cham-project-figure {
    height: 400px;
  }
}

.cham-project-style-5 .cham-project-item .cham-project-description {
  background: #fff;
  padding: 4em;
}

@media screen and (max-width: 1200px) {
  .cham-project-style-5 .cham-project-item .cham-project-description {
    padding: 2em;
  }
}

@media screen and (max-width: 768px) {
  .cham-project-style-5 .cham-project-item .cham-project-description {
    padding: 1em;
    padding-top: 30px;
  }
}

.cham-project-style-5 .cham-project-item .cham-project-description h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.cham-project-style-5 .cham-project-item.cham-img-right .cham-project-figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.cham-project-style-5 .cham-project-item.cham-img-right .cham-project-figure > div {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .cham-project-style-5 .cham-project-item.cham-img-right .cham-project-figure {
    position: relative;
    top: auto;
    bottom: auto;
    height: 400px;
  }
}

.cham-project-style-5 .cham-project-item:focus .cham-project-figure > div,
.cham-project-style-5 .cham-project-item:hover .cham-project-figure > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*
///////////////////////////////////////////////////
5.0 CONTENTS
///////////////////////////////////////////////////
*/
.cham-content-style-2,
.cham-content-style-3,
.cham-content-style-4,
.cham-content-style-5,
.cham-content-style-6,
.cham-content-style-7,
.cham-content-style-8,
.cham-content-style-10 {
  padding: 5em 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .cham-content-style-2,
  .cham-content-style-3,
  .cham-content-style-4,
  .cham-content-style-5,
  .cham-content-style-6,
  .cham-content-style-7,
  .cham-content-style-8,
  .cham-content-style-10 {
    padding: 3em 0;
  }
}

.cham-content-style-2 {
  background: #fff;
}

.cham-content-style-2 h2 {
  color: #fff;
}

.cham-content-style-2 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  line-height: 29px;
}

.cham-content-style-2 .cham-gallery .cham-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
  height: 260px;
}

.cham-content-style-2 .cham-gallery .cham-link-block .cham-text {
  position: absolute;
  z-index: 9;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.cham-content-style-2 .cham-gallery .cham-link-block .cham-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  color: #fff;
}

.cham-content-style-2 .cham-gallery .cham-link-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cham-content-style-2 .cham-gallery .cham-link-block .cham-overlay {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.cham-content-style-2 .cham-gallery .cham-link-block:hover,
.cham-content-style-2 .cham-gallery .cham-link-block:focus {
  overflow: hidden;
}

.cham-content-style-2 .cham-gallery .cham-link-block:hover .cham-overlay,
.cham-content-style-2 .cham-gallery .cham-link-block:focus .cham-overlay {
  opacity: .2;
}

.cham-content-style-2 .cham-gallery .cham-link-block:hover .cham-text, .cham-content-style-2 .cham-gallery .cham-link-block:focus .cham-text {
  margin-top: 0px;
  opacity: 1;
}
.cham-content-style-2 .cham-gallery .cham-link-block:hover img, .cham-content-style-2 .cham-gallery .cham-link-block:focus img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

}

.cham-content-style-3 .cham-siidear-links {
  padding: 0;
  margin: 25px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .cham-content-style-3 .cham-siidear-links {
    padding-left: 20px;
  }
}
.cham-content-style-3 .cham-siidear-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
.cham-content-style-3 .cham-siidear-links li a {
  color: #a6a6a6;
  position: relative;
}
.cham-content-style-3 .cham-siidear-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -4px;
  margin-left: -17px;
  background: #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cham-content-style-3 .cham-siidear-links li a:hover,
.cham-content-style-3 .cham-siidear-links li a:active,
.cham-content-style-3 .cham-siidear-links li a:focus {
  color: #1a1a1a;
}
.cham-content-style-3 .cham-siidear-links li a:hover:before,
.cham-content-style-3 .cham-siidear-links li a:active:before,
.cham-content-style-3 .cham-siidear-links li a:focus:before {
  background: #1784fb;
}

.cham-content-style-3 .cham-siidear-links li.label {
  color: #ccc;
  font-weight: 400;
  margin-bottom: 30px !important;
  display: block;
  text-align: left;
}

.cham-content-style-3 .cham-siidear-links li.active a {
  color: #1a1a1a;
}

.cham-content-style-3 .cham-siidear-links li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -4px;
  margin-left: -17px;
  background: #1784fb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cham-content-style-4 {
  background: #1784fb;
}

.cham-content-style-4 .cham-sub {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.cham-content-style-4 .cham-heading {
  color: #fff;
}
.cham-content-style-4 p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
}
.cham-content-style-4 p:last-child {
  margin-bottom: 0;
}
.cham-content-style-4 .btn-outline {
  color: #fff;
  border-color: #fff;
}

.cham-content-style-4 .btn-outline:hover {
  background: #035fc2;
  border-color: #035fc2;
}

.cham-content-style-5 {
  background: #fff;
}

.cham-content-style-5 .cham-content-item {
  float: left;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  cursor: pointer;
}

.cham-content-style-5 .cham-content-item h2{
  transition: all 0.5s ease;
}

.cham-content-style-5 .cham-content-item:hover h2{
  color: #1784fb;
}

.cham-content-style-5 .cham-content-item .btn-success.btn-outline{
    font-size: 15px;
}

@media screen and (max-width: 768px) {
  .cham-content-style-5 .cham-content-item {
    display: block;
  }
}
.cham-content-style-5 .cham-content-item .cham-content-description,
.cham-content-style-5 .cham-content-item .cham-content-figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cham-content-style-5 .cham-content-item .cham-content-description,
  .cham-content-style-5 .cham-content-item .cham-content-figure {
    display: block;
    width: 100%;
  }
}
.cham-content-style-5 .cham-content-item .cham-content-figure {
  overflow: hidden;
  position: relative;
  transition:all .4s, opacity .4s linear;
  background-color: #a6acb3;
  display: inline-block;
  min-height: 333px;
}

.cham-content-style-5 .cham-content-item .cham-content-figure.to_hide{
  opacity: 0;
}

.cham-content-style-5 .cham-content-item .cham-content-figure > div {
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .cham-content-style-5 .cham-content-item .cham-content-figure {
    height: 400px;
    min-height: auto;
  }
}
.cham-content-style-5 .cham-content-item .cham-content-description {
  background: #fff;
  padding: 4em;
  min-height: 250px;
}

/* @media screen and (max-width: 1200px) {
  .cham-content-style-5 .cham-content-item .cham-content-description {
    padding: 2em;
  }
} */

@media screen and (max-width: 768px) {
  .cham-content-style-5 .cham-content-item .cham-content-description {
    padding: 1em;
    /* padding-top: 30px; */
    padding-bottom: 30px;
  }

  .cham-content-style-5 .cham-content-item .cham-content-description h2{
    margin-bottom: 10px;
}
}

.cham-content-style-5 .cham-content-item .cham-content-description h2 {
  font-size: 20px;
  font-weight: 300;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cham-content-style-5 .cham-content-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cham-content-style-5 .cham-content-item.cham-img-right .cham-content-figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.cham-content-style-5 .cham-content-item.cham-img-right .cham-content-figure > div {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cham-content-style-5 .cham-content-item .cham-content-figure > div.image_placeholder{
  /* background-size: auto 60%; */
  background-position: 50% calc(50% - 2px);
}

@media screen and (max-width: 768px) {
  .cham-content-style-5 .cham-content-item.cham-img-right .cham-content-figure {
    position: relative;
    top: auto;
    bottom: auto;
    height: 400px;
  }
}

.cham-content-style-5 .cham-content-item:focus .cham-content-figure > div,
.cham-content-style-5 .cham-content-item:hover .cham-content-figure > div {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/*.cham-content-style-5 .cham-content-item .cham-content-figure .cham-overlay2 {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.cham-content-style-5 .cham-content-item .cham-content-figure:hover .cham-overlay2 {
opacity: 0;
}*/

.cham-content-style-6, .cham-content-style-7 {
  background: #f7f7f7;
}
.cham-content-style-6 .link-block figure, .cham-content-style-7 .link-block figure {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.cham-content-style-6 .link-block h3, .cham-content-style-7 .link-block h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.cham-content-style-6 .link-block p, .cham-content-style-7 .link-block p {
  color: gray;
}
.cham-content-style-6 .link-block .cham-meta, .cham-content-style-7 .link-block .cham-meta {
  color: #b3b3b3;

  font-size: 13px;

}
.cham-content-style-6 .link-block img, .cham-content-style-7 .link-block img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cham-content-style-6 .link-block:hover img, .cham-content-style-7 .link-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cham-content-style-6 {
  background: #fff;
}

.cham-content-style-8 h4 {
  margin-bottom: 7px;
}

/* CONTENT STYLE #10 */
.cham-content-style-10 {
  background: #45c46f;
}

.cham-content-style-10 h2 {
  margin-top: 10px;
  /* color: #fff; */
  line-height: 1.3;
}

.cham-content-style-10 h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cham-content-style-10 h2:last-child {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.cham-content-style-10 p {
  color: #fff;
  margin-bottom: 30px;
  line-height: 28px;
}

.cham-content-style-10 p:last-child {
  margin-bottom: 0;
}
.cham-content-style-10 .btn-outline {
  color: #fff;
  border-color: #fff;
}
.cham-content-style-10 .btn-outline:hover {
  background: #035fc2;
  border-color: #035fc2;
}

/*
///////////////////////////////////////////////////
6.0 FEATURES
///////////////////////////////////////////////////
*/
/* FEATURE STYLE #1 */
.cham-features-style-1,
.cham-features-style-2,
.cham-features-style-3,
.cham-features-style-4,
.cham-features-style-5 {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .cham-features-style-1,
  .cham-features-style-2,
  .cham-features-style-3,
  .cham-features-style-4,
  .cham-features-style-5 {
    padding: 3em 0;
  }
}

.cham-features-style-1,
.cham-features-style-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cham-features-style-1 > .cham-overlay,
.cham-features-style-5 > .cham-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.cham-features-style-1 .cham-heading,
.cham-features-style-5 .cham-heading {
  color: #fff;
}
.cham-features-style-1 h3,
.cham-features-style-5 h3 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
}

.cham-features-style-1 h3,
.cham-features-style-5 h3 {
  color: #fff;
}

.cham-features-style-1 p,
.cham-features-style-5 p {
  color: rgba(255, 255, 255, 0.7);
}

.cham-features-style-1 .cham-features,
.cham-features-style-5 .cham-features {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.cham-features-style-1 .cham-features .cham-feature,
.cham-features-style-5 .cham-features .cham-feature {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  flex-grow: 1;
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cham-features-style-1 .cham-features .cham-feature:nth-of-type(3n+0),
.cham-features-style-5 .cham-features .cham-feature:nth-of-type(3n+0) {
  border-right: none;
}

.cham-features-style-1 .cham-features .cham-feature .icon,
.cham-features-style-5 .cham-features .cham-feature .icon {
  color: #fed330;
  margin-bottom: 20px;
}

.cham-features-style-1 .cham-features .cham-feature .icon i,
.cham-features-style-5 .cham-features .cham-feature .icon i {
  font-size: 40px;
}

.cham-features-style-1 .cham-features .cham-feature:nth-last-child(1),
.cham-features-style-1 .cham-features .cham-feature:nth-last-child(2),
.cham-features-style-1 .cham-features .cham-feature:nth-last-child(3),
.cham-features-style-5 .cham-features .cham-feature:nth-last-child(1),
.cham-features-style-5 .cham-features .cham-feature:nth-last-child(2),
.cham-features-style-5 .cham-features .cham-feature:nth-last-child(3) {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .cham-features-style-1 .cham-features .cham-feature,
  .cham-features-style-5 .cham-features .cham-feature {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 50%;
  }

  .cham-features-style-1 .cham-features .cham-feature:nth-of-type(2n+0),
  .cham-features-style-5 .cham-features .cham-feature:nth-of-type(2n+0) {
    border-right: none !important;
  }

  .cham-features-style-1 .cham-features .cham-feature:nth-last-child(3),
  .cham-features-style-5 .cham-features .cham-feature:nth-last-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .cham-features-style-1 .cham-features .cham-feature:nth-last-child(1), .cham-features-style-1 .cham-features .cham-feature:nth-last-child(2),
  .cham-features-style-5 .cham-features .cham-feature:nth-last-child(1),
  .cham-features-style-5 .cham-features .cham-feature:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  .cham-features-style-1 .cham-features .cham-feature,
  .cham-features-style-5 .cham-features .cham-feature {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
}

.cham-features-style-2 .cham-feature {
  margin-bottom: 30px;
  float: left;
  clear: right;
}
.cham-features-style-2 .cham-feature .cham-icon {
  float: left;
  width: 20%;
}

.cham-features-style-2 .cham-feature .cham-icon i {
  font-size: 40px;
  color: #58ca7e;
}

.cham-features-style-2 .cham-feature .cham-desc {
  width: 80%;
  float: right;
}

.cham-features-style-2 .cham-feature .cham-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.cham-features-style-3 {
  background: #fafafa;
}

.cham-features-style-3 .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .cham-features-style-3 .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
}

.cham-features-style-3 .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}

.cham-features-style-3 .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}

.cham-features-style-3 .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}

.cham-features-style-3 .box .icon.colored-1 {
  background: #2aaf67;
}

.cham-features-style-3 .box .icon.colored-2 {
  background: #00bff3;
}
.cham-features-style-3 .box .icon.colored-3 {
  background: #f26522;
}
.cham-features-style-3 .box .icon.colored-4 {
  background: #e52b50;
}
.cham-features-style-3 .box .icon.colored-5 {
  background: #2fc5cc;
}
.cham-features-style-3 .box .icon.colored-6 {
  background: #6173f4;
}
.cham-features-style-3 .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;


  font-weight: 700;
  margin-bottom: 10px;
}
.cham-features-style-3 .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.cham-features-style-4 {
  background: #fff;
}

.cham-features-style-4 .cham-section-heading .cham-heading {
  color: #fff;
}

.cham-features-style-4 .cham-section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.cham-features-style-4 .cham-feature-item {
  background: #fff;
  /* float: left; */
  border:0px solid #ddd;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: 400px;
}

.cham-features-style-4 .cham-feature-item a{
  transition: all .4s, opacity .4s linear;
}

.cham-features-style-4 .cham-feature-item a.to_hide{
    opacity:0;
}

.cham-features-style-4 .cham-feature-item .cham-content-figure {
  overflow: hidden;
  position: relative;
  transition: all .4s, opacity .4s linear;
  background-color: #a6acb3;
  display: inline-block;
  width: 50%;
}

.cham-features-style-4 .user_information{
  font-size: 13px;
}

.cham-features-style-4 .user_information a{
  color:#45c46f
}

@media screen and (max-width: 480px) {
  .cham-features-style-4 .cham-feature-item {
    display: block !important;
  }

  .cham-features-style-4 .cham-feature-item {
    max-height: initial;
  }

}

.cham-features-style-4 .cham-feature-item .cham-feature-text{
  width: 50%;
}

.cham-features-style-4 .cham-feature-item .cham-feature-img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .cham-features-style-4 .cham-feature-item .cham-content-figure,
  .cham-features-style-4 .cham-feature-item .cham-feature-text,
  .cham-features-style-4 .cham-feature-item .cham-feature-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}

.cham-features-style-4 .cham-feature-item .cham-feature-text {
  float: left;
  padding: 20px;
}

.cham-features-style-4 .cham-feature-item .cham-feature-text .cham-feature-title {
  margin: 0 0 20px 0;
  /* padding: 0 0 10px 0; */
  font-weight: 400;
  font-size: 20px;
  color: #000;
  position: relative;
  line-height: 28px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cham-features-style-4 .cham-feature-item .cham-feature-text .cham-feature-title a{
  color: #000;
}

.cham-features-style-4 .cham-feature-item .cham-feature-text .cham-feature-title .cham-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #58ca7e;
}

.cham-features-style-4 .cham-feature-item .cham-feature-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}


.cham-features-style-4 .cham-feature-item .cham-feature-text .blog_posts_item_text {
  height: 180px;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px;
}

.cham-features-style-4 .cham-feature-item .cham-feature-img.image_placeholder {
  /* background-size: 60% auto; */
  background-position: 50% calc(50% - 2px);
}

.cham-features-style-4 .cham-feature-item:focus .cham-feature-img,
.cham-features-style-4 .cham-feature-item:hover .cham-feature-img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

@media screen and (max-width: 480px) {
  .cham-features-style-4 .cham-feature-item .cham-feature-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }

  .cham-features-style-4 .cham-feature-item a .cham-overlay2 {
    width: 100%;
    height: 200px;
  }
}

.cham-features-style-5 {
  background: #232939;
}
.cham-features-style-5 h3 {
  color: #fff;
}
.cham-features-style-5 p {
  color: rgba(255, 255, 255, 0.4);
}
.cham-features-style-5 .cham-features .cham-feature {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: none !important;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .cham-features-style-5 .cham-features .cham-feature {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-right: none !important;
  }
}
@media screen and (max-width: 480px) {
  .cham-features-style-5 .cham-features .cham-feature {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: none !important;
  }
}
.cham-features-style-5 .icon {
  color: #58ca7e !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  display: table;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cham-features-style-5 .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

/*
///////////////////////////////////////////////////
7.0 BLOGS
///////////////////////////////////////////////////
*/
/* BLOG STYLE #1 */
.cham-blog-style-1 {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .cham-blog-style-1 {
    padding: 4em 0;
  }
}

.cham-blog-style-1 .cham-post {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 7px 7px;
  transition: all 0.3s ease;
}

.cham-blog-style-1 .cham-post img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cham-blog-style-1 .cham-post:hover img,
.cham-blog-style-1 .cham-post:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cham-blog-style-1 .cham-post .cham-post-image {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  transition: all .4s, opacity .4s linear;
}

.cham-blog-style-1 .cham-post .cham-post-image .video_camera{
  position: absolute;
  top: 10px;
  left: 14px;
  width: 27px;
}

.cham-blog-style-1 .cham-post .cham-post-image .video_camera svg{
  fill: rgba(217,255,85,0.8);
}

.square {
  width: 100%;
  margin: auto;
  background: silver;
  overflow: hidden;
}

.square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.rectangle {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.rectangle:before {
  content: "";
	padding-top: 56.25%;
  float: left;
}

/* .square.pic {
  height: auto !important;
} */

.blog_post_items{
  /* display: flex; */
  flex-wrap: wrap;
}

.blog_post_items > .item h3{
  float: none;
}

.blog_post_items > .item{
  display: flex;
}

.cham-blog-style-1 .cham-post .cham-post-image .icon_time{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.icon_time{
  background-image: url(../images/icons/icon_time.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}

.cham-blog-style-1 .cham-post .cham-post-image.to_hide{
  opacity: 0;
}

.cham-blog-style-1 .cham-post-image .pic{
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  transition: transform .5s ease, filter .5s ease, opacity .5s linear;
}

.cham-blog-style-1 .cham-post-image .pic.pic_list_item{
    transform: rotate3d(0, 0, 0, 0deg);
}

.cham-blog-style-1 .cham-post-image .pic.image_placeholder{
  /*background-color: #a6acb3;
  background-size: auto 64%;*/
  background-position: 50% calc(50% - 2px);
}

.cham-blog-style-1 .cham-post-image .pic.nophoto{
  background-position: 50% 50%;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.cham-blog-style-1 .cham-post:not(.go_to_page) .cham-post-image:hover .cham-overlay {
  opacity: .5;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-overlay2 {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.cham-blog-style-1 .cham-post .layer_blocked_item_list,
.cham-project-style-3 .cham-project-item .layer_blocked_item_list{
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 0 0 7px 7px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear, visibility .2s;
}

.cham-blog-style-1 .cham-project-item .layer_blocked_item_list,
.cham-project-style-3 .cham-project-item .layer_blocked_item_list{
    border-radius:0;
    background: none;
}

@media screen and (max-width: 767px){
    .cham-project-style-3 .cham-project-item .layer_blocked_item_list{
        background: rgba(0, 0, 0, 0.2);
    }
}

.cham-blog-style-1 .cham-post .layer_blocked_item_list.to_show,
.cham-project-style-3 .cham-project-item .layer_blocked_item_list.to_show,
.wrapper-one-article .one-article .wrapper-articles .link-block .layer_blocked_item_list.to_show{
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear, visibility 0s;
}

.cham-blog-style-1 .cham-post .cham-post-image:hover .cham-overlay2 {
  opacity: 0;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category,
.cham-project-style-1 .cham-post .cham-post-image .cham-category {
  margin: 11px 0 0 11px;
  float: left;
  z-index: 2;
  position: absolute;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category.descripton{
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s linear, visibility .35s;
  max-width: calc(100% - 20px);
  bottom: 11px;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category.descripton:hover ~
.hover-brightness{
  -webkit-filter: brightness(1.08);
  filter: brightness(1.08);
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category.descripton.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .35s linear, visibility 0s;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category > a,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category > span.name,
.cham-project-style-1 .cham-post .cham-post-image .cham-category > a,
.cham-project-style-1 .cham-post .cham-post-image .cham-category > span.name {
  font-size: 13px;
  padding: 2px 10px;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #f2f2f2;
  margin: 0 4px 4px 0;
  border-radius: 30px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.20);
  transition: all .5s ease;
  cursor: default;
  max-width: 100%;
}

.cham-blog-style-1 .blog_post_items .cham-post .cham-post-image .cham-category > span.name{
    cursor: pointer;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category > span.subject {
  font-size: 13px;
  /* padding: 3px 10px 3px; */
  padding: 3px 10px 4px;
  line-height: 1.4;
  color: #fff;
  border-radius: 30px;
  display: block;
  background-color: rgba(0, 0, 0, .5);
  transition: all .5s ease;
  cursor: default;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category > span.subject > span.overflow {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category.name > a .icon_status,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category.name > span.name .icon_status,
.cham-project-style-1 .cham-post .cham-post-image .cham-category.name > a .icon_status,
.cham-project-style-1 .cham-post .cham-post-image .cham-category.name > span.name .icon_status,
.cham-blog-style-1 .cham-post .cham-post-meta a,
.cham-blog-style-1 .cham-post .cham-post-meta span.user_name .icon_status,
.cham-project-style-3 .songs_list_item .cham-project-item .cham-text .icon_status,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category > span.subject > .icon_status{
  width: 7px;
  height: 7px;
  float: left;
  margin: 6px 4px 0 0;
  border-radius: 50%;
  /* display: none; */
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category > span.subject > .icon_status{
  background-color:#ccc;
  margin: 5px 6px 0 0;
}

.cham-blog-style-1 .cham-post .cham-post-meta span.user_name .icon_status,
.cham-project-style-3 .songs_list_item .cham-project-item .cham-text .icon_status{
  float: none;
  background-color:#ccc;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.cham-blog-style-1 .songs_list_item .cham-post-meta span.user_name .icon_status{
  margin-right: 1px;
}

.cham-project-style-3 .songs_list_item .cham-project-item .cham-text .icon_status{
    margin: 9px 4px 0 0;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category.name > a .icon_status.online,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category.name > span.name .icon_status.online,
.cham-project-style-1 .cham-post .cham-post-image .cham-category.name > a .icon_status.online,
.cham-project-style-1 .cham-post .cham-post-image .cham-category.name > span.name .icon_status.online,
.cham-blog-style-1 .cham-post .cham-post-meta span.user_name .icon_status.online,
.cham-project-style-3 .songs_list_item .cham-project-item .cham-text .icon_status.online,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category > span.subject > .icon_status.online{
  background-color:#d9ff55;
  /* display: block; */
}
.cham-blog-style-1 .cham-post .cham-post-meta a{
  display: inline;
  float: none;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category > a:hover,
.cham-project-style-1 .cham-post .cham-post-image .cham-category > a:hover {
  background: #1784fb;
  border: 1px solid #1784fb;
}

.cham-blog-style-1 .cham-post .cham-post-image .cham-category > a:hover,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category > a:active,
.cham-blog-style-1 .cham-post .cham-post-image .cham-category > a:focus {
  text-decoration: none;
}

.cham-blog-style-1 .cham-post .cham-post-text {
  padding: 20px;
  min-height: 155px;
}

@media screen and (max-width: 768px) {
  .cham-blog-style-1 .cham-post .cham-post-text {
    padding: 10px 15px;
    min-height: auto;
  }
}

.cham-blog-style-1 .cham-post .cham-post-text h3 {
  font-size: 17px;
  font-weight: 700;
  /* margin-bottom: 15px; */
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cham-blog-style-1 .cham-post .cham-post-text h3 a {
  color: #000;
}

.cham-blog-style-1 .cham-post .cham-post-text h3 a:hover {
  color: #1784fb;
}

.cham-blog-style-1 .cham-post .cham-post-text h3 a:hover,
.cham-blog-style-1 .cham-post .cham-post-text h3 a:active,
.cham-blog-style-1 .cham-post .cham-post-text h3 a:focus {
  text-decoration: none;
}

.cham-blog-style-1 .cham-post .cham-post-text p {
  font-size: 15px;
  margin-bottom: 0;
  color: #444;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 49px;
  overflow: hidden;
}

.cham-blog-style-1 .cham-post .cham-post-text p:last-child {
  margin-bottom: 0 !important;
}

.cham-blog-style-1 .cham-post .cham-post-meta {
  border-top: 1px solid #efefef;
  padding: 10px 20px;
  height: 50px;
  overflow: hidden;
}

.cham-blog-style-1 .cham-post .cham-post-meta a,
.cham-blog-style-1 .cham-post .cham-post-meta span.time,
.cham-blog-style-1 .cham-post .cham-post-meta span.info_item{
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #b3b3b3;
}

.tag.pp_gallery_tags .pp_gallery_tags_edit_link{
  margin-bottom: 20px;
  color: #b3b3b3;
  font-size: 14px;
  margin-right: 5px;
}

.cham-blog-style-1.pp_photo_gallery  .cham-post .cham-post-meta .tag i{
  margin-top: -1px;
}

.cham-blog-style-1.pp_photo_gallery .cham-post .cham-post-meta a,
.cham-blog-style-1.pp_video_gallery .cham-post .cham-post-meta a{
  font-size: 14px;
  margin-right: 5px;
}

.cham-blog-style-1.pp_photo_gallery .cham-post .cham-post-meta a:hover,
.cham-blog-style-1.pp_video_gallery .cham-post .cham-post-meta a:hover{
  color: #b3b3b3;
}

.cham-blog-style-1 .cham-post .cham-post-meta span.time.pp_gallery_not_checked{
  display: none;
}

.cham-blog-style-1 .cham-post .cham-post-meta.overflow{
  padding-bottom: 3px;
}

.cham-blog-style-1 .cham-post .cham-post-meta.overflow span.time{
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 0;
}

.cham-blog-style-1 .cham-post .cham-post-meta.overflow span.time i{
  margin-top: 6px;
}

.cham-blog-style-1 .cham-post .cham-post-meta span.info_item i{
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.cham-blog-style-1 .cham-post .cham-post-meta a i{
  margin-top: 6px;
}

.cham-blog-style-1 .cham-post .cham-post-meta span.info_item i{
  margin-top: 7px;
}

.cham-blog-style-1 .cham-post .cham-post-meta a:hover,
.cham-blog-style-1 .cham-post .cham-post-meta a:active,
.cham-blog-style-1 .cham-post .cham-post-meta a:focus {
  text-decoration: none;
}

.cham-blog-style-1 .cham-post .cham-post-meta a:hover {
  color: #000;
}

.cham-blog-style-1 .cham-post .cham-post-meta .info {
  float: left;
  white-space: nowrap;
  margin: 0 5px 10px 0;
}

.cham-blog-style-1 .cham-post .cham-post-meta .tag {
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: none;
}

.cham-blog-style-1 .cham-post .cham-post-meta .tag.to_show{
  display: block;
}

.cham-blog-style-1 .cham-post .cham-post-meta .tag i{
  color:#b3b3b3;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 5px;
}

.cham-blog-style-1 .cham-post .cham-post-meta .tag a:last-child{
  margin-right: 0;
}

/*  */
.cham-blog-style-1 .cham-post .cham-post-meta.list_live_information{
  padding: 0;
  margin: 0 10px 0 20px;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.cham-blog-style-1 .cham-post .cham-post-meta.list_live_information .info{
  margin: 0 5px 0 0;
}

.cham-blog-style-1 .cham-post .cham-post-meta.list_live_information .info.name{
  margin: 0;
  min-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-- tag --*/
.cham-post-image .tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0 0 1px;
  z-index: 2;
 }

.cham-post-image .tag.to_show{
  display: block;
}

.cham-post-image .tag i{
  color:rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  font-size: 13px;
}

.cham-post-image .tag a{
  color:rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
/*-- /tag --*/

.bl_cham-person .cham-post-meta {
  border-top: 1px solid #efefef;
  padding: 10px 0;
  margin: 10px 0 0;
  font-weight: 400;
  clear: both;
  float: left;
  width: 100%;
}

.bl_cham-person .cham-post-meta a {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #b3b3b3;
}

.bl_cham-person .cham-post-meta a i {
  display: inline-block;
  margin-right: 5px;
}

.bl_cham-person .cham-post-meta a:hover,
.bl_cham-person .cham-post-meta a:active,
.bl_cham-person .cham-post-meta a:focus {
  text-decoration: none;
}

.bl_cham-person .cham-post-meta a:hover {
  color: #000;
}

.bl_cham-person .cham-post-meta .tag {
  float: right;
}

/* .bl_cham-person .cham-post-meta .tag i{
  color:#b3b3b3
} */

.bl_cham-person .cham-post-meta .tag a:last-child{
  margin-right: 0;
}


.cham-blog-style-2 .link-block figure {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0;
  position: relative;
  transition: all .4s, opacity .4s linear;
}

.cham-blog-style-2 .link-block figure.to_hide{
    opacity: 0;
}

.cham-blog-style-2 .link-block figure .cham-overlay2 {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.cham-blog-style-2 .link-block figure .img{
  height: 250px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.cham-blog-style-2 .link-block figure .img.image_placeholder{
  /* background-size: 60% auto; */
  background-position: 50% 50%;
  background-color:#a6acb3;
}

.cham-blog-style-2 .link-block:hover .cham-overlay2 {
  opacity: 0;
}

.cham-blog-style-2 .link-block h3 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.cham-blog-style-2 .col-md-4.col-sm-6 {
	min-height: 374px;
}

.cham-blog-style-2 .link-block:hover h3 {
  color: #1784fb;
}

.cham-blog-style-2 .link-block p {
  color: gray;
}

.cham-blog-style-2 .link-block .cham-meta {
  color: #b3b3b3;
  font-size: 13px;
}

.cham-blog-style-2 .link-block img {
  transition: all 0.3s ease;
}

.cham-blog-style-2 .link-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*
///////////////////////////////////////////////////
9.0 FOOTERS
///////////////////////////////////////////////////
*/
.cham-footer-style-1,
.cham-footer-style-2,
.cham-footer-style-3 {
  padding: 58px 0 50px;
}

@media screen and (max-width: 768px) {
  .cham-footer-style-1,
  .cham-footer-style-2,
  .cham-footer-style-3 {
    padding: 30px 0;
  }
}

.cham-footer-style-1 {
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cham-footer-style-1 .p-b {
  padding-bottom: 20px;
}

.cham-footer-style-1 .cham-subscribe {
  padding: 7em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.cham-footer-style-1 .cham-subscribe > .cham-overlay {
  position: absolute;
  background: #000;
  opacity: .45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cham-footer-style-1 .cham-subscribe .form {
  position: relative;
  z-index: 3;
}

.cham-footer-style-1 .cham-subscribe .form h2 {
  color: #fff;
}

.cham-footer-style-1 .cham-subscribe .form p {
  color: rgba(255, 255, 255, 0.8);
}

.cham-footer-style-1 .cham-subscribe .form p:last-child {
  margin-bottom: 0;
}

.cham-footer-style-1 .cham-subscribe .form-group {
  position: relative;
}

.cham-footer-style-1 .cham-subscribe .form-group i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  color: #fff;
}

.cham-footer-style-1 .cham-subscribe .form-control {
  padding-left: 45px;
  padding-right: 30px;
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  height: 52px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cham-footer-style-1 .cham-subscribe .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cham-footer-style-1 .cham-subscribe .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cham-footer-style-1 .cham-subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cham-footer-style-1 .cham-subscribe .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cham-footer-style-1 .cham-subscribe .form-control:focus,
.cham-footer-style-1 .cham-subscribe .form-control:active {
  background: rgba(255, 255, 255, 0.2);
}

.cham-footer-style-1 .cham-subscribe .btn {
  margin-top: 3px;
  height: 52px;
}

.cham-footer-style-1 .cham-footer-inner {
  padding: 7em 0;
  font-family:  Arial, sans-serif;
}

.cham-footer-style-1 .cham-footer-inner .copyright {
  margin-bottom: 20px !important;
  line-height: 1.5;
}

.cham-footer-style-1 .cham-footer-inner .cham-logo {
  margin-bottom: 20px;
}

.cham-footer-style-1 .cham-footer-inner .cham-logo a {
  padding: 0px;
  font-size: 40px;
  color: #4d4d4d;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
}

.cham-footer-style-1 .cham-footer-inner .cham-logo a:hover,
.cham-footer-style-1 .cham-footer-inner .cham-logo a:focus {
  text-decoration: none;
}

.cham-footer-style-1 .cham-footer-inner h3 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family:  Arial, sans-serif;
}

.cham-footer-style-1 .cham-footer-inner p {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 40;
  font-family:  Arial, sans-serif;
}

.cham-footer-style-1 .cham-footer-inner p:last-child {
  margin-bottom: 0;
}

.cham-footer-style-1 .cham-footer-inner .links {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}

.cham-footer-style-1 .cham-footer-inner .links li {
  list-style: none;
  font-family:  Arial, sans-serif;
  padding-bottom:9px;
}

.cham-footer-style-1 .cham-footer-inner .links li a {
  font-size: 15px;
  color: #000;
}

.cham-footer-style-1 .cham-footer-inner .links li a:hover {
  text-decoration: none;
  color: #1784fb;
}
.cham-footer-style-1 .cham-footer-inner .cham-social {
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .cham-footer-style-1 .cham-footer-inner .cham-social {
    text-align: left;
  }
}

.cham-footer-style-1 .cham-footer-inner .cham-social a {
  margin-right: 45px;
  margin-bottom: 10px;
  font-size: 35px;
  color: #000;
}

.cham-footer-style-1 .cham-footer-inner .cham-social a:hover {
  text-decoration: none;
  color: #1784fb;
}

.cham-footer-style-2 {
  background: #232939;
}

.cham-footer-style-2 .cham-logo {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0px;
}

@media screen and (max-width: 480px) {
  .cham-footer-style-2 .cham-logo {
    text-align: center;
  }
}

.cham-footer-style-2 .cham-logo > span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .cham-footer-style-2 .cham-logo > span {
    display: block;
  }
}

.cham-footer-style-2 a {
  color: rgba(255, 255, 255, 0.5);
}

.cham-footer-style-2 a:hover {
  color: white;
}

.cham-footer-style-2 .footer-style-2-link {
  text-align: right;
}

.cham-footer-style-2 .footer-style-2-link > a {
  display: none;
}

@media screen and (max-width: 992px) {
  .cham-footer-style-2 .footer-style-2-link {
    text-align: left;
  }
}

.cham-footer-style-2 .footer-style-2-link ul {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .cham-footer-style-2 .footer-style-2-link ul {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cham-footer-style-2 .footer-style-2-link ul {
    margin-bottom: 20px;
  }
}

.cham-footer-style-2 .footer-style-2-link ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

@media screen and (max-width: 480px) {
  .cham-footer-style-2 .footer-style-2-link ul li {
    display: block;
  }
}

.cham-footer-style-2 .footer-style-2-link ul li a {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 480px) {
  .cham-footer-style-2 .footer-style-2-link ul li a {
    padding: 4px 0;
    display: block;
  }
}

.cham-footer-style-2 .footer-style-2-link ul li a:hover {
  color: white;
}

.cham-footer-style-3 {
  background: #262626;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.cham-footer-style-3 .cham-footer-widget {
  margin-bottom: 30px;
}

.cham-footer-style-3 .cham-footer-widget.fl_right{
  float: right;
}

@media screen and (max-width: 991px) {
  .cham-footer-style-3 .cham-footer-widget.fl_right{
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .cham-footer-style-3 .cham-footer-widget{
    float: none;
    width: 100%;
  }
}

.cham-footer-style-3 .cham-logo {
  /* color: #fff;
  font-size: 24px;
  margin-bottom: 40px; */
  height: 62px;
  margin-bottom: 12px;
}

.cham-footer-style-3 .cham-logo img{
  max-width: 210px;
  max-height: 62px;
  /* margin: 8px 0; */
}

/* .cham-footer-style-3 .cham-logo .logo {
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.1);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 7px;
} */

.cham-footer-style-3 .cham-copyright {
  font-size: 15px;
}

.cham-footer-widget ul.list{
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.3);
}

.cham-footer-widget ul.list li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cham-footer-style-3 h3 {
  color: #fff;
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .cham-footer-style-3 .cham-logo{
    /* height: 42px; */
    height: auto;
  }

  /* .cham-footer-style-3 .cham-logo img{
    max-height: 42px;
  } */

  .cham-footer-style-3 h3 {
    margin-bottom: 20px;
  }
}

.cham-footer-style-3 p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
}

.cham-footer-style-3 a {
  color: rgba(255, 255, 255, 0.3);
}

.cham-footer-style-3 a:hover {
  color: #fff;
}

.cham-footer-style-3 .btn {
  border-color: rgba(255, 255, 255, 0.1);
  color: gray;
}

.cham-footer-style-3 .cham-links {
  padding: 0;
  margin: 0;
}

.cham-footer-style-3 .cham-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.cham-footer-style-3 .cham-links.cham-social .fa {
  font-size: 16px;
  margin: 5px 5px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
  vertical-align: top;
}

.cham-footer-style-3 .cham-links.cham-social .fa.fa-vk {
  font-size: 14px;
}

.cham-footer-style-3 .cham-made {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4em;
}

.cham-footer-style-3 .cham-made p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
}

.cham-footer-style-3 .cham-made p:last-child {
  margin-bottom: 0;
}

.cham-footer-style-3 .cham-made p .heart {
  color: #fb4f59;
}

/* .banner_footer_bl{

} */

.banner_footer{
  margin: -10px auto 50px;
  text-align: center;
  overflow: hidden;
}

.banner_footer:empty{
  display: none;
}

.banner_footer .banner_cont_footer{
  background-color: #363636;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  width: calc(50vw - 10px);
  box-sizing: border-box;
  /* max-width: 50%; */
}

.banner_footer p{
  margin: 0;
}

/* @media screen and (max-width: 768px) {
  .banner_footer{
    margin: -10px auto 5px;
    width: calc(100% - 15px);
  }

  .banner_footer .banner_cont_footer{
    width: calc(100% - 20px);
  }
} */

@media screen and (max-width: 1400px) {
  .banner_footer.styles_disabled{
    margin: -10px auto 10px;
    width: calc(100% - 15px);
  }

  .banner_footer .banner_cont_footer{
    width: calc(100vw - 80px);
  }
}

@media screen and (max-width: 768px) {
  .banner_footer .banner_cont_footer{
    width: calc(100% - 20px);
  }
}

.banner_footer_remove{
    text-align: center;
    width: 100%;
    margin-top: -35px;
    padding-bottom: 50px;
}


/*
///////////////////////////////////////////////////
10.0 TESTIMONIALS
///////////////////////////////////////////////////
*/
.cham-testimonial-style-1,
.cham-testimonial-style-2 {
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  .cham-testimonial-style-1,
  .cham-testimonial-style-2 {
    padding: 3em 0;
  }
}

.cham-testimonial-style-1 {
  background: #f2f2f2;
}

.cham-testimonial-style-1 .box-testimony {
  margin-bottom: 2em;
  float: left;
}

.cham-testimonial-style-1 .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.cham-testimonial-style-1 .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.cham-testimonial-style-1 .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 0;
  display: table;
  color: #1784fb;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cham-testimonial-style-1 .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}

.cham-testimonial-style-1 .box-testimony .author {
  color: gray;
  margin-left: 20px;
  font-size: 15px;
}

.cham-testimonial-style-1 .box-testimony .author .subtext {
  display: block;
  color: #ccc;
  font-size: 16px;
}

.cham-testimonial-style-2 .cham-testimonial-item {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name {
  margin-bottom: 15px;
  float: left;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name a.frame_pic {
  position: relative;
  display: table-cell;
  width: 70px;
  height: 70px;
  float: left;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name a .cham-overlay2 {
  z-index: 1; border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name a:hover .cham-overlay2 {
  opacity: 0;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name img {
  width: 70px;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name .cham-meta {
  float: left;
  margin: 15px 0 0 15px;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name .cham-meta h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-name .cham-meta .cham-company {
  font-weight: bold;
  color: #ccc;
  font-size: 14px !important;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-text {
  font-size: 16px;
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-text p {
  line-height: 28px;
  color: #000;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-text p strong{
  color: #1784fb;
  transition: all 0.5s ease;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-text p strong:hover{
  color: #337ab7;
}

.cham-testimonial-style-2 .cham-testimonial-item .cham-text p:last-child {
  margin-bottom: 0;
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item{
  margin-bottom: 30px;
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item .name_person{
  color: #000;
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item p{
  margin: 0 0 8px;
}

.cham-testimonial-style-2 .bl_cham-person .cham-person .icon_status{
  font-size: 21px;
}

.cham-testimonial-style-2 .bl_cham-person .cham-person .icon_status.online{
  color: #c3ed00;
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item a.frame_pic{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item a.frame_pic .img-responsive{
  transition: .35s, opacity .35s linear;
  height: 70px;
  width: 70px;
  background-size: cover;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item a.frame_pic:hover .img-responsive {
 -webkit-filter: brightness(1.1);
 filter: brightness(1.1);
}

.cham-testimonial-style-2 .bl_cham-person .cham-testimonial-item .img-responsive.hover_photo {
 -webkit-filter: brightness(1.1);
 filter: brightness(1.1);
}

/*
///////////////////////////////////////////////////
11.0 TESTIMONIALS
///////////////////////////////////////////////////
*/

.cham-pricing-style-1,
.cham-pricing-style-2 {
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  .cham-pricing-style-1,
  .cham-pricing-style-2 {
    padding: 3em 0;
  }
}

.cham-pricing-style-1 .cham-price {
  padding-top: 0em;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-family:  Arial, sans-serif;
  color: #1784fb;
  margin-bottom: 30px;
}

.cham-pricing-style-1 .cham-price > span {
  font-size: 16px;
  line-height: 16px;
  font-family:  Arial, sans-serif;
  font-weight: 400;
  color: gray;
}

.cham-pricing-style-1 .cham-currency {
  vertical-align: super;
  font-size: 30px !important;
  color: #1784fb !important;
  position: relative;
}

.cham-pricing-style-1 .cham-pricing-item {
  display: block;
  color: #333333;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 40px 10px;
  margin-bottom: 1.5em;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cham-pricing-style-1 .cham-pricing-item.pricing-feature {
  border-top: 10px solid #1784fb;
  z-index: 9;
}

.cham-pricing-style-1 .cham-pricing-item p:last-child {
  margin-bottom: 0;
}

.cham-pricing-style-1 .cham-pricing-item:hover,
.cham-pricing-style-1 .cham-pricing-item:focus,
.cham-pricing-style-1 .cham-pricing-item:active {
  text-decoration: none;
  outline: none;
}

.cham-pricing-style-1 .cham-pricing-item .cham-pricing-item-lead {
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 15px;
}

.cham-pricing-style-1 .cham-pricing-item .cham-pricing-item-text {
  font-size: 16px;
  color: #a6a6a6;
}

.cham-pricing-style-1 .cham-pricing-item:hover,
.cham-pricing-style-1 .cham-pricing-item.active {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .cham-pricing-style-1 .cham-pricing-item:hover,
  .cham-pricing-style-1 .cham-pricing-item.active {
    margin-top: 0px;
  }
}

.cham-pricing-style-2 {
  background: #58ca7e;
}

.cham-pricing-style-2 .cham-heading {
  color: #fff;
}

.cham-pricing-style-2 p {
  color: rgba(255, 255, 255, 0.7);
}

.cham-pricing-style-2 .pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

.cham-pricing-style-2 .pricing-item {
  font-family: "Montserrat", Arial, sans-serif;
  padding: 2em 3em;
  margin: 1em;
  color: #262b38;
  background: #fff;
  cursor: default;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .cham-pricing-style-2 .pricing-item {
    margin: 1.5em 0;
  }
  .cham-pricing-style-2 .pricing-item.pricing-item--featured {
    z-index: 10;
    margin: 0;
    font-size: 1.15em;
  }
}

.cham-pricing-style-2 .pricing-title {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.cham-pricing-style-2 .pricing-price {
  font-size: 5em;
  font-weight: 800;
  color: #58ca7e;
  position: relative;
  z-index: 100;
}

.cham-pricing-style-2 .pricing-currency {
  font-size: 0.5em;
  vertical-align: super;
}

.cham-pricing-style-2 .pricing-period {
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0 0.5em;
  color: #ccc;
}

.cham-pricing-style-2 .pricing-sentence {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
  font-size: 16px;
  text-align: center;
  color: #999;
}

.cham-pricing-style-2 .pricing-feature-list {
  font-size: 0.95em;
  margin: 0;
  padding: 1.5em 0.5em 2.5em;
  list-style: none;
}

.cham-pricing-style-2 .pricing-feature {
  padding: 0.15em 0;
}

.cham-pricing-style-2 .pricing-action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 5px;
  background: #6ed19c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cham-pricing-style-2 .pricing-action:hover,
.cham-pricing-style-2 .pricing-action:focus {
  background-color: #4F5F56;
}

/*
///////////////////////////////////////////////////
12.0 MISCELLANEOUS
///////////////////////////////////////////////////
*/
/* Burger Menu */
.cham-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.cham-nav-toggle.active i::before,
.cham-nav-toggle.active i::after {
  background: rgba(255, 255, 255, 0.5);
}

.cham-nav-toggle:hover,
.cham-nav-toggle:focus,
.cham-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.cham-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 2px;
  color: #1784fb;
  font: bold 15px/.4 Helvetica;
  text-indent: -55px;
  background: rgba(255, 255, 255, 0.5);
  transition: all .2s ease-out;
}

.cham-nav-toggle i::before, .cham-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cham-nav-toggle i::before {
  top: -7px;
}

.cham-nav-toggle i::after {
  bottom: -7px;
}

.cham-nav-toggle:hover i::before {
  top: -10px;
}

.cham-nav-toggle:hover i::after {
  bottom: -10px;
}

.cham-nav-toggle.active i {
  background: transparent;
}

.cham-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.cham-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.cham-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .cham-nav-toggle {
    display: block;
  }
}

/*# sourceMappingURL=cards.css.map */

/*-- custom --*/
.bootstrap-select.btn-group .dropdown-menu {
  max-height: calc(50vh - 50px) !important;
}

/* .bootstrap-select.btn-group .dropdown-menu{
  transition: all .5s ease-in-out;
} */

/* .bootstrap-select.btn-group.open .dropdown-menu{
} */

.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: calc(50vh - 107px) !important;
}

.bootstrap-select.btn-group .dropdown-menu li{
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 15px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a{
  background-color: #337ab7;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.glyphicon-ok{
  font-size: 0;
  line-height: 0;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 11px;
  background-image: url(../images/icons/icon_check_white.svg);
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-menu > li > a{
  padding: 8px 17px 8px 15px;
  transition: all 0.3s ease;
  color: #333;
}

.dropdown-menu > li.disabled > a, .bootstrap-select.btn-group .dropdown-menu li.disabled a{
  cursor: not-allowed;
}

.dropdown-menu > .active > a,
.dropdown-menu > .selected > a{
  color: #fff !important;
}

.dropdown-menu > li > a i.fa{
  width: 20px;
  text-align: center;
}

.navbar-brand{
  height: 50px;
  padding: 0;
  display: table;
  vertical-align: middle;
}

.navbar-brand .logo{
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

.navbar-brand .logo img{
  max-width: 195px;
  max-height: 40px;
  height: auto;
}

.navbar-form{
  margin: 5px 0 0;
  padding: 0 14px 0 0;
  border-bottom: none;
  box-shadow: none;
}

.navbar-default{
  border: 0;
  height: 50px;
  z-index: 1042;
  touch-action: none;
}

@-moz-document url-prefix() {
  .navbar-default{
    position: sticky;
    margin: 0;
    width: 100vw;
  }

  .top_indent_page{
    margin-top: 0;
  }

  .header{
    margin-top: 0 !important;
  }
}

/*.mobile .navbar-default,
.tablet .navbar-default{
    width: 100vw;
}*/

.navbar-default .container-fluid{
  width: calc(50% + 348px);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
  border-color: #686767;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #6b7c82;
  cursor:default;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #6b7c82;
}

.navbar-form .btn{
  margin-bottom: 0;
}

.navbar-nav > li > a{
  font-size: 15px;
  height: 55px;
  line-height: 14px;
  display: flex;
  align-items: center;
  padding-right: 17px;
}

.navbar-toggle{
  margin: 0;
  padding: 4px 13px;
}

.navbar-nav > li > a .fa{
  margin: 0 5px 0 0;
  line-height: 6px;
}

.navbar-nav > li > a figure{
  /* width: 21px;
  height: 21px; */
  width: 16px;
  /* height: 16px; */
  /* margin: 0 5px 0 0; */
  margin: 0 4px 0 0;
}

.navbar-nav > li > a figure > svg{
  /* width: 21px;
  height: 21px; */
  width: 16px;
  /* height: 16px; */
  /* fill: #97adb7; */
  transition: fill .4s ease;
  vertical-align: middle;
}

.menu_more_menu_navbar_site ul > li > a .icon_fa{
  display: inline-block;
}

.menu_more_menu_navbar_site ul > li > a figure{
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  position: relative;
  /* top: 3px; */
  top: -1px;
  text-align: center;
}

.menu_more_menu_navbar_site ul > li > a figure svg{
  width: 16px;
  height: 16px;
  transition: fill .4s ease;
}

.menu_more_menu_navbar_site ul > li > a figure.fg_groups,
.menu_more_menu_navbar_site ul > li > a figure.fg_groups svg,
.menu_more_menu_navbar_site ul > li > a figure.fg_group_create,
.menu_more_menu_navbar_site ul > li > a figure.fg_group_create svg{
  width: 17px;
  height: 17px;
}

.menu_more_menu_navbar_site ul > li > a figure svg.lg{
  width: 19px;
  height: 19px;
}

.menu_more_menu_navbar_site ul > li > a figure svg.sm{
  width: 14px;
}

.navbar-nav > li.link_count{
  position: relative;
}

.navbar-nav > li.link_count span.count{
  color: #fff;
  background-color: #c60d01;
  display: inline-block;
  vertical-align: top;
  padding: 3px 6px 0 5px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 11px;
  height: 17px;
  border-radius: 10px;
  margin: -6px 0 0 5px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .navbar-nav > li.link_count span.count{
    position: absolute;
    top: 23px;
    right: 10px;
  }
}

.navbar-nav > li span.count{
  display: inline-block;
  vertical-align: top;
  background-color: #c60d01;
  border-radius: 7px;
  padding: 2px 4px 0;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 11px;
  height: 15px;
  color: #fff;
  margin: 3px 0 0;
}

.navbar-collapse{
  border-top: none;
  box-shadow: none;
}

.navbar-collapse .navbar-nav > li > a{
  height: 50px;
  /* padding-top: 23px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
  float: right;
  margin: 0 17px 0 0;
}

.navbar-collapse.in {
  overflow-y: none;
}

.custom_search{
  margin: 9px 0 0;
}

.custom_search .form-control::-webkit-input-placeholder {
  color: rgba(123, 136, 142, 1);
}

.custom_search .form-control:-moz-placeholder {
  color: rgba(123, 136, 142, 1);
}

.custom_search .form-control::-moz-placeholder {
  color: rgba(123, 136, 142, 1);
}

.custom_search .form-control:-ms-input-placeholder {
  color: rgba(123, 136, 142, 1);
}

.custom_search .form-group{
  position: relative;
}

.custom_search .form-control{
  background-color: #4a5256;
  color: #fff;
  border: none;
  height: 32px;
  padding: 0 30px 3px 16px;
  width: 180px;
  border-radius: 17px;
  box-sizing: border-box;
  transition: all .5s ease;
}

.custom_search .form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  background-color: #fff;
}

.custom_search .btn{
  padding: 5px 20px 7px;
}

.custom_search a.link_icon_search{
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 0 17px 17px 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.custom_search a.link_icon_search .glyphicon-search{
  line-height: 31px;
  color: rgba(123, 136, 142, 1);
}

.navbar-header{
  height: 50px;
  /* overflow: hidden; */
}

@media (max-width: 1700px){
  .navbar-collapse .navbar-nav > li > a{
    max-width: 140px;
  }
}

@media (max-width: 1625px){
  .navbar-collapse .navbar-nav > li > a{
    max-width: 130px;
  }
}

/* @media (max-width: 1553px){
  .navbar-collapse .navbar-nav > li > a{
    max-width: 120px;
  }
} */

/* @media (max-width: 920px){
  .navbar-collapse .navbar-nav > li > a{
    max-width: 85px;
  }
} */

@media (max-width: 783px){
  .navbar-collapse .navbar-nav > li > a{
    /* max-width: 85px; */
    max-width: 90px;
    padding-left: 9px;
    padding-right: 9px;
    /* padding-left: 15px;
    padding-right: 15px; */
  }

    #menu_live_list_edge_status_item {
        display: none;
    }
}

@media (max-width: 767px){
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    margin-top: 49px;
    float: none;
    width: 100%;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
      width: 100%;
  }

  .navbar-collapse .navbar-nav > li > a{
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    /* height: 44px;
    padding-top: 20px; */
  }
}

@media (min-width: 768px){
  .navbar-header {
    float: none;
  }
}

.navbar-default .navbar-toggle{
  border: none;
}

.icon_menu_alt{
  background-image: url(../images/icon_menu_alt.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 42px;
  height: 42px;
}

button.icon_nav{
  cursor: pointer;
  width: 60px;
  height: 50px;
  position: relative;
	float: right;
}

button.icon_nav .wrap_nav{
  height: 23px;
  width: 32px;
  top: 13px;
  position: absolute;
}

button.icon_nav .wrap_nav div{
  height: 3px;
  width: 32px;
  background: #fff;
  position: absolute;
  overflow: hidden;
  float: left;
}

button.icon_nav .wrap_nav div:nth-child(1){
  top: 0;
}

button.icon_nav .wrap_nav div:nth-child(2){
  top: 10px;
}

button.icon_nav .wrap_nav div:nth-child(3){
  top: 20px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
  background-color: #222;
}

.navbar-default .navbar-nav > li > a {
  color: #97adb7;
  transition: all .3s ease;
}

/* .navbar-default .navbar-nav > li > a.menu_live_list_edge {
  padding-right: 20px;
} */

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.dropdown .dropdown-menu{
  transition: all 0.3s;
  max-height: 0;
  display: block;
  /* overflow: hidden; */
  opacity: 0;
  padding: 0;
  border: none;
  min-width: auto;
}

.dropdown-menu{
  border: 1px solid #ccc;
  z-index: 1001;
}

.navbar-default .navbar-nav .dropdown-menu{
  transition: all .4s;
  opacity: 1;
  overflow: hidden;
}

.dropdown.open .dropdown-menu{
  max-height: calc(100vh - 55px); /* removed !important */
  opacity: 1;
  top: 50px;
}

ul.menu_vertical_scroll{
  overflow-y: scroll;
  max-height: calc(100vh - 55px);
  margin: 0 -27px 0 0;
  padding: 0;
}

ul.menu_vertical_scroll > li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.menu_vertical_scroll > li > a{
  padding: 8px 27px 8px 15px;
  transition: all 0.3s ease;
  display: block;
  clear: both;
  white-space: normal;
  white-space: nowrap;
  line-height: 1.42857143;
}

ul.menu_vertical_scroll > li > a i.fa{
  width: 20px;
  text-align: center;
}

ul.menu_vertical_scroll > li > a svg {
  width: 18px;
  height: 18px;
  fill: #000;
  vertical-align: middle;
}

.dropdown.open .dropdown-menu .link_count:last-child a{
  border-radius: 0 0 2px 2px;
  padding-bottom: 13px;
}

.dropdown .dropdown-menu .navbar_more_menu_sign_out_edge{
  border-top: 1px solid #e5e5e5;
}

.dropdown .dropdown-menu .navbar_more_menu_sign_out_edge figure,
.dropdown .dropdown-menu .menu_invite_friends_by_sms_edge figure{
  margin: 0 2px 0 1px;
}

.dropdown .dropdown-menu .menu_blogs_edge figure svg,
.dropdown .dropdown-menu .menu_blogs_add_edge figure svg{
  margin-top: 2px;
}

@media (max-width: 768px) {
  .dropdown .dropdown-menu{
    overflow: hidden;
  }

  .dropdown .dropdown-menu .link_count:last-child{
    border-top: 1px solid #1f363f;
  }

  .dropdown.open .dropdown-menu .link_count:last-child a{
    border-radius: 0;
  }
}

.dropdown .dropdown-menu .link_count_s{
  position: relative;
}

.dropdown .dropdown-menu .link_count_s .count{
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 15px;
}

.wrap_icons_info{
  float: right;
}

.bl_icons_info{
  float: right;
  /* margin: 0 15px 0 0; */
  margin: 0 10px 0 0;
}

ul.icons_info{
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  cursor: default;
  height: 50px;
}

ul.icons_info li.icon{
  margin: 0;
  padding: 0;
  /* padding: 14px 0 0; */
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}

ul.icons_info li.icon .glyphicon,
ul.icons_info li.icon .fa{
  transition: all 0.5s ease;
  font-size: 21px;
  margin-right: 3px;
  width: 21px;
  float: left;
  display: block;
}

ul.icons_info li.icon a.icon_link{
  display: inline-block;
  /* padding: 0 6px; */
  padding: 14px 6px;
  position: relative;
  transition: color .3s ease;
}

ul.icons_info li.icon a.icon_link.disabled{
  cursor: default;
}

ul.icons_info li.icon a.icon_link.new_tasks_link.disabled{
  cursor: pointer;
}

ul.icons_info li.icon a.icon_link figure{
  width: 22px;
  height: 22px;
}

ul.icons_info li.icon a.icon_link figure svg{
  width: 22px;
  height: 22px;
  transition: fill .4s ease;
}

ul.icons_info li.icon span.count{
  background-color: #c60d01;
  border-radius: 7px;
  position: absolute;
  /* top: -5px; */
  top: 8px;
  left: 22px;
  padding: 2px 4px 0;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 11px;
  height: 15px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: opacity .5s linear;
  z-index: 1;
}

ul.icons_info li.icon span.count.friends_pending_counter{
  left: 25px;
}

ul.icons_info li.icon span.count.new_events_counter{
  left: 19px;
}

ul.icons_info li.icon span.count.to_show{
  opacity: 1;
}

ul.icons_info li.icon .fa.to_active,
ul.icons_info li.icon .glyphicon.to_active{
    animation: swing .6s ease .2s;
}

/* @-moz-document url-prefix() {
  ul.icons_info li span.count{ padding: 1px 4px 0; }
} */

@media (max-width: 780px) {
  ul.icons_info li.icon a.icon_link{
    /* padding: 0 5px; */
    padding: 14px 5px;
  }
}

@media (max-width: 795px){
  ul.icons_info li.icon a.icon_link{
    padding: 14px 3px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .dropdown-menu{
    width: 100%;
  }

  .navbar-default,
  .navbar-header,
  .navbar-brand,
  button.icon_nav,
  .navbar-brand .logo,
  ul.icons_info{
    height: 49px;
  }

  .navbar{
    min-height: 49px;
  }

  ul.icons_info li.icon a.icon_link{
    padding: 14px 5px;
  }

  /* .top_indent_page{
    margin: 49px 0 0;
  } */

  @-moz-document url-prefix() {
    .top_indent_page{
      margin: 0;
    }
  }
}

@media (max-width: 380px) {
  ul.icons_info li.icon a.icon_link.new_tasks_link{
    display: none;
  }
}

/* -- notification -- */
.notification{
  position: absolute;
  padding: 0;
  top: 50px;
  z-index: 1000;
  margin-top: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.notification .scrollbarY{
  max-height: calc(100vh - 50px);
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.notification .scrollbarY .disable{
  display: block;
  opacity: 0;
}

.notification .scrollbarY .scrollbar{
  position: absolute;
  right: 0;
  transition: opacity .2s linear;
  top: 6px;
}

.notification .scrollbarY .viewport{
  min-width: 334px;
  height: 100%;
  max-height: calc(100vh - 55px);
}

.notification .scrollbarY .overview{
  transition: top .2s;
  position: relative;
}

.notification .scrollbarY .thumb{
  left: 3px;
  background-color: #999;
  width: 6px;
  transition: top .2s;
  border-radius: 10px;
  z-index: 1;
}

.notification .scrollbarY .overview.no_animate,
.notification .scrollbarY .thumb.no_animate{
  transition: none;
}

ul.notification_list{
  margin: 0 17px;
  padding: 0;
}

ul.notification_list li{
  border-bottom: 1px solid #eee;
  padding: 13px 0 15px;
  margin: 0;
  overflow: hidden;
}

ul.notification_list li:last-child{
  border-bottom: none;
}

ul.notification_list li span.text{
  display: block;
  margin: 0 0 7px;
}

ul.notification_list li span a{
  font-weight: bold;
}

ul.notification_lists li .buttons{
  display: table;
  width: 100%;
}

ul.notification_list li button{
  font-size: 14px;
  line-height: 1.2;
  display: table-cell;
  width: calc(50% - 5px);
}

ul.notification_list li button span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0 0 1px;
}

ul.notification_list li button:first-child{
  float: left;
}

ul.notification_list li button:last-child{
  float: right;
}

/* -- friends -- */
.notification.friends{
  min-width: 260px;
}

.notification.friends li{
  display: block;
  /* vertical-align: middle; */
  width: 300px;
  padding: 13px 0 20px;
}

.notification.friends li .cont{
  cursor: pointer;
}

.notification.friends li .cont:hover a.pic{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.notification.friends li .cont:hover a{
  color: #23527c;
}

.notification.friends li span.text{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}

.notification.friends li span.text span.event_time_ago{
  display: block;
  font-size: 14px;
  color: #999;
}

.notification.friends li a.pic{
	width: 45px;
	height: 45px;
	border-radius: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.notification.friends li a.pic img{
	height: 45px;
	object-fit: cover;
  width: 100%;
  border-radius: 50%;
}

.notification.friends li .buttons{
  clear: both;
  margin: 15px 0 0;
}

.notification.friends li a.pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

/* -- events -- */
.notification.events{
  min-width: 260px;
}

.notification.events ul.notification_list{
  margin: 0;
}

.notification.events li{
  display: block;
  /* vertical-align: middle; */
  cursor: pointer;
  width: 334px;
  padding: 13px 17px 15px;
  transition: background-color .5s ease;
}

.notification.events li .cont:hover a.pic{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.notification.events li .cont:hover a{
  color: #23527c;
}

.notification.events li span.text{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 17px;
}

.notification.events li span.text span.event_time_ago{
  display: block;
  font-size: 14px;
  color: #999;
  width: calc(100% - 33px);
}

.notification.events span.event_menu{
  float: right;
  position: relative;
  padding: 5px;
  margin: -18px 0 0;
}

.notification.events span.event_menu:hover .dots_circle,
.notification.events span.event_menu:hover .dots_circle:after,
.notification.events span.event_menu:hover .dots_circle:before{
  background-color: #1784fb;
}

.dots_circle,
.dots_circle:after,
.dots_circle:before{
  content: "";
  position: absolute;
  background-color: #999;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
}

.dots_circle {
  position: relative;
  margin: 0 7px;
}

.dots_circle:after {
  left: -7px;
}

.dots_circle:before {
  right: -7px;
}

.notification.events li span.event_menu ul.more_menu_collapse{
  float: none;
  right: 0;
  left: auto;
  bottom: 100%;
  top: auto;
  margin-bottom: 3px;
  width: max-content;
}

.notification.events li span.event_menu ul.more_menu_collapse li{
  width: auto;
}

.notification.events li span.event_menu ul.more_menu_collapse li a{
  font-weight: normal;
}

.notification.events li span.event_menu ul.more_menu_collapse li a .fa-check{
  margin: 0 3px 0 0;
}

.notification.events li a.pic{
	width: 55px;
	height: 55px;
	border-radius: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.notification.events li a.pic img{
	height: 55px;
	object-fit: cover;
  width: 100%;
  border-radius: 50%;
}

.notification.events li .buttons{
  clear: both;
  margin: 15px 0 0;
}

.notification.events li a.pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.notification.events{
  line-height: 22px;
}

.notification.events li a.events_notification_more{
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 17px 15px;
}

.notification.events li:hover{
  background-color: #f5f5f5;
}

.notification.events li.events_notification_item .more_menu_loader{
  height: 18px;
  width: 18px;
  font-size: 18px;
  top: -1px;
}

.notification.events li.events_more{
  padding: 0;
}

.notification.events li.events_more:hover{
  background-color: transparent;
}

.notification.events li.events_notification_item.new{
  background-color: #f6ffe1;
}

.notification.events li.events_notification_item.new .event_title{
  font-weight: bold;
}

.notification.events li.events_notification_item.hide_more{
  display: none;
}

@media (max-width: 767px) {
  body.drop_collapse{
    overflow: hidden;
  }

  .notification{
    width: 100%;
    top: 49px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: calc(100% - 49px);
    margin: auto;
    position: fixed;
  }

  .drop_collapse .notification:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .notification.friends li{
    width: 100%;
  }

  .notification.events li{
    width: 100%;
  }

  .notification li span{
    white-space: normal;
  }

  .notification .scrollbarY{
    max-height: -webkit-fill-available;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .notification .scrollbarY .scrollbar{
    display: none;
  }

  .notification .scrollbarY .viewport{
    max-height: inherit;
  }
}
/* -- /notification -- */

@media (max-width: 1500px) {
  .custom_search{
    display: none;
  }
}

@media (max-width: 1200px) {
  .navbar-brand{
    padding: 0 0 0 15px;
  }
}

@media (max-width: 992px) {
  .navbar-brand .logo img{
    max-width: 190px;
  }

  .navbar-nav > li > a,
  .navbar-default .navbar-nav .dropdown-menu a{
    font-size: 13px;
  }
}

@media (max-width: 892px) {
  .navbar-nav > li > a{
    font-size: 12px;
    /* padding: 10px 15px; */
    padding: 10px 13px;
  }

  .navbar-brand .logo img{
    max-width: 165px;
  }
}

@media (max-width: 767px) {
  .navbar-nav{
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% + 30px);
  }

  .navbar-nav > li > a,
  .navbar-default .navbar-nav .dropdown-menu a{
    font-size: 14px;
  }

  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }

  .navbar-default .navbar-nav > li > a .caret{
    margin: 2px 0 0 4px;
  }

  .custom_search{
    margin: 0 -14px;
    padding: 0 0 2px;
  }

  .custom_search .form-group{
    margin: 0 14px;
  }

  .custom_search .form-control{
    margin: 14px 0;
    width: 100%;
  }

  .dropdown .dropdown-menu{
    transition: none;
    font-size: 14px;
  }

  .dropdown.open .dropdown-menu{
    max-height: 202px;
    /* overflow-y: auto; */
    border-radius: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  }

  ul.menu_vertical_scroll{
    max-height: 100%;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  ul.menu_vertical_scroll > li > a{
    padding: 16px 15px 0;
    height: 50px;
  }

  .dropdown-menu > li > a i.fa,
  ul.menu_vertical_scroll > li > a i.fa{
    width: 16px;
    padding-right: 3px;
  }

  .dropdown.open .dropdown-menu .link_count_s .count{
    top: 22px;
  }

  .navbar-collapse.in{
    overflow: visible;
  }
}

@media (max-width: 480px) {
  .navbar-default{
    width: 100vw;
  }

  .navbar-brand .logo img{
    max-width: 155px;
  }

  ul.icons_info li a{
    padding: 0 5px;
  }

  ul.icons_info li .glyphicon,
  ul.icons_info li .fa{
    font-size: 18px;
  }

  ul.icons_info li span.count {
    left: 19px;
    height: 14px;
    font-size: 10px;
    line-height: 10px;
  }
}

@media (max-width: 320px) {
  .navbar-brand .logo img{
    max-width: 120px;
  }

  ul.icons_info li a{
    padding: 0 3px;
  }

  ul.icons_info li span.count{
    top: 9px;
    left: 15px;
  }

  ul.icons_info li .glyphicon,
  ul.icons_info li .fa{
    font-size: 15px;
  }
}

/*-- frm_login --*/
.frm_login{
  padding: 5px 0 0;
}

.frm_login .bl{
  /* height: 60px; */
  color: #fff;
}

.frm_login .bl.bl_user .cham-icon{
  padding: 8px 0 0 0;
  margin: 0 -15px 0 0;
}

.frm_login .bl.bl_user .fa{
  font-size: 23px;
}

.frm_login .bl input[type="text"],
.frm_login .bl input[type="password"],
.frm_login .bl .btn.dropdown-toggle{
  padding-top: 8px;
  border: 1px solid #fff;
  box-shadow: none;
}

@-moz-document url-prefix() {
  .frm_login .bl input[type="text"],
  .frm_login .bl input[type="password"],
  .frm_login .bl .btn.dropdown-toggle{
    padding-top: 9px;
  }
}

/* .frm_login .bl input[type="text"]:focus,
.frm_login .bl input[type="password"]:focus{
  outline: 5px auto -webkit-focus-ring-color;
} */

.frm_login .bl input[type="checkbox"]{
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 5px 0 0;
  vertical-align: top;
}

.frm_login .bl label{
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  vertical-align: top;
}

.frm_login .fa{
  font-size: 12px;
  /* width: 12px; */
  display: inline-block;
}

.frm_login .icon_key{
  background-image: url(../images/icons/icon_key.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.frm_login .bl .sign{
  font-size: 12px;
}

.frm_login .bl .sign a{
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}

.frm_login .bl .sign a:hover{
  border-bottom: 1px solid transparent!important;
}

.frm_login .bl .sign a.link{
  color:#fff;
  border-bottom: none;
}

.frm_login .bl .btn{
  height: 42px;
  padding: 0 0 2px;
  margin: 0 0 3px;
}

.frm_login .bl .btn.dropdown-toggle{
  padding: 0 20px 2px;
  background: #fff !important;
}

.frm_login .bl .btn.dropdown-toggle:active,
.frm_login .bl .btn.dropdown-toggle:focus,
.frm_login .bl .btn.dropdown-toggle:hover{
  background: #fff !important;
  outline: none !important;
}

.bl_social{
  margin: 0;
  padding-left: 0;
}

.bl_social a{
  display: inline-block;
  padding: 5px 3px 0;
}

.bl_social .fa{
  font-size: 24px;
}

.frm_login  .bl_social{
  padding: 0 0 0 10px;
}

.frm_login  .bl_social a{
  color: #fff;
}

.frm_login  .bl_social a:first-child{
  padding-left: 0;
}

.frm_login  .bl_social a:hover{
  color: #d9ff55;
}
/*-- /frm_login --*/

/*-- wall --*/
.column {
  padding: 35px 0 10px;
  width: 25vw;
  max-width: 25%;
}

.column.left{
  text-align: right;
  order: 1;
}

.column .bl{
	/* width: 179px; */
  clear: both;
  box-sizing: border-box;
}

.column .bl .wrap_width{
	width: 179px;
}

.column.left .bl{
	padding: 0 5px 20px 0;
	float: right;
  /* text-align: right; */
  margin: 0 18px 0 0;
}

.column.left .bl .wrap_width{
	float: right;
  text-align: right;
}

.column.left .bl.to_hide{
  display: none;
}

.column.right .bl{
	padding: 0 0 20px 5px;
	float: left;
  text-align: left;
  margin: 0 0 0 18px;
}

.column.right .bl.profile_user_more_menu_wrap{
  margin-top: -12px;
}

.column.right .bl .wrap_width{
	float: left;
  text-align: left;
}

.column.right .bl.bl_column_friend_add,
.column.right .bl.bl_column_like_page{
  height: 45px;
  padding-bottom: 0!important;
  margin-bottom: 20px;
  overflow: hidden;
  transition:  height .5s .35s, margin-bottom .35s .35s, opacity .35s .35s linear;
}

.column.right .bl.bl_column_friend_add.to_hide_btn,
.column.right .bl.bl_column_like_page.to_hide_btn{
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  transition:  height .35s, margin-bottom .35s .15s, opacity .25s linear;
}

.column.right .bl .menu_groups_like_edge{
  margin-bottom: 0;
}

/* .column.right .bl .menu_groups_like_edge .icon_fa{
  margin: 0 2px 0 0;
} */

.column .bl.wrap_button + .wrap_section{
  margin-top: 13px;
}

#right_column_friend_bl,
#right_column_friend_online_bl{
  display: none;
}

#right_column_friend_bl.to_show,
#right_column_friend_online_bl.to_show{
  display: block;
}

.column.right{
  order: 3;
}

.column .bl .title{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
  margin: 0 0 20px;
  white-space: nowrap;
}

.column .bl .title a span{
  color: #000;
}

.column .bl .btn{
  padding: 0;
  /* margin-bottom: 15px; */
  height: 45px;
  transition: all 0.5s ease;
}

/* .column .bl .btn.btn_send_message,
.column .bl .btn.btn_friend_add,
.column .bl .btn.btn_add_blog,
.column .bl .btn.btn_add_page{
  margin-bottom: 0;
} */

.column .bl .btn-success.btn_friend_add i {
  display: inline;
  float: none;
  padding: 0;
  font-size: 19px;
}

.column .bl .wrap .more{
  position: relative;
  text-align: right;
  margin: -12px 0 0;
}

.column .bl.profile_user_more_menu_wrap .wrap .more{
  margin: 0;
}

.column .bl .wrap .more .link{
  color: #646464;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 5px;
}

.column .bl .wrap .more .link:hover{
  color: #000;
}

.column .bl .wrap .more .dropdown-menu{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  opacity: 0;
  border: none;
  visibility: hidden;
}

.column .bl .wrap .more.open .dropdown-menu{
  opacity: 1;
  visibility: visible;
}

.column .bl .wrap .more .dropdown-menu > li > a{
  line-height: 1.8;
  padding-left: 10px;
  padding-right: 10px;
}

.column .bl .wrap .more .fa{
  /* width: 16px; */
  width: 18px;
  text-align: center;
  padding: 0;
}

.column .bl .btn.btn-success{
  padding: 0 5px 0 0;
}

.column .bl span.icon{
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
}

.column .bl span i.friends{
  position: relative;
  display: inline-block;
  float: none;
  width: 24px;
  padding: 0;
  margin: -2px 0 0;
  vertical-align: middle;
}

.column .bl span.icon.message{
  background-image: url(../images/icons/icon_email_white.svg);
  width: 18px;
  margin: 0 5px 0 0;
  background-position: 0 45%;
  margin: 0;
}

.column .bl .btn span{
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  line-height: 40px;
}

.column .bl .btn span svg{
  width: 22px;
  height: 22px;
  fill: #fff;
  vertical-align: middle;
  margin: 0 1px 0 0;
}

.column .bl .btn.btn_add_blog span svg{
  margin: 0 2px 0 0;
}

.column .bl .btn span.add, .column .bl .btn span.delete{
  margin: 0 -7px 0 0;
  font-weight: bold;
}

.btn_friend_add_remove .fa-user-plus,
.btn_friend_add_request .fa-user-times,
.btn_friend_add_approve .fa-user-times{
  display: none !important;
}

.column .bl .btn span.add .minus{
  margin-top: -4px;
}

.column ul{
	margin: 0;
	padding: 0;
}

.column ul li{
	padding: 0;
	list-style: none;
}

.column ul.list_photo li:before{
  content: '';
  background-color: #f2f4f6;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  transition: width .38s;
}

.column ul.list_photo li.to_hide_bl:before{
  width: 0;
}

.column.left ul.list_photo li{
  margin: 0 0 13px 9px;
  display: inline-flex;
  transition: all .38s;
}

.column.left ul.list_photo li a{
    transition: width .38s, color .5s ease, filter .5s ease, opacity .3s linear;
}

.column.left ul.list_photo li.to_hide_bl{
    margin-left: 0;
}

.column.left ul.list_photo li.to_hide_bl a{
    width: 0;
}

.column.left ul.list_photo li.to_hide{
    width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    opacity: 0;
}

.column.right ul.list_photo li{
  margin: 0 0 13px;
  float: left;
  transition: all .38s;
  position: relative;
}

.column.right ul.list_photo li.to_hide{
  width: 0;
  margin-right: 0;
}

.column ul.list_photo li a{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.column.right ul.list_photo li a{
  transition: width .38s, margin .38s, color .5s ease, filter .5s ease, opacity .3s linear;
  margin-right: 13px;
}

.column.right ul.list_photo li.to_hide_bl a{
  width: 0;
  margin-right: 0;
}

.column.right ul.list_photo li.more{
  margin: 0;
}

.column.right ul.list_photo li.more:before{
  background: none;
}

.column.right ul.list_photo li.to_hide_bl.more a{
  display: none;
}

.column.right ul.list_photo li i.open_im_user{
  /* font-size: 22px; */
  /* font-size: 18px; */
  font-size: 20px;
  color: #1784fb;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: color .35s, opacity .35s linear, visibility .35s;
  transition: color .35s, opacity .35s linear, visibility .35s;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.column.right ul.list_photo li i.open_im_user:hover{
  color: #337ab7;
}

.mobile .column.right ul.list_photo li i.open_im_user:hover{
  color: #1784fb;
}

.column.right ul.list_photo li:hover i.open_im_user{
  visibility: visible;
  opacity: 1;
  -webkit-transition: color .35s, opacity .35s linear, visibility 0s;
  transition: color .35s, opacity .35s linear, visibility 0s;
}

.column.right ul.list_photo li a.list_photo_link_live_now:hover ~ i.open_im_user{
  visibility: hidden;
  opacity: 0;
}

.column.right ul.list_photo li.more a{
  border-radius: 0;
}

.column.right ul.list_photo li.more a.dots div{
  height: 4px;
  width: 18px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.column.right ul.list_photo li.more a.dots span {
  background-color: #1784fb;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 3px 0 0;
}

.column.right ul.list_photo li.more a.dots span:last-child {
  margin: 0;
}

.column ul.list_photo li a.to_hide{
  opacity: 0;
}

.column ul.list_photo li a img{
	height: 45px;
	object-fit: cover;
  width: 45px;
  border-radius: 50%;
}

.column ul.list_photo li a:hover{
  filter: brightness(1.1);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .column ul.list_photo li a img{
    height: auto;
  }

  .column ul.list_photo.videos li a img{
    height: 45px;
    width: auto;
    border-radius: 0;
  }
}


.column.right ul.list_photo.column_blogs_list li,
.column.left ul.list_photo.column_blogs_list li{
    margin: 0 0 13px;
    float: none;
    width: 100%;
}

.column.right ul.list_photo.column_blogs_list li a,
.column.left ul.list_photo.column_blogs_list li a{
    display: inline-block;
}

.column.right ul.list_photo.column_blogs_list li .column_blogs_list_title,
.column.left ul.list_photo.column_blogs_list li .column_blogs_list_title{
    font-size: 13px;
    line-height: 18px;
    display: block;
    width: calc(100% - 58px);
    float: right;
    margin: 0;
    border-radius: inherit;
    overflow: hidden;
    display: flex;
}

.column.left ul.list_photo.column_blogs_list li a{
    margin-right: 13px;
}

.column.left ul.list_photo.column_blogs_list li .column_blogs_list_title{
    text-align: left;
}

.column.right ul.list_photo.column_blogs_list li .column_blogs_list_title span,
.column.left ul.list_photo.column_blogs_list li .column_blogs_list_title span{
  margin: auto 0;
  font-weight: bold;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.column ul.list_info{
  margin: -10px 0 13px;
}

.column ul.list_info li{
    font-size: 14px;
    color: #000;
}

.column ul.list_info li span.icon{
  display: block;
  float: left;
  width: 16px;
  height: 24px;
  margin: 0 7px 0 0;
  text-align: center;
}

.column ul.list_info li span.icon.city{
  font-size: 18px;
}

.column ul.list_info li span.icon.gender{
  font-size: 18px;
}

.column ul.list_info li.right_column_about_me_bl{
  margin-top: 10px;
}

.column .bl.bl_right_column_info_group{
  padding-bottom: 10px;
}

.column .bl.bl_right_column_info_group ul.list_info li.right_column_about_me_bl{
  margin-top: 0;
}

.column ul.custom_menu li{
  font-size: 14px;
  margin: 0 0 7px;
}

.wall_wrapper{
  display: flex;
  width: 100vw;
  max-width: 100%;
  background-color: #fff;
}

.wall_wrapper.hide_column_right .column.right,
.wall_wrapper.hide_column_right .column.left{
    opacity: 0;
}

.wall {
    /* width: calc(50vw - 17px); */
    width: 50vw;
    /* width: 50%; */
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-top: none;
    background-color:#fff;
    /* float: left; */
    order: 2;
}

.wall .bl_post_wall > .container{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
 }

.wall .container.container_wall_items{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

 .wall_one_column > .container.wall_up{
  padding-left: 0;
  padding-right: 0;
 }

 .wall .bl_post_wall > .container > .col-lg-12{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
 }

.wall .people_wrap.page_list,
.wall .blogs_wrap.page_list{
    padding: 30px 0 80px;
}

.wall.one_column{
    border: none;
    float: none;
    margin: auto;
}

.wall.one_column h3.cham-heading{
    margin: 0 0 17px;
}

.wall.one_column .p-b{
    padding: 0 0 31px;
}

.bl_wall .add_shadow{
  box-shadow: 0px 10px 30px 0px #fff;
  position: relative;
  z-index: 2;
}

.bl_wall .add_shadow_post{
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 20px -10px #fff;
}

.bl_wall .add_shadow_remove{
  box-shadow: 0px 23px 0px 0px #fff;
  position: relative;
  z-index: 2;
}

.bl_wall .add_shadow_comm{
  box-shadow: 0 18px 25px -12px #fff;
  position: relative;
  z-index: 2;
}

.bl_wall{
  position: relative;
  z-index: 2;
  min-height: 400px;
  overflow: hidden;
}

.bl_wall .add_shadow_top{
  box-shadow: 0 -12px 25px -12px #fff;
  z-index: 2;
}

/* .wall_one_column{

} */

.wall .people_wrap h3.cham-heading{
  margin-bottom: 0;
}

.user_wall_info{
  display: table;
  width: 100%;
  /* margin: 0 0 20px; */
  margin: 0 0 15px;
}

.user_wall_info .photo {
  display: table-cell;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  position: relative;
}

.user_wall_info .photo i.open_im_user{
  font-size: 22px;
  color: #1784fb;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: color .35s, opacity .35s linear, visibility .35s;
    transition: color .35s,opacity .35s linear, visibility .35s;
  -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.user_wall_info .photo:hover i.open_im_user{
  visibility: visible;
  opacity: 1;
  -webkit-transition: color .35s, opacity .35s linear, visibility 0s;
          transition: color .35s, opacity .35s linear, visibility 0s;
}

.user_wall_info .photo i.open_im_user:hover{
  color: #337ab7;
}

.mobile .user_wall_info .photo i.open_im_user:hover{
  color: #1784fb;
}

.user_wall_info .photo a.pic{
  display: block;
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center top;
  border-radius: 50%;
  background-color: #f2f4f6;
}

.user_wall_info .photo a.pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.user_wall_info .info{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
	width: 100%;
}

.user_wall_info .info .name {
	display: block;
	width: 100%;
  color:#000;
	font-size: 19px;
}

.user_wall_info .info .name strong{
  font-weight: normal;
}

.user_wall_info .info .name .wall_item_title_info{
  font-weight: normal;
}

.user_wall_info .info .name .wall_item_title_info:empty{
    display: none;
}

.user_wall_info .info .data {
	display: block;
	width: 100%;
  font-size: 14px;
  color:#999;
}

.user_wall_info .comment_time_ago{
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
  display: inline-block;
}

.user_wall_info .comment_time_ago:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #b3b3b3;
}

.user_wall_info .comment_time_ago.private_group_access:after,
.user_wall_info .comment_time_ago.post_no_access:after{
  display: none;
}

.user_wall_info .info .data .comment_delete{
  margin: 0 0 0 -6px;
}

.user_wall_info .comment_delete{
  position: relative;
}

.user_wall_info .comment_delete .more_menu_collapse{
	z-index:4;
}

.user_wall_info .comment_access{
  position: relative;
  /* padding-left: 15px;
  margin-left: 10px; */
  min-width: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.user_wall_info .comment_access .fa-users{
  font-size: 13px;
}

.user_wall_info .comment_access .fa-lock{
  font-size: 15px;
}

.user_wall_info .comment_access .fa-eye{
  font-size: 14px;
}

.user_wall_info .comment_access.public .fa-users,
.user_wall_info .comment_access.public .fa-lock,
.user_wall_info .comment_access.private .fa-eye,
.user_wall_info .comment_access.private .fa-users,
.user_wall_info .comment_access.friends .fa-eye,
.user_wall_info .comment_access.friends .fa-lock{
    display: none;
}

.user_wall_info .comment_access.not_active{
    cursor: default;
}

/* .user_wall_info .comment_access:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #b3b3b3;
} */

.user_wall_info .icon_chevron_down{
  /* background-image: url(../images/icons/icon_chevron_down_gray.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto; */
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.user_wall_info .icon_chevron_down svg{
  fill: #b3b3b3;
  width: 26px;
  height: 26px;
  margin: 1px 0 0;
}

.user_wall_info .more {
  display: table-cell;
  vertical-align: top;
	width: 26px;
	text-align: right;
}

.user_wall_info .more .more_menu_collapse.more_menu_right{
  /* right: 0; */
  box-shadow: 0 2px 7px rgba(0, 0, 0, .175);
}

@-moz-document url-prefix() {
  .user_wall_info .more .more_menu_collapse.more_menu_right{
    right: 8px;
  }
}

.wall_post {
	color:#000;
  font-size: 15px;
  clear: both;
  margin: 0 0 16px;
}

.wall_item_comment{
  word-wrap: break-word;
}

.wall_image_post_meta_link{
  margin-top: 8px;
}

.wall_post_meta_link_title:empty,
.wall_post_meta_link_description:empty{
  display: none;
}

.wall_image_post_meta_link .wall_post_meta_link_title{
  margin-top: 0;
  line-height: 30px;
}

.wall_post_meta_link_title,
.wall_post_meta_link_description{
  display: block;
  text-align: left;
  padding: 15px;
  cursor: pointer;
  color:#000;
  background-color: #f2f4f6;
}

.wall_post_meta_link_title{
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 9px;
  color: #1784fb;
}

.wall_post .wall_post_meta_link_title{
	margin-top: 8px;
}

.wall_post_meta_link_title ~ .wall_post_meta_link_description{
  padding-top: 0px;
  margin-top: -7px;
}



.wall_item_comment br,
.blog_post_comment_item br,
.ls_comment_item br/*,
.pp_gallery_comment_item br*/{
  content: "";
  /* line-height: 16px;
  height: 16px; */
  line-height: 8px;
  height: 8px;
  display: block;
}

/*
.wall_item_comment br + br{
  height: 8px !important;
} */

.wall_item_comment .txt{
  margin: 0 0 15px;
}

.wall_item_comment .txt:last-child{
  margin: 15px 0 -10px;
}

.txt + .wall_image_post,
.txt + .wall_video_post{
  margin-top: 0;
}

.wall_image_post ~ .txt:last-child{
  margin: -2px 0 16px;
}

.wall_post_item .one_media_youtube,
.wall_post_item .one_media_vimeo,
.wall_post_item .one_media_metacafe,
.wall_post .wall_video_post.wall_one_video .video-js,
.wall_post .wall_video_post.wall_one_video .video-js object,
.wall_post .wall_video_post.wall_one_video video.video_native,
.wall_post .wall_video_post.wall_one_video video.video_native object,
.wall_video_post .one_media_vimeo,
.wall_video_post .one_media_youtube,
.wall_video_post .one_media_metacafe{
  width: 100%;
}

.wall_post .wall_video_post .player_custom{
  opacity: 0;
}

.wall_post .wall_video_post .player_custom.to_show{
  opacity: 1;
  transition: opacity .3s linear;
}

.wall_video_post{
  margin: 23px 0 20px;
  line-height: 0;
  position: relative;
}

.blogs_post_content .wall_video_post,
.editor .cont .wall_video_post{
  margin: 10px 0 20px;
}

.wall_post .wall_video_post .wall_image_post img{
  width: 100%;
}

.wall_post .wall_video_post h4:empty{
  display: none;
}

.wall_post .wall_video_post h4{
  margin: 16px 0 -4px;
  line-height: 26px;
}

.wall_image_post{
  position: relative;
  margin: 23px 0 20px;
}

p + .wall_image_post{
  margin: 0 0 20px;
}

.play_button{
  background-color: rgba(255, 255, 255, 0);
}

.play_button{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  line-height: 1.38em;
  height: 1.45em;
  width: 1.45em;
  font-size: 4.5em;
  border: 0.05em solid #fff;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 100%;
  transition: all 0.4s;
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  outline: none;
  padding: 0;
  transition: opacity .4s ease-in-out;
  opacity: .7;
  box-shadow: 0 0 25px rgba(0, 0, 0, .10);
}

.play_button:hover{
  opacity: 1;
}

.play_button:hover ~ .hover-brightness{
  -webkit-filter: brightness(1.08);
  filter: brightness(1.08);
}

.play_button:before{
  content: '\f101';
}

.play_pause .play_button:before{
    content: '\f103';
}

@media (max-width: 1500px) {
  .play_button{
    font-size: 3.5em;
  }
}

.filter_result .play_button{
  font-size: 3.5em;
}

.filter_result .col-md-4 .play_button,
.filter_result .col-md-3 .play_button,
.filter_result .col-md-0 .play_button{
  /* font-size: 3.5em; */
  display: none;
}

.songs_list .filter_result .col-md-4 .play_button{
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(0, 0, 0, 1);
  opacity: .8;
}

.songs_list .filter_result .col-md-4 .play_button:hover{
  opacity: 1;
}

.songs_list .filter_result .col-md-4 .play_button::after{
  content: '\f101';
  display: block;
  color: rgba(255, 255, 255, 1);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.songs_list .filter_result .col-md-4 .play_pause .play_button::after{
  content: '\f103';
}

.wall_post .wall_video_post .comments{
  color: #1784fb;
  cursor: pointer;
  transition: all .5s ease;
}

.wall_post .wall_video_post .comments:hover{
  color: #23527c;
}

.wall_post .wall_video_post .comments .fa{
  margin: 0 3px 0 0;
}

@media (max-width: 480px) {
  .wall_post .wall_video_post h4{
    font-size: 14px;
  }
}

.wall_post .wall_image_post{
  background-color:#dfe2e5;
  text-align: center;
}

.wall_post .wall_image_post img{
  /*max-width: 690px;
  width: 100%;*/
  max-width: 100%;
  /* max-height: 70vh; */
  max-height: 700px;
}

.wall_post .wall_image_post.wall_image_post_music.song_no_image{
  cursor: pointer;
}

.wall_post .wall_image_post.wall_image_post_music img{
  min-width: 217px;
  max-width: 100%;
  max-height: 375px;
  object-fit: cover;
  min-height: 217px;
}

.wall_post .wall_image_post.wall_image_post_music.song_no_image{
  background-color:#6c7a86;
}

.wall_post .wall_one_image h4:empty{
  display: none;
}

.wall_post .wall_one_image h4{
  margin: 20px 0 5px;
  line-height: 27px;
}

.wall_image_post + h4{
  margin: 20px 0 18px !important;
}

.wall_post .wrap_list_photos{
  /* background-color:#f0f3f5; */
  text-align: center;
  border-radius: 3px;
  /* margin-top: 22px; */
  line-height: 0;
  /* margin: 22px 0 17px; */
  margin: 22px 0 20px;
}

.wall_post .wrap_list_photos .bl_list_photos{
  word-wrap: break-word;
  /* max-width: 660px;
  min-width: 94px; */
  text-align: left;
  display: inline-block;
}

.wall_post ul.list_photos{
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

.wall_post ul.list_photos li{
  margin: 0 1px 0 0;
  padding: 0;
  display: inline-block;
}

.wall_post ul.list_photos li a{
  display: inline-block;
  transition: 1s;
}

.wall_post ul.list_photos li a:hover{
  transition: 1s;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1) contrast(1.1);
}

.wall_post ul.list_photos li:last-child{
  margin: 0;
}

/*-- wall_list_photos --*/
.wall_post .bl_list_photos.wall_list_photos ul.list_photos li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.wall_post .bl_list_photos.wall_list_photos{
  width: 100%;
  /* display: block; */
}

.wall_post .bl_list_photos.wall_list_photos ul.list_photos{
  width: 100%;
  display: block;
}
/* 2 */
.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li{
  float: left;
  margin: 0;
  overflow: hidden;
}

.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li a{
  display: block;
}

.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li a {
  width: 100%;
  margin: auto;
  background: #f0f3f5;
  overflow: hidden;
  position: relative;
}

.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li a img{
  position: absolute;
}

.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li a:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li:nth-child(1){
  width: 50%;
  padding: 0 5px 0 0;
}

.wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li:nth-child(2){
  width: 50%;
  padding: 0 0 0 5px;
}

/* 3 */
.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li{
  margin: 0;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li a{
  display: block;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(1){
  width: 100%;
  height: 480px;
  margin: 0 0 10px;
  text-align: center;
  background-color: #f0f3f5;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(1) img{
  height: 480px;
  /* width: auto;
  object-fit: initial;
  object-position: 50% 0; */
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(2) a,
.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(3) a {
  width: 100%;
  margin: auto;
  background: #f0f3f5;
  overflow: hidden;
  position: relative;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(2) a img,
.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(3) a img{
  position: absolute;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(2) a:before,
.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(3) a:before{
  content: "";
  padding-top: 100%;
  float: left;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(2){
  width: calc(50% - 5px);
  margin: 0 5px 0 0;
}

.wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(3){
  width: calc(50% - 5px);
  margin: 0 0 0 5px;
}
/* 4 */
.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li{
  margin: 0;
  height: 200px;
  overflow: hidden;
  float: left;
}

.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li a{
  display: block;
  height: 200px;
}

.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(1){
  width: calc(70% - 5px);
  height: 620px;
  margin: 0 5px 0 0;
}

.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(1) img{
  height: 620px;
}

.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(2),
.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(3){
  width: calc(30% - 5px);
  margin: 0 0 10px 5px;
}

.wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(4){
  width: calc(30% - 5px);
  margin: 0 0 0 5px;
}
/* 5 */
.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li{
  margin: 0;
  overflow: hidden;
  float: left;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li a{
  display: block;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(1){
  width: calc(50% - 5px);
  margin: 0 5px 10px 0;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(2){
  width: calc(50% - 5px);
  margin: 0 0 10px 5px;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li a {
  width: 100%;
  margin: auto;
  background: #f0f3f5;
  overflow: hidden;
  position: relative;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li a img{
  position: absolute;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li a:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(3),
.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(4),
.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(5){
  width: calc(33.33% + 3.35px);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(3){
  margin: 0 0 0 -5px;
}

.wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(5){
  margin: 0 -5px 0 0;
}

/* 6 */
.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li{
  margin: 0;
  float: left;
  width: calc(20% + 2px);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li a{
  display: block;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(n+2) a {
  width: 100%;
  margin: auto;
  background: #f0f3f5;
  overflow: hidden;
  position: relative;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(n+2) a img{
  position: absolute;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(n+2) a:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1){
  width: 100%;
  height: 520px;
  margin: 0 0 10px;
  text-align: center;
  background-color: #f0f3f5;
  border: none;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1) a:hover{
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05) contrast(1.05);
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(2){
  margin-left: -5px;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(6){
  margin-right: -5px;
}

.wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1) img{
  height: 520px;
  width: auto;
  object-fit: initial;
  object-position: 0 0;
}

@media (max-width: 480px) {
  /* 2 */
  .wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li:nth-child(1){
    padding: 0 .5px 0 0;
  }

  .wall_post .bl_list_photos.wall_list_photos_2 ul.list_photos li:nth-child(2){
    padding: 0 0 0 .5px;
  }
  /* 3 */
  .wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(1){
    height: 302px;
    margin: 0 0 1px;
  }

  .wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(1) img{
    height: 302px;
  }

  .wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(2){
    width: calc(50% - .5px);
    margin: 0 .5px 0 0;
  }

  .wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(3){
    width: calc(50% - .5px);
    margin: 0 0 0 .5px;
  }
  /* 4 */
  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li,
  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li a{
    height: 80px;
  }

  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(1){
    width: calc(75% - 1px);
    height: 242px;
    margin: 0 1px 0 0;
  }

  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(1) img{
    height: 242px;
  }

  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(2),
  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(3){
    width: 25%;
    margin: 0 0 1px;
  }

  .wall_post .bl_list_photos.wall_list_photos_4 ul.list_photos li:nth-child(4){
    width: 25%;
    margin: 0;
  }
  /* 5 */
  .wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(1){
    width: calc(50% - .5px);
    margin: 0 .5px 1px 0;
  }

  .wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(2){
    width: calc(50% - .5px);
    margin: 0 0 1px .5px;
  }

  .wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(3),
  .wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(4),
  .wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(5){
    width: calc(33.33% + 1.37px);
    border-left: 1px solid transparent;
    border-right: 0 solid transparent;
  }

  .wall_post .bl_list_photos.wall_list_photos_5 ul.list_photos li:nth-child(3){
    margin-left: -1px;
  }
  /* 6 */
  .wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1){
    height: 302px;
    margin: 0 0 1px 0;
  }

  .wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1) img{
    height: 302px;
  }

  .wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li{
    width: calc(20% + .2px);
    border-left: 1px solid transparent;
    border-right: 0 solid transparent;
  }

  .wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(2) {
    margin-left: -1px;
  }
}

@media (max-width: 320px) {

  .wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(1),
  .wall_post .bl_list_photos.wall_list_photos_3 ul.list_photos li:nth-child(1) img{
    height: 252px;
  }

  .wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1),
  .wall_post .bl_list_photos.wall_list_photos_6 ul.list_photos li:nth-child(1) img{
    height: 252px;
  }
}
/*-- /wall_list_photos --*/

.wall_post p{
  padding: 0 0 15px;
  margin: 0;
}

.wall_post p.wall_group_social_created_title{
    /*font-weight: bold;*/
}

.wall_post p.data_orig{
    display:none;
}

.wall_post .bl_pic{
  width: 99%;
  background-color:#f9fafb;
  margin: 10px 0 0;
  text-align: center;
}

.wall_post .bl_pic img{
  max-width: 100%;
}

.wall_post .bl_pic a:hover{
  -webkit-filter: brightness(1.06);
  filter: brightness(1.06);
}

#wall_up{
  background-color: #d2d6da;
  width: 22px;
  height: 55px;
  position: fixed;
  z-index: 1;
  bottom: -100px;
  margin: 0 0 0 -24px;
  padding: 6px 2px 0 0;
  left: 25%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color:#fff;
  border-radius: 5px;
}

#wall_up div{
  width: 10px;
  height: 10px;
  margin: 3px auto;
  border: solid;
  border-width: 2px 0 0 2px;
  -webkit-transform: scale(.75) translateY(3px) rotate(45deg);
  transform: scale(.75) translateY(3px) rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
  will-change: transform;
  filter: blur(0px);
}

#wall_up.down div{
  -webkit-transform: scale(.75, -.75) translateY(2px) rotate(45deg);
  transform: scale(.75, -.75) translateY(2px) rotate(45deg);
}

#wall_up:hover{
  background-color: #babec2;
}

.wall_one_column #wall_up{
  left: auto;
}

.wall_load_old_items{
  text-align: center;
}

.wall_no_items{
  /* padding: 150px 0; */
  padding: 100px 0 200px;
  text-align: center;
  color: #ebebeb;
  overflow: hidden;
  display: none;
}

.wall_no_items.to_show{
  display: block;
}

.wall_no_items .fa{
  font-size: 130px;
}

.wall_no_items span{
  display: block;
  color: #dedede;
}

@media (max-width: 767px) {
  .user_wall_info .photo,
  .user_wall_info .photo a.pic{
    width: 66px;
    height: 66px;
  }
}

@media (max-width: 480px) {
  .user_wall_info{
    margin: 0 0 15px;
  }

  .user_wall_info .photo,
  .user_wall_info .photo a.pic{
    width: 46px;
    height: 46px;
  }

  .user_wall_info .info{
    padding: 0 0 0 10px;
  }

  .user_wall_info .info .name{
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
  }

  .user_wall_info .info .data{
    line-height: 22px;
  }

  .wall_no_items{
    padding: 70px 0;
  }

  .wall_no_items .fa{
    font-size: 90px;
  }
}

@media (max-width: 320px) {
  .wall_no_items{
    padding: 30px 0;
  }

  .wall_no_items .fa{
    font-size: 50px;
  }
}

.who_liked {
	display: block;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  color: #999;
  overflow: hidden;
  /* height: 26px; */
  height: 19px;
  /* margin: 20px 0 0; */
  /* margin: 13px 0 0; */
  /* margin: 17px 0 0; */
  /* margin: 0 0 17px; */
  margin: 0 0 20px;
}

.who_liked .who_liked_bl{
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.who_liked .who_liked_bl.to_state{
  opacity: 1;
  transition: all .3s, opacity .3s linear;
}

.who_liked .who_liked_bl.to_top_op{
  opacity: 0;
}

.who_liked .who_liked_bl.to_top{
  transform: translateY(-100%);
}

.who_liked .who_liked_bl.to_state_op{
  transform: translateY(-100%);
  transition: all .25s, opacity .25s linear;
  opacity: 0;
}

.who_liked.wall_like_hide{
  display: none;
}

.who_liked .who_liked_link{
  position: relative;
}

.who_liked .glyphicon{
  font-size: 15px;
  margin: 0 1px 0 0;
  width: 15px;
  cursor: pointer;
  color: #000;
  top: 2px;
}

.like_comment_and_share ul.list li.feed_share {
	margin-right: 5px;
}

.feed_btn_like .feed_like_like{
  display: inline-block;
}

.feed_btn_like .feed_like_unlike{
  display: none !important;
}

.feed_btn_like.wall_like_hidden .feed_like_like{
  display: none !important;
}

.feed_btn_like.wall_like_hidden .feed_like_unlike{
  display: inline-block !important;
  color: #999;
}

.feed_btn_report{
	white-space: nowrap;
	position: relative;
}

.like_comment_and_share ul.list li a.wall_post_report {
	line-height: 1.42857143;
}

.like_comment_and_share ul.list li a.wall_post_report .fa{
	vertical-align: baseline;
	margin-top: 0px;
	margin-right: 0px;
	width: 14px;
}

.like_comment_and_share ul.list li.feed_btn_report a {
	display: flex;
}

.like_comment_and_share ul.list li.feed_btn_report a.feed_btn_report_link .fa {
	margin-top: 9px;
}

.feed_btn_report .more_menu_collapse.more_menu_right {
	top: 33px;
	font-size: 14px;
}

.like_comment_and_share {
	width: 100%;
	min-height: 34px;
  max-width: 100%;
  /* margin: 15px 0 10px; */
  /* margin: 15px 0; */
  /* margin: 20px 0 15px;*/
  margin: 0 0 15px;
  font-size: 14px;
  /* line-height: 34px; */
	background-color:#f2f4f6;
	padding: 0 15px;
  border-radius: 4px;
}

.bl_wall_blog_post .like_comment_and_share{
    background-color:transparent;
}

/* .who_liked + .like_comment_and_share {
    margin: 17px 0 15px;
} */

/* .wall_like_hide + .like_comment_and_share {
  margin: 21px 0 15px;
} */

@-moz-document url-prefix() {
  .like_comment_and_share .clearfix{
    width: 100vw;
  }
}

.like_comment_and_share.more{
    /* margin-bottom: 15px;
    text-align: center;*/
    cursor: pointer;
    transition: all .5s ease;
    margin: 15px 0;
}

.photo_one_comments .like_comment_and_share_bl .like_comment_and_share.more{
    margin-top: 0;
}

.like_comment_and_share_bl{
    overflow: hidden;
}

.bl_wall .like_comment_and_share_bl{
    display: none;
    margin-top: -10px;
    /*margin-bottom: 27px;*/
}

.ls_like_comment_and_share_bl{
    width: 100%;
}

.ls_like_comment_and_share_bl .like_comment_and_share.more{
    margin-top: 0px;
}

.bl_wall.bl_wall_blog_post .like_comment_and_share_bl{
    display: block;
}

.bl_wall .wall_items_layer{
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity .35s linear, visibility .35s;
}

.bl_wall .wall_items_layer.to_show{
	opacity: 1;
	transition: opacity .35s linear, visibility 0s;
	visibility: visible;
}

.bl_post_wall_items .like_comment_and_share.more{
  background-color: transparent;
  margin: 10px 0;
}

.bl_wall .like_comment_and_share_bl.to_show{
  display: block;
}

.bl_wall .like_comment_and_share.more.to_new{
  font-weight: bold;
}

.like_comment_and_share > a{
  color: #000;
}

.like_comment_and_share_bl .like_comment_and_share.more > a{
  color: #1784fb;
}

.like_comment_and_share_bl .like_comment_and_share.more > a .glyphicon{
  top: 3px;
  margin-right: 2px;
}

.like_comment_and_share.more{
  color: #1784fb;
  line-height: 34px;
}

.like_comment_and_share.more .more_title{
  position: relative;
}

.like_comment_and_share.more:hover{
  color: #23527c;
}

.like_comment_and_share_bl.disabled .like_comment_and_share.more{
  color: #1784fb;
  cursor: default;
}

.like_comment_and_share ul.list{
  margin: 0;
  padding: 0;
  float: left;
}

.like_comment_and_share ul.list li{
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  list-style-type: none;
}

.like_comment_and_share ul.list li a{
  color: #000;
  line-height: 34px;
  display: inline-block;
}

.like_comment_and_share ul.list li a:hover{
  color: #1784fb;
}

.like_comment_and_share .glyphicon.glyphicon-thumbs-up{
  font-size: 14px;
  margin-right: 7px;
  width: 13px;
  top: 2px;
}

.like_comment_and_share .fa{
  margin-right: 2px;
  width: 13px;
  vertical-align: top;
}

.like_comment_and_share .fa.fa-comment-o{
  margin-top: 9px;
  margin-right: 7px;
}

.like_comment_and_share .fa.fa-share-square-o,
.like_comment_and_share .fa.fa-exclamation-triangle{
  margin-top: 10px;
}

.how_many_comments_shares {
	float: right;
	font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.how_many_comments_shares li{
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0 0 0 13px;
  float: left;
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: opacity .35s linear, visibility 0s;
}

.how_many_comments_shares li.wall_item_comments_count{
  line-height: 34px;
}

.how_many_comments_shares li.wall_item_comments_count.to_hide{
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s linear, visibility .35s
}

.how_many_comments_shares li.wall_item_shares_count.to_hide{
    display:none;
}

.how_many_comments_shares li.wall_item_shares_count.to_hide_1{
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s linear, visibility .35s;
}

.how_many_comments_shares li:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
  visibility: visible;
  opacity: 1;
  transition: opacity .35s linear, visibility 0s;
}

.how_many_comments_shares li.wall_item_comments_count.to_hide + li:before{
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s linear, visibility .35s
}

/*.how_many_comments_shares li:last-child{
  margin: 0;
  padding: 0;
}*/

.how_many_comments_shares li:first-child:before{
  display: none;
}

.how_many_comments_shares li a{
  display: inline-block;
  line-height: 34px;
}

.bl_post_wall{
    background: #fffedd;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 30px;
    margin: 0 -30px;
    z-index: 3!important;
    display: none;
}

.bl_post_wall.to_show{
    display: block;
}

.bl_post_wall .photo{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	margin-top: 2px;
}

.bl_post_wall .photo .pic{
  background-size: cover;
  background-position: center top;
  background-color: #ccc;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

.bl_post_wall .photo .pic:hover{
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.bl_post_wall .photo .pic.to_hide{
    opacity:0;
}

.bl_post_wall .field_comment{
  margin-top: 0;
  padding-top: 0;
  width: calc(100% - 80px);
  display: block;
  float: left;
  position: relative;
}

.bl_post_wall textarea,
.bl_post_wall .textarea{
	width: 100%;
	min-height: 43px;
	resize: none;
	padding: 11px 5px 9px 15px;
	box-sizing: border-box;
	display: inline-block;
    border: none;
}

@-moz-document url-prefix() {
  .bl_post_wall textarea,
  .bl_post_wall .textarea{
    /*padding: 8px 35px 8px 15px;*/
  }
}

.bl_post_wall_items{
  overflow: hidden;
  /* margin: 0 0 40px;
  padding: 23px 0 0; */
  margin: 0;
  padding: 23px 0 40px;
}

.bl_post_wall_items .wall_post_item{
  top: 0;
  margin: 0;
  position: relative;
  /* will-change: transform; */
  background-color: #fff;
  padding: 0 0 25px;
}

.bl_post_wall_items .wall_post_item::before{
  content: '';
  height: 7px;
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .bl_post_wall_items .like_comment_and_share.more{
    margin: 10px 0 5px;
  }
}

@media (max-width: 480px) {
  /* .bl_post_wall_items{
    padding: 0;
  } */ /* Associated with this https://sitesman.com/s/1014/1014-2018-12-14_18-49-22.png */

  .bl_post_wall_items .wall_post_item{
     padding: 0 0 25px;/* If there is 10px, then the menu will not fit https://sitesman.com/s/1014/1014-2018-12-14_18-49-22.png */
  }
  .bl_post_wall_items .wall_post_item::before{
      height: 1px;
  }

  /* .bl_wall .like_comment_and_share_bl{
    margin-bottom: 18px;
  } */
}

.bl_post_wall_items .wall_post_item .wall_post_item_update{
    position: absolute;
    top: 7px;
    opacity: 0;
    z-index: 1;
    width: 100%;
}

.bl_post_wall_items .wall_post_item .wall_post_item_update.to_show{
    opacity:1;
    transition: opacity .4s linear;
}

.bl_post_wall_items .wall_post_item .wall_post_item_update.show{
    position: relative;
    top: 0;
}

.bl_post_wall_items .wall_post_item .bl_comments .photo_and_comment{
  margin-top: 10px;
}

.wall_upload_image{
  position: absolute;
  /* top: 8px;
  right: 11px; */
  top: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  cursor: pointer;
  width: 46px;
  height: 40px;
  overflow: hidden;
  transition: all .5s ease;
  color: #ccc;
}

.wall_upload_image:hover{
  color: #999;
}

.wall_upload_image .count_upload_image{
  position: absolute;
  bottom: 4px;
  left: 4px;
  background-color: #c60d01;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 14px;
  height: 15px;
  width: 15px;
  font-weight: bold;
  color: #fff;
}

.wall_upload_image .count_upload_image .fa{
	position: absolute;
	/* left: 2px;
  top: 2px; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility 0s .25s;
	width: 11px;
	height: 11px;
}

.wall_upload_image .count_upload_image .fa.fa-times{
	/* left: 1.7px; */
  padding-right: .5px;
}

.wall_upload_image.to_delete .fa.fa-check{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.wall_upload_image.to_delete:hover .fa.fa-times{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.wall_upload_image.to_delete:hover .fa.fa-check{
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s linear, visibility 0s .25s;
}


/* .wall_upload_image .count_upload_image .fa,
.wall_upload_image:hover .count_upload_image .fa{
  color: #c60d01;
} */

.wall_upload_image.to_delete{
  display: none;
}

.wall_upload_image.to_delete i.fa-camera,
.wall_upload_image.to_delete:hover i.fa-camera{
  color:#2ecc71;
}

.wall_upload_image .wall_input_file{
  cursor: pointer;
  top: -10px;
  position: absolute;
  left: -200px;
  opacity:0;
  height: 40px;
  width: 300px;
  font-size: 20px;
}

.wall_upload_image .inp_hide{
  opacity: 0;
}

span.thumb_post_image_wall{
	top: -10000px;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility 0s .3s;
}

span.thumb_post_image_wall:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 7px rgb(0 0 0 / 18%);
  top: 0;
}

span.thumb_post_image_wall:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

span.thumb_post_image_wall span{
	overflow: hidden;
	border: 3px solid #fff;
	right: 0;
	display: block;
}

span.thumb_post_image_wall img{
	max-width: 180px;
    max-height: 180px;
    object-fit: contain;
}

span.thumb_post_image_wall.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .3s, opacity .3s linear, visibility 0s;
}

/* -- -- */
.bl_post_wall .wrap{
  /* position: relative; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.bl_post_wall .wrap .message_action{
  display: flex;
  white-space: nowrap;
  height: 38px;
}

.bl_post_wall .wrap .pp_message_img_editor{
	height: 20px;
  position: relative;
  top: 9px;
  opacity: 1;
  transition: all .3s, opacity .2s linear;
  display: inline-block;
  line-height: 10px;
  font-size: 12px;
  padding: 5px 0px;
  position: relative;
	border-width: 0;
	margin-left: 10px;
	overflow: hidden;
}

.bl_post_wall .pp_message_img_editor .btn_wrap{
	display: inline-flex;
	padding: 0 7px 0 5px;
}

.bl_post_wall .pp_message_img_editor .icon_fa {
	height: 18px;
  width: 18px;
	margin-top: -4px;
	margin-right: 2px;
}

.bl_post_wall .pp_message_img_editor svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

button.btn_comment_send,
button.wall_post_send,
button.blogs_post_send,
button.ls_send{
	border: none;
	padding: 0;
	width: 45px;
	height: 40px;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: -45px;
	transition: all .4s linear, width .4s ease-in-out, marginLeft .4s ease-in-out,  filter .4s ease;
	overflow: hidden;
}

button.btn_comment_send,
button.wall_post_send{
	bottom: 0;
	top: inherit;
}

button.wall_post_send.wall_post_top_btn{
	bottom: auto;
	top: 3px;
}


button.btn_comment_send svg,
button.wall_post_send svg,
button.blogs_post_send svg,
button.ls_send svg{
  fill: #1784fb;
  width: 26px;
  height: 40px;
  vertical-align: middle;
}

button.btn_comment_send:hover,
button.wall_post_send:hover,
button.blogs_post_send:hover,
button.ls_send:hover{
  filter:  grayscale(50%);
}

.link_view_previous_comments{
  font-size: 14px;
  padding-top: .5vh;
}

.photo_and_field_comment {
	width: 100%;
  margin: 0 0 15px;
  display: none;
  overflow: hidden;
}

.photo_one_comments .photo_and_field_comment {
  margin: 0 0 10px;
}

.photo_one_comments .photo_and_field_comment:last-child {
  margin-top: 10px;
}

.bl_wall .photo_and_field_comment{
	width: 100%;
    margin: 5px 0 10px 0;
    display: none;
    min-height: auto;
}

.bl_wall .photo_and_field_comment.to_show{
    display: block;
}

.bl_wall.bl_wall_ls .photo_and_field_comment{
    margin: 0;
    padding: 5px 0 10px 0;
}

.bl_wall .photo_and_field_comment .textarea,
.field_comment_wrap .textarea{
	resize: none;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	border: none;
	padding: 11px 5px 9px 15px;
	min-height: 43px;
}


.bl_wall .photo_and_field_comment .im_audio_message.im_audio_message_send_play.im_audio_message_delete,
.comment_container_textarea .im_audio_message.im_audio_message_send_play.im_audio_message_delete{
	margin-top: 1px;
}

.field_comment_wrap .comment_action,
.bl_wall .photo_and_field_comment .field_comment .comment_action,
.comments_replies_post .comment_action{
	white-space: nowrap;
	display: flex;
}

.comment_sticker_btn,
.bl_post_wall .message_action .wall_comment_smile_btn,
.field_comment_wrap .comment_action .wall_comment_smile_btn,
.bl_wall .photo_and_field_comment .field_comment .comment_action .wall_comment_smile_btn,
.comments_replies_post .comment_action .wall_comment_smile_btn{
	position: relative;
	width: 35px;
	height: 43px;
	text-align: center;
	display: inline-block;
	transition: all .3s linear;
	vertical-align: top;
	cursor: pointer;
}

.comment_sticker_btn{
	background: url(../images/icons/icon_sticker.png);
	background-position: 50% 11px;
	background-repeat: no-repeat;
	background-size: 21px;
}

.comment_sticker_btn.disabled{
	cursor: default;
}

.comment_sticker_btn:not(.disabled):hover{
	background: url(../images/icons/icon_sticker_hover.png);
	background-position: 50% 11px;
	background-repeat: no-repeat;
	background-size: 21px;
}

.bl_post_wall .message_action .wall_comment_smile_btn .fa,
.field_comment_wrap .comment_action .wall_comment_smile_btn .fa,
.bl_wall .photo_and_field_comment .field_comment .comment_action .wall_comment_smile_btn .fa,
.comments_replies_post .comment_action .wall_comment_smile_btn .fa{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/* font-size: 20px;
	height: 20px; */
  font-size: 24px;
  line-height: 23px;
  height: 24px;
	color: #9f9f9f;
  transition: .3s color ease-in-out;
}

.bl_wall .photo_and_field_comment .field_comment .comment_action .wall_comment_smile_btn:not(.disabled):hover .fa{
  color: rgb(128, 125, 125);
}

.field_comment_wrap .comment_action .im_audio_message_recorder,
.bl_wall .comment_action .im_audio_message_recorder{
	/*margin-right: 10px;*/
}

.wall_comment_smile_btn.disabled{
	cursor: default!important;
}

/* ---------------------------------------------- */
.bl_post_wall .message_action .comment_upload_img,
.comment_container_textarea .comment_action .comment_upload_img{
	min-width: 48px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 0;
	right: 0px;
	height: 44px;
	background-size: contain;
	padding-right: 5px;
}

.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor{
	height: 24px;
    position: relative;
    top: 6px;
    opacity: 1;
    transition: all .3s linear, margin .2s linear,  opacity .2s linear;
    display: inline-block;
    line-height: 10px;
    font-size: 12px;
    padding: 5px 0px;
    position: relative;
    border-width: 0;
    margin-left: 6px;
    overflow: hidden;
    width: 24px;
    border-radius: 50%;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_editor{
    height: 24px;
    position: relative;
    top: 6px;
    opacity: 1;
    transition: all .3s, opacity .2s linear;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 5px 0px;
    position: relative;
    border-width: 0;
    margin-left: 0px;
    overflow: hidden;
	border-radius: 50%;
	width: 24px;
}

.bl_post_wall .message_action .comment_upload_img.disabled .comment_upload_img_editor,
.bl_post_wall .message_action .comment_upload_img.disable_editor_image .comment_upload_img_editor,
.comment_container_textarea .comment_action .comment_upload_img.disabled .comment_upload_img_editor,
.comment_container_textarea .comment_action .comment_upload_img.disable_editor_image .comment_upload_img_editor{
	opacity: 0;
	width: 0 !important;
	margin-left: -6px;
}

.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor .btn_wrap{
	display: inline-flex;
	padding: 0;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_editor .btn_wrap{
	display: inline-flex;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_editor .icon_fa,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor .icon_fa {
	height: 18px;
	width: 18px;
	margin-top: -2px;
	margin-right: 0px;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_editor svg,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.bl_post_wall .message_action .comment_upload_img.no_active,
.comment_container_textarea .comment_action .comment_upload_img.no_active{
  cursor: default;
}

.bl_post_wall .message_action .comment_upload_img .fa.fa-camera,
.comment_container_textarea .comment_action .comment_upload_img .fa.fa-camera{
	display: inline-block;
	margin: auto;
	font-size: 22px;
	width: 44px;
	height: 44px;
	color: #405f78;
	transition: color .4s ease-in-out;
	position: relative;
	cursor: pointer;
}

.bl_post_wall .message_action .comment_upload_img.disabled .fa.fa-camera,
.comment_container_textarea .comment_action .comment_upload_img.disabled .fa.fa-camera{
	cursor: default;
}

.bl_post_wall .message_action .comment_upload_img .fa.fa-camera:before,
.comment_container_textarea .comment_action .comment_upload_img .fa.fa-camera:before{
	position: relative;
	top: 10px;
	left: 10px;
}

.bl_post_wall .message_action .comment_upload_img.disabled .fa.fa-camera,
.comment_container_textarea .comment_action .comment_upload_img.disabled .fa.fa-camera {
	color: #9f9f9f;
}

.bl_post_wall .message_action .comment_upload_img.disabled:not(.no_init):hover .fa.fa-camera,
.comment_container_textarea .comment_action .comment_upload_img.disabled:not(.no_init):hover .fa.fa-camera{
	color: rgb(128, 125, 125);
}

.bl_post_wall .message_action .comment_upload_img input[type="file"],
.comment_container_textarea .comment_action .comment_upload_img input[type="file"]{
  font-size: 40px;
  opacity: 0;
  position: absolute;
  top: -12px;
  left: -330px;
  cursor: pointer;
  width: 700px;
  display: none;
}

.ios_app .bl_post_wall .message_action .comment_upload_img input[type="file"],
.ios_app .comment_container_textarea .comment_action .comment_upload_img input[type="file"]{
	left: -20px;
	width: 100px;
}

.bl_post_wall .message_action .comment_upload_img.disabled input[type="file"],
.comment_container_textarea .comment_action .comment_upload_img.disabled input[type="file"]{
    display: block;
}

.bl_post_wall .message_action .comment_upload_img.no_active input[type="file"],
.comment_container_textarea .comment_action .comment_upload_img.no_active input[type="file"]{
    display: none;
}

.bl_post_wall .message_action .comment_upload_img .count_upload_image,
.comment_container_textarea .comment_action .comment_upload_img .count_upload_image{
  position: absolute;
  bottom: 7px;
  /* right: 25px; */
  right: 31px;
  background-color: #3db85f;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 14px;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: all .3s, opacity .3s linear;
  cursor: pointer;
}

.bl_post_wall .message_action .comment_upload_img  .count_upload_image .fa,
.comment_container_textarea .comment_action .comment_upload_img .count_upload_image .fa{
	position: absolute;
	left: 2px;
    top: 2px;
	width: 11px;
	height: 11px;
}

.ios_app .bl_post_wall .message_action .comment_upload_img  .count_upload_image .fa,
.ios_app .comment_container_textarea .comment_action .comment_upload_img .count_upload_image .fa, .ios .bl_post_wall .message_action .comment_upload_img  .count_upload_image .fa,
.ios .comment_container_textarea .comment_action .comment_upload_img .count_upload_image .fa{
    top: 3px;
}

.bl_post_wall .message_action .comment_upload_img .count_upload_image .fa.fa-times,
.comment_container_textarea .comment_action .comment_upload_img .count_upload_image .fa.fa-times{
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility 0s .3s;
}

.bl_post_wall .message_action .comment_upload_img .fa-camera:hover ~ .count_upload_image .fa.fa-times,
.comment_container_textarea .comment_action .comment_upload_img .fa-camera:hover ~ .count_upload_image .fa.fa-times,
.comment_container_textarea .comment_action .comment_upload_img .fa-camera ~ .count_upload_image:hover .fa.fa-times{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.bl_post_wall .message_action .comment_upload_img .fa-camera:hover ~ .count_upload_image .fa.fa-check,
.comment_container_textarea .comment_action .comment_upload_img .fa-camera:hover ~ .count_upload_image .fa.fa-check,
.comment_container_textarea .comment_action .comment_upload_img .fa-camera ~ .count_upload_image:hover .fa.fa-check{
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s linear, visibility 0s .25s;
}

.bl_post_wall .message_action .comment_upload_img.disabled .count_upload_image,
.comment_container_textarea .comment_action .comment_upload_img.disabled .count_upload_image,
.comment_container_textarea .comment_action .comment_upload_img.disabled .fa.fa-check,
.comment_container_textarea .comment_action .comment_upload_img.disabled .fa.fa-times{
	opacity: 0;
}

.comment_container_textarea .comment_action .comment_upload_img.disabled:hover .count_upload_image {
	opacity: 0;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_loader,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_loader,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor .css_loader{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 22px;
  display: none;
  z-index: 1;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_loader,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_loader{
	left: -5px;
    top: -2px;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_editor .css_loader,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor .css_loader{
	display: block;
	display: block;
    width: 18px;
    font-size: 18px;
    height: 18px;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_loader .spinner-blade,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_loader .spinner-blade{
    background-color: #9f9f9f;
}

.bl_post_wall .message_action .comment_upload_img .comment_upload_img_editor .spinner-blade,
.comment_container_textarea .comment_action .comment_upload_img .comment_upload_img_editor .spinner-blade{
    background-color: #fff;
}

.bl_post_wall .message_action .comment_upload_img.to_hide,
.comment_container_textarea .comment_action .comment_upload_img.to_hide{
    cursor: default;
}

.bl_post_wall .message_action .comment_upload_img.to_hide .fa.fa-camera,
.bl_post_wall .message_action .comment_upload_img.to_hide form,
.comment_container_textarea .comment_action .comment_upload_img.to_hide .fa.fa-camera,
.comment_container_textarea .comment_action .comment_upload_img.to_hide form{
    display:none;
    cursor: default;
}

.bl_post_wall .message_action .comment_upload_img.no_available input[type="file"],
.comment_container_textarea .comment_action .comment_upload_img.no_available input[type="file"]{
    display: none!important;
}

.bl_post_wall .message_action .comment_upload_img.to_hide .comment_upload_img_loader,
.comment_container_textarea .comment_action .comment_upload_img.to_hide .comment_upload_img_loader{
    display: block;
}

.bl_post_wall .message_action .comment_upload_img .inp_hide,
.comment_container_textarea .comment_action .comment_upload_img .inp_hide{
    display: none;
}
/* ---------------------------------------------- */


@-moz-document url-prefix() {
  .bl_wall .photo_and_field_comment textarea,
  .bl_wall .photo_and_field_comment .textarea{
    width: calc(100% - 1px);
  }
}

.bl_wall .photo_and_field_comment .wall_post_send,
.comments_replies_post .wall_post_send,
.bl_wall .photo_and_field_comment .blogs_post_send,
.bl_wall .photo_and_field_comment .ls_send{
	right: 0;
	height: 43px;
}

.bl_wall .photo_and_field_comment .wall_post_send,
.comments_replies_post .wall_post_send{
	position: relative;
	margin-left: -10px;
}

.field_comment_wrap .btn_comment_send{
	right: 0;
	height: 43px;
	position: relative;
	margin-left: -10px;
}

@media (min-width: 1200px){/*lg*/
	.bl_wall .photo_and_field_comment .wall_post_send,
	.comments_replies_post .wall_post_send{
		width: 0px;
		margin-left: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){/*md*/
	.bl_wall .photo_and_field_comment .wall_post_send,
	.comments_replies_post .wall_post_send{
		width: 0px;
		margin-left: 0px;
	}
}

.im_audio_message_recorder.im_audio_message_delete ~ .btn_comment_send,
.im_audio_message_recorder.im_audio_message_delete ~ .wall_post_send,
.bl_wall .photo_and_field_comment .wall_post_send.to_show,
.comments_replies_post .wall_post_send.to_show{
	width: 45px;
	margin-left: -10px;
}

.photo_and_field_comment .photo{
	float: left;
	width: 40px;
	height: 40px;
	margin: 2px 10px 0 0;
	border-radius: 50%;
}

.photo_and_field_comment .photo .pic{
  background-size: cover;
  background-position: center top;
	width: 40px;
	height: 40px;
  display: block;
  border-radius: 50%;
  transition: 0.5s, opacity .4s;
  opacity: 1;
  background-color: #f2f4f6;
}

.photo_and_field_comment .photo .pic.to_hide{
  opacity: 0;
}

.photo_and_field_comment .photo .pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.photo_and_field_comment textarea,
.photo_and_field_comment .textarea{
  resize: none;
  width: calc(100% - 45px);
  overflow: hidden;
  height: 43px;
}

/*.photo_and_field_comment button.gallery_comment_send{
  border: none;
  padding: 0;
  width: 45px;
  height: 43px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: filter .5s ease;
}

.photo_and_field_comment button.gallery_comment_send svg{
  fill: #1784fb;
  width: 26px;
  height: 40px;
  vertical-align: middle;
}

.photo_and_field_comment button.gallery_comment_send:hover{
  filter:  grayscale(50%);
}*/

.photo_and_field_comment textarea:disabled,
.photo_and_field_comment .textarea:disabled{
  background-color: #fff;
}

.field_comment {
	display: inline-block;
	width: calc(100% - 50px);
	height: 100%;
	padding-top: 0;
	position: relative;
}

.bl_wall .photo_and_field_comment .field_comment,
.field_comment_wrap{
	border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
}

@media (max-width: 480px) {
	.bl_wall .photo_and_field_comment .field_comment,
	.field_comment_wrap,
	.comment_container_textarea{
		flex-direction: column !important;
	}

	.bl_wall .photo_and_field_comment .field_comment .comment_action,
	.comments_replies_post .comment_action,
	.field_comment_wrap .comment_action{
		width: 100%;
		justify-content: space-around;
		/* justify-content: space-between; */
	}
	.bl_wall .photo_and_field_comment .textarea,
	.field_comment_wrap .textarea,
	.comments_replies_post .textarea{
		padding-bottom: 0px;
	}

	.field_comment_wrap .comment_action .im_audio_message_recorder.im_audio_message_delete,
	.bl_wall .comment_action .im_audio_message_recorder.im_audio_message_delete{
		margin-right: -35px;
	}
}

.field_comment.disabled,
.field_comment_wrap.disabled{
	cursor: not-allowed;
}

/* .photo_one_comments .field_comment .btn_post{
  border: none;
  width: 37px;
  height: 100%;
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
  border-radius: 4px;
}

.photo_one_comments .field_comment .btn_post i{
  float: none;
  font-size: 15px;
  padding: 0;
} */

.field_comment .form-control[type="text"]{
  padding: 8px 15px 4px;
}

.bl_comments .photo{
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 10px 0 0;
  border-radius: 50%;
}

.bl_comments .comments_replies_post .photo{
  margin: 2px 10px 0 0;
}

.bl_comments .photo .pic{
  background-size: cover;
  background-position: center top;
  background-color: #f2f4f6;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  transition: 0.5s, opacity .4s;
  opacity: 1;
}

.bl_comments .photo .pic.to_hide{
   opacity: 0;
}

.bl_comments .photo .pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

/*.bl_comments{
  overflow: hidden;
}*/

.bl_comments:after {
  content: "";
  display: table;
  clear: both;
}

.bl_comments .item {
  /* overflow: hidden; */
  font-size: 15px;
  position: relative;
  background-color: #fff;
  clear: both;
}

.wrap_one_item .bl_comments .item {
  background-color: #fff;
}

.bl_comments .item .comment_item_wrapper{
  padding-bottom: 5px;
}

.bl_comments .item .gallery_video_one_post,
.blog_post_comment_item .wall_video_one_post{
  line-height: 0;
  margin-bottom: 8px;
}

.comment_item_wrapper.wrap {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
}

.comment_item_wrapper.to_show{
  opacity: 1;
  transition: opacity .4s linear;
}

.comment_item_wrapper.to_hide{
  opacity: 0;
  transition: opacity .3s linear;
}

.bl_comments .item.to_post,
.comment_to_comment_container.to_post{
  transform-origin: left top;
  transform: scale(.6);
  opacity: .4;
  height: 0;
  margin-bottom: 0;
  transition: transform .3s, height .3s, margin .2s, opacity .2s linear;
  overflow: hidden;
  will-change: transform;
}

.bl_comments .item.to_hide_animated,
.comment_to_comment_container.to_hide_animated{
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    /*overflow: hidden;*/
}

.bl_comments .item.to_hide_wall,
.comment_to_comment_container.to_hide_wall{
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    transition: all .4s, height .4s cubic-bezier(.52,.14,.49,.87), opacity .4s linear;
    overflow: hidden;
}

.bl_comments .item.to_hide_wall_mobile,
.comment_to_comment_container.to_hide_wall_mobile{
    transform-origin: left top;
    transform: scale(.5);
    opacity: .5s;
    transition: all .35s, transform .35s;
    overflow: hidden;
    will-change: transform;
}

.bl_comments .item.to_show_wall_mobile,
.comment_to_comment_container.to_show_wall_mobile{
    transform:scale(1);
    opacity: 1;
}

.bl_comments .item.to_load,
.comment_to_comment_container.to_load{
    transform-origin: left top;
    animation-name: bouncein_comment;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}

@keyframes bouncein_comment{
    0%{
        transform:scale(0);
    }
    80%{
        transform:scale(1.04);
    }
    100%{
        transform:scale(1);
    }
}

.bl_comments .item.to_remove,
.comment_to_comment_container.to_remove{
  overflow: hidden!important;
  transition: all .4s, height .4s cubic-bezier(.52,.14,.49,.87), opacity .4s linear;
}

.bl_comments .item.to_remove_end,
.comment_to_comment_container.to_remove_end{
  height: 0 !important;
  opacity: 0;
}

.bl_comments .item.overh,
.comment_to_comment_container.overh{
    overflow: hidden;
}

.bl_comments .item ul.list{
  margin: 0;
  padding: 0;
  float: left;
  white-space: nowrap;
  width: 100%;
  /*overflow: hidden; - NO dropdown menu hides https://dl.dropboxusercontent.com/s/ybitycxarjquo7x/1014-2018-07-13_22-29-36.png */
  text-overflow: ellipsis;
}

.bl_comments .item ul.list li span.comment_item{
  color: #1784fb;
  cursor: pointer;
  transition: all .5s;
  display: inline-block;
}

.bl_comments .item ul.list li span.comment_item:hover{
  color: #23527c;
}

.bl_comments .item ul.list li span.comment_item[data-like="0"]{
    color:#b3b3b3;
}

.bl_comments .item ul.list li span.comment_item[data-like="0"]:hover{
    color:#000000;
}

.bl_comments .item ul.list.disabled a,
.bl_comments .item ul.list li span.comment_item.disabled{
    color:#b3b3b3!important;
    cursor: default;
}

.bl_comments .item ul.list li{
    margin: 5px 10px 5px 0;
    padding: 0 0 0 13px;
    float: left;
    list-style-type: none;
    font-size: 14px;
    line-height: 16px;
    color: #b3b3b3;
    position: relative;
    /* display: inline-block; */
    background-color: #fff;
    /* z-index: 2; */
}

.bl_comments .item ul.list li ul.more_menu_collapse li{
  float: initial;
}

.wrap_one_item .bl_comments .item ul.list li{
  background-color: #fff;
}

.bl_comments .item ul.list li.comm_to_comm_delete{
    position: relative;
    padding: 0;
}

.bl_comments .item ul.list li:first-child{
    padding: 0;
}

.bl_comments .item ul.list li:first-child:after,
.bl_comments .item ul.list li.comm_to_comm_delete:after{
    display: none;
}

.bl_comments .item ul.list li.comment_likes_bl.to_hide{
    display: none;
}

.bl_comments .item ul.list li:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #b3b3b3;
}

.bl_comments .item ul.list li .more_menu_collapse.more_menu_right li:after{
  width: 0;
}

/* .bl_comments .item ul.list li:last-child:after{
  display: none;
} */

.bl_comments .item ul.list li .icon_chevron_down{
  /* background-image: url(../images/icons/icon_chevron_down_gray.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto; */
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 -5px;
  padding: 0;
  cursor: pointer;
}

.bl_comments .item ul.list li .icon_chevron_down svg{
  fill: #b3b3b3;
  width: 20px;
  height: 20px;
}

.bl_comments .item ul.list li .glyphicon{
  font-size: 15px;
  margin-right: 3px;
  width: 15px;
  vertical-align: top;
}

.bl_comments .item p,
.bl_comments .item .comment_text_reply_one{
  margin: 0;
  word-wrap: break-word;
  /* overflow: hidden; */
  padding-left: 3px;
  margin-left: -3px;
  transition: background-color .4s;
  border-radius: 3px;
  position: relative;
}

.bl_comments .item .comment_text_reply_one .txt_comment{
  margin: 0 0 8px;
}

.bl_comments .comment_link_name{
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.bl_comments .item .comment_text_reply_one.wrap {
  position: absolute;
  opacity: 0;
  top: 0;
}

.bl_comments .item .comment_text_reply_one.to_show{
  opacity: 1;
  transition: opacity .3s linear;
}

.bl_comments .item .comment_text_reply_one.to_hide{
  opacity: 0;
  transition: opacity .3s linear;
}

.bl_comments .item .comment_text_cont .image_comment{
  background-color: #dfe2e5;
  text-align: center;
}

.bl_comments .item .comment_text_cont .image_comment img{
  max-width: 80%;
  max-height: 325px;
}

.bl_comments .item .comment_text_reply_one .image_comment{
  background-color: #dfe2e5;
  text-align: center;
}

.bl_comments .item .comment_text_reply_one .image_comment img{
  max-width: 80%;
  max-height: 325px;
}

.im_audio_message ~ .image_comment{
  margin-top: 8px!important;
}

.comment_container {
	float: left;
	width: calc(100% - 50px);
	position: relative;
}

.comment_container_textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
}

.comment_text {
	/* width: calc(100% - 30px); */
  /* float: left; */
  position: relative;
  /*overflow: hidden;*/
  transition: height .5s .1s;
}

.comment_text .im_audio_message{
  margin: 5px 0;
}

.comment_text .smile{
  margin-bottom: 2px;
  display: inline-block;
}

.comment_text .comment_text_cont{
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
  padding-left: 3px;
  margin-left: -3px;
  transition: background-color .4s;
  border-radius: 3px;
}

.comment_text .show_hide_full_comment,
.comment_text .show_hide_full_comment:active,
.comment_text .show_hide_full_comment:focus{
  position: absolute;
  right: 0;
  bottom: -20px;
  display: none;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #b3b3b3;
  transition: all .5s;
}

.comment_text .show_hide_full_comment:hover{
  color:#000;
}

.show_hide_full_comment .full_comment_m{
  background-image: url(../images/icons/icon_full_comment_mobile.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.show_hide_full_comment .full_comment_m.collapse_comment{
  background-image: url(../images/icons/icon_collapse_comment_mobile.png);
}

.comment_text .full_comment{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: height .5s;
}

.comment_text .comment_text_cont .sticker_one,
.comment_text .full_comment .sticker_one,
.bl_comments .item .comment_text_reply_one .sticker_one{
	padding: 30px;
	background-color: #d6dcdc;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.comment_text .comment_text_cont .sticker_one img,
.comment_text .full_comment .sticker_one img,
.bl_comments .item .comment_text_reply_one .sticker_one img{
  width: 230px;
  height: 230px;
}

.comment_text .full_comment.show_comment{
  display: block;
  transition: all .5s;
}

.comment_text .comment_text_cont .txt_comment{
  /* margin: 0 0 5px; */
  margin: 0 0 8px;
}

.comment_text .comment_text_cont .txt_comment:last-child{
  margin: 0;
}

.comment_text .comment_text_cont .image_comment,
.bl_comments .item .comment_text_reply_one .image_comment{
  margin: 0 0 20px;
}

.comment_text .comment_text_cont .txt_comment:last-child br{
  content: "";
  line-height: 1px;
  height: 1px;
  display: block;
}

/* .comment_text .comment_text_cont .image_comment img{
  max-width: 100%;
} */

.comment_text .comment_text_cont.wrap{
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 2;
}

.comment_text .comment_text_cont.to_show{
    opacity: 1;
    transition: opacity .3s linear;
}

.comment_text .comment_text_cont.to_hide{
    opacity: 0;
    transition: opacity .27s linear;
}

.comment_text .glyphicon-chevron-down{
  font-size: 12px;
  margin-right: 5px;
  margin-top: 0;
  width: 12px;
  color: #c2c4c9;
  transition: all 0.5s ease 0s;
}

.comment_text .glyphicon-chevron-down:hover{
  color: #808080;
  cursor: pointer;
}

.like_reply_links {
	display: block;
	width: 30vw;
	min-width: 200px;
}

.comments_replies_list,
.pp_wall_one_post .photo_and_comment{
  /* Commented, that was like on the wall!!!
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;*/
  margin-top: 13px;
}
/*
.comments_replies_item + .comments_replies_item:before{
  height: calc(100% - 40px);
  width: 1px;
  background-color: #c0cbd2;
  content: '';
  position: absolute;
  top: 8px;
  left: -15px;
} */

.comment_to_comment_container{
	width: 100%;
  clear: both;
  position: relative;/* You can not delete, the animation does not work!!! */
}

.comments_reply_load{
    clear: both;
    width: 100%;
    display: none;
    /* padding-top: 5px; */
}

.comments_reply_load.to_show{
  display: block;
}

.comments_reply_load .comments_replies_load_link.disabled,
.comments_reply_load .comments_replies_load_link.disabled:focus,
.comments_reply_load .comments_replies_load_link.disabled:hover{
  color: #b3b3b3;
  transition: color .3s;
  cursor: default;
  position: relative;
}

.comm_to_comm_text {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
  /* padding: 4px 0; */
  padding: 13px 0 4px;
}

.comm_to_comm_text .glyphicon{
  font-size: 13px;
  margin-right: 2px;
  padding-top: 1px;
  width: 13px;
  vertical-align: top;
}

.comm_to_comm_text_number{
  font-size: 14px;
  float: right;
  text-align: right;
  color:#c2c4c9;
  opacity: 0;
  transition: opacity .3s linear;
}

.comm_to_comm_text_number.to_show{
  opacity: 1;
}

.comm_to_comm_like_reply{
  width: 50%;
}

/* .comm_tick {
	float: left;
	display: inline-block;
  position: relative;
} */

.comm_tick .glyphicon{
  font-size: 14px;
  margin-right: 5px;
  margin-top: 0;
  width: 14px;
  color: #d5d6da;
  transition: all 0.5s ease 0s;
}

.comm_tick .glyphicon:hover{
  color: #808080;
  cursor: pointer;
}

.item_settings{
  position: absolute;
  z-index: 3;
  top: 11px;
  right: 11px;
}

.item_settings .icon_settings span{
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, .3);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.item_settings .icon_settings span:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
  background-image: url(../images/icons/icon_settings.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 26px;
  height: 26px;
  transition: opacity .5s ease;
}

.item_settings .icon_settings:hover span:before{
  opacity: 1;
}

.item_editor_image{
  position: absolute;
  z-index: 3;
  top: 46px;
  right: 11px;
}

.item_editor_image .icon_editor_image{
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, .3);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.item_editor_image .icon_editor_image svg{
  fill: #fff;
  opacity: .7;
  width: 76%;
  vertical-align: middle;
  margin-top: -2px;
  transition: opacity .5s ease;
}

.item_editor_image .icon_editor_image:hover svg{
  opacity: 1;
}

.comments_replies_post{
  display:  none;
  clear: both;
  margin: 5px 0 15px;
  /* width: calc(100% - 30px); */
  width: 100%;
  float: left;
}


.comments_replies_post .wall_post_send,
.comments_replies_post .blogs_post_send,
.comments_replies_post .ls_send{
  right: 0;
}

.wrap_one_item .comments_replies_post,
.wrap_one_item .comment_text{
  width: calc(100% - 45px);
}

.wrap_one_item .comm_tick{
  margin: 0 8px 0 0;
}

.comments_replies_post textarea{
  width: 100%;
  resize: none;
  /* padding: 8px 12px 4px; */
  padding: 8px 12px 8px;
  /*height: 40px;*//*IE 11 - Input of the wrong height -  https://sitesman.com/s/1014/1014-2019-01-11_13-50-07.png */
}

.comments_replies_post .textarea{
	resize: none;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border: none;
    padding: 11px 5px 9px 15px;
    min-height: 43px;
}

/* .comm_to_comm_reply_photo {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	margin-left: 5px;
	margin-top: 10px;
}

.comm_to_comm_reply_field {
	float: left;
	width: calc(100% - 72px);
	margin-top: 5px;
	display: inline-block;
} */

.comments_shown_now {
	float: right;
	width: 30%;
}

.txt_load_cmt{
  margin-top: 25px;
  font-size: 14px;
}

.bl_comments .item ul.list li.comm_to_comm_delete,
.comm_tick,
.comment_action_list{
  visibility: visible;
  opacity: 1;
  transition: opacity .4s linear, visibility 0s;
  /* height: 26px; */
}

.bl_comments .item ul.list li.comm_to_comm_delete{
    /* z-index: 3; */
}

.bl_comments .item ul.list li.comm_to_comm_delete.to_hide,
.comm_tick.to_hide,
.comment_action_list.to_hide{
  visibility: hidden;
  opacity: 0;
}

.bl_comments .comm_tick .icon_chevron_down{
  background-image: url(../images/icons/icon_chevron_down_gray.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 480px) {
  .user_wall_info .icon_chevron_down{
    margin: -4px 0 0;
  }

  .bl_comments .item ul.list li{
    /* font-size: 13px; */
    margin-right: 5px;
    padding: 0 0 0 9px;
  }

  .bl_comments .item ul.list li.comm_to_comm_delete{
    margin-right: 0;
    margin-left: 5px;
  }

  .comm_to_comm_text_number .previous_title{
    display: none;
  }

  /* .bl_comments .item ul.list li.comm_to_comm_delete:after{
    display: none;
  } */

  /* .bl_comments .item ul.list li .glyphicon{
    vertical-align: middle;
  } */

  /* .bl_comments .item ul.list li .icon_chevron_down{
    margin-top: 4px;
  } */
}

/* @media (max-width: 1400px) { */
@media (max-width: 1200px) {
	.column {
		display: none;
  }

	.wall {
    display: block;
    width: 100%;
    max-width: 100%;
    /* width: 100vw;
    max-width: 100%; */
		border: 0;
  }
}

@media (max-width: 1201px) {
  .navbar-default .container-fluid{
    width: auto;
  }
}

@media (max-width: 767px) {
	.how_many_comments_shares {
		display: none;
  }

  .wrap_icons_info{
    float: none;
  }

  .bl_icons_info{
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
  }
}

@media (max-width: 480px) {
	/* .wall {
    padding: 0;
  } */

  .cham-project-style-1,
  .cham-project-style-2,
  .cham-project-style-3{
    padding: 30px 0;
  }
}
/*-- /wall --*/

.wrapper-one-article{
  /*padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color:#fff;
  border:solid 1px #dfdfdf;
  padding: 30px 0 80px;*/
}

.wrapper-one-article h2{
  margin-top: -9px;
  margin-bottom: 15px;
  font-size: 30px;
}

.wrapper-one-article h2 hr{
    margin-top: 5px;
    margin-bottom: 20px;
}

.wrapper-one-article .user_information{
  /* margin: 0 0 30px; */
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
}

.wrapper-one-article .user_information .pic{
  height: 45px;
  width: 45px;
  display: block;
  background-size: cover;
  border-radius: 100%;
  float: left;
  margin-right: 8px;
}

.wrapper-one-article .user_information .cham-meta{
  display: inline-block;
  padding-top: 8px;
  font-size: 14px;
  width: calc(100% - 55px);
}

.wrapper-one-article .user_information .cham-meta .blog_meta_link{
    float: right;
}

.wrapper-one-article .blog_edit_post{
  margin: 0 0 0 5px;
}

.wrapper-one-article .blog_edit_post a{
    color: #1784fb;
}

.wrapper-one-article .blog_edit_post a svg{
    fill: #1784fb;
}

.wrapper-one-article .blog_edit_post a:not(.disabled):hover{
    color: #23527c;
}

.wrapper-one-article .blog_edit_post a:not(.disabled):hover svg{
    fill: #23527c;
}

.wrapper-one-article .blog_edit_post figure{
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0;
}

.wrapper-one-article .blog_edit_post figure svg{
  width: 14px;
  transition: fill .4s ease-in-out;
}

.wrap_static_page .bl_forms.frm_blogs_post_comment .item .btn-success {
  width: auto;
  float: right;
}

.wrapper-one-article.cham-name .cham-company{
  color: #aaa;
}

.wrapper-one-article .status.online{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color:#c3ed00;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0;
}

.wrapper-one-article .one-article{
    padding: 0;
}

.wrapper-one-article .one-article .p-b{
  padding-bottom: 31px;
}

.wrapper-one-article .one-article .blogs_post_content{
  /* padding-bottom: 20px; */
  padding-bottom: 5px;
}

.wrapper-one-article .one-article .blogs_post_content p:last-child br:only-child{
  display: none;
}

.wrapper-one-article .one-article h3{
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.wrapper-one-article .one-article p:empty,
.wrapper-one-article .one-article p br:only-child{
  display: none;
}

.wrapper-one-article .one-article p{
  line-height: 30px;
  /* margin: 0 0 15px; */
  margin: 0 0 20px;
  padding: 0;
}

.wrapper-one-article .one-article p i{
  color: #aaa;
}

.wrapper-one-article .one-article .wrapper-articles.also_like {
  border-top: 1px solid #ddd;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.wrapper-one-article .one-article .wrapper-articles .link-block figure {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  position: relative;
}

.wrapper-one-article .one-article .wrapper-articles .link-block .layer_blocked_item_list{
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear, visibility .2s;
}

.wrapper-one-article .one-article .wrapper-articles .link-block figure .cham-overlay2 {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

.wrapper-one-article .one-article .wrapper-articles.also_like .pic {
  /* height: 250px; */
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.wrapper-one-article .one-article .wrapper-articles.also_like .pic.image_placeholder {
  background-position: 50% calc(50% - 2px);
}

.wrapper-one-article .one-article .wrapper-articles.also_like h3{
    border: none;
}

.wrapper-one-article .bl_wall{
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 15px;
}

.wrapper-one-article .like_comment_and_share {
    margin: 0;
}

/* -- editor -- */
.editor{
  /* margin: 50px auto 80px; */
  clear: both;
}

.editor .head{
  padding: 15px 0 0;
}

.editor .head .title{
  border: 1px #ccc dashed;
  padding: 7px 10px 10px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 52px;
  width: 100%;
  margin: 0 10px 0 0;
  position: relative;
}

.editor .head .title.wrong{
  border: 1px red dashed;
}

.editor .head .title .tooltip{
  right: -6px!important;
  margin-top: -10px;
}

.editor .head .title input:focus,
.editor .cont:focus{
  outline: none;
}

.editor .head .title input:disabled,
.editor .foot .tag_field input:disabled{
  background: #fff!important;
}

.editor .head .title input{
  margin-bottom: 0;
  font-size: 30px;
  border: none;
  width: inherit;
}

.editor .head .title input.wrong{
  border: none!important;
}

.editor .head .editor_icons{
  padding-top: 8px;
  /* padding-right: 10px; */
}

.editor .head .editor_toolbar{
  text-align: left;
  padding: 0 0 0 5px;
}

.editor .head .editor_toolbar .btn-group{
  /* float: left; */
}

.editor .head .editor_toolbar a{
  margin-left: 1px;
  transition: none;
}

.editor_icons .dropdown-menu{
  left: initial;
  right: 0;
}

.editor_icons .input-append{
  padding:  10px;
  display: flex;
}

.editor_icons .input-append .form-control{
  vertical-align: top;
  width: auto;
  max-width: 200px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.editor_icons .input-append .btn{
  height: 42px;
  border: none;
}

.bl_upload_image{
  position: relative;
  overflow: hidden;
  width: 36px;
}

.editor .head{
  display: flex;
}

.editor .head .editor_toolbar ul{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.editor .head .editor_toolbar ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.editor .head .editor_toolbar .upload_image{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  height: 35px;
  cursor: pointer;
}

.editor .head .editor_toolbar.disabled .upload_image{
  display: none;
}

.editor .head .editor_toolbar span,
.editor .head .editor_toolbar button{
  padding: 5px;
  font-size: 18px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 24px;
  display: block;
  float: left;
  margin: 0 0 0 4px;
  transition: .4s;
}

.editor .head .editor_toolbar button .fa{
  transition: .4s;
}

.editor .head .editor_toolbar button svg{
    display:none;
}

.editor .head .editor_toolbar span.to_hide{
  display: none;
}


.ql-editor.ql-blank::before {
    color: rgba(0,0,0,0.5);
    content: attr(data-placeholder);
    left: 10px;
    pointer-events: none;
    position: absolute;
}

/* Editor plugin */
.ql-container {
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
    position: relative;
}

.ql-editor {
    box-sizing: border-box;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 0;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    /*padding: 10px;*/
}

.ql-editor > * {
    cursor: text;
}

.editor .cont p,
.editor .cont h1,
.editor .cont h2{
    margin: 0;
    padding: 0;
}

.editor .cont h3{
/*.ql-editor h3{*/
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.editor .head .editor_toolbar.ql-snow *{
    box-sizing: border-box;
}

.ql-snow {
    box-sizing: border-box;
}

.ql-snow .ql-hidden {
    display: none;
    /* opacity: 0; */
}

.ql-snow .ql-tooltip.ql-hidden{
    visibility: hidden;
    opacity: 0;
    transition:opacity .18s linear, visibility 0s .18s;
    display: block;
}

.ql-toolbar button{
    background: #eee;
    border: 1px solid #888888;
    cursor: default;
}

.ql-toolbar button .fa{
    color: #888888
}

.ql-snow.ql-toolbar button{
    background: none;
    border-color: #000000;
    cursor: pointer;
}

.ql-snow.ql-toolbar button .fa{
    color: #000;
}

.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:active,
.ql-snow.ql-toolbar button:focus{
    border-color: #58ca7e;
}

.ql-snow.ql-toolbar button.ql-active .fa,
.ql-snow.ql-toolbar button:hover .fa,
.ql-snow.ql-toolbar button:active .fa,
.ql-snow.ql-toolbar button:focus .fa{
    color: #58ca7e;
}

.ql-toolbar button:disabled,
.ql-toolbar button:disabled:hover,
.ql-toolbar button:disabled:focus,
.ql-toolbar button:disabled:active{
    border-color: #888888!important;
    background: #eee!important;
    cursor: default!important;
}

.ql-toolbar button:disabled .fa,
.ql-toolbar button:disabled:hover .fa,
.ql-toolbar button:disabled:focus .fa,
.ql-toolbar button:disabled:active .fa{
    color: #888888!important;
}

.editor .head .editor_toolbar button .ql-stroke{
    display: none;
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
}

.ql-snow .ql-tooltip {
    padding: 10px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1001;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    transform: translateY(5px);
    /* transition: .4s opacity ease-in-out; */

    visibility: visible;
    opacity: 1;
    transition: opacity .25s linear, visibility 0s;
}



.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    height: 43px;
    line-height: 43px;
    margin-right: 10px;
}

.ql-snow .ql-tooltip button{
    float: none!important;
    max-width: 100px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.ql-snow .ql-tooltip button.ql-action{
    margin-right: 10px;
}

.ql-snow .ql-tooltip button.ql-action .ql-title-add{
    display: none;
}

.ql-snow .ql-tooltip button.ql-action .ql-title-edit{
    display: block;
}

.ql-snow .ql-tooltip.ql-editing button.ql-action .ql-title-add{
    display: block;
}

.ql-snow .ql-tooltip.ql-editing button.ql-action .ql-title-edit{
    display: none;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing button.ql-remove {
    display: none;
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    width: 200px;
    margin-right: 5px;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.blog_image_post {
  background-color: #dfe2e5;
  text-align: center;
  display: block;
  /* margin: 10px 0 15px; */
  margin: 10px 0 23px;
  max-width: 100%;
  /* position: relative; */
}
/*
.blog_image_post:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: red;
  z-index: 1;
} */

.wrapper-one-article .one-article p + .blog_image_post{
  margin-top: 23px;
}

.blog_image_post + .blog_image_post {
  margin-top: 30px;
}

.editor .cont .blog_image_post:first-child{
  margin-top: 0;
}

.wrapper-one-article .one-article .blogs_post_content .blog_image_post:first-child{
  margin-top: 5px;
}

.blog_image_post img {
    max-width: 100%;
    max-height: 700px;
}

#blogs_post_content .blog_image_post img {
    cursor: pointer;
}

/* Editor plugin */


/*.editor .head .editor_toolbar span:hover i,
.editor .head .editor_toolbar span:active i,
.editor .head .editor_toolbar span:focus i{
  color: #58ca7e;
}

.editor .head .editor_toolbar.disabled span i,
.editor .head .editor_toolbar.disabled span:hover i,
.editor .head .editor_toolbar.disabled span:active i,
.editor .head .editor_toolbar.disabled span:focus i,
.editor .head .editor_toolbar span.disabled i,
.editor .head .editor_toolbar span.disabled:hover i,
.editor .head .editor_toolbar span.disabled:active i,
.editor .head .editor_toolbar span.disabled:focus i{
  color: #888 !important;
  cursor: default;
}

.editor .head .editor_toolbar.disabled span,
.editor .head .editor_toolbar.disabled span:hover,
.editor .head .editor_toolbar.disabled span:active,
.editor .head .editor_toolbar.disabled span:focus,
.editor .head .editor_toolbar span.disabled,
.editor .head .editor_toolbar span.disabled:hover,
.editor .head .editor_toolbar span.disabled:active,
.editor .head .editor_toolbar span.disabled:focus{
  border-color: #888 !important;
}*/



.editor .head .editor_toolbar ul.dropdown-menu{
  margin-top: 3px;
  padding: 0;
  min-width: auto;
}

.editor .head .editor_toolbar ul.dropdown-menu li{
  float: none;
  margin: 0;
  cursor: pointer;
}

.editor .head .editor_toolbar ul.dropdown-menu li a{
  padding: 5px 10px;
}

.editor .cont{
  border: 1px #ccc dashed;
  padding: 10px;
  height: 57vh;
  /*overflow-y: auto;*/
  margin: 8px 0 15px;
  opacity: 0;
}

.editor .cont.init{
    opacity: 1;
}

.editor .cont.init_delay{
    opacity: 1;
    transition: opacity .25s .1s linear;
}

.editor .cont.wrong{
    border: 1px red dashed;
}

.editor .cont.default{
  color: #888;
}

.editor .cont img{
    max-width: 100%;
    max-height: 700px;
    margin: 0 auto;
    display: block;
}


/*.editor .cont.editable img{
    cursor:default;
}

.editor .cont.editable img.se-resize{
    cursor:se-resize;
}

.editor .cont.editable img.e-resize{
    cursor:e-resize;
}

.editor .cont.editable img.s-resize{
    cursor:s-resize;
}*/


.editor .cont p{
    margin: 0;
    padding: 0;
}

.editor .cont hr{
  margin-bottom: 40px;
}

.editor .cont a,
.editor .cont a:hover{
    cursor:pointer;
    color: #1784fb;
    caret-color: #333;
}

.editor .foot{
  margin: 0 0 10px;
  display: flex;
}

.editor .foot .tag_field{
  width: 100%;
  margin: 0 0px 0 0;
}

.editor .foot .buttons{
  /* padding-left: 0;
  padding-right: 0; */
  white-space: nowrap;
}

.editor footer .buttons a.link_delete{
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  margin: 0 8px 0 0;
}

.editor footer .buttons .btn{
  /* margin-left: 5px; */
}

.editor footer .col-lg-6{
  /* padding-left: 0;*/
  padding-right: 0;
}

.editor footer .col-lg-7 .form-control{
  padding: 9px 15px 11px;
  color: #000;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  .editor footer .col-lg-7 .form-control{
    padding: 10px 15px;
  }
}
/*
@media (max-width: 1198px) {
  .editor .head .editor_icons{
    padding-left: 0;
    padding-right: 0;
  }

  .editor .head .editor_toolbar{
    padding: 0;
    display: inline-block;
  }

  .editor .cont{
    height: 50vh;
  }
} */

@media (max-width: 767px) {
  .editor + .cham-footer-style-3{
    display: none;
  }
}

@media (max-width: 480px) {
  .editor{
    margin: 15px auto;
  }

  .editor .head{
    display: block;
  }

  .editor .head .editor_icons{
    padding-top: 0;
  }

  .editor .head .editor_icons ul{
    margin: 10px 0 5px;
  }

  .editor .cont{
    /* position: -webkit-sticky;
    position: sticky;
    top: 50px; */
    height: 60vh;
  }

  .editor_icons .input-append .form-control{
    max-width: 160px;
  }
}
/* Editor */

.bl_3dchat{
  width: 100vw;
  position: absolute;
  height: 100vh;
  margin: 0 auto;
  background: #0d233a;
}

.bl_forms{
  padding: 80px 0;
}

.bl_forms.settings{
  padding: 30px 0 0;
  margin: 0 0 50px;
}

.bl_forms.settings .tooltip_error{
  max-width: calc(100% - 30px);
}

.bl_forms.settings .tooltip_error .tooltip-inner{
  max-width: 100%;
}

.bl_forms.settings .tooltip{
  white-space: normal;
  /* margin-left: 15px; */
  margin-right: 5px;
  left: initial !important;
  right: 10px;
}

.bl_forms .signature{
  max-width: 500px;
  padding: 0 10px 36px;
  line-height: 28px;
}

.bl_forms .wrap_fields{
  padding: 15px 0 0;
  clear: both;
}

.bl_forms .wrap_fields .line{
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.bl_forms .fields .field{
  margin: 0 0 18px;
  height: 43px;
  position: relative;
}

.bl_forms .fields .field.recaptcha{
  height: 100px;
}

.bl_forms.email_confirm{
  margin: 0 0 30px;
}

.bl_forms.email_confirm .fields .field{
  height: auto;
}

.bl_forms .fields .field .edit_off{
  height: 43px;
  padding: 9px 0 0;
  display: block;
}

.bl_forms .fields .field.height_auto .with_photo{
  padding: 0 0 5px;
  margin-top: -5px;
}

.bl_forms .fields .field_title{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.bl_forms .fields .field.dash::before{
  content: '';
  width: 14px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 21px;
  left: -7px;
}

.bl_forms .fields .field.height_auto{
  height: auto;
}

.bl_forms .fields .field.height_fix{
  height: 44px;
}

.bl_forms .fields .field.radius_slider{
  height: auto;
  padding-top: 30px;
  padding-bottom: 5px;
}

.bl_forms .fields .field.foot{
  /* margin: 0 0 25px; */
  margin: 0 0 15px;
}

.bl_forms .fields .text-right.field span{
  padding: 9px 0 0;
  margin: 0 -10px 0 0;
  display: inline-block;
}

.bl_forms .fields .field .btn{
  margin: 0;
}

.bl_forms .fields .field .btn.dropdown-toggle{
  height: 43px;
  padding-left: 15px;
}

.bl_forms .fields .field .btn.dropdown-toggle.disabled{
  background-color: #eee;
  cursor: not-allowed;
}

.bl_forms.settings .bootstrap-select.btn-group .dropdown-menu li{
  font-size: 16px;
}

.bl_forms .fields .field.bl_contact_recaptcha{
    height: 75px;
}

.bl_forms .fields .field.bl_contact_recaptcha .contact_recaptcha{
  transform: scale(.92);
  margin-left: -11px;
}

.bl_forms .recaptcha_bl_hide{
  display: none;
}

.bl_forms .orientation_bl_show{
  display: none;
}

.bl_forms.recaptcha_bl .recaptcha_bl_hide{
  display: block;
}

.bl_forms.recaptcha_bl .recaptcha_bl_show{
  display: none;
}

.bl_forms .orientation_bl_hide{
  display: none;
}

.bl_forms.orientation_bl .orientation_bl_hide{
  display: block;
}

.bl_forms.orientation_bl .join_agree_3,
.bl_forms.recaptcha_bl .join_agree_3{
    display: none;
}

@media (max-width: 1199px){
    .bl_forms.orientation_bl  .fields .field.join_agree_3{
        display: block;
    }
    .bl_forms.recaptcha_bl .field.orientation_bl_show,
    .bl_forms .fields .field.join_agree_3{
        text-align: center;
    }
    .bl_forms.recaptcha_bl .field.orientation_bl_show .field_checkbox_terms input[type="checkbox"],
    .bl_forms .fields .field.join_agree_3 .field_checkbox_terms input[type="checkbox"]{
        float: none;
        position: relative;
        top: 2px;
    }
    .bl_forms.recaptcha_bl .field.orientation_bl_show  .field_checkbox_terms label,
    .bl_forms .fields .field.join_agree_3 .field_checkbox_terms label{
        display: inline;
        margin-left: 2px;
    }
}


.bl_forms.recaptcha_bl .orientation_bl_show{
  display: block;
}

.bl_forms.recaptcha_bl.orientation_bl .orientation_bl_show{
  display: none;
}

.bl_forms .fields .field .join_recaptcha{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.btn-group.open .dropdown-toggle{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}

.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}

.btn-group.open .dropdown-toggle:hover,
.btn-group.open .dropdown-toggle:focus,
.btn-group .dropdown-toggle:hover,
.btn-group .dropdown-toggle:focus{
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle{
  background-color: #fff;
}

.bl_forms .fields .field .btn.btn-block{
  height: 42px;
}

.bl_forms .fields .field .btn.btn-block span{
  position: relative;
  top: -2px;
}

/* .bl_forms .fields .field input[type="text"],
.bl_forms .fields .field input[type="password"]{
  padding-top: 8px;
} */

.bl_forms .fields .field_textarea{
  margin: 0 0 18px;
}

.bl_forms .fields .field_textarea textarea{
  height: 110px;
  resize: none;
}

.bl_forms .fields img.captcha{
  cursor: pointer;
}

.bl_forms .fields .field .field_checkbox_terms input[type="checkbox"]{
  cursor: pointer;
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 1px;
}

.bl_forms .fields .field .field_checkbox_terms label{
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 0 20px;
  display: block;
  word-wrap: break-word;
}

.bl_forms .fields .field.mobile{
  margin: 0;
}

.bl_forms .fields .field.mobile.bl_social.login{
  text-align: left;
}

.bl_forms .fields .field  a.link_forgot_password{
  font-size: 15px;
}

.bl_forms .signature ~ .bl_login_go_to_join{
    position: relative;
    top: -50px;
}

/* .field_checkbox{
  margin: 10px 0 0;
} */

.field_checkbox input[type="checkbox"]{
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 0;
}

.field_checkbox label{
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  vertical-align: top;
  margin: 0;
}

.field_checkbox.orientation label{
  margin: 0 10px 0 0;
}

.bl_forms .fields .field .field_checkbox_remember input[type="checkbox"]{
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 5px 0 0;
}

.bl_forms .fields .field .field_checkbox_remember label{
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  vertical-align: top;
}

.bl_forms .fields .row .cham-icon{
  padding: 8px 0 0;
  margin: 0 -5px 0 0;
}

.bl_forms .fields .row .cham-icon i{
  font-size: 23px;
  min-width: 20px;
  text-align: center;
}

.bl_forms .field_icon.mobile .row{
  height: 50px;
}

.bl_forms .field_icon.mobile .row .cham-icon{
  margin: 0;
  padding: 0;
}

.bl_forms .field_icon.mobile .row .cham-icon i{
  font-size: 40px;
}

.bl_forms .fields .field.bl_social{
  padding: 6px 15px 0;
}

.bl_forms .fields .field.bl_social.login{
  padding-top: 0;
  margin-top: -6px;
}

.bl_forms.settings .item{
  margin: 0 0 30px;
}

.bl_forms.settings .container {
  width: 100%;
}

.bl_forms.settings .item h3.cham-heading{
  /* margin: 0; */
  margin: -3px 0 0;
  line-height: 1.3;
}

.bl_forms.settings .item label.nobold{
  font-weight: normal;
}

.bl_forms.settings .fields .field input[type="text"],
.bl_forms.settings .fields .field input[type="password"]{
  padding-top: 10px;
}

.bl_forms.settings .item .btn-success{
  width: auto;
  float: right;
}

.bl_forms.settings .item .field_checkbox_comment{
  float: right;
  margin: 0 15px 0 0;
  height: 46px;
  line-height: 46px;
  color: #b3b3b3;
}

.bl_forms.settings .item .btn span svg{
  width: 22px;
  height: 22px;
  fill: #fff;
  vertical-align: middle;
}

.bl_forms.settings .item .btn.btn_publish_page,
.bl_forms.settings .item .btn.btn_group_page{
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.bl_forms.settings .item .btn.btn_publish_page span,
.bl_forms.settings .item .btn.btn_group_page span{
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  line-height: 43px;
}

.bl_forms.settings .item .btn_publish_page svg.icon_group_page,
.bl_forms.settings .item .btn_group_page svg.icon_publish_page{
  display: none!important;
}

.bl_forms.settings .fields .field .btn.dropdown-toggle{
  font-size: 16px;
  color: #000;
}

.bl_forms .fields .field .btn.dropdown-toggle.trans{
  color: transparent;
  transition: none;
}

.bl_forms.settings .fields .field .form-control{
  font-size: 16px;
}

.bl_forms.settings .fields .field .form-control[disabled]{
  opacity: .65;
}

.bl_forms.settings .field.link_add {
	text-align: right;
}

.bl_forms.settings .field.link_add span {
    cursor: pointer;
}

.mobile .bl_forms.settings .fields .field .btn.btn-block span{
  top: -1px;
}

.bl_forms.settings .fields .field .btn.btn_upload_group_image span{
  top: -2px;
}

.bl_forms.settings .fields .field .btn.btn_upload_group_image .header_menu_loader_more{
  margin-left: -14px;
}

.bl_forms .fields.rb .field{
  margin: 0;
  height: 44px;
}

.bl_forms .fields.rb.rb_exception .field{
  margin: 0 0 18px;
}

.bl_forms .fields.rb .text-right.field span{
  padding: 0;
}

.bl_forms .fields.rb.rb_exception .text-right.field span{
  padding: 9px 0 0;
}

.bl_forms .fields.rb .field input[type="radio"]{
  cursor: pointer;
}

.bl_forms .fields.rb .field label{
  font-weight: normal;
  cursor: pointer;
  margin: 0 10px 0 0;
}

.bl_forms .fields.rb.rb_exception .custom_radio{
  padding-top: 9px;
}

.custom_radio input[type="radio"] {
  display: none;
}

.custom_radio input[type="radio"] + label {
  font-weight: normal;
  margin: 0 0 7px;
}

.custom_radio input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  background-image: url(../images/icons/icon_radio_button_off.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.custom_radio input[type="radio"]:checked + label span {
  background-image: url(../images/icons/icon_radio_button_on.svg);
}

.custom_checkbox input[type="checkbox"] {
  display: none;
}

.custom_checkbox input[type="checkbox"] + label {
  font-weight: normal;
}

.custom_checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  background-image: url(../images/icons/icon_checkbox_button_off.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px auto;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked + label span {
  background-image: url(../images/icons/icon_checkbox_button_on.svg);
  margin: -1px 4px 1px 0;
  background-size: 16px auto;
}

.custom_checkbox input[type="checkbox"]:checked + label {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .bl_forms .fields .text-right.field{
    text-align: left;
    margin:  0 0 5px;
    height: auto;
  }

  .bl_forms .fields .text-right.field span:empty{
    display: none;
  }

  .bl_forms .fields .field.mobile.bl_social.login {
     text-align: center;
  }

  .bl_forms.settings .item .btn-success{
    width: 100%;
  }

  .bl_forms.settings .item .field_checkbox_comment{
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .bl_forms.settings .fields .field .form-control,
  .bl_forms.settings .fields .field .btn.dropdown-toggle{
    /* margin-top: 5px; */
  }

  .bl_forms .fields.rb.rb_exception .field{
    margin: 0;
  }

  .bl_forms .fields.rb.rb_exception .custom_radio{
    padding-top: 0;
    height: auto;
    margin: 0 0 6px;
  }

  .bl_forms .fields .field .field_checkbox_terms{
    margin: 0 0 18px;
  }

  .bl_forms .fields .field .field_checkbox_remember{
    margin: 5px 0 10px;
  }

  .bl_forms .fields .field span.st_credits, .bl_forms .fields .field span.active_date {
	  padding: 0px!important;
  }

}

@media (max-width: 480px) {
  .bl_forms{
    /* margin: 0 0 25px; */
    padding: 40px 0 25px;
  }

  .bl_forms .signature{
    padding: 0 10px;
  }

  .bl_forms .signature ~ .bl_login_go_to_join{
    top: -25px;
  }
}

@media (max-width: 320px) {
  .bl_forms .fields .field_textarea textarea{
    height: 80px;
  }

  .bl_forms .fields .field,
  .bl_forms .fields .field_textarea{
    margin: 0 0 10px;
  }

  .bl_forms .fields .field.height_auto .with_photo{
    margin-top: 0;
    padding: 0 0 10px;
  }

  .bl_forms .fields .field.recaptcha{
    height: 77px;
  }

  .bl_forms .fields .field .join_recaptcha{
    border: none;
    padding: 0;
  }

  .bl_forms .fields .field .join_recaptcha > div{
    transform: scale(.95);
  }
}

.iframe_demo .bl_forms .fields .field .join_recaptcha > div{
    transform: scale(.95);
}

@media (min-width: 1200px){
  .col-md-6{
      float: left;
  }
}

/*-- pagination --*/
.pagination-container {
  /* margin: -40px auto 0; */
  margin: -75px auto 0;
  padding: 0 0 110px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pagination {
  position: relative;
}

.pagination a {
  position: relative;
  display: inline-block;
  color: #2c3e50;
  text-decoration: none;
  font-size: 16px;
  padding: 3px 12px;
}

@-moz-document url-prefix() {
  .pagination a{
    padding: 3px 12px 5px;
  }
}

.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #0477f4;
  border-radius: 24px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pagination a:hover,
.pagination a .pagination-active {
  color: #fff;
}

.pagination a.disabled:hover,
.pagination a.disabled {
  color: #BFBFBF;
  cursor:default;
}

.pagination a:not(.disabled):hover:before,
.pagination a:not(.disabled) .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mobile .pagination a:not(.disabled):hover:before{
  -webkit-transform: scale(0);
          transform: scale(0);
}

.pagination .pagination-active {
  color: #fff;
  cursor: default;
}

.pagination .pagination-active:before {
  -webkit-transform: scale(1)!important;
          transform: scale(1)!important;
}
.pagination-newer {
  margin-right: 5vw;
}

.pagination-older {
  margin-left: 5vw;
}

@media (max-width: 768px) {
  .pagination-container {
    margin: -40px auto 0;
    padding: 0 0 20px;
  }
}
/*-- /pagination --*/

.more.bl_filter{
  display: inline-block;
}

.more.bl_filter .link{
  display: inline-block;
  color: #1784fb;
  transition: all 0.5s ease;
}

.more.bl_filter .link:hover{
  color: #23527c;
}

.more.bl_filter .link .fa{
  width: 12px;
  margin: 0 3px 0 0;
}

.bl_filter > ul{
  position:absolute;
  padding: 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  min-width: 160px;
  margin: 12px auto 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.bl_filter .bl_forms{
  padding: 20px 0 0;
  margin: 0;
}

.bl_filter .dropdown-menu > li > a{
  white-space: initial;
}

.wall .bl_filter > ul{
  left: auto;
  right: 15px;
  top: auto;
}

@media (max-width: 1199px) {
  .wall .bl_filter > ul{
    left: 15px;
    right: 15px;
  }

  .bl_forms .fields .field.dash::before{
    display: none;
  }
}

.bl_forms .fields .field .slider.slider-horizontal{
  width: calc(100% - 100px);
  margin: 0 0 0 50px;
}

.bl_forms .fields .field .slider-selection{
  box-shadow: none;
  background: #eee;
}

.bl_forms .fields .field .slider-track{
  box-shadow: none;
  background: #eee;
  height: 8px;
  margin-top: -4px;
  cursor: default;
}

.bl_forms .fields .field .slider-handle{
  background: #1784fb;
  cursor: pointer;
}

/*-- wrap_one_item --*/
.wrap_one_item{
  padding: 0;
  background: none;
  margin: 50px 0 0;
  clear: both;
  /* overflow-y: scroll!important; */
  padding-right: 0 !important;
  z-index: 1000;
  overflow: hidden !important;
}

.wrap_one_item.in ~ .modal-backdrop,
.chat_wrap ~ .modal-backdrop {
  z-index: 1042;
}

.wrap_one_item .container{
  background: #fff;
  min-height: 100%;
  width: calc(100% - 92px);
  max-width: 1168px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
}

.wrap_one_item .container.no_comments{
    min-height:auto;
}

.wrap_one_item .container.no_comments .cham-post.photo_one{
    margin-bottom: 0;
}

.wrap_one_item .container.no_comments .cham-post.photo_one .photo_one_bl{
  height: calc(100vh - 180px);
}

.wrap_one_item .container .photo_one_comments{
    min-height: 10vh;
    padding: 0 5px 20px 0;
}

@media screen and (max-width: 768px) {
    .wrap_one_item .container .photo_one_comments{
        /*padding: 0;*/
        padding: 0 0 20px 0;
    }

    .wrap_one_item{
        margin: 49px 0 0;
    }
}

#pp_gallery_comments{
    display: none;
}

.wrap_one_item .container .gallery_comments{
    opacity: 1;
    transition: opacity .4s linear;
    /* padding: 0 0 20px;
    margin: 0 45px 0 0; */
    padding: 0;
}

.wrap_one_item .container .gallery_comments.to_hidden{
    opacity: .7;
}


.wrap_one_item .container .gallery_comments .pp_gallery_comments_hidden{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.wrap_one_item .container .gallery_comments .pp_gallery_comments_hidden i{
  margin-right: 10px;
}

.wrap_one_item .cham-post{
  background: #222;
  border-radius: 0;
  box-shadow: none;
}

.wrap_one_item .cham-post.photo_one:hover img,
.wrap_one_item .cham-post.photo_one:focus img{
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}

.wrap_one_item .cham-post.photo_one .photo_one_bl{
  text-align: center;
  /* height: 580px; */
  height: calc(58vh - 50px);
  max-height: calc(100vh - 50px);
  width: 100%;
  margin: 0 auto;
  display: table;
  position: relative;
  background-color: #394245;
}

.photo_one_cont~* {
  -webkit-transition: .4s, z-index 0s;
  transition: .4s, z-index 1ms;
  z-index: 1;
  opacity: .9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photo_one_cont~.hidden {
  visibility: visible;
  z-index: -1;
  -webkit-transition-delay: 0s, .5s;
  transition-delay: 0s, .5s;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional{
	position: absolute;
  right: 20px;
  top: 20px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility 0s .3s;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .3s, opacity .3s linear, visibility 0s;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn{
  padding: 0 20px;
  height: 45px;
  box-shadow: 0 0 6px rgb(0, 0, 0, .42);
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn span{
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  line-height: 40px;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn span svg{
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: middle;
  margin: -2px 1px 0 0;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn.pp_gallery_btn_make_profile span svg{
  width: 18px;
  height: 18px;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .pp_gallery_btn_make_profile{
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility 0s .3s;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .pp_gallery_btn_make_profile.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .3s, opacity .3s linear, visibility 0s;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .pp_gallery_btn_edit_image{
	width: 100%;
  margin-bottom: 20px;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first{
	position: relative;
	display: block;
}

.wrap_one_item  .edit_image_icons{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.wrap_one_item  .edit_image_icons .icon{
  width: 45px;
  height: 45px;
  background-color: #4c555a;
  box-shadow: 0 0 6px rgb(0 0 0 / 42%);
  border-radius: 4px;
  text-align: center;
  font-size: 35px;
  color: rgb(249, 250, 251);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: 'filerobot-image-editor-font';
  cursor: pointer;
  transition: background-color .3s ease-in-out;
}

.wrap_one_item  .edit_image_icons .icon::before{
  line-height: 45px;
}

.wrap_one_item  .edit_image_icons .icon.crop::before{
  content: "";
}

.wrap_one_item  .edit_image_icons .icon.adjust::before{
  content: "";
}

.wrap_one_item  .edit_image_icons .icon.effects::before{
  content: "";
}

.wrap_one_item  .edit_image_icons .icon.filters::before{
  content: "";
}

.wrap_one_item  .edit_image_icons .icon:hover{
  background-color: #5a6367;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image{
	position: absolute;
  left: -60px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s linear, visibility 0s .25s;
	cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, .3);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image svg{
  width: 20px;
  height: 41px;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image svg g.color_svg{
  fill: #757575;
  transition: fill .3s ease-in-out;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image:hover svg g.color_svg{
  fill: #fff;
}

.wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.bl_img {
  top: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
  -webkit-perspective: 300px;
  perspective: 140vmin;
  z-index: 2;
  width: 100%;
}

/* .moving .bl_img{
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
} */

.bl_img.one_photo{
  cursor: default;
}

.bl_img.trans {
  -webkit-transition: .6s cubic-bezier(.7, 0, .3, 1);
  transition: .6s cubic-bezier(.7, 0, .3, 1);
  will-change: transform; -outline: 2px solid transparent;
  z-index: 1;
}

.bl_img.left{
    -webkit-transform: translateX(-10%) rotateZ(-1.5deg)!important;
     transform: translate3D(-10vmin, 0, 1px) rotateZ(-1.5deg)!important
}
.bl_img.right{
    -webkit-transform: translateX(10%) rotateZ(1.5deg)!important;
    transform: translate3D(10vmin, 0, 1px) rotateZ(1.5deg)!important;
}
.bl_img.trans.left,
.bl_img.trans.right{
    -webkit-transition: all 1s, z-index 0s;
    transition: 1s, z-index 0s}

.bl_img>*:not(.loader) {
    position: absolute; top: 0; left: -50%; right: -50%; bottom: 0; z-index: 2;
    max-width: 100%; max-height: 100%; min-height: 5%; margin: auto;

    -webkit-transition: all .52s, -webkit-transform .55s cubic-bezier(0, 0, .2, 1.01)!important;
    transition: all .52s, transform .55s cubic-bezier(0, 0, .2, 1.01)!important;

    -webkit-transform: translateZ(270px) rotateY(0deg) translateZ(-270px)!important;
    transform: translateZ(70vmin) rotateY(0deg) translateZ(-70vmin)!important;
}

.mobile .bl_img>*:not(.loader) {
    -webkit-transition: all .42s, -webkit-transform .45s cubic-bezier(0, 0, .2, 1.01)!important;
    transition: all .42s, transform .45s cubic-bezier(0, 0, .2, 1.01)!important;
}

.bl_img>img.to_hide{
    opacity:0;
}

.bl_img>img.resize{ max-width: 150%; min-height: 100%; }
.bl_img>img.hidden{
    display:block!important;
    visibility: visible;
    opacity:0;
}

.bl_img>.left,
.bl_img>.right {
  -webkit-transition-timing-function: ease-in-out, ease-in;
  transition-timing-function: ease-in-out, ease-in;
  opacity: 0;
}

.bl_img img.cursor_pointer{
  cursor: pointer;
}

.bl_img>.left{
  -webkit-transform: rotateY(-84deg) translateZ(270px) rotateY(84deg) translateZ(-270px) rotateZ(-10deg)!important;
  transform: rotateY(-84deg) translateZ(80vmin) rotateY(84deg) translateZ(-80vmin) rotateZ(-10deg)!important;
}

.bl_img>.right{
  -webkit-transform: rotateY(84deg) translateZ(170px) rotateY(-84deg) translateZ(-170px) rotateZ(10deg)!important;
  transform: rotateY(84deg) translateZ(80vmin) rotateY(-84deg) translateZ(-80vmin) rotateZ(10deg)!important;
}

/* IE 10-11 */
.ie11 .bl_img.trans {
    will-change: opacity;
}
.ie11 .bl_img.left{
    transform: none!important
}
.ie11 .bl_img.right{
    transform: none!important;
}
.ie11 .bl_img>*:not(.loader) {
    transition: all .52s!important;
    transform: none!important;
}
.ie11 .bl_img>.left{
    transform: none!important;
}

.ie11 .bl_img>.right{
    transform: none!important;
}
/* IE 10-11 */

.wrap_one_item .cham-post.photo_one .one_item a.arrows {
  width: 72px;
  height: 72px;
  position: absolute;
  /* top: 240px; */
  top: calc(50% - 137px);
  transition: opacity .4s linear, visibility 0s, background-position 0s;
  visibility: visible;
  z-index: 3;
  opacity: 0.7;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

.wrap_one_item .cham-post.photo_one .one_item a.arrows.to_hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s linear, visibility 0s .4s;
}

.wrap_one_item .cham-post.photo_one .one_item a.arrows:hover {
  opacity: 1;
}

.wrap_one_item .cham-post.photo_one .one_item a.arrows.next_p{
  background-image: url(../images/icon_arrow_right_circle.svg);
  right: -36px;
}

.wrap_one_item .cham-post.photo_one .one_item a.arrows.prev_p {
  background-image: url(../images/icon_arrow_left_circle.svg);
  left: -36px;
}

/* ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrap_one_item .cham-post.photo_one .one_item a.arrows.prev_p{
    background: url(../images/prev_next_ie.png) 0 0 no-repeat;
  }

  .wrap_one_item .cham-post.photo_one .one_item a.arrows.next_p{
    background: url(../images/prev_next_ie.png) -72px 0 no-repeat;
  }
}
/* /ie */

.wrap_one_item .cham-post.photo_one .photo_one_bl .photo_one_cont{
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .photo_one_cont:not(.change_photo)+.pp_gallery_loader {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.wrap_one_item .cham-post.photo_one .one_item .cham-post-image img{
  max-width: 100%;
  /* min-height: calc(58vh - 50px); */
  max-height: calc(58vh - 50px);
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrap_one_item .cham-post.photo_one .one_item .cham-post-image img{
    max-width: 200%;
  }
}

@media (max-width: 480px){
  .wrap_one_item .cham-post.photo_one .photo_one_bl{
    height: calc(100vh - 50px);
  }

  .wrap_one_item .cham-post.photo_one .one_item .cham-post-image img{
    max-height: calc(100vh - 50px);
    min-height: auto;
  }
}

.tag.pp_gallery_tags{
  max-width: 50% !important;
  overflow: initial !important;
}

.pp_gallery_tags.overflow{
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: block;
  text-overflow: ellipsis;
  color: #fff;
}

.tag.pp_gallery_tags .pp_gallery_tags_list{
  color: #b3b3b3;
  font-size: 13px;
  cursor: pointer;
}

.tag.pp_gallery_tags a:last-child{
  margin-right: 1px !important;
}

.tag.pp_gallery_tags .pp_gallery_tags_list a{
  vertical-align: top;
}

.tag.pp_gallery_tags .pp_gallery_tags_list a:hover{
  color:#fff;
}

.tag.pp_gallery_tags .pp_gallery_tags_edit{
  display: none;
  font-size: 1px;
  width: 100%;
  height: 28px;
}

.tag.pp_gallery_tags .pp_gallery_tags_edit .form-control{
  height: 28px;
}

.tag.pp_gallery_tags .pp_gallery_tags_edit input{
  display: inline-block;
  width: calc(100% - 88px);
  padding: 9px 10px 10px;
  border: none;
  box-shadow: none;
}

.tag.pp_gallery_tags .pp_gallery_tags_edit button{
  height: 100%;
  margin-left: 8px;
  vertical-align: top;
  width: 35px;
  height: 28px;
  padding: 0;
}

.tag.pp_gallery_tags .pp_gallery_tags_edit_link.my_tags{
  cursor: pointer;
  vertical-align: top;
  margin-top: 5px;
}

.wrap_one_item.pp_video_gallery .cham-post.photo_one .one_item .cham-post-image.photo_one_bl{
  display: none;
}

.wrap_one_item.pp_video_gallery .icon_close span,
.wrap_one_item.pp_photo_gallery .icon_close span,
.wrap_one_item.pp_wall_one_post .icon_close span,
.wrap_one_item.pp_im_image .icon_close span{
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1001;
  display: block;
}

.wrap_one_item.pp_video_gallery .icon_close span:before,
.wrap_one_item.pp_photo_gallery .icon_close span:before,
.wrap_one_item.pp_wall_one_post .icon_close span:before,
.wrap_one_item.pp_im_image .icon_close span:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
  background-image: url(../images/icons/icon_remove_white.svg);
  /* background-position: 50% 50%; */
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 26px;
  height: 26px;
  transition: opacity .5s ease;
}

.wrap_one_item .cham-post.photo_one .one_item .cham-post-image.video_one_bl{
  display: none;
}

.wrap_one_item .one_item{
  background: #222;
}

.wrap_one_item .one_item .pic{
  background-size: cover;
  height: 70vmin;
}

.wrap_one_item .one_item .cham-overlay{
  cursor: pointer;
}

.wrap_one_item .one_item .video_paly{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 120px;
  width: 120px;
  z-index: 50;
}

.wrap_one_item .one_item .video_paly img{
  height: 120px;
  opacity: 0.4;
}

.wrap_one_item .one_item .cham-post-text{
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s linear, visibility 0s .4s;
}

.wrap_one_item .one_item .cham-post-text.to_show{
  visibility: visible;
  opacity: 1;
  transition: all .4s, opacity .4s linear, visibility 0s;
}

.collapsing {
  -webkit-transition: height .25s ease;
       -o-transition: height .25s ease;
          transition: height .25s ease;
}

.wrap_one_item .one_item .cham-post-text .title{
  font-size: 30px;
  line-height: 34px;
  /* margin: 2px 0 22px; */
  margin: 0 0 20px;
}

.wrap_one_item .one_item .cham-post-text .title.empty{
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.wrap_one_item .one_item .cham-post-text .pp_gallery_desc_edit{
  display:none;
  font-size: 1px;
  width: 100%;
  height: 34px;
}

.wrap_one_item .one_item .cham-post-text .pp_gallery_desc_edit .form-control{
  height: 34px;
}

.wrap_one_item .one_item .cham-post-text .pp_gallery_desc_edit input{
  display: inline-block;
  width: calc(100% - 88px);
  padding: 9px 10px 10px;
  border: none;
  box-shadow: none;
}

.wrap_one_item .one_item .cham-post-text .pp_gallery_desc_edit button{
  height: 100%;
  margin-left: 8px;
  vertical-align: top;
  min-width: 35px;
  padding: 0;
}

.one_item button span.icon{
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 34px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.one_item .pp_gallery_tags_edit button span.icon{
  height: 28px;
}

.one_item button .icon.remove{
  background-image: url(../images/icons/icon_remove_white.svg);
  background-position: 50% 45%;
  width: 13px;
}

.one_item button .icon.check{
  background-image: url(../images/icons/icon_check_white.svg);
  background-position: 50% 43%;
}

.wrap_one_item .one_item .cham-post-text .my_desc{
  cursor: pointer;
}

.wrap_one_item .one_item .cham-post-text .title .pen{
  display: none;
  float: left;
  margin-right: 7px;
}

.wrap_one_item .one_item .cham-post-text .my_desc .pen{
  display:block;
}

.wrap_one_item .one_item .cham-post-text .title span:not(.glyphicon){
  color: #9b9b9b;
}

.wrap_one_item .upload_user{
  /* margin: 0 0 10px; */
  position: relative;
  /* margin: 0 0 4px; */
  display: flex;
}

.title + .upload_user{
  margin: 0 0 4px;
}

.empty + .upload_user{
  margin: 0;
}

.wrap_upload_user{
  position: relative;
  padding: 0 0 0 50px;
  height: 40px;
  flex-grow: 1;
  width: 10%;
}

.wrap_one_item .upload_user .photo{
	/* float: left; */
	width: 40px;
	height: 40px;
	/* margin-right: 10px; */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease;
}

.wrap_one_item .upload_user .photo .pic{
  background-size: cover;
  background-position: center top;
	width: 40px;
	height: 40px;
  display: block;
  border-radius: 50%;
}

.wrap_one_item .upload_user .photo .pic:hover{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.wrap_one_item .upload_user .name{
  display: block;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap_one_item .upload_user .name:after{
  content: "";
  position: absolute;
  height: 20px;
  width: 30px;
  background-image: linear-gradient(to right,rgba(34,34,34,0),#222 65%);
  top: 0;
  right: 0;
}

.wrap_one_item .upload_user .name a{
  color: #fff;
}

.name:hover + .date + .photo {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.wrap_one_item .upload_user .date{
  display: block;
  color: #7b767d;
  font-size: 14px;
  line-height: 16px;
  padding: 1px 0 0;
}

.wrap_one_item .upload_user .users_face_with a{
  color: #fff;
}

.wrap_one_item .upload_user .user_options{
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-self: flex-end;
}

.wrap_one_item .upload_user .user_options .upload_menu_link{
  color: #7b767d;
  cursor: pointer;
  padding: 5px 0;
  transition: color .5s ease;
}

.wrap_one_item .upload_user .user_options .upload_menu_link:hover{
  color: #fff;
}

.caret.caret-reversed{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrap_one_item .upload_user .user_options .more_menu_collapse{
  left: auto;
  right: 0;
  margin: 5px 0 0;
  top: initial;
  bottom: 20px;
  z-index: 3;
}

.wrap_one_item .cham-post .cham-post-meta{
  height: 50px;
  border-top: 1px solid #514d52;
  visibility: hidden;
  opacity:0;
  transition: opacity .4s linear, visibility 0s .4s;
}

.wrap_one_item .cham-post .cham-post-meta span.time,
.wrap_one_item .cham-post .cham-post-meta .tag.pp_gallery_tags .pp_gallery_tags_list{
  font-size: 14px;
}

.wrap_one_item .cham-post .cham-post-meta .tag.pp_gallery_tags .pp_gallery_tags_list{
  vertical-align: top;
  display: inline-block;
}

.wrap_one_item .cham-post .cham-post-meta .tag.pp_gallery_tags .pp_gallery_tags_list a{
  margin-right: 0px;
}

.wrap_one_item .cham-post .cham-post-meta.to_show{
  visibility: visible;
  opacity: 1;
  transition: all .4s, opacity .4s linear, visibility 0s;
}

/*-- like_dislike --*/
.like_dislike{
  color: #7b767d;
  float: left;
  margin: -20px 30px 0 0;
}

.like_dislike .counters{
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.like_dislike span{
  font-size: 12px;
}

.like_dislike svg{
  fill: #7b767d;
  width: 24px;
  height: 24px;
  cursor: pointer;
  vertical-align: middle;
  transition: fill .5s ease;
}

.like_dislike svg:hover{
  fill: #fff;
}

.like_dislike .counters .like{
  margin: 0 10px 0 0;
}

.like_dislike .counters .like.active,
.like_dislike .counters .like.active svg{
  color: #d9ff55;
  fill: #d9ff55;
}

.like_dislike .counters .dislike{
  margin: 0 0 0 10px;
}

.like_dislike .counters .dislike.active,
.like_dislike .counters .dislike.active svg{
  color: #ff0000;
  fill: #ff0000;
}

.like_dislike .range{
  background-color: #7b767d;
  height: 2px;
  width: 100%;
  position: relative;
}

.like_dislike .range div{
  background-color: #d9ff55;
  height: 2px;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
/*--/like_dislike --*/

@media (max-width: 767px){
  .wrap_one_item .container{
    width: 100%;
  }

  .wrap_one_item .cham-post{
    margin-bottom: 20px;
  }

  .photo_and_field_comment{
    margin: 0 0 20px;
  }

  .wrap_one_item .container .photo_one_comments .photo_and_field_comment{
    margin: 0 0 15px;
  }

  .wrap_one_item .one_item .cham-post-text .title{
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
  }

  .wrap_one_item .upload_user .info .name{
    font-size: 16px;
    line-height: 24px;
  }

  .wrap_one_item .upload_user .info .date{
    font-size: 12px;
  }

  .wrap_one_item .cham-post .cham-post-meta{
    padding: 10px 15px;
  }

  .wrap_one_item .cham-post.photo_one .one_item a.arrows{
    display: none !important;
  }

  /* gallery_btn_additional */
  .wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional{
    top: 15px;
    left: 15px;
    width: 45px;
  }

  .wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image {
	left: 60px;
  }

  .wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn{
    padding: 0;
    width: 45px;
    border-radius: 50%;
  }

  .wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn span svg{
    width: 26px;
    height: 26px;
  }

  .wrap_one_item .cham-post.photo_one .one_item .pp_gallery_btn_additional .btn.pp_gallery_btn_make_profile span svg{
    width: 24px;
    height: 24px;
  }
}
/*-- /wrap_one_item --*/

/*-- custom modal popup --*/
.pp_file_upload .modal-dialog,
.custom_modal .modal-dialog,
.custom_modal_one .modal-dialog{
  margin-top: 0;
  margin-bottom: 0;
  /* height: 100vh; */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pp_file_upload .modal-dialog,
  .custom_modal .modal-dialog, .custom_modal_one .modal-dialog{
    height: 100%;
  }

  .custom_modal .modal-dialog .modal-content, .custom_modal_one .modal-dialog .modal-content{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
  }
}

.custom_modal .modal-header, .custom_modal_one .modal-header,
.custom_modal .modal-footer, .custom_modal_one .modal-footer
{
  border: none;
}

.custom_modal .modal-header, .custom_modal_one .modal-header,
.custom_modal .modal-body, .custom_modal_one .modal-body,
.custom_modal .modal-footer, .custom_modal_one .modal-footer{
  text-align: center;
}

.custom_modal .modal-body .icon_alert{
	display: block;
	width: 100%;
	padding-top: 30px;
}

.custom_modal .modal-body .icon_alert img{
	max-width: 40%;
}

.custom_modal .modal-header, .custom_modal_one .modal-header{
  padding: 22px 15px 15px;
}

.custom_modal .modal-content, .custom_modal_one .modal-content{
  border: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin: 0 0 40px;
}

.custom_modal .modal-content.bl_contact_frm .contact_frm,
.custom_modal_one .modal-content.bl_contact_frm .contact_frm{
  height: 180px;
  overflow: hidden;
  margin-bottom: 35px;
  transition: height .4s;
}

.custom_modal .modal-content.bl_contact_frm .contact_frm .bl_modal_body,
.custom_modal_one .modal-content.bl_contact_frm .contact_frm .bl_modal_body{
  opacity: 0;
  transition: opacity .35s linear;
  min-height: 180px;
  box-sizing: border-box;
}

.custom_modal .modal-content.bl_contact_frm .contact_frm .bl_modal_body.to_show,
.custom_modal_one .modal-content.bl_contact_frm .contact_frm .bl_modal_body.to_show{
  opacity: 1;
}

.custom_modal .modal-body,
.custom_modal_one .modal-body{
  padding: 25px 15px 30px;
}

.custom_modal .modal-body .info,
.custom_modal_one .modal-body .info{
  padding: 0 10px;
  word-wrap: break-word;
}

.custom_modal .modal-body .info .title_answer,
.custom_modal_one .modal-body .info .title_answer{
    font-weight: bold;
}

.custom_modal .modal-body .pic,
.custom_modal_one .modal-body .pic{
  padding: 20px 0;
}

.custom_modal .modal-body .pic a,
.custom_modal_one .modal-body .pic a{
  border: none;
  vertical-align: middle;
  text-align: right;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  background-size: 100% auto;
  outline: none !important;
  display: block;
}

.custom_modal .modal-footer,
.custom_modal_one .modal-footer{
  padding: 15px 17px 19px;
}

.custom_modal .modal-footer .btn,
.custom_modal_one .modal-footer .btn{
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 10px 15px;
  max-width: calc(100% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom_modal .modal-footer .btn span.icon,
.custom_modal_one .modal-footer .btn span.icon{
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 45%;
  height: 45px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.custom_modal .modal-footer .btn span.icon.message{
  background-image: url(../images/icons/icon_email_white.svg);
  width: 18px;
}

.custom_modal .modal-footer .btn .icon.remove{
  background-image: url(../images/icons/icon_remove_white.svg);
  background-position: 50% 45%;
  width: 12px;
}

.custom_modal .modal-footer .btn .icon.check{
  background-image: url(../images/icons/icon_check_white.svg);
  background-position: 50% 43%;
  width: 15px;
}

.custom_modal .modal-footer.two_buttons,
.custom_modal_one .modal-footer.two_buttons{
  display: flex;
  width: 100%;
}

.custom_modal .modal-footer.two_buttons button,
.custom_modal_one .modal-footer.two_buttons button{
  flex: 1;
}

.custom_modal.forms_field .modal-body,
.custom_modal_one.forms_field .modal-body{
  /* padding-top: 5px; */
  padding-top: 0;
  padding-bottom: 0;
}

.custom_modal.forms_field .bl_forms,
.custom_modal_one.forms_field .bl_forms{
  padding: 0;
}

.custom_modal.forms_field .modal-footer,
.custom_modal_one.forms_field .modal-footer{
  padding: 2px 15px 35px;
}

.custom_modal .modal-content.bl_contact_frm .modal-footer,
.custom_modal_one .modal-content.bl_contact_frm .modal-footer{
  padding: 2px 15px 0px;
}

.custom_modal.forms_field .modal-footer .btn,
.custom_modal_one.forms_field .modal-footer .btn{
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.custom_modal_one.forms_field .modal-footer .btn .fa.fa-video-camera{
    margin-right: 5px;
}

.custom_modal .modal-footer .double,
.custom_modal_one .modal-footer .double{
  white-space: nowrap;
}

.custom_modal.forms_field.forms_field_report .modal-footer .btn{
  margin: 0 10px 15px;
  max-width: calc(100% - 22px);
  width: auto;
}

.custom_modal.forms_field.forms_field_report .modal-footer .double .btn{
  width: calc(50% - 5px);
  /* max-width: max-content; */
  float: left;
  padding: 0 10px;
}

.custom_modal.forms_field.forms_field_report .modal-footer .double .btn:first-child{
  margin: 0 5px 15px 0;
}

.custom_modal.forms_field.forms_field_report .modal-footer .double .btn:last-child{
  margin: 0 0 15px 5px;
}

.custom_modal.forms_field .modal-footer .sign,
.custom_modal_one.forms_field .modal-footer .sign{
  margin: 15px 0 0;
  font-size: 14px;
}

.custom_modal.custom_modal_alert .modal-footer .double .btn{
  max-width: calc(50% - 5px);
}

.custom_modal.custom_modal_alert .modal-footer .double .btn:first-child{
  margin: 0 10px 15px 0;
}

.custom_modal.custom_modal_alert .modal-footer .double .btn:last-child{
  margin: 0 0 15px 10px;
}


@media (min-width: 767px){
  .modal-sm {
    width: 340px;
  }
}

@media (max-width: 767px){
  .custom_modal .modal-content,
  .custom_modal_one .modal-content{
    margin: 0;
  }
}

/* @media (max-width: 480px){
  .custom_modal.forms_field.forms_field_report .modal-footer .double .btn{
    width: calc(50% - 10px);
    max-width: max-content;
  }

  .custom_modal.forms_field.forms_field_report .modal-footer .double .btn:first-child{
    margin: 0 5px 15px 0;
  }

  .custom_modal.forms_field.forms_field_report .modal-footer .double .btn:last-child{
    margin: 0 0 15px 5px;
  }
} */

/* @media (min-width: 320px){
  .modal-dialog .modal-content {
    margin: 0;
  }
} */
/*-- /custom modal popup --*/

.wrapper_center{
  margin: 0 auto;
  padding: 0 15px;
}

/*-- bl_no_one --*/
.bl_no_one{
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 40px auto 30px;
  /* margin: 40px 15px 30px; */
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: table;
  text-align: center;
  max-width: 360px;
}

.bl_no_one .icon{
  background-repeat: no-repeat;
  background-position: 25px 4px;
  background-size: 65px auto;
  padding: 0 0 0 105px;
  height: 70px;
  font-size: 14px;
  line-height: 22px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  float: right;
}

.bl_no_one .icon.circle_user{
  background-image: url(../images/icons/icon_circle_user.svg);
}

.bl_no_one .icon.circle_neutral_face{
  background-image: url(../images/icons/icon_circle_neutral_face.svg);
  background-position: 25px 0;
  background-size: 74px auto;
}

.bl_no_one .txt{
  text-align: left;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
}

.bl_no_one .txt a{
    white-space: nowrap;
}

.bl_no_one .txt.blogs_bl_no_one{
    display: none;
}

.blogs_list .bl_no_one .txt{
    display: none;
}

.blogs_list .bl_no_one .txt.blogs_bl_no_one{
    display: table-cell;
}

.bl_group_no_access{
    overflow: hidden;
    transition: height .3s, opacity .3s linear;
    display: block;
}

.bl_group_no_access_one{

}

/* .bl_no_one.no_icon{
    padding: 30px;
}

.bl_no_one.no_icon .txt{
    text-align: center;
    padding: 0px;
} */

.filter_no_result{
    width: 100%;
    text-align: center;
    padding: 0;
    opacity: 1;
    font-size: 14px;
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    transition: height .3s;
    line-height: 48px;
}

.filter_no_result.to_show{
    height: 46px;
}
/*-- /bl_no_one --*/

/* Loader */
.css_loader{
  height: 16px;
  width: 16px;
  position: absolute;
  font-size: 19px;
  visibility: visible;
  opacity: 1;
  transition: all .3s, opacity .3s linear, visibility 0s;
}

.css_loader.hidden{
  display:block!important;
  visibility: hidden;
  opacity: 0;
  transition: all .3s, opacity .3s linear, visibility 0s .3s;
}

.wall_load_loader{
  height: 0;
  width: 50px;
  font-size: 50px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s, opacity .3s linear, visibility 0s .3s;
}

.wall_load_loader.to_show{
  height: 50px;
  margin-bottom: 50px;
  visibility: visible;
  opacity: 1;
  transition: all .3s, opacity .3s linear, visibility 0s;
}

.wall_post_loader{
    height: 22px;
    width: 22px;
    font-size: 22px;
    top: 9px;
    right: 12px;
    z-index:1;
}

.btn_action_loader{
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pp_gallery_btn_additional .btn_action_loader{
	margin-left: -5px;
}

.wall_items_layer .btn_action_loader{
  height: 42px;
  width: 42px;
  font-size: 42px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mn_circle_loader{
	height: 24px;
	width: 24px;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.btn_cover_loader{
  height: 18px;
  width: 18px;
  font-size: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header_user_name_loader{
    height: 26px;
    width: 26px;
    font-size: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.events_calendar .event span.event_num .btn_action_loader{
    height: 20px;
    width: 20px;
    font-size: 20px;
    left: -5px;
    top: -1px;
}

.btn_action_loader_blogs{
    height: 18px;
    width: 18px;
    font-size: 18px;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
}

.back_page_loader{
    height: 18px;
    width: 18px;
    font-size: 18px;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
}

.banner_loader{
  height: 20px;
  width: 20px;
  font-size: 20px;
  top: -12px;
  bottom: 0;
  left: -18px;
  right: auto;
  margin: auto;
}

.wall_profile_info_name_loader{
  height: 16px;
  width: 16px;
  font-size: 16px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

.header_navbar_item_menu_loader{
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header_navbar_item_menu_loader_p{
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header_navbar_item_menu_small_loader{
  height: 18px;
  width: 18px;
  font-size: 18px;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header_navbar_item_menu_small_loader_p{
  height: 18px;
  width: 18px;
  font-size: 18px;
  top: -3px;
  bottom: 0;
  /* left: 0;
  right: 0;
  margin: auto; */
  left: 50%;
  margin: 0 0 0 -7.5px;
}

.im_menu_loader{
  /* height: 22px;
  width: 22px;
  font-size: 22px; */
  height: 18px;
  width: 18px;
  font-size: 18px;
  top: -1px;
  bottom: 0;
  left: -3px;
  right: 0;
  margin: auto;
}

.header_menu_loader{
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin-left: -14px;
  margin-top: -10px;
  left: 50%;
  top: 50%;
}

.layer_action_list_loader{
  height: 45px;
  width: 45px;
  font-size: 45px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.icon_wall_access_loader,
.icon_list_media_menu_loader{
    height: 18px;
    width: 18px;
    font-size: 18px;
    margin-left: -9px;
    margin-top: -9px;
    left: 50%;
    top: 50%;
}

.header_menu_loader_more,
.msg_loader_menu_more,
.task_menu_loader_more{
  height: 18px;
  width: 18px;
  font-size: 18px;
  margin-left: -11px;
  /* margin-top: -9px; */
  margin-top: -7px;
  left: 50%;
  top: 50%;
}

.icon_wall_loader{
  height: 18px;
  width: 18px;
  font-size: 18px;
  /* margin-left: -9px; */
  margin-left: -11px;
  margin-top: -10px;
  left: 50%;
  top: 50%;
}

.feed_btn_report .fa .icon_wall_loader{
	margin-left: -6px;
	margin-top: -9px;
}

.pp_loader_edit_tags{
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin-top: -11px;
    right: -5px;
    top: 50%;
}

.loader_settings_location{
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin-top: -10px;
  top: 50%;
  left: 31px;
  z-index: 2;
}

.loader_media{
    height: 26px;
    width: 26px;
    font-size: 26px;
    margin-left: -13px;
    margin-top: -13px;
    left: 50%;
    top: 50%;
    position:absolute;
}

.loader_stream_start{
  height: 36px;
  width: 36px;
  font-size: 36px;
  margin-left: -36px;
  margin-top: -17px;
  left: 50%;
  top: 50%;
  position: absolute;
}

.notification li button .btn_action_loader{
  height: 18px;
  width: 18px;
  font-size: 18px;
  margin-left: -9px;
  margin-top: -9px;
  left: 50%;
  top: 50%;
}

.link_join_group_loader{
    height: 18px;
    width: 18px;
    font-size: 18px;
    margin-left: 0;
    margin-top: -7px;
    left: 0;
    top: 50%;
}

.pp_messages_loader{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 40px;
  height: 40px;
  width: 40px;
}

.pp_messages_loader.box{
  height: 100px;
  width: 100px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.34);
  background: rgba(255,255,255,1);
  border-radius: 3px;
}

.loader_list_blogs_info{
  font-size: 38px;
  height: 38px;
  width: 38px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.loader_list_users_info{
  font-size: 54px;
  height: 54px;
  width: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: 40%;
}

@media (max-width: 767px) {
  .wall_load_loader{
    width: 30px;
    font-size: 30px;
  }

  .wall_load_loader.to_show{
    height: 30px;
    margin-bottom: 50px;
  }
}

.pp_messages_upload_msg_loader{
  left: 50%;
  top: 0px;
  font-size: 32px;
  height: 32px;
  width: 32px;
  margin-left: -16px;
  margin-top: 35px;
  position:relative;
  margin-bottom: 20px;
  transition: none;
}

.loader_more_comments{
  height: 18px;
  width: 18px;
  font-size: 18px;
  margin-top: -26px;
  position: absolute;
  right: -24px;
}

.loader_more_comments_replies{
  height: 18px;
  width: 18px;
  font-size: 18px;
  margin-top: -17px;
  position: absolute;
  left: -2px;
}

.loader_delete_comment{
    height: 22px;
    width: 22px;
    font-size: 22px;
    position: absolute;
    right: 2px;
    top: -11px;
}

.loader_delete_comment_reply{
    height: 22px;
    width: 22px;
    font-size: 22px;
    position: absolute;
    top: -3px;
    left: -6px;
}

.loader_like_comments{
  height: 22px;
  width: 22px;
  font-size: 22px;
  margin-top: -20px;
  position: absolute;
  margin-left: -8px;
  left: 50%;
}

.contact_frm_loader{
  height: 38px;
  width: 38px;
  font-size: 38px;
  margin-left: -19px;
  margin-top: -19px;
  left: 50%;
  top: 50%;
  position: static;
}

.loader_pp_info_page{
  height: 38px;
  width: 38px;
  font-size: 38px;
  margin-left: -19px;
  margin-top: -19px;
  left: 50%;
  top: 50%;
  position: relative;
}

.profile_more_menu_loader{
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: 8px;
  left: 50%;
  margin-left: -11px;
}

.more_menu_loader{
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: -2px;
  left: 50%;
  margin-left: -14px;
}

.pp_gallery_loader{
  width: 54px;
  height: 54px;
  /* left: 50%;
  top: 50%;
  margin: -23px; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 45px;
  z-index: 2;
}

.layer_blocked_gallery + .container .pp_gallery_loader{
	font-size: 56px;
}

.menu_loader_left_top,
.menu_loader_right_bottom{
  position: initial;
  height: 26px;
  width: 26px;
  font-size: 26px;
}

.menu_loader_right_bottom .spinner.center{
  left: 1px;
}

.menu_loader_left_center,
.menu_loader_right_center{
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.more_menu_collapse > li > a#pp_gallery_report .css_loader.btn_action_loader,
.more_menu_collapse > li > a.wall_post_report .css_loader.btn_action_loader{
	height: 18px;
    width: 18px;
    font-size: 18px;
    top: 3px;
    left: -1px;
}

#grid .block .btn_action_loader{
  height: 34px;
  width: 34px;
  font-size: 34px;
  margin-left: -17px;
  margin-top: -17px;
  left: 50%;
  top: 50%;
}

.css_loader.menu_loader_left_bottom,
.css_loader.menu_loader_right_top{
  position: initial;
  height: 18px;
  width: 18px;
  font-size: 18px;
}

@media (max-width: 480px) {
  .menu_loader_left_top,
  .menu_loader_right_bottom{
    height: 21px;
    width: 21px;
    font-size: 21px;
  }

  .menu_loader_right_bottom .spinner.center{
    left: 0px;
  }

  .css_loader.menu_loader_left_center,
  .css_loader.menu_loader_right_center{
    height: 18px;
    width: 18px;
    font-size: 18px;
  }

  .css_loader.menu_loader_left_bottom,
  .css_loader.menu_loader_right_top{
    height: 16px;
    width: 16px;
    font-size: 16px;
  }
}

.icon_wall_loader_hand{
  top: -1px;
  left: -1px;
}

.spinner {
  position: relative;
  display: inline-block;
  width: 1.01em;
  height: 1.01em;
}

.spinner.center,
.spinnerw.center{
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.css_loader:not(.hidden) .spinner .spinner-blade {
  position: absolute;
  opacity: 0;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.267em;
  border-radius: 0.5em;
  background-color: #000;
  -webkit-filter: blur(0px); filter: blur(0px);
  -webkit-transform-origin: center -0.2222em;
      -ms-transform-origin: center -0.2222em;
          transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}

.css_loader:not(.hidden) .spinnerw .spinner-blade,
.user_pic_frame .btn_action_loader .spinnerw .spinner-blade {
    background-color: #fff;
}

.css_loader.loader_stream_start .spinnerw .spinner-blade{
    background-color: #eee;
}

#pp_gallery_report .spinnerw .spinner-blade,
#pp_gallery_make_profile_picture .spinnerw .spinner-blade,
#pp_gallery_delete_picture .spinnerw .spinner-blade,
.css_loader.profile_more_menu_loader .spinnerw .spinner-blade,
.more_menu_loader  .spinnerw .spinner-blade,
.icon_wall_loader_hand .spinnerw .spinner-blade,
.icon_wall_loader .spinnerw .spinner-blade,
.loader_pp_info_page .spinnerw .spinner-blade,
.icon_list_media_menu_loader .spinnerw .spinner-blade,
.im_menu_loader .spinnerw .spinner-blade,
.wall_load_loader .spinnerw .spinner-blade,
.msg_loader_menu_more .spinnerw .spinner-blade,
.task_menu_loader_more .spinnerw .spinner-blade,
.btn_action_loader_blogs .spinnerw .spinner-blade,
.more_menu_collapse > li > a.wall_post_report .css_loader.btn_action_loader .spinnerw .spinner-blade
/* .user_pic_frame .btn_action_loader .spinnerw .spinner-blade*/{
  background-color: rgba(0, 0, 0, 1) !important;
}

.wall_items_layer .btn_action_loader .spinner-blade{
  background-color: rgba(0, 0, 0, .8) !important;
}

.loader_settings_location .spinnerw .spinner-blade,
.bl_grid_inner_photo .css_loader.btn_action_loader .spinnerw .spinner-blade,
.link .css_loader.banner_loader .spinnerw .spinner-blade,
.im_audio_message_recorder .spinnerw .spinner-blade{
  background-color: rgba(0, 0, 0, .5) !important;
}

.css_loader.back_page_loader .spinnerw .spinner-blade{
    background-color: #1784fb!important;
}

.css_loader.link_join_group_loader .spinnerw .spinner-blade{
    background-color: #000000!important;
}

.css_loader.loader_delete_comment .spinnerw .spinner-blade,
.css_loader.loader_delete_comment_reply .spinnerw .spinner-blade,
.css_loader.loader_more_comments_replies .spinnerw .spinner-blade,
.css_loader.pp_messages_loader .spinner .spinner-blade,
.css_loader.loader_like_comments .spinnerw .spinner-blade,
.css_loader.loader_more_comments .spinnerw .spinner-blade,
.css_loader.icon_wall_access_loader .spinnerw .spinner-blade,
.css_loader.frame_loader_gallery .spinnerw .spinner-blade,
.css_loader.wall_profile_info_name_loader .spinnerw .spinner-blade{
  background-color: rgba(0, 0, 0, .5);
}

.css_loader.menu_loader_left_top .spinnerw .spinner-blade,
.css_loader.menu_loader_left_center .spinnerw .spinner-blade,
.css_loader.menu_loader_left_bottom .spinnerw .spinner-blade,
.css_loader.menu_loader_right_top .spinnerw .spinner-blade,
.css_loader.menu_loader_right_center .spinnerw .spinner-blade,
.css_loader.menu_loader_right_bottom .spinnerw .spinner-blade{
  /* background-color: rgba(0, 0, 0, .8); */
  background-color: rgba(0, 0, 0, .5);
}

.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.css_loader:not(.hidden) .spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spinner-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.add_loader{
  position: relative;
}

.add_loader_transparent:not(.no_transparent):not(.geo_btn){
  color: transparent !important;
  text-shadow: none !important;
  position: relative !important;
  transition: none !important;
}

.add_loader_transparent > *:not(.css_loader):not(button):not(.no_transparent):not(.geo_btn){
  opacity: 0 !important;
  color: transparent !important;
  text-shadow: none !important;
  transition: none !important;
}

.like_comment_and_share.more .more_title.no_transparent span{
  opacity: 1 !important;
  color: inherit !important;
}

.comments_replies_load_link{
  opacity: 1;
}

/* Loader */

.logo_main_page{cursor:pointer;}

.hr_main_page{
  margin: 0;
  padding: 0;
}

.bl_download_apps{
  padding: 80px 0 37px;
}

.bl_download_apps p{
  line-height: 28px;
}

.bl_download_apps img.img-responsive{
  opacity: 0;
}

.bl_download_apps img.img-responsive.to_show{
  transition: opacity .4s linear;
  opacity: 1;
}

.bl_download_apps .btn{
  width: calc(50% - 7.5px);
  display: block;
  padding: 15px 20px;
}

.bl_download_apps .btn:first-child{
  float: left;
}

.bl_download_apps .btn:last-child{
  float: right;
}

.bl_download_apps .btn-actions .btn i{
  float: none;
  display: inline-block;
}

.bl_download_apps .btn-actions .btn:only-child{
  float: initial;
}

@media (max-width: 480px) {
  .bl_download_apps{
    padding: 45px 0 0;
  }

  .bl_download_apps .btn{
    padding: 10px 20px;
  }

  .bl_download_apps .btn-actions .btn:only-child{
    width: 100%;
    margin-right: 0;
    padding: 15px 20px;
  }
}

.bl_info .btn.btn-outline{
  font-size: 15px;
}

.placeholder:focus::input-placeholder{ color: transparent!important; }
.placeholder:focus::-webkit-input-placeholder{color:transparent!important;}
.placeholder:focus:-moz-placeholder{color:transparent!important;}
.placeholder:focus::-moz-placeholder{color:transparent!important;}
.placeholder::focus:-ms-input-placeholder{color:transparent!important;}

.placeholder_black:focus::input-placeholder{ color: #000!important; }
.placeholder_black:focus::-webkit-input-placeholder{color:#000!important;}
.placeholder_black:focus:-moz-placeholder{color:#000!important;}
.placeholder_black:focus::-moz-placeholder{color:#000!important;}
.placeholder_black::focus:-ms-input-placeholder{color:#000!important;}

@media (min-width: 0px) and (max-width: 1199px) {
  .frm_login_hidden_md {
    display: none !important;
  }
}

.bl.bl_banner_r,
.bl.bl_banner_l{
    max-width: 179px;
}

.bl_banner_r .link,
.bl_banner_l .link{
  padding: 20px 4px 0;
  font-size: 14px;
  width: 131px;
  text-align: center;
}

.link .link_show_banner .icon_fa{
    display: inline-block;
    position: relative;
    width: 1px;
}

.bl_ads .bl_banner_r img,
.bl_ads .bl_banner_l img{
  max-width: 100%;
}

.bl_ads{
  width: 100%;
  clear: both;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin: 0px auto 0;
  /*text-align: left;*/
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 6px;
}

.banner_left, .banner_right{
    text-align: left;
    width: 131px;
    padding: 4px;
}

.bl_ads a{
  color: #45c46f;
  font-size: 12px;
}

.bl_ads a:hover{
  color: #449d44;
}

.bl_ads strong a{
  color: #1784fb;
  font-size: 14px;
}

.bl_ads strong a:hover{
  color: #23527c;
}

.bl_ads p{
  margin: 5px 0 0;
}

/* -- blogs_wrap -- */
.blogs_wrap{
  padding: 80px 0;
}

.blogs_wrap .signature{
  margin-bottom: 16px;
}

.blogs_wrap .cham-post-link .cham-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  transition: all 0.5s ease;
  width: 100%;
}

.blogs_wrap .title {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs_wrap .cham-post:not(.go_to_page) .cham-post-link:hover .cham-overlay {
  opacity: 0.5;
}

.blogs_wrap .cham-post.go_to_page .cham-post-link{
    cursor: default;
}

.blogs_wrap .cham-post-link{
  cursor: pointer;
}

.blogs_wrap .pic{
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  /* height: 200px; */
}

.blogs_wrap h3{
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  display: block;
  /* float: left; */
  width: 100%;
  transition: all 0.5s ease;
}

.blogs_wrap .cham-post-link:hover h3{
  color: #1784fb;
}

.blogs_wrap .post-text{
  /* clear: both;
  height: 55px;
  overflow: hidden; */
}

.blogs_wrap.page_list{
  padding: 52px 0 80px;
}

.blogs_wrap.page_list .p-b{
  padding-bottom: 31px;
}

.blogs_wrap.page_list .p-m{
  padding-bottom: 15px;
}

.blogs_wrap.page_list h3{
  margin: 0 0 17px;
}

.blogs_wrap.page_list .post-text p{
  height: 49px;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 2) {
  .blogs_wrap.page_list .post-text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.blogs_wrap.photos_list .col-md-0 .cham-post-image .pic{
  height: 480px;
}

.blogs_wrap.photos_list .col-md-3 .cham-post-image .pic{
  height: 280px;
}

.blogs_wrap.photos_list .col-md-2 .cham-post-image .pic{
  height: 160px;
}

.wall .blogs_wrap.photos_list .col-md-2 .time{
  display: none;
}

@media (max-width: 1400px) {
  .wall .blogs_wrap.photos_list .col-md-2 .time{
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .blogs_wrap.photos_list .col-md-0 .cham-post-image .pic{
    height: 360px;
  }

  .blogs_wrap.photos_list .col-md-3 .cham-post-image .pic{
    height: 200px;
  }
}

@media (max-width: 991px) {
  .blogs_wrap.photos_list .col-md-0 .cham-post-image .pic{
    height: 360px;
  }

  .blogs_wrap.photos_list .col-md-3 .cham-post-image .pic{
    height: 360px;
  }

  .blogs_wrap.photos_list .col-md-2 .cham-post-image .pic{
    height: 360px;
  }
}

/* .blogs_wrap.videos_list .post-text{
  height: auto;
} */

.wrap_filter .dot{
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #b3b3b3;
  display: inline-block;
  vertical-align: top;
  margin: 12px 5px 0 5px;
}

@media (max-width: 480px) {
  .blogs_wrap{
    padding: 30px 0 35px;
  }

  .blogs_wrap.page_list{
    padding: 30px 0 35px;
  }

  .blogs_wrap.page_list h3{
    margin: 0 0 10px;
  }

  .blogs_wrap.page_list .p-b{
    padding-bottom: 0;
  }
}
/*-- /blogs_wrap --*/

/*-- people_wrap --*/
.people_wrap{
  padding: 80px 0;
}

.people_wrap .signature{
  margin-bottom: 16px;
}

.people_wrap .cham-post-link .cham-overlay2 {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  transition: all 0.5s ease;
  width: 100%;;
}

.people_wrap .cham-post-link:hover .cham-overlay2 {
  opacity: 0;
}

.people_wrap .cham-post-link{
  cursor: pointer;
}

.people_wrap h3.overflow{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  width: 100%;
  transition: all 0.5s ease;
}

.people_wrap .cham-post-link:hover h3{
  color: #1784fb;
}

.people_wrap .post-text{
  clear: both;
  height: 55px;
  overflow: hidden;
}

.people_wrap.page_list{
  padding: 52px 0 80px;
}

.people_wrap.page_list .p-b{
  padding-bottom: 31px;
}

.people_wrap.page_list h3{
  margin: 0 0 17px;
}

@supports (-webkit-line-clamp: 2) {
  .people_wrap .post-text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 768px) {
  .wall .people_wrap.page_list,
  .wall .blogs_wrap.page_list{
    padding: 20px 0 25px;
  }

  .people_wrap{
    padding: 30px 0 35px;
  }

  .people_wrap.page_list, .blogs_wrap.page_list {
    padding-bottom: 0px;
  }

}
/*-- /people_wrap --*/

#update_server{
    display:none;
}

.frame_loader_page {
  opacity: 1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.34);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,1);
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  bottom: 20%;
  font-size: 30px;
}

.frame_loader_search_list {
  opacity: 1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.34);
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,1);
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 3;
  border-radius: 3px;
}

.frame_loader_search_list.to_hide{
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s linear, visibility 0s .4s;
}

.frame_loader_search_list.to_show {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s linear, visibility 0s;
}

.frame_loader_search_list.to_hide .css_loader{
  visibility: hidden;
}

.frame_loader_search_list.to_show .css_loader{
  visibility: visible;
}

.frame_loader_search_list .css_loader{
  position: static;
}

.frame_loader_gallery {
    opacity: 1!important;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.34);
    left: 50%;
    transform: translateX(-25%);
    background: rgba(255,255,255,1);
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3;
    border-radius: 3px;
    visibility: visible!important;
    margin: -50px 0 0 -25px!important;
    bottom: 15%;
    top: auto;
}

.frame_loader_gallery.to_hide {
  visibility: hidden!important;
  opacity: 0!important;
  transition: opacity .4s linear, visibility 0s .4s;
}

.loader_search_list {
  font-size: 55px;
  z-index: 2;
  opacity: .5;
  margin-top: 80px;
  left: 50%;
  margin-left: -18px;
}

.module_filter_result{
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  clear: both;
  padding: 15px 0 0;
  /* min-height: 550px; */
}

.wall .module_filter_result{
  position: initial;
}

/* .body_member .module_filter_result{
  padding: 15px 0 0;
} */

.module_filter_result .filter_result{
  position: absolute;
  width: 100%;
  margin: 0;
}

.position-relative{
  position: relative;
}

@media (max-width: 480px) {
  .frame_loader_search_list, .frame_loader_page{
    width: 80px;
    height: 80px;
  }

  .frame_loader_gallery {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -20px!important;
  }

  .loader_search_list {
    font-size: 45px;
  }
}

@media (max-width: 320px) {
  .frame_loader_search_list {
    top: 60px;
  }
}

.module_filter_result .item.to_hide {
  opacity: 0;
  transition: all .4s, opacity .4s linear;
}

.module_filter_result .item.to_show {
  opacity: 1;
  transition: all .4s, opacity .4s linear, visibility 0s;
}

.cham-heading-description h3{
  float: left;
  width: auto;
  margin: 0 !important;
  word-wrap: break-word;
  max-width: 100%;
}

.cham-heading-description .wrap_head_links{
  float: right;
  font-size: 14px;
  line-height: .8;
  padding: 9px 0 0;
}

.cham-heading-description .wrap_head_links .caret{
  vertical-align: top;
  margin: 6px 0 0 3px;
}

.cham-heading-description .wrap_head_links .dot{
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #b3b3b3;
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0 5px;
}

.cham-heading-description .form-control.filter_field_add{
  margin: 15px 0;
  padding: 10px 11px 13px;
  height: 36px;
}

/* --  pages head_links -- */
.head_link{
  color: #1784fb;
  cursor: pointer;
  transition: all .5s ease;
}

.head_link .fa{
  width: 14px;
  margin: 0 4px 0 0;
}

.head_link .fa.fa-film{
  width: 16px;
}

.head_link:hover{
  color: #23527c;
}

.head_link figure{
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.head_link figure svg{
  fill: #1784fb;
  transition: all .5s ease;
}

.head_link:hover svg{
  fill: #23527c;
}

.head_link.song_upload figure{
  width: 16px;
  height: 16px;
}

.wrap_filter .head_link figure {
  top: -2px;
}

.wrap_filter .head_link:first-child{
  margin: 0;
}

.wrap_filter .head_link{
  line-height: initial;
}
/* --  /pages head_links -- */

.tooltip_error .tooltip-inner{
  color: #000;
  text-align: center;
  background-color: #feece8;
  background-image: url(../images/icons/icon_warning.svg);
  background-repeat: no-repeat;
  background-position: 5px 4px;
  background-size: 14px auto;
  text-align: left;
  border: 1px solid #f0a898;
  padding: 3px 5px 3px 23px;
  /* white-space: nowrap;
  max-width: 300px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  min-width: 155px;
  max-width: calc(100% - 30px);
  margin: auto;
  white-space: normal;
}

@media (max-width: 480px) {
  .cham-heading-description .wrap_head_links{
    clear: both;
    float: left;
    /* padding: 10px 0 5px; */
    padding: 15px 0 0;
  }

  .cham-heading-description .wrap_head_links .head_link{
    display: inline-block;
    /* margin-bottom: 5px; */
    margin-bottom: 10px;
  }

  .cham-heading-description .wrap_head_links:empty{
    display: none;
  }

  .wrap_filter{
    margin: 0 0 21px;
  }

  .wrap_filter .dot{
    margin-top: 16px;
  }

  /* .cham-heading-description .wrap_head_links .dot{
    margin-top: 10px;
  }

  .more.bl_filter{
    margin: 5px 0 0;
  } */

  .more.bl_filter{
    margin: 0 0 5px;
  }

  .like_dislike{
    position: absolute;
    bottom: -55px;
    right: 0;
    margin: 0;
  }
}

@media (max-width: 320px) {
  .cham-heading-description .wrap_head_links .head_link{
    margin-bottom: 14px;
  }
}

.tooltip_error .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip_error.top .arrow {
  bottom: 0;
  /* left: 50%; */
  left: calc(100% - 30px);
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ccc;
}

.tooltip_error.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0px 5px 5px;
  border-bottom-color: #ccc;
}

input.wrong,
textarea.wrong,
select.wrong,
button.wrong:not(.btn_cover_music){
    border: 1px solid red !important;
}

.bootstrap-select.wrong button{
    border: 1px solid red !important;
}

/*-- games --*/
.wrap_games{
  clear: both;
  padding: 15px 0 45px;
}

.bl_games{
  /* width: calc(50% - 10px); */
  height: 260px;
  margin: 0 0 20px;
  cursor: pointer;
  position: relative;
}

.bl_games .bl_link{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 695px;
  height: 260px;
}

.bl_games .bl_link span.bl_name{
  height: 55px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.bl_games .bl_link span.name{
  transition: 0.5s ease;
  /* padding: 0 36px; */
  padding: 0 22px;
  background-color: rgba(0,0,0,.48);
  font-size: 24px;
  line-height: 53px;
  height: 55px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
}

.bl_games .bl_link:hover span.name{
  background-color: rgba(0,0,0,.70);
}

.bl_games .game{
  width: 100%;
  max-width: 695px;
  height: 260px;
  opacity: 0;
  background-position: 50% 50%;
  /* background-size: auto 100%; */
  background-repeat: no-repeat;
}

.bl_games .game.to_show{
  transition: opacity .4s linear;
  opacity: 1;
}

/* @media (max-width: 1400px) {
  .bl_games .game{
    background-size: 100% auto;
  }
} */

/* @media (max-width: 900px) {
  .bl_games .game{
    background-size: auto 100%;
  }
} */

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .bl_games,
  .bl_games .game,
  .bl_games .bl_link{
    height: 200px;
  }
}

@media (max-width: 727px) {
  .bl_games{
    width: 100%;
    max-width: 695px;
    float: none;
  }

  .bl_games .game{
    background-size: 100% auto;
  }
}

@media (max-width: 480px) {
  .bl_games .game{
    background-size: auto 100%;
  }
}
/*-- /games --*/

.bl_search+.bl_info,
.bl_search+.bl_download_apps{
  margin-top: 40px;
}

@media (max-width: 768px) {
  .bl_search+.bl_info,
  .bl_search+.bl_download_apps{
    margin-top: 0;
  }
}

.bl_separator{
  display: none;
}

.bl_search+.bl_separator{
  display: block;
  height: 80px;
}

@media (max-width: 768px) {
  .bl_search+.bl_separator{
    display: none;
  }
}

/*-- style for iframe demo --*/
.iframe_demo,
.iframe_demo .pp_photo_gallery{
  width: calc(100vw + 21px);
}

.iframe_demo .pp_video_gallery{
  width: calc(100vw + 17px);
}

.iframe_demo .wall_wrapper{
  max-width: calc(100vw + 21px);
  width: calc(100vw + 21px);
  padding: 0 21px 0 0;
}

.iframe_demo body.body_member.modal-open #cham-page .bl_post_wall{
  width: calc(100vw + 47px) !important;
}

.iframe_demo .bl_grid_inner_photo_center{
  margin-left: 17px;
}

.iframe_demo #cham-page{
  width: 100vw;
}

.iframe_demo body.body_member.modal-open #cham-page .header_grid{
  padding-left: 0;
}

.iframe_demo body.body_member.modal-open #cham-page .header_grid.inner{
  padding-left: 17px;
}

.iframe_demo .header.header_profile{
  max-width: calc(100vw + 34px);
  margin-left: -17px;
}

.iframe_demo .bl_grid_inner_photo{
  right: 10px !important;
  margin: 0;
}

.iframe_demo .bl_grid_inner_photo .circles{
  position: relative;
}

.iframe_demo .filerobot-image-editor-root .bjnnNt{
    scrollbar-width: none;
}
/*-- /style for iframe demo --*/

/*-- landscape --*/
@media (max-height: 360px) and (orientation:landscape) {
  .cham-cover .cham-cover-text .full-height .cham-cover-intro{
    padding-top: 60px;
  }

  .cham-cover .cham-cover-text .cover-text-lead{
    font-size: 30px;
    margin: 0 0 20px;
  }

  .cham-cover .cham-cover-text .full-height .cham-cover-intro h2{
    margin: 0 0 25px;
  }
}
/*-- /landscape --*/

.more_menu_collapse{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  float: left;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .175);
  border: none;
  overflow: hidden;
}

.more_menu_collapse.more_msg_menu{
    top: auto;
    left: auto;
    margin: 0;
    float: none;
}

.more_menu_collapse.dropdown-menu{
  top: auto !important;
}

/*.message_more_menu .more_menu_collapse{
    float: none;
    left: auto;
}*/

.more_menu_collapse.mn_circle_more_list{
  z-index: 3;
  top: 270px;
  margin: 0 -200px 0 0;
  right: 50%;
  left: auto;
  background-color: transparent !important;
}

.more_menu_collapse.mn_circle_more_list.mn_circle_small_more_list{
  right: 0;
  top: 60px;
  margin: 0;
}

.more_menu_collapse.mn_circle_more_list li{
  background-color: #fff;
}

.more_menu_collapse.mn_circle_more_list li:first-child{
  margin-top: 8px;
}

.more_menu_collapse.mn_circle_more_list li:first-child,
.more_menu_collapse.mn_circle_more_list li:first-child:hover a{
  border-radius: 4px 4px 0 0;
}

/* .more_menu_collapse.mn_circle_more_list li:first-child a::after{
  content: '';
  position: absolute;
  right: calc(3vh - 7px);
  top: -6px;
  width: 14px;
  height: 14px;
  margin: 0;
  background: #fffff0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: background-color 0.5s ease;
} */

.more_menu_collapse.mn_circle_more_list li a{
  padding: 8px 17px 8px 15px;
}

.more_menu_collapse.mn_circle_more_list li a i{
  width: 18px;
  text-align: center;
}

.more_menu_collapse.mn_circle_more_list li a figure{
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 2px 0 0;
}

/* .more_menu_collapse.mn_circle_more_list li a figure svg{
  width: 14px;
  height: 14px;
  transition: fill .4s ease;
  vertical-align: middle;
} */

.more_menu_collapse.more_menu_right{
  right: 4px;
  left: inherit;
  z-index: 3;
  top: 20px;
}

.comm_to_comm_delete .more_menu_collapse.more_menu_right{
  top: 16px;
}

.item_settings .more_menu_collapse.more_menu_right{
  top: 26px;
}

.more_menu_collapse.wall_post_access{
  left: -27px;
}

.more_menu_collapse > li > a{
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  padding: 8px 12px;
  color: #000 !important;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.more_menu_collapse > li{
  margin: 0 !important;
  padding: 0 !important;
}

.more_menu_collapse > li > a{
  display: flex;
}

.more_menu_collapse > li > a > span{
  padding: 0 !important;
}

.more_menu_collapse > li > a > span.icon_fa{
  width: 18px;
  height: 16px;
  margin: 0 3px 0 0;
  text-align: center;
  justify-content: center;
}

.more_menu_collapse > li > a > span > span.icon_fa .fa{
  width: 15px;
  text-align: center;
}

.more_menu_collapse > li > a > span > span.icon_fa {
  display: inline-block;
  /* vertical-align: middle; */
}

.more_menu_collapse > li > a > span > span.icon_fa figure {
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
  text-align: center;
}

/* .more_menu_collapse > li > a > span.icon_fa figure svg {
  width: 16px;
  height: 16px;
  transition: fill .4s ease;
  vertical-align: middle;
} */

.more_menu_collapse li a figure svg{
  width: 14px;
  height: 14px;
  transition: fill .4s ease;
  vertical-align: middle;
}

.more_menu_collapse > li > a > span > span.icon_fa figure.fg_groups,
.more_menu_collapse > li > a > span > span.icon_fa figure.fg_groups svg {
  width: 17px;
  height: 17px;
}

.btn_title{
  font-family: Tahoma;
}

.more_menu_collapse > li > a:hover{
  background: #f5f5f5;
}

.more_menu_collapse > li > a.disabled{
  cursor: default;
}

.more_menu_collapse > li > a.disabled:hover{
  background-color: #fff;
}

.more_menu_collapse > li > a > i{
  /* padding-right: 3px;
  width: 18px; */
  width: 15px;
  text-align: center;
}

.more_menu_collapse > li > a > i.fa-external-link,
.more_menu_collapse > li > a > i.fa-pencil-square-o{
  padding-top: 4px;
  vertical-align: top;
}

@media (max-width: 480px) {
  .more_menu_collapse{
    font-size: 12px;
  }

  .more_menu_collapse.mn_circle_more_list{
    top: 175px;
    margin: 0 -135px 0 0;
  }

  .more_menu_collapse.mn_circle_more_list li a{
    padding: 6px 12px 6px 10px;
  }

  .more_menu_collapse.mn_circle_more_list li a i{
    width: 15px;
  }
}

.profile_user_more_menu_bl{
  right: 0;
  left: auto;
  z-index: 3;
}

/*-- video chat --*/
.wrap_video_chat{
  clear: both;
  padding: 15px 0 0;
}

audio,canvas,video{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]){display:none;height:0}[hidden]{display:none}

#video-container {
  /*height: 693px;*/
  text-align: center;
  position: relative;
  background-color: #f3f5f9;
}

#block_make_call,
#block_end_call,
#block_disabled_call,
#perform_action_videochat{
  display: inline-block;
}

#block_disabled_call{
  display: block;
}

.block_videochat{ background-color: #eee; /*width: 734px;*/ margin: 0 auto; }

.module_videochat{
  /* border-style: solid;
  border-width: 0 1px;  */
  border-color: #f3f5f9;
  margin: 0 auto;
  /*width: 715px;*/
  height: 532px; }

/* .block_videochat{ width: 732px; } */
/* .module_videochat{ width: 732px; height: 693px; } */

.client_photo_default{ height: 140px; width: 188px; overflow: hidden; background-color: #eee; background-image: url("../images/icocam.svg"); background-position: center center; background-repeat: no-repeat; background-size: 75px auto; float: left; }

.client_photo_default_audio{
  height: 140px;
  /* width: 188px; */
  width: 126px;
  overflow: hidden;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  float: left;
}

.call_photo_default{
  position: absolute;
  top: 0;
  height: 534px;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  background-image: url("../images/icocam.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 130px auto;
}

#video-container .their-video-container{
  height: 534px;
  overflow: hidden;
  margin-bottom: 1px;
  background-color: #fff;
}

/* icons sound & full */
#video-container .their-video-container .icons{
  position: absolute;
  top: 21px;
  right: 21px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear, visibility 0.3s;
  z-index: 1;
}

#video-container .their-video-container .icons.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s linear, visibility 0s;
}

#video-container .their-video-container .icons .icon{
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: .8;
  transition: opacity 0.3s linear;
}

#video-container .their-video-container .icons .icon.sound{
  width: 42px;
  margin: 0 15px 0 0;
}

#video-container .their-video-container .icons.no_full_screen .icon.sound,
.mobile #video-container .their-video-container .icons .icon.sound{
     margin: 0;
}

#video-container .their-video-container .icons .icon.sound.on{
  background-image: url(../images/icons/icon_sound_on.png);
}

#video-container .their-video-container .icons .icon.sound.off{
  background-image: url(../images/icons/icon_sound_off.png);
  display: none;
}

#video-container .their-video-container .icons .icon.fullscreen{
  width: 34px;
  background-image: url(../images/icons/icon_full.png);
}

#video-container .their-video-container .icons.no_full_screen .icon.fullscreen{
    display: none;
}

#video-container .their-video-container .icons.mute_off .icon.sound.off{
  display: block;
}
#video-container .their-video-container .icons.mute_off .icon.sound.on{
  display: none;
}

.mobile #video-container .their-video-container .icons .icon.fullscreen{
  display: none;
}

#video-container .their-video-container .icons.search_next_live{
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s linear, visibility 0.25s;
}

#video-container .their-video-container .icons.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .25s linear, visibility 0s;
}

#video-container .their-video-container .icons .icon.arrow{
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  text-align: center;
  margin: 0 0 0 10px;
}

#video-container .their-video-container .icons .icon.arrow svg{
  width: 20px;
  height: 30px;
  fill: #fff;
}

#video-container .their-video-container .icons .icon:hover{
  opacity: 1;
}

#video-container .their-video-container .icons.disabled .icon.arrow{
    opacity: .6;
    cursor: default;
}


/*-- like heart --*/
#video-container .their-video-container .ls_video_like{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 5em;
  height: 4em;
  font: 1em verdana, sans-serif;

  position: absolute;
  bottom: 12px;
  right: 9px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s, opacity .4s linear, visibility 0s .4s;
  -o-transition: all .4s, opacity .4s linear, visibility 0s .4s;
  transition: all .4s, opacity .4s linear, visibility 0s .4s;
}

#video-container .their-video-container .ls_video_like:hover {
	font-size: 1em;
  animation: beat .35s infinite alternate;
}

/* for safari */
@media not all and (min-resolution:.001dpcm)
  { @supports (-webkit-appearance:none) {

    #video-container .their-video-container .ls_video_like:hover{
      animation: none;
    }
}}

@keyframes beat{
	to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (hover: none) {
  #video-container .their-video-container .ls_video_like:hover {
    animation: none;
  }
}

.mobile #video-container .their-video-container .ls_video_like:hover {
  animation: none;
}

#video-container .their-video-container .ls_video_like.to_show{
  visibility: visible;
  opacity: 1;
  transition: all .4s,  opacity .4s linear, visibility 0s;
}

[id='toggle-heart'] {
  position: absolute;
  left: -100vw;
}
[id='toggle-heart']:checked + label {
  color: #c60d01;
  opacity: .35;
  will-change: font-size;
  -webkit-animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
          animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
[id='toggle-heart']:checked + label:before, [id='toggle-heart']:checked + label:after {
  -webkit-animation: inherit;
          animation: inherit;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
[id='toggle-heart']:checked + label:before {
  will-change: transform, border-width, border-color;
  -webkit-animation-name: bubble;
          animation-name: bubble;
}
[id='toggle-heart']:checked + label:after {
  will-change: opacity, box-shadow;
  -webkit-animation-name: sparkles;
          animation-name: sparkles;
}
[for='toggle-heart'] {
  align-self: center;
  position: relative;
  color: #5952a5;
  font-size: 3.6em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
[for='toggle-heart']:before, [for='toggle-heart']:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: '';
}
[for='toggle-heart']:before {
  box-sizing: border-box;
  margin: -2.25rem;
  border: solid 2.25rem #e2264d;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transform: scale(0);
          transform: scale(0);
}
[for='toggle-heart']:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -3rem 0 -0.1875rem #ff8080, -0.32476rem -2.625rem 0 -0.1875rem #ffed80, 2.54798rem -1.61656rem 0 -0.1875rem #ffed80, 1.84982rem -1.89057rem 0 -0.1875rem #a4ff80, 2.85252rem 0.98418rem 0 -0.1875rem #a4ff80, 2.63145rem 0.2675rem 0 -0.1875rem #80ffc8, 1.00905rem 2.84381rem 0 -0.1875rem #80ffc8, 1.43154rem 2.22414rem 0 -0.1875rem #80c8ff, -1.59425rem 2.562rem 0 -0.1875rem #80c8ff, -0.84635rem 2.50595rem 0 -0.1875rem #a480ff, -2.99705rem 0.35095rem 0 -0.1875rem #a480ff, -2.48692rem 0.90073rem 0 -0.1875rem #ff80ed, -2.14301rem -2.12438rem 0 -0.1875rem #ff80ed, -2.25479rem -1.38275rem 0 -0.1875rem #ff8080;
}

@-webkit-keyframes heart {
  0%, 17.5% {
    font-size: 0;
  }
}

@keyframes heart {
  0%, 17.5% {
    font-size: 0;
  }
}
@-webkit-keyframes bubble {
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2.25rem;
  }
  30%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}
@keyframes bubble {
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2.25rem;
  }
  30%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}
@-webkit-keyframes sparkles {
  0%, 20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}
@keyframes sparkles {
  0%, 20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}
/*-- /like heart --*/

.block_videochat.module_live_streaming #video-container .their-video-container #their-video{
  /*min-height: 534px;
  height: auto;
  min-width: 100%;
  width: auto;*/
	object-fit: cover;
}

.interface{
  position: absolute;
  right: 0;
  height: 140px;
 /* width: 543px;*/
  /* width: 605px; */
  width: calc(100% - 127px);
  vertical-align: middle;
  background-color: #ddd;
}

.interface .bl{
	position: absolute;
	top: 39px;
	left: 0; right: 0;
	min-width: 206px;
	margin:0 auto;
}

.interface.video{
  width: calc(100% - 189px);
}

.my-video-container{
  width: 189px;
  height: 140px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /* margin-left:-1px; */
  position: absolute;
  left: 0;
  /* background-image: url(../images/icocam.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  z-index: 2; */
}

#my-video {
  width: 188px;
  height: 140px;
  background-color: #eee;
  background-image: url(../images/icocam.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40% auto;
  padding: 0;
  margin: 0;
  /*margin-top: -1px;*/
  position: absolute;
  left: 0;
  /* opacity: 0;
  visibility: hidden; */
}

#my-video.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .4s, visibility 0s;
  transition-delay: .2s;
}

#their-video {
  /*min-width: 732px;*/
  min-height: 534px;
  height: auto;
  /* width: auto; */
  width: 100%;
  background-color: #eee;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility 0s .4s;
}

#their-video.no_response{
	/*object-fit: none!important;*/
	min-width: auto;
	min-height: auto;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0!important;
}

#their-video.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .4s, visibility 0s;
  transition-delay: .2s;
}

#their-video object{
  width: 100%;
}

#their_audio_bl {
  /*width: 733px;
  height :auto; min-height: 534px;*/
  height: 535px;
  background-color: #eee;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

#their_audio_bl a{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#their_audio_bl img{
  opacity: 0;
  height: 534px;
  /* transform: translateX(-50%);
  left: 50%;
  top: 0;
  position: relative;  */
}

#their_audio_bl img.plug_photos{
  height: auto;
}

/*.videochat_flash{ min-height: 665px !important; }
.videochat_webrtc{ min-height: 700px !important; }*/

.chat_action button{
  transition: background .3s, color .3s;
  background-color: #98c700;
  min-width: 204px;
  height: 63px;
  border-radius: 31px;
  font-size: 20px;
  color: #fff;
  /* padding: 0 31px 2px 31px; */
  padding: 0 31px 4px 31px;
  border: none;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chat_action button:hover{
  background-color: #7AC700;
}

.chat_action button[data-action='disconect1'],
.chat_action button.disconect{
  background-color: #df9203;
}

.chat_action button[data-action='disconect1']:hover,
.chat_action button.disconect:hover{
  background-color: #DF7D03;
}

.chat_action button:disabled{
  cursor: default !important;
  background-color: #bcbcbc;
  cursor: default;
}

.chat_action.processing button{cursor: default!important; background-color: #98c700!important;}
.chat_action.processing button[data-action='disabled']{background-color: #bcbcbc!important;}
.chat_action.processing button[data-action='disconect1'],
.chat_action.processing button.disconect{background-color: #df9203!important;}

.chat_action button .bl_title{
  opacity: 1;
  transition: width .4s, opacity .4s linear;
  white-space: nowrap;
  overflow: hidden;
}

.chat_action button .bl_title .fa{
  /* font-size: 26px; */
  font-size: 24px;
  vertical-align: middle;
  margin: 0 2px 0 0;
}

.chat_action button .bl_title .fa.fa-square{
  font-size: 22px;
}

.chat_action button .bl_title .fa.fa-square,
.chat_action button .bl_title .fa.fa-microphone-slash{
  display: none;
}

.chat_action button.disconect .bl_title .fa.fa-video-camera,
.chat_action button.disconect .bl_title .fa.fa-microphone{
  display: none;
}

.chat_action button.disconect .bl_title .fa.fa-square,
.chat_action button.disconect .bl_title .fa.fa-microphone-slash{
  display: inline-block;
}

.chat_action button .btn_name{
  padding: 0;
  vertical-align: middle;
}

.chat_action button .btn_name.blink{
  animation: blink_msg 2s linear infinite;
  -webkit-animation: blink_msg 2s linear infinite;
}

.info_connect{
  position: absolute;
  width: 100%;
  font-size: 12px;
  color: #b0b0b0; top: 335px;
  font-family: Tahoma;
}

#waiting_connect{
  opacity: 0;
}

.audio_container .info_connect{
  bottom: 0;
  background-color: rgba(0,0,0,.3);
  top: auto;
  padding: 10px;
  /* width: calc(100% - 20px); */
  width: 100%;
  color: #fff;
}

.body_video_chat .chat_bg,
.body_audio_chat .chat_bg{
  /* margin: -3px 0 0; */
  margin: 0 0 193px;
}

/* .body_video_chat .wall.one_column .chat_bg{
  margin: 0 0 143px;
} */

@media (max-width: 767px){
  .body_video_chat .cham-footer-style-3,
  .body_audio_chat .cham-footer-style-3{
    display: none;
  }

  .body_video_chat .wall.one_column,
  .body_audio_chat .wall.one_column{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body_video_chat .wall.one_column .p-b,
  .body_audio_chat .wall.one_column .p-b{
    padding-bottom: 0;
  }
}

@media (max-width: 480px){
  .body_video_chat .header,
  .body_video_chat .cham-footer-style-3,
  .body_video_chat .title,
  .body_video_chat .wall.one_column .p-b,
  .body_audio_chat .header,
  .body_audio_chat .cham-footer-style-3,
  .body_audio_chat .title,
  .body_audio_chat .wall.one_column .p-b{
    display: none;
  }

  .body_video_chat .wrap_static_page,
  .body_video_chat .wrap_video_chat,
  .body_video_chat .top_indent_page,
  .body_video_chat .wrap_video_chat .col-md-12,
  .body_audio_chat .wrap_static_page,
  .body_audio_chat .wrap_video_chat,
  .body_audio_chat .top_indent_page,
  .body_audio_chat .wrap_video_chat .col-md-12{
    padding: 0;
    margin: 0;
    height: 100%;
  }

  .block_videochat{
    height: 100%;
  }

  .body_video_chat .chat_bg,
  .body_audio_chat .chat_bg{
    margin: 0;
    height: 100%;
  }

  .body_video_chat .wrap_video_chat,
  .body_audio_chat .wrap_video_chat{
    height: calc(100% - 49px);
    top: 49px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
  }

  .call_photo_default{
    height: calc(100% - 84px);
  }

  .module_videochat{
    height: 100%;
  }

  #video-container{
    height: 100%;
  }

  #their-video{
    min-height: 100%;
  }

  .body_video_chat #video-container .their-video-container,
  .body_audio_chat #video-container .their-video-container{
    height: calc(100% - 84px);
  }

  .body_video_chat #video-container .their-video-container .call_photo_default {
    height: 100%;
  }

  .body_audio_chat #their_audio_bl{
    height: 100%;
    display: block;
    position: initial;
  }

  .body_audio_chat #their_audio_bl a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .body_audio_chat #their_audio_bl img{
    height: 100%;
    object-fit: none;
  }

  .audio_container .info_connect{
    /* bottom: initial; */
    z-index: 2;
  }

  .body_video_chat{
    overflow: hidden;
  }

  .body_video_chat .client_photo_default{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ddd;
  }

  .body_video_chat .interface{
    height: 83px;
  }

  .body_video_chat .interface.video{
    width: 100%;
    bottom: 0;
  }

  .body_video_chat .interface .bl,
  .body_audio_chat .interface .bl{
    padding: 10px 0;
    top: initial;
    bottom: 0;
    height: 83px;
  }

  .info_connect{
    top: 61%;
  }

  .my-video-container{
    bottom: 84px;
    width: 100px;
    height: 100px;
    z-index: 1;
  }

  #my-video{
    background-color: #ddd;
    width: 140px;
    height: 140px;
    margin: -20px 0 0 -20px;
    left: 0;
    bottom: 0;
    top: 0;
  }

  .body_audio_chat .client_photo_default_audio{
    position: absolute;
    bottom: 84px;
    z-index: 1;
  }

  .body_audio_chat .interface{
    left: 0;
    width: 100%;
    height: 83px;
  }
}
/*-- /Video chat --*/

/* Wall placeholder */
.timeline-wrapper {
  transition: opacity .35s linear;
  opacity: 1;
  height: 161px;
  height: 162px;
  overflow: hidden;
}

.timeline-wrapper.timeline-comment {
  height: 64px;
  padding-top: 5px;
}

#pp_gallery_comments_bl .timeline-wrapper.timeline-comment {
  height: 67px;
}

.comment_to_comment_container .timeline-wrapper.timeline-comment,
#pp_gallery_comments_bl .comment_to_comment_container .timeline-wrapper.timeline-comment{
  height: 54px;
}

@media (max-width: 480px){
  .timeline-wrapper.timeline-comment {
    height: 64px;
  }

  #pp_gallery_comments_bl .timeline-wrapper.timeline-comment {
    height: 67px;
  }

  .comment_to_comment_container .timeline-wrapper.timeline-comment{
    height: 53px;
  }

  #pp_gallery_comments_bl .comment_to_comment_container .timeline-wrapper.timeline-comment{
    height: 53px;
  }
}

.timeline-wrapper.to_hide {
  opacity: 0;
}

.timeline-item {
  background: #fff;
  border-radius: 3px;
}

@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 900px 104px;
  /* height: 112px; */
  height: 157px;
  position: relative;
}

.timeline-wrapper.timeline-comment .animated-background{
  height: 40px;
}

.background-masker {
  background: #fff;
  position: absolute;
}

.wrap-background-circle{
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background: #fff;
}

.timeline-comment .wrap-background-circle{
  width: 40px;
  height: 40px;
}

.wrap-background-circle .background-circle{
  width: 65px;
  height: 65px;
  border-radius: 100%;
}

.timeline-comment .wrap-background-circle .background-circle{
  width: 40px;
  height: 40px
}
/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 65px;
  right: 0;
  height: 18px;
}

.timeline-comment .background-masker.header-top {
  top: 0;
  left: 40px;
  right: 0;
  height: 9px;
}

.timeline-comment .background-masker.header-bottom {
  top: 15px;
  left: 40px;
  height: 11px;
}

.timeline-comment .background-masker.subheader-bottom {
  top: 32px;
  height: 8px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 18px;
  left: 65px;
  height: 6px;
  width: 10px;
}

.timeline-comment .background-masker.header-right {
  top: 9px;
}

.timeline-comment .background-masker.header-left {
  top: 9px;
  left: 40px;
  height: 6px;
  width: 10px;
}

.timeline-comment .background-masker.subheader-left{
  left: 40px;
}

.timeline-comment .background-masker.subheader-bottom{
  left: 40px;
}

.timeline-comment .background-masker.subheader-left,
.timeline-comment .background-masker.subheader-right {
  top: 26px;
}

.background-masker.header-bottom {
  top: 24px;
  height: 18px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 42px;
  height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 80%;
  right: 0;
}

.background-masker.subheader-right {
  left: 60%;
}

.background-masker.subheader-bottom {
  top: 48px;
  height: 17px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 65px;
  left: 0;
  right: 0;
  height: 11px;
}

.background-masker.content-top {
  height: 11px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
  width: auto;
  left: 75%;
  right: 0;
  top: 76px;
  height: 7px;
}

.background-masker.content-second-line  {
  top: 82px;
  height: 18px;
}

.background-masker.content-second-end {
  left: 90%;
  top: 100px;
}

.background-masker.content-third-line {
  top: 107px;
  height: 18px;
}

.background-masker.content-third-end {
  left: 65%;
  top: 130px;
}

.background-masker.content-full-line{
  height: 18px;
  top: 132px;
  left: 0;
  right: 0;
}

@media (max-width: 480px){
  .timeline-wrapper{
    height: 143px;
  }

  .bl_post_wall_items .wall_post_item .wall_post_item_update{
      top: 1px;
  }

  .animated-background{
    /* height: 91px; */
    height: 138px;
  }

  .wrap-background-circle{
    width: 46px;
    height: 46px;
  }

  .wrap-background-circle .background-circle{
    width: 46px;
    height: 46px;
  }

  .background-masker.header-top,
  .background-masker.header-bottom,
  .background-masker.subheader-bottom {
    left: 46px;
  }

  .background-masker.header-top,
  .background-masker.header-bottom{
    height: 11px;
  }

  .background-masker.header-left,
  .background-masker.subheader-left{
    left: 46px
  }

  .background-masker.header-left,
  .background-masker.header-right{
    top: 11px;
  }

  .background-masker.header-bottom{
    top: 17px;
  }

  .background-masker.subheader-left,
  .background-masker.subheader-right{
    top: 28px;
  }

  .background-masker.subheader-bottom{
    top: 34px;
    height: 12px;
  }

  .background-masker.content-top{
    top: 46px;
  }

  .background-masker.content-first-end{
    top: 57px;
  }

  .background-masker.content-second-line{
    top: 63px;
    height: 11px;
  }

  .background-masker.content-second-end{
    top: 74px;
  }

  .background-masker.content-third-line{
    top: 80px;
    height: 11px;
  }

  .background-masker.content-full-line{
    height: 11px;
    top: 98px;
    left: 0;
    right: 0;
  }

  .background-masker.content-full-line.second{
    top: 97px;
   }

  .background-masker.content-full-line.third{
    top: 115px;
    height: 12px;
  }

  .background-masker.content-full-line.fourth{
    top: 133px;
  }
}
/* Wall placeholder */

.text_overflow_page {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}

.bl_templates{
    display:none;
}

.layer_blocked_gallery{
    position: fixed;
    height: 100%;
    z-index: 4;
    width: 100%;
    display:none;
}

li.active a{
    cursor:default;
}

/* Moderator page */
/* .column_moderator_page {} */
.column_moderator_page .bl_no_one{
    margin-top: 100px;
    border-collapse: initial;
}
.column_moderator_page .btn {color:#FFF; border:none; margin-right: 5px;}
.column_moderator_page input.btn{cursor:pointer; margin-top:10px; margin-bottom: 10px;}
.column_moderator_page .btn.black{cursor:default; background-color:#5E5E5E;}
.column_moderator_page .btn.green{cursor:pointer; background-color:#a6a6a6;}
.column_moderator_page .btn.green:hover{background-color:#5E5E5E; transition: .4s;}

.column_moderator_page #btn_save{background-color:#5E5E5E; margin-bottom: 30px;}
.column_moderator_page #btn_save:hover{background-color:#a6a6a6; transition: .4s;}
.column_moderator_page .tb th{
    background-color:#cfcfcf;
    height: 30px;
    text-align: left;
    padding: 4px;
    font-size:14px;
}
.column_moderator_page .tb th a {
    color: #000;
}
.column_moderator_page .tb tr {
    border-bottom: 1px solid #c0c0c0;
}
.column_moderator_page .tb td{font-size:14px; padding: 4px; color:#000;}
.column_moderator_page .tb td a{color:#4e78b5;}
.column_moderator_page .tb td a:hover{color:#5d7eea;}
.column_moderator_page td.td-first label b{padding:5px 0 3px 0; display:inline-block; cursor:default;}
.column_moderator_page td.td-first label, .column_moderator_page td.td-first label input{cursor:pointer; font-size: 12px; margin-bottom: 0px;}
.column_moderator_page h4 a{font-size: 16px; padding-top: 5px; display:block;}
.column_moderator_page h4 a,
.column_moderator_page .approve_photo a{
    color:#5E5E5E; text-decoration: underline; margin-bottom: 5px; display:block;
    width: 126px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.column_moderator_page h4 a:hover,
.column_moderator_page .approve_photo a:hover{color:#a6a6a6; transition: .4s; text-decoration: none;}
.column_moderator_page .approve_photo_bl .approve_photo_action{padding: 10px 0px;}
.column_moderator_page .approve_photo_description{padding: 5px 0 10px; font-size:12px;}
.column_moderator_page .approve_photo_bl, .column_moderator_page .approve_photo{padding: 0px; overflow: hidden; width: 444px;}

.column_moderator_page .list_user th {
    border: 1px solid #c0c0c0; padding:0px 5px;
}

.column_moderator_page .list_user td {font-size: 13px; padding: 5px; border: 1px solid #c0c0c0;}
.column_moderator_page .list_user .center{text-align: center!important;}

.column_moderator_page a.icon_rotate {
    z-index: 1;
    background: url(../images/icon_rotate_photo.png) 0 0px no-repeat;
    display: block;
    opacity: .6;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 98px;
}

.column_moderator_page .approve_photo{
    float:left;
    padding: 0 0px 20px 0;
    width: 147px;
    font-size: 14px;
    line-height: 18px;
}

.column_moderator_page .approve_video_bl{
    width: 100%;
}

.column_moderator_page .approve_video{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.mobile .column_moderator_page .approve_video{
    width: 100%;
}

.column_moderator_page .approve_video .video-js {
    height: auto;
}

.column_moderator_page video{
    width: 100%!important;
}

.column_moderator_page .approve_photo .bl_action{
    padding: 2px 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 126px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.column_moderator_page .approve_photo.approve_video .bl_action{
	width: 100%;
}

.column_moderator_page .approve_photo .bl_action label{
    line-height: 14px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px;
}

.column_moderator_page .approve_photo .bl_action label input{
    display: inline;
}

.column_moderator_page .approve_photo .bl_action label span{
    position: relative;
    top: -2px;
}

.column_moderator_page .approve_photo .mod_comment_approve textarea {
	resize: none;
	width: 126px;
	margin-top: 10px;
}

.column_moderator_page .approve_photo.approve_video .mod_comment_approve textarea{
	width: 100%;
	margin-top: 5px;
}

.column_moderator_page .approve_photo .bl_description{
    width: 126px;
    padding: 2px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.7);
}

.column_moderator_page .approve_photo.approve_video .bl_description{
    width: 100%;
    padding-bottom: 5px;
}

.column_moderator_page .approve_photo .bl_description:empty{
    display: none;
}

.column_moderator_page .approve_photo .approve_video .bl_description{
    background: none;
    position: relative;
}

.column_moderator_page .approve_photo img{
    height: 140px;
}

.column_moderator_page .approve_photo .btn_submit_custom{
    font-size: 12px;
    line-height: 0px;
    height: 26px;
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 2px;
    margin: 0;
}

.column_moderator_page .approve_photo .btn_submit_custom.last{
    margin-left: 1px;
    margin-top: 0px;
}
/* Moderator page */

/*-- video gallery --*/
.wrap_one_item .cham-post.photo_one .video_one_bl{
  text-align: center;
  max-height: calc(100vh - 50px);
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #394245;
}

.wrap_one_item .cham-post.photo_one .one_item .cham-post-image.video_one_bl.to_show{
  display: flex;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js{
  display: table-row;
  vertical-align: middle;
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js.vjs-fullscreen:not(.vjs-user-inactive) .vjs-control-bar{
  display: flex;
  visibility: visible;
  opacity: 1;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js .vjs-progress-holder .vjs-play-progress.animate{
  transition: width .3s linear;
}

.wrap_one_item .cham-post.photo_one .video_one_bl video{
  display: block;
  width: 100%;
  height: 100%;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .vjs-loading-spinner{
  display: none;
}

.wrap_one_item .cham-post.photo_one .video_one_bl.ready .pp_gallery_loader{
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear, visibility .3s;
}

.wrap_one_item .cham-post.photo_one .video_one_bl.ready .video_native_poster .play_button{
  opacity: 1;
  visibility: visible;
  transition: opacity .3s linear, visibility 0s;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video_native_poster .play_button,
.wrap_one_item .cham-post.photo_one .video_one_bl .video_native_poster .play_button.to_hide{
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear, visibility .3s;
}

.vjs-seeking+.css_loader, .vjs-waiting+.css_loader, .video-js.to_hide+.css_loader{
  opacity: 1 !important;
  visibility: visible;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js {
  opacity: 1;
  -webkit-transition: .4s opacity linear;
  transition: .4s opacity linear;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js.to_hide {
  opacity: 0;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js .vjs-big-play-button{
  z-index: 3;
  line-height: 2em;
  height: 2em;
  width: 2em;
  font-size: 5em;
  opacity: .7;
}

.wrap_one_item .cham-post.photo_one .video_one_bl .video-js:hover .vjs-big-play-button{
  opacity: 1;
}

.video-js .vjs-big-play-button:before{
  font-size: 1.4em;
}

.video-js .vjs-play-control:before {
  margin: 0;
}

@media (max-width: 767px){/*.container - width: 100%;*/
  .wrap_one_item .cham-post.photo_one .video_one_bl{
    height: calc(100vw / 1.778);
    width: 100vw;
  }

  .wrap_one_item .cham-post.photo_one .video_one_bl .video-js .vjs-big-play-button{
    line-height: 1.4em;
    height: 1.4em;
    width: 1.4em;
  }

  .video-js .vjs-big-play-button:before{
    font-size: 1em;
  }
}
/* Video gallery */

.header .fa-star.active{
    color: #2ecc71;
}
/* li .fa-star.active{
    color: #000!important;
} */
/* City */
body.full_screen .navbar-default{
  display: none;
}

body.full_screen .top_indent_page{
  margin: 0;
}

.city_body .navbar-default{
    width: 100%;
}

.city_body #footer_bl{
    display: none;
}

.city_body .page_content{
    position: relative;
}

.city_body .city_bl{
    width: 100%;
    height: calc(100vh - 50px);
    position: absolute;
}

.city_body .bl_3dchat{
  width: 100%;
  height: 100%;
  max-width: 100%;
}

body.city_desktop .city_bl{
  width: 100vw;
}

.city_body .bl_3dchat .foot,
.bl_3dchat .bl_nav .bl_nav_popup,
.mobile_keyboard .bl_nav a.icon_nav{
    box-sizing: content-box;
}

/* City */
a.disabled,
a.disabled:active,
a.disabled:focus,
a.disabled:hover{
    cursor: default;
    transition: color .3s ease, filter .3s ease;
}

.like_comment_and_share ul.list li a.disabled,
.like_comment_and_share ul.list li a.disabled:active,
.like_comment_and_share ul.list li a.disabled:focus,
.like_comment_and_share ul.list li a.disabled:hover{
    color: #000;
}

/* Opacity */
.fade_to_1_4{
    visibility: visible;
    opacity: 1;
    transition: opacity .4s linear, visibility 0s;
}

.fade_to_0_4{
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s linear, visibility .4s;
}
/* Opacity */

.img_captcha{
    cursor: pointer;
}

/* Terms */
.custom_modal .pp_information{
  height: calc(65vh + 5px);
  overflow: hidden;
  margin-bottom: 35px;
  transition: height .4s;
}

.custom_modal .pp_information .bl_modal_body{
  opacity: 0;
  transition: opacity .35s linear;
  max-height: calc(65vh + 35px);
  box-sizing: border-box;
}

.custom_modal .pp_information .bl_modal_body.to_show{
  opacity: 1;
}

.custom_modal .pp_information .bl_modal_body .modal-body{
  max-height: calc(65vh + 35px);
  padding: 5px 30px 30px;
  text-align: left;
}

.pp_information .scrollbarY{
  max-height: calc(65vh + 35px);
}

.pp_information .scrollbarY .disable{
  display: block;
  opacity: 0;
}

.pp_information .scrollbarY .scrollbar{
  position: absolute;
  right: 0;
  transition: opacity .2s linear;
  top: 6px;
}

.pp_information .scrollbarY .viewport{
  /* min-width: 275px; */
  height: 100%;
  max-height: calc(65vh - 75px);
}

.pp_information .scrollbarY .overview{
  transition: top .2s;
  position: relative;
}

.pp_information .scrollbarY .overview .custom_style{
  padding: 0 0 8px;
}

.pp_information .scrollbarY .thumb{
  left: -3px;
  background-color: #999;
  width: 6px;
  transition: top .2s;
  border-radius: 10px;
  z-index: 1;
}

.custom_modal .pp_information .modal-footer{
  padding: 0;
}

.custom_modal .pp_information .modal-footer .btn{
  margin-bottom: 0;
}
/* /Terms */

.layer_action_list{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
  z-index: 4;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility 0s .3s;
}

.layer_action_list.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s, visibility 0s;
}

/* Popup gallery */
.gallery_open .modal-backdrop.in{
    opacity: 0;
}

.pp_gallery_overflow{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* touch-action: none; */
    overscroll-behavior: contain;
}

.pp_gallery_overflow .icon_close{
    cursor: pointer;
}

.wrap_one_item.modal.fade{
    will-change: opacity;
}

.wrap_one_item.modal.fade{
    -webkit-transition: opacity .22s linear;
            transition: opacity .22s linear;
}


.mobile .wrap_one_item.modal.fade{
    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
}


.wrap_one_item.to_show{
    display: block!important;
}

.wrap_one_item.fade .container{
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(.92);
            transform: scale(.92);
    -webkit-transition: transform .21s linear;
            transition: transform .21s linear;
}

.wrap_one_item.fade.in .container{
    -webkit-transform: scale(1);
            transform: scale(1);
}

.pp_gallery_comment_item .gallery_video_one_post{
    background-color: #dfe2e5;
    text-align: center;
}

.pp_gallery_comment_item .one_media_youtube{
    height: 250px;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap_one_item.fade .container {
        transform: none;
        transition: none;
    }

    .wrap_one_item.fade.in .container{
        transform: none;
    }

    .pp_gallery_comment_item .one_media_youtube{
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pp_gallery_comment_item .one_media_youtube{
        height: auto;
    }
}
/* Popup gallery */

.timeline_photo,
.timeline_photo_comment{
  opacity: 0;
  transition: opacity .4s linear;
  cursor: default;
}

.timeline_photo.to_show,
.timeline_photo_comment.to_show{
  opacity: 1;
  cursor: pointer;
}

.outside_img_stretch img{
  width: 100%;
}

.bl_forms .fields.field_about .field{
  height: auto;
}
.bl_forms .fields.field_about .field textarea{
  resize: none;
  min-height: 150px;
}

.right_column_about_me_bl{
  display: none;
  overflow: hidden;
}

.right_column_about_me_bl.to_show{
  display: block;
}

/* -- Privacy Policy -- */
.ter_big.custom_style h2{
    font-size: 20px;
    margin: 30px 0 20px;
}

.ter_big.custom_style h3{
    margin: 30px 0 10px;
    font-size: 18px;
    line-height: 24px;
}

.ter_big.custom_style p{
    margin: 0 0 10px;
}

.bl_loader{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* @media (max-width: 767px) {
  .loading_screen_box {
      top: 40% !important;
  }
} */

.page_preloader{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
}

.page_preloader .wrapper{
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
    margin-top: -20px;
}

.page_preloader .wrapper .wrapper_logo{
    position: relative;
}

.page_preloader .wrapper .wrapper_logo img{
    max-width: 220px;
}

.page_preloader .wrapper .css_loader{
    left: 50%;
    font-size: 30px;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: 15px;
}

.page_preloader .wrapper .css_loader .spinner .spinner-blade{
    background-color: #fff;
    opacity: 1;
}

body.email_not_confirmed #member_header_menu,
body.email_not_confirmed .wrap_icons_info{display:none!important;}

.video_native_poster{
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    top: 0;
    bottom: 0;
}

.video_native_poster.to_hide{
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s;
}

.video_native_poster .play_button{
    top: -20px;
}

.video_native.to_hide{
    opacity: 0;
}

.video_native.to_show{
    opacity: 1;
}


/* main page background video */

.bg_video{
	opacity:0;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}
#bg_video_tumb { position: absolute; top: 0px; background-size: cover; }
#bg_video { position: absolute; top: 0px; display: none; }
.bg_video_overlay { min-height: 100vh; width: 100vw; position: absolute; top: 0px; }

/* main page background video */

.layer_page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  opacity: 0;
}

.layer_page.to_show{
  opacity: 1;
  transition: opacity linear .2s;
}

.layer_page .frame_loader_page{
  font-size: 45px;
}

.email_not_confirmed_logout{
    float: right;
    padding: 10px;
}

.delete_audio_greeting {
    display: block;
    float: left;
    padding-top: 10px;
}

.event_сomment_highlight{
    background-color: #e3f3da;
}

@keyframes swing
{
    0%{ transform:rotateZ(0); }
    25%{ transform:rotateZ(25deg); }
    50%{ transform:rotateZ(-15deg); }
    75%{ transform:rotateZ(10deg); }
    100%{ transform:rotateZ(0); }
}

.page_top_area{
    height: 1px;
    position: absolute;
    z-index: -1;
    top: -50px;
    width: 100%;
}

.more_menu_collapse li.list_photos_image_menu_profile_pic.to_hide{
    display: none;
}

.field_auto{
    height: auto!important;
}

.btn_hidden{
    display: none;
}

.group_photo_upload_bl{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(50% - 5px);
    margin-bottom: 20px;
    transition: width .35s, margin-left .35s;
    float: left;
}

.bl_forms .wrap_fields .line .group_photo_upload_bl{
    margin-bottom: 2px;
    margin-right: 0px;
}

.bl_forms .wrap_fields .line .group_photo_upload_bl.first{
    z-index: 1;
}

.group_photo_upload_bl .btn[disabled]{
    opacity: 1;
}

@media (min-width: 1200px){
    .group_photo_upload_bl_title{
        line-height: 1px;
    }
}


.group_photo_upload_bl .group_photo_file{
    position: absolute;
    top: -5px;
    font-size: 40px;
    left: -320px;
    opacity: 0;
    cursor: pointer;
    width: 1000px;
}

.group_photo_upload_bl .group_photo_file:disabled{
    cursor: default;
}

.group_photo_upload_img{
    width: 100%;
    height: 217px;
    overflow: hidden;
    background-color: #dfe2e5;
    text-align: center;
    margin-bottom: 20px;
}

.group_photo_upload_img img{
    width: 217px;
    height: 217px;
    object-fit: cover;
    object-position: 50% 0;
}

.bl_photo_update .group_photo_upload_bl.first {
    width: 100%;
}

.group_photo_upload_bl.last{
    float: right;
}

.bl_photo_update .group_photo_upload_bl.last{
    margin-left: calc(-50% - 5px);
}


.group_public_url_bl {
  display: flex;
}

.group_public_url_bl .group_url_site{
  color: #757474;
  max-width: 50%;
  padding: 9px 5px 10px 0;
}

.group_public_url_bl .group_url_site span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

@media (max-width: 1199px){
    .group_public_url_bl .group_url_site{
        margin-top: 5px;
    }
}

.group_public_url_bl input{
    min-width: 50%;
}

/*-- upgrade page --*/
.cham-heading.upgrade strong{
  color: #c60d01;
}

.upgrade_info {
  float: left;
}

.upgrade_info .item{
  padding: 0 0 0 115px;
  margin: 0 0 24px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-size: 95px auto;
  background-position: 0 50%;
  display: table;
  vertical-align: middle;
}

.upgrade_info .item .bl{
  display: table-cell;
  vertical-align: middle;
  height: 128px;
}

.upgrade_info .item .bl strong{
    width: 100%;
    display: block;
}

.upgrade_info .item.icon_upgrade_create_group{
    background-image: url(../images/icon_upgrade_create_group.png);
}

.upgrade_info .item.icon_upgrade_create_page{
    background-image: url(../images/icon_upgrade_create_page.png);
}

.upgrade_info .item.icon_upgrade_profile_visitors{
    background-image: url(../images/icon_upgrade_profile_visitors.png);
}

.upgrade_info .item.icon_upgrade_upload_image_chat{
    background-image: url(../images/icon_upgrade_upload_image_chat.png);
}

.upgrade_info .item.icon_upgrade_city{
    background-image: url(../images/icon_upgrade_city.png);
}

.upgrade_info .item.icon_upgrade_search_options{
    background-image: url(../images/icon_upgrade_search_options.png);
}

.upgrade_info .item.icon_upgrade_audiochat{
    background-image: url(../images/icon_upgrade_audiochat.png);
}

.upgrade_info .item.icon_upgrade_videochat{
    background-image: url(../images/icon_upgrade_videochat.png);
}

.upgrade_info .item.icon_upgrade_profiles_invisibly{
    background-image: url(../images/icon_upgrade_profiles_invisibly.png);
}

.upgrade_info .item.icon_upgrade_kill_ads{
    background-image: url(../images/icon_upgrade_remove_ads.png);
}

.upgrade_info .item.icon_upgrade_message{
    background-image: url(../images/icon_upgrade_message.png);
}

.upgrade_package {
  text-align: center;
  padding: 15px 0 0;
}

.upgrade_package .item{
  border-top: 1px solid #e8e8e8;
  margin: -1px 0 0;
  display: table;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.upgrade_package .item.selected {
  background-color: #f2f4f6;
}

.upgrade_package .item .bl {
  height: 87px;
  display: table-cell;
  vertical-align: middle;
  width: 260px;
}

.upgrade_package .item .rb {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.upgrade_package .item .price {
  padding: 0;
  margin: 0;
  display: table-cell;
}

.upgrade_package .item .price li {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
}

.wrap_upgrade {
  margin: 0 0 30px;
}

.wrap_upgrade .upgrade_package .item .price li.old {
  color: #c60d01;
  text-decoration: line-through;
}

.upgrade_package .item .price li.new {
  color: #1784fb;
  font-size: 16px;
}

.upgrade_package .btn {
  margin: 15px 0 20px;
}

.pp_upgrade_open .modal-backdrop.in{
  opacity: 0;
}

/* .pp_upgraded .modal-dialog {
  margin: 60px auto;
} */

@media (min-width: 768px){
  .pp_upgraded  .modal-dialog {
    width: auto;
  }
}

@media (min-width: 992px){
  .pp_upgraded .modal-lg {
    width: calc(50vw - 25px);
    max-width: 50%;
    padding: 0;
    box-sizing: border-box;
  }

  .pp_upgraded.pp_boost_ajax .modal-lg {
    max-width: 35%;
  }

  /* .pp_upgraded.pp_boost_profile .modal-lg {
    max-width: 50%;
  } */

  .pp_upgraded .modal-content {
    margin-left: -15px;
  }
}

@media (max-width: 1200px){
  .pp_upgraded  .modal-dialog {
    width: auto;
    max-width: 100%;
  }

  .pp_upgraded.pp_boost_ajax .modal-lg {
    max-width: 60%;
  }

  /* .pp_upgraded.pp_boost_profile .modal-lg {
    max-width: 100%;
  } */

  .pp_upgraded .modal-content {
    margin-left: 0;
  }
}


@media (min-width: 1201px ) and (max-width: 1380px ) {
  .pp_upgraded.pp_boost_profile .boost_profile {
    width: auto !important;
  }

  .pp_upgraded .info_profile_upgraded.hidden-sm{
    display: none !important;
  }
}

@media (max-width: 480px){
  .wrap_upgrade {
    margin: 0;
  }

  .pp_upgraded.pp_boost_ajax .modal-lg {
    max-width: 90%;
  }

  /* .pp_upgraded.pp_boost_profile .modal-lg {
    max-width: 100%;
  } */
}

.pp_upgraded{
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1042;
  display: none;
}

.message_open .pp_upgraded{
	background-color: rgba(0, 0, 0, 0.1);
}

.pp_upgraded .modal-content{
	border: none;
}

.pp_upgraded .tb{
  display: table;
}

.pp_upgraded .tb .td{
  display: table-cell;
  vertical-align: middle;
}

.pp_upgraded .switch_paymant{
  float: left;
  width: 78px;
  padding: 40px 0 0;
  position: relative;
}

.pp_upgraded .switch_paymant .item{
  position: relative;
  margin: 0 0 13px;
}

.pp_upgraded .switch_paymant .item .frame{
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #cacaca;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  transition: inherit;
}

.pp_upgraded .switch_paymant .item .decor{
  z-index: 1;
  position: absolute;
  top: 13px;
  right: -1px;
  background: url(../images/decor_pp_payment.png) 0 0 no-repeat;
  width: 13px;
  height: 26px;
}

.pp_upgraded .switch_paymant .decor{
  z-index: 1;
  transition: all .5s;
  position: absolute;
  top: 53px;
  right: -1px;
  background: url(../images/decor_pp_payment.png) 0 0 no-repeat;
  width: 13px;
  height: 26px;
}

.pp_upgraded .switch_paymant.to_hide{
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s linear, visibility 0s .25s;
}

.pp_upgraded .cont_pp_profile_upgraded{
  background-color: #fff;
  display: table-cell;
  height: 375px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  padding: 40px 15px 45px;
}

.pp_upgraded .cont_pp_profile_upgraded.bl_plan{
	background: #6dc9ff;
}

.pp_upgraded .cont_pp_profile_upgraded.bl_have_credits{
	background: #ff6d85;
	color: #fff;
	border: none;
}

.pp_upgraded #profile_upgraded_system.to_hide,
.pp_upgraded #profile_upgraded_system_boost.to_hide{
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s linear, visibility 0s .25s;
}

.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item,
.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item_boost{
  display: none;
  height: 150px;
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
}

.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item.show{
  display: block;
}

.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item_boost.show{
  display: block;
}

.pp_upgraded .cont_pp_profile_upgraded span:not(.btn_upgrade_title){
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 40px;
}

@media (max-width: 480px){
  .pp_upgraded .cont_pp_profile_upgraded span:not(.btn_upgrade_title){
    font-size: 28px;
  }
}

.pp_upgraded .cont_pp_profile_upgraded span.cont_desc{
	font-size: 14px;
  margin: 0;
  line-height: 24px;
	margin-top: 30px;
}

.pp_upgraded .cont_pp_profile_upgraded span.cont_desc.last{
	margin-top: 0px;
}

.pp_upgraded .cont_pp_profile_upgraded img{
    clear: both;
}

.pp_upgraded .cont_pp_profile_upgraded .btn{
  min-width: 170px;
  margin: 30px 0 0;
}

.pp_upgraded .cont_pp_profile_upgraded .wrap_upgraded_item{
  width: 100vw;
  display: table-cell;
}


.pp_upgraded .cont_pp_profile_upgraded .btn .css_loader .spinner.center{
  position: relative;
  vertical-align: top;
  margin: -2px 0 0;
}

.pp_upgraded .info_profile_upgraded{
  min-width: 200px;
}

.pp_upgraded .info_profile_upgraded .bl,
.pp_upgraded .info_profile_upgraded .bl_cont{
  padding: 0 0 0 20px;
}

.pp_upgraded .info_profile_upgraded .bl .name{
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 25px;
}

.pp_upgraded .info_profile_upgraded .bl .name strong{
  display: block;
}

.pp_upgraded .info_profile_upgraded .bl .name span{
  color: #a3aeb9;
}

.pp_upgraded .info_profile_upgraded .bl p{
  font-size: 11px;
  line-height: 24px;
  color: #a3aeb9;
  margin: 0 0 15px;
}

.pp_upgraded .info_profile_upgraded .bl .price{
  font-size: 12px;
  line-height: 24px;
}

.pp_upgraded .info_profile_upgraded .bl .price strong{
  display: block;
}

@media (max-width: 480px){
  .pp_upgraded .cont_pp_profile_upgraded span:not(.btn_upgrade_title){
    font-size: 28px;
  }

  .pp_upgraded .cont_pp_profile_upgraded .btn{
    min-width: auto;
  }
}

@media (max-width: 360px){
  .pp_upgraded .cont_pp_profile_upgraded img{
    max-width: 90%;
  }
}

#profile_upgraded_error,
#profile_upgraded_sucess,
#profile_upgraded_error_boost{
    display: none;
}
/*-- /upgrade page --*/

/*-- for ipad --*/
@media (width: 768px) {
  .bl_grid_inner_photo_center .user_pic_frame{
    left: calc(50% - 137px);
  }

  .mn_circle.left.top{
    margin: 0 0 0 -188px;
  }

  .mn_circle.left.center{
    margin: 0 0 0 -209px;
  }

  .mn_circle.left.bottom{
    margin: 0 0 0 -193px;
  }

  .mn_circle.right.top{
    margin: 0 -190px 0 0;
  }

  .mn_circle.right.center{
    margin: 0 -210px 0 0;
  }

  .mn_circle.right.bottom{
    margin: 0 -193px 0 0;
  }

  /* .user_name_inner_big strong{
    max-width: 205px;
  } */
}
/*-- /for ipad --*/

.lowercase{
    text-transform: lowercase;
}

.lowercase:first-letter {
  text-transform: uppercase;        /* Make the first letters uppercase      */
}

@media (min-width: 1200px) and (max-width: 1600px){
    .col-lg-5.group_photo_upload_bl_title{
        display: none;
    }
    .col-lg-6.group_photo_upload_field{
        width: 91.66666667%;
    }
}

.bl_forms .fields .field .info_link_upgrade span{
    color: #1784fb;
    text-decoration: underline;
    cursor: pointer;
    transition: .5s ease;
}

.bl_forms .fields .field .info_link_upgrade span:hover{
    text-decoration: none;
}

.bl_forms .fields .field span.active_date{
    padding: 9px 0 0;
    color: #9f9f9f;
    display: inline-block;
}

.bl_forms .fields .field span.st_credits{
    padding: 9px 0 0;
    color: #9f9f9f;
    display: inline-block;
	cursor: pointer;

}

.link_back_media{
    font-size: 14px;
    font-weight: normal;
  /* float: right; */
    position: relative;
  /* top: 8px; */
  top: 2px;
  white-space: nowrap;
}

.link_back_media.no_column{
    top: auto;
    float: none;
}

.link_back_media .fa{
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.link_join_group{
    position: relative;
}

.link_join_group span{
    display: inline-block;
}

/* .page_back_link{

} */

.footer-ssl-seal {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer-ssl-seal {
		text-align: left;
		padding-left: 15px;
	}
}

#pp_profile_verification .modal-body{
  padding: 25px 15px 30px;
}

/* Live streaming */
/* .wrap_video_chat.wrap_live{
  padding: 30px 0 0;
} */

.body_video_chat .chat_bg.module_live_bg{
  /* margin: 0 0 25px; */
  margin: 0 0 20px;
}

.module_live_streaming .module_videochat {
  height: auto;
}

.module_live_streaming .interface.video {
  width: 100%;
  position: relative;
  transition: height .4s;
  overflow: hidden;
}

.module_live_streaming .interface.video.module_hide_btn_connect{
  height: 0px;
}

.module_live_streaming .interface.video.module_hide_btn_connect .chat_action button .bl_title{
  transition: none;
}

.body_video_chat .chat_bg.module_live_bg{
    transition: margin-bottom .4s;
}

.custom_modal_stream_end .ls_stream_end_img{
  margin: 20px 0 0;
  width: 100%;
  max-width: 447px;
}

@media (min-width: 767px){
  .custom_modal_stream_end .modal-sm {
    width: 600px;
  }
}

@media (max-width: 480px){
  .wrap_video_chat.wrap_live{
    padding: 0;
  }

  .wrap_video_chat.wrap_live #their-video {
    height: 100%;
  }

  .body_video_chat .chat_bg.module_live_bg.module_hide_btn_connect_bl{
    margin-bottom: -69px;
  }

  .body_video_chat .chat_bg.module_live_bg #video-container{
    background: #ffffff;
  }

  .body_video_chat .chat_bg.module_live_bg {
    margin: 0 0 15px;
  }
}

.column.right ul.list_photo li a.list_photo_link_live_now{
  position: absolute;
  right: 9px;
  top: -7px;
  width: auto;
  height: 19px;
  border-radius: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;

  /* transition: opacity .35s linear, visibility 0s .35s; */
}

.column.right ul.list_photo li a.list_photo_link_live_now.to_show{
  visibility: visible;
  opacity: 1;
  /* transition: opacity .35s, visibility 0s; */
}

.column.right ul.list_photo li a.list_photo_link_live_now figure.fg_camera{
  width: 19px;
  height: 19px;
  fill: #58ca7e;
  transition: fill .45s;
}

.column.right ul.list_photo li a.list_photo_link_live_now figure.fg_camera > svg{
  width: 19px;
  height: 19px;
}

.column.right ul.list_photo li a.list_photo_link_live_now figure.fg_camera:hover{
  fill: #42915c;
}

.bl_wall.bl_wall_ls {
  min-height: auto;
  margin-top: -5px;
  padding-bottom: 30px;
  /* padding-top: 15px; */
}

.feed_like_like.disabled {
  color: #999 !important;
  cursor: default !important;
}

.ls_content{
  overflow:hidden;
  position: relative;
  padding: 0;
  transition: height .7s;
  will-change: height;
}

.ls_content .ls_content_bl_comments{
  opacity: 1;
  transition: opacity .15s linear;
}

.ls_content .ls_content_bl_comments.to_hide{
  opacity: 0;
}

.ls_content .ls_content_template_bl_comment.to_top{
  position: absolute;
  width: 100%;
  top: 0;
  transition: opacity .15s linear;
  opacity: 1;
}

.ls_content .ls_content_template_bl_comment.to_hide{
  opacity: 0;
}

.ls_content .ls_content_bl_comments .who_liked{
  margin: 0;
  height: 39px;
}

.ls_content .ls_content_bl_comments .who_liked.to_hide{
  height: 0px;
  transition: all .3s, height .3s;
}

.ls_content .ls_comments{
  opacity: 1;
}

.ls_content .ls_comments.to_hide{
  opacity: 0;
}

.ls_list_viewers{
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  /* padding: 0 15px; */
  margin: 0 15px;
  opacity: .4;
  transition: all .35s, height .35s, margin .35s, opacity .25s linear;
  position: relative;
  /*text-align: center;*/
  /* width: 100%; */
  display: flex;
}

.ls_list_viewers.disabled{

}

.ls_list_viewers.to_show{
  height: 45px;
  /* margin-bottom: 10px; */
  margin-bottom: 15px;
  opacity: 1;
}

.ls_list_viewers.to_show0{
  height: 90px;
  margin-bottom: 10px;
  opacity: 1;
}

.ls_list_viewers_bl{
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90px;
  min-height: 45px;
  /* padding-right: 70px;
  width: calc(100% + 70px); */
  /* margin-right: -32px;
  padding-right: 15px; */
  margin-right: -22px;
  /* padding-right: 22px; */
  padding-right: 30px;
  /* padding-top: 5px; */
  padding-left: 7px;
}

.ls_list_viewers_watching_now{
  /* float: left; */
  /* width: 35px; */
  height: 35px;
  /* text-align: center; */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 14px;
  /* margin-right: 15px; */
  margin-right: 8px;
  background-color: #695aff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 18px;

  margin-top: 5px;
}

/* .ls_list_viewers_watching_now .fa{
  color: #565757;
  font-size: 28px;
  margin-top: 3px;
} */

.ls_list_viewers_watching_now span{
  padding-left: 5px;
}

.ls_list_viewers_watching_now svg{
  width: 30px;
  height: 35px;
  vertical-align: middle;
  stroke: #fff;
}

.ls_list_viewers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.ls_list_viewers ul.list_photo li {
  margin: 0;
  transition: all .38s;
  position: relative;
  /* padding-bottom: 10px; */
  padding-top: 5px;
  padding-bottom: 5px;
}

.ls_list_viewers ul.list_photo li i.open_im_user{
  /* font-size: 22px; */
  font-size: 18px;
  color: #1784fb;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  /* top: -6px; */
  top: -2px;
  left: -6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: color .35s, opacity .35s linear, visibility .35s;
  transition: color .35s, opacity .35s linear, visibility .35s;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ls_list_viewers ul.list_photo li i.open_im_user:hover{
  color: #337ab7;
}

.ls_list_viewers ul.list_photo li:hover i.open_im_user{
  visibility: visible;
  opacity: 1;
  -webkit-transition: color .35s, opacity .35s linear, visibility 0s;
  transition: color .35s, opacity .35s linear, visibility 0s;
}

.ls_list_viewers ul.list_photo li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: width .2s, margin .2s, color .5s ease, filter .5s ease, opacity .2s linear;
  margin-right: 8px;
  cursor: default;
}

.ls_list_viewers ul.list_photo li.to_hide_bl a {
  width: 0;
  margin-right: 0;
}

.ls_list_viewers ul.list_photo li a img {
  height: 35px;
  object-fit: cover;
  width: 35px;
  border-radius: 50%;
}

.ls_list_viewers_more{
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  /* width: 14px; */
  width: 18px;
  height: 35px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity .35s linear, visibility 0s .35s;
}

.ls_list_viewers_more.to_show{
  visibility: visible;
  opacity: 1;
  transition: opacity .35s linear, visibility 0s;
}

.ls_list_viewers_more .fa{
  color:#1784fb;
  display: block;
  cursor: pointer;
}

.ls_list_viewers_more .fa.fa-chevron-up{
  margin: -5px 0 10px;
}

.ls_list_viewers.disabled .ls_list_viewers_more .fa,
.ls_list_viewers_more .fa.disabled{
  cursor: default;
}

.ls_list_viewers_more .fa{
  color: #d7d7d7;
}

.ls_list_viewers_more .fa:hover{
  color: #c2c2c2;
}

.ls_list_viewers.disabled .ls_list_viewers_more .fa,
.ls_list_viewers_more .fa.disabled{
  color: #e1e1e1;
}

.ls_list_viewers_more .fa.fa-chevron-circle-down{
  margin-top: 4px;
}

.ls_title_user_play_bl,
.page_title_circle{
  width: 16px;
  height: 16px;
  /* float: left; */
  /* margin-top: 6px; */
  margin-right: 8px;
  /* overflow: hidden; */
  transition: all .3s, opacity .3s linear;
  display: block;
  opacity: 1;
}

.h3_live_page_one_column_title{
	margin: 0 0 -20px 0!important;
}

.h3_live_page_one_column_title .ls_title_user_play_bl,
.page_title_circle{
	display: inline-block;
	margin: 0 2px 0 0;
}

.page_title_circle{
	margin: 0;
}

.ls_title_user_play{
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #98c700;
  display: block;
}

.ls_title_user_play_bl.to_hide{
  width: 0px;
  margin-right: 0;
  opacity: 0;
}

.cham-heading-title{
  display: inline-block;
}

@media (max-width: 480px){
    .module_live_streaming .module_videochat {
        height: 100%;
    }
    .wrap_live{
        overflow: auto;
    }

    .ls_content{
        padding: 15px;
    }

    .ls_content .ls_content_template_bl_comment.to_top {
        width: calc(100% - 30px);
        top: 15px;
    }

    .ls_list_viewers{
      margin-right: 10px;
    }

    .ls_list_viewers_more{
      right: 0px;
    }
}

.module_live_streaming .module_videochat #video-container .their-video-container{
    position:relative;
}

h3.h3_live_page,
h3.h3_page{
  display: flex;
	flex-direction: row;
	align-items: center;
}

.ls_video_title,
.h3_page_title{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  opacity: 1;
}

.ls_video_title:after,
.h3_page_title:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 86%); /* color theme {member_content_background_color} */
	pointer-events: none;
}

.ls_video_title.to_show{
    height: 36px;
    opacity: 1;
}

/*.module_live_streaming .module_videochat .ls_video_title{
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    padding: 3px 10px 4px;
    line-height: 1.4;
    color: #fff;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .3);
    transition: all .5s ease;
    cursor: default;
    box-sizing: border-box;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s linear, visibility 0s .35s;
}

.module_live_streaming .module_videochat .ls_video_title.to_show{
    visibility: visible;
    opacity: 1;
    transition: opacity .35s linear, visibility 0s;
}

.block_videochat.module_live_streaming #video-container .their-video-container #their-video.to_show ~ .ls_video_title{
    visibility: visible;
    opacity: 1;
    transition: opacity .35s linear, visibility 0s;
}

.module_live_streaming .module_videochat .ls_video_title:empty{
    display:none;
}*/



/* Live stream full screen */
body.full_screen_stream .column,
body.full_screen_stream  .wrap_static_page > .title,
body.full_screen_stream  .wall.one_column .p-b{
    display: none;
}

body.full_screen_stream .wall{
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.full_screen_stream #footer_bl{
  display: none;
}

body.full_screen_stream .wrap_static_page,
body.full_screen_stream .wrap_video_chat,
body.full_screen_stream .wrap_static_page .col-md-12{
  padding: 0;
}

body.full_screen_stream .ls_content {
  padding: 0 15px;
}

body.full_screen_stream #video-container .their-video-container{
  /* height: 684px; */
  height: 84vh;
}

body.full_screen_stream #video-container .their-video-container #their-video{
  /* min-height: 684px; */
  min-height: 84vh;
}

body.full_screen_stream #video-container .their-video-container .call_photo_default{
  /* height: 684px; */
  height: 84vh;
}
/* Live stream full screen */

/* Heart */
.module_live_streaming .heart {
    position: absolute;
    background-color: #695aff;
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
    z-index: 1;
    bottom: -51px;
    width: 36px;
    height: 36px;
}

.module_live_streaming .heart:before,
.module_live_streaming .heart:after {
    position: absolute;
    content: '';
    border-radius: 100px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #695aff;
}

.module_live_streaming .heart:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.module_live_streaming .heart:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.x1 {
    -webkit-animation: moveclouds 8s cubic-bezier(.25,.84,.77,.93), sideWays 2s ease-in-out alternate;
            animation: moveclouds 8s cubic-bezier(.25,.84,.77,.93), sideWays 2s ease-in-out alternate;
    -webkit-animation-iteration-count: 1, 5;
            animation-iteration-count: 1, 5;
}

/*@-webkit-keyframes moveclouds {
    0% {
        top: 500px;
    }
    100% {
        top: -500px;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}*/


@-webkit-keyframes moveclouds {
    0% {

    }

    70% {
        opacity: 0.8;
        transform: scale(.5) rotate(45deg);
    }

    100% {
        bottom: 100%;
        opacity: 0.2;
        transform: scale(.3) rotate(45deg);
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

@keyframes moveclouds {
    0% {

    }

    70% {
        opacity: 0.8;
        transform: scale(.5) rotate(45deg);
    }

    100% {
        bottom: 100%;
        opacity: 0.2;
        transform: scale(.3) rotate(45deg);
    }
}

@keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
/* Heart */
.custom_modal.forms_field.pp_stream_title .modal-footer .btn .bl_title{
  margin-right: 5px;
}

.custom_modal.forms_field.pp_stream_title .modal-footer .btn .bl_title .fa{
  font-size: 18px;
  position: relative;
  top: 1px;
}

/* Live streaming */
.navbar-nav > li.link_count .status_item{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #a9f016;
  display: block;
  margin: 0 0 0 5px;
}

.menu_more_menu_navbar_site ul > li > a{
  position: relative;
}

.menu_more_menu_navbar_site ul > li > a .status_item{
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #a9f016;
  display: inline-block;
  position: relative;
  margin-left: 2px;
}

@media (max-width: 767px){
  .navbar-nav > li.link_count .status_item{
    display: inline-block;
    position: relative;
    top: initial;
    right: initial;
    margin-top: 1px;
    margin-left: 6px;
  }
}

.upgrade_info .item.icon_upgrade_live_streaming{
    background-image: url(../images/icon_upgrade_live.png);
}

/* -- audioplayer -- */
.ap,
.ap__item--settings > .ap__controls,
.ap__item--settings > .ap__controls .volume-btn, .ap__item--settings > .ap__controls .close-btn,
.ap__item--playback > .ap__controls, .ap__item--settings > .ap__controls{
  background-color: #424d59 !important;
  /* border-top: 1px solid #424d59 !important; */
  border-top: none !important;
}

.ap__inner .progress{
  height: 3px !important;
  border-radius: 3px !important;
}

.ap__inner .progress__bar{
  background: #89b308 !important;
}

@media (max-width: 580px){
  .ap,
  .ap__inner {
    height: 80px !important;
  }

  .ap__item--settings > .ap__controls.volume-container {
    text-align: right;
    padding: 0 10px 0 0;
  }
}
/* -- /audioplayer -- */

.hide_al{
  display: none !important;
}

/* Pp credits */
.pp_upgraded.pp_boost_ajax .cont{
	min-height: 430px;
  width: 100%;
}

.pp_upgraded.pp_boost_ajax .cont .frame_loader_search_list{
	top: 192px;
	box-shadow: none;
}

.pp_upgraded.pp_boost_ajax .cont{
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.pp_upgraded.pp_boost_ajax .cont.to_hide{
  opacity: 0;
}

.pp_upgraded.pp_boost_ajax .cont,
.pp_upgraded.pp_boost_ajax .cont_boost_plan,
.pp_upgraded.pp_boost_ajax .cont_boost_system{
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.pp_upgraded.pp_boost_ajax .cont.to_hide,
.pp_upgraded.pp_boost_ajax .cont_boost_plan.to_hide,
.pp_upgraded.pp_boost_ajax .cont_boost_system.to_hide{
    opacity: 0;
}

.pp_upgraded.pp_boost_ajax .cont.cont_boost_system{
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.pp_upgraded.pp_boost_ajax .cont.cont_boost_system.to_hide{
  opacity: 0;
}

.pp_upgraded.pp_boost_ajax.pp_boost{ border: none; }
.pp_upgraded.pp_boost_ajax.pp_boost .cont{ background: #ff6d85; border-radius: 3px; }
.pp_upgraded.pp_boost_ajax.pp_boost .cont .cont_pp_profile_upgraded{
	background: #ff6d85;
	color: #fff;
}

.pp_upgraded.pp_boost_ajax.pp_boost .cont .cont_pp_profile_upgraded .count{
	margin-top: 30px;
}

#pp_boost_ajax.pp_boost .cont .cont_pp_profile_upgraded{
  border: none;
  -moz-user-select: none;
  user-select: none;
}

.pp_upgraded.pp_boost_profile .cont span.txt{
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0 20px;
}

.pp_upgraded.pp_boost_profile .cont span.txt b{
  font-weight: bold;
}

.pp_upgraded.pp_boost_profile .cont img{
  margin: 25px 0;
}

.pp_upgraded.pp_boost_profile .boost_profile{ width: 283px; float: right; overflow: hidden; padding-bottom: 25px;}
.pp_upgraded.pp_boost_profile .boost_profile .item{ border-top: 1px solid #abafb6; margin: -1px 0 0; display: table; vertical-align: middle; cursor: pointer; }
.pp_upgraded.pp_boost_profile .boost_profile .item .bl{ height: 87px; display: table-cell; vertical-align: middle; width: 283px; }

.pp_upgraded.pp_boost_profile .boost_profile .item.selected{ background-color: #d9dee7; }
.pp_upgraded.pp_boost_profile .boost_profile .item .price{ padding: 0; margin: 0; display: table-cell; }
.pp_upgraded.pp_boost_profile .boost_profile .item .price li{ padding: 0; margin: 0; font-size: 14px; line-height: 21px; color: #929aaa; }
.pp_upgraded.pp_boost_profile .boost_profile .item .price li strong{ color: #000; display: inline-block; }
.pp_upgraded.pp_boost_profile .boost_profile button{ width: 100%; margin: 20px 0 0; }


.pp_upgraded.pp_boost_profile .boost_profile span.payment_item{
  cursor: pointer;
  padding: 0 0 0 20px;
  width: 210px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  color: #929aaa;
  font-weight: normal;
}

@media (min-width: 1200px){
  .pp_upgraded .cont_pp_profile_upgraded.bl_plan{
    width: 100%;
  }
}

@media (max-width: 1200px){
  .pp_upgraded .cont_boost_plan {
    width: 100%;
  }

  .pp_upgraded .cont_boost_plan .td{
    width: 50%;
  }

  .pp_upgraded.pp_boost_profile .cont_boost_plan .boost_profile{
    width: 100%;
  }

  .pp_upgraded.pp_boost_profile .cont_boost_plan .boost_profile .item,
  .pp_upgraded.pp_boost_profile .cont_boost_plan .boost_profile .item .bl{
    width: 100%;
  }
}

@media (max-width: 767px){
  .pp_upgraded .cont_boost_plan .td{
    display: block;
    width: 100%;
  }

  .pp_upgraded .cont_boost_plan .cont_pp_profile_upgraded.bl_plan{
    margin: 0 0 15px;
  }

  .pp_upgraded .cont_boost_plan .info_profile_upgraded .bl_cont{
    padding: 0;
  }
}
/* Pp credits */

.btn_edit_image{
	width: 100%;
    padding: 5px 8px;
    font-size: 14px;
}

.btn_edit_image svg{
	fill: #fff;
	width: 20px;
	margin-bottom: -8px;
	position: relative;
	top: -2px;
	margin-right: 2px;
}

.editor_image_li svg{
	fill: #000;
	vertical-align: sub;
}

.btn_edit_image .icon_fa .btn_action_loader{
	height: 20px;
	width: 20px;
	font-size: 20px;
	top: -3px;
	bottom: 0;
	left: -2px;
	right: 0;
	margin: auto;
}

.pp_gallery_restore_image .css_loader.btn_action_loader{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Smile */
.emoji_bl{
  position: absolute;
  white-space: normal;
  background: #fff;
  z-index: 1;
  right: 50px;
  bottom: 10px;
  /* padding: 10px 10px 5px 10px; */
  /* padding: 10px 0 5px 10px; */
  padding: 12px 0 5px 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  max-height: 80%;
  /* max-width: 50%; */
  /* max-width: 341px; */
  max-width: 360px;
  min-height: 40px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s linear, visibility 0s .3s;
}

.emoji_bl.emoji_bl_wall{
	z-index: 1001;
  height: 380px;
	/* height: 378px;
	max-height: 70vh; */
	/*right: 0;
  left: initial !important;*/
	/* max-width: 350px; */
}

.emoji_bl.to_show{
	visibility: visible;
	opacity: 1;
	transition: opacity .25s linear, visibility 0s;
}

.emoji_bl .emoji{
	cursor: pointer;
}

.emoji{
	width: 32px;
	height: 32px;
	display: inline-block;
	/* margin: 0 5px 0 0; */
	margin: 0 7px 0 0;
}

.emoji img{
	width: 32px;
	height: 32px;
	border: none;
	vertical-align: inherit;
}

@media (max-width: 767px){
	/* .emoji_bl{
		top: 10px;
		right: 0px;
		max-height: 60vh;

		width: 302px;
		max-width: none;
		border-radius: 0;
		border: none;
		padding: 10px 0 5px 10px;
	} */

	/* .emoji {
		margin: 0 5px 0 0;
	} */

	/* .emoji_bl.emoji_bl_wall{
		right: 0px;
		max-height: 60vh;
		width: 100%;
		max-width: calc(100vw - 10px);
		margin-left: 5px;
	} */
}

@media (max-width: 480px){
	.emoji_bl{
    width: 304px;
    right: 0;
  }

	.emoji {
		margin: 0 5px 0 0;
	}

	.emoji_bl.emoji_bl_wall{

	}
}

@media (max-width: 320px){
	.emoji_bl{
		width: 262px;
	}
}

div.textarea img.emoji{
	width: 24px;
	height: 24px;
	/* margin: 0; */
  margin: -2px 0 0;
}

div.autosizejs img.emoji{
	width: 24px;
	height: 24px;
	margin: 0;
}
/* Smile */

/* Stickers */
.stickers_bl{
  position: absolute;
  white-space: normal;
  background: #fff;
  z-index: 1;
  right: 50px;
  bottom: 10px;
  padding: 0px;
  /*padding: 10px 0 5px 10px;*/
  border: 1px solid #eee;
  border-radius: 4px;
  max-height: 80%;
  max-width: 394px;
  height: 476px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s linear, visibility 0s .3s;
}

.stickers_bl.to_show{
	visibility: visible;
	opacity: 1;
	transition: opacity .25s linear, visibility 0s;
}

.stickers_bl .stickers_collection{
	height: 83px;
  border-bottom: 1px solid #ced0d4;
	overflow: hidden;
	position: relative;
	font-size: 0px;
}

.stickers_bl .stickers_collection .stickers_collection_wrap{
  height: 124px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  width: calc(100% - 60px);
  margin-left: 30px;
}

.stickers_bl .stickers_collection .stickers_collection_wrap .stickers_collection_bl{
	float: left;
}

.stickers_bl .sticker_col,
.stickers_bl .sticker_arrow{
  width: 83px;
  height: 83px;
  /* display: inline-block; */
  margin: 0;
  padding: 5px;
  transition: all .3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stickers_bl .sticker_col.to_hide{
	display: none;
}

.stickers_bl .sticker_col img{
	/* width: 72px;
  height: 72px;
  border: none;
  vertical-align: inherit; */
  width: 80%;
  height: 80%;
}

.stickers_bl .sticker_col.sticker_col_img_17_1 img{
	/* object-fit: cover;
  width: 66px;
  height: 72px;
  margin: 0 auto;
  margin-left: 3px; */
  width: 100%;
}

.stickers_bl .sticker_col.sticker_col_img_11_1 img{
	/* object-fit: cover; */
}
.stickers_bl .sticker_col.sticker_col_img_9_1 img,
.stickers_bl .sticker_col.sticker_col_img_14_1 img{
  width: 70%;
}

.stickers_bl .sticker_arrow{
	position: absolute;
  top: 0;
  right: 0;
  /* width: 22px; */
  width: 30px;
  background: #fff;
  border-left: 1px solid #ced0d4;
  background-image: url(../images/sticker_arrow_hover.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
}

.stickers_bl .sticker_arrow.left_scroll{
	left: 0;
	right: auto;
	border-right: 1px solid #ced0d4;
	border-left: none;
	background-image: url(../images/sticker_arrow_hover_left.png);
}

.stickers_bl .sticker_arrow:hover{
	background-image: url(../images/sticker_arrow.png);
}

.stickers_bl .sticker_arrow.left_scroll:hover{
	background-image: url(../images/sticker_arrow_left.png);
}

.stickers_bl .sticker_arrow.disabled{
	cursor: default;
	background-color: #f3f3f3;
}

.stickers_bl .sticker_arrow.disabled{
	background-image: url(../images/sticker_arrow_hover.png);
}

.stickers_bl .sticker_arrow.left_scroll.disabled{
	background-image: url(../images/sticker_arrow_hover_left.png);
}

.stickers_bl .sticker_col.active{
	cursor: default;
}

.stickers_bl .sticker_col.active,
.stickers_bl .sticker_col:hover{
	background-color: #f3f3f3;
}

.stickers_bl .sticker_arrow img{
  width: 14px;
  height: 25px;
  border: none;
  vertical-align: inherit;
}

.stickers_bl.stickers_bl_wall{
	z-index: 1001;
	/*right: 0;
  left: initial !important;*/
}

.stickers_bl .stickers_list_wrap{
	display: none;
	padding: 14px 5px 10px 14px;
	height: 382px;
}

.stickers_bl .stickers_list_wrap.to_show{
	display: block;
	overflow: hidden;
}

.stickers_bl .stickers_list_wrap.scrollbarY .scrollbar{
	width: 10px;
	position: absolute;
	right: 0px;
	z-index: 1;
}

.mobile .stickers_bl .stickers_list_wrap.scrollbarY .scrollbar{
	display: none;
}

.stickers_bl .stickers_list_wrap.scrollbarY .track{
	width: 10px;
}

.stickers_bl .stickers_list_wrap.scrollbarY .track .thumb{
	transition: top .2s;
}

.stickers_bl .stickers_list_wrap.scrollbarY .viewport{
	height: 366px;
}

.stickers_bl .stickers_list_wrap .stickers_list_bl{
	transition: top .2s;
  padding-right: 0 !important;
}

.stickers_bl .stickers_list_wrap .sticker{
	display: inline-block;
  /* padding: 3px; */
  width: 120px;
  height: 120px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  margin: 0;
  float: left;
  padding: 4px;
  margin: 0 2px 2px 0px;
  cursor: pointer;
  transition: all .3s;
  border-radius: 3px;
  line-height: 104px;
}

.stickers_bl .stickers_list_wrap .sticker:hover{
	background-color: #eee;
}

.stickers_bl .stickers_list_wrap .sticker img{
	/* max-width: 104px;
  max-height: 104px; */
  /* max-width: 69px; */
  width: 69px;
  max-height: 69px;
  border: none;
  vertical-align: middle;
}

@media (max-width: 767px){
	/* .stickers_bl{
		right: 0px;
		max-height: 60vh;
		width: 302px;
		max-width: none;
		border-radius: 0;
		border: none;
	} */
/*
	.stickers_bl.stickers_bl_wall{
		right: 0px;
		max-height: 60vh;
		width: 100%;
		max-width: calc(100vw - 10px);
		margin-left: 5px;
	}

  .stickers_bl .stickers_list_wrap .sticker{
    width: 86px;
    height: 86px;
  }

  .stickers_bl .stickers_list_wrap .sticker img {
    max-width: 78%;
    max-height: 78%;
  } */

}

@media (max-width: 480px){
	.stickers_bl{
		/* right: 0px;
		max-height: 60vh; */
    right: 0;
		width: 304px;
		/* max-width: none;
		border-radius: 0;
		border: none; */
	}

	/* .stickers_bl.stickers_bl_wall{
		right: 0px;
		max-height: 60vh;
		width: 100%;
		max-width: calc(100vw - 10px);
		margin-left: 5px;
	} */

  .stickers_bl .stickers_list_wrap .sticker{
    width: 86px;
    height: 86px;
  }

  .stickers_bl .stickers_list_wrap .sticker img {
    max-width: 78%;
    max-height: 78%;
  }

}

@media (max-width: 320px){
	.stickers_bl{
		width: 262px;
	}
}
/* Stickers */

/*.ct_placeholder{
	color: #989797;
}*/

.audio_visualizer{
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 9px;
	right: 35px;
}

@media (max-width: 480px) {
	.audio_visualizer{
		display: none !important;
	}
}

.audio_visualizer span{
	display: inline-block;
    width: 2px;
    height: 25px;
    margin: 0 1px;
    background: #3f3f3f;
    transform: scaleY(.5);
    opacity: .25;
}

/* Gallery face detection */
.wrap_one_item .cham-post.photo_one .photo_one_bl {
	/*touch-action: none;*/
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box{
	border: 3px solid #eee;
	position: absolute;
	min-height: auto!important;
	min-width: auto!important;
	bottom: auto!important;
	right: auto!important;
	max-width: none!important;
	max-height: none!important;
	z-index: 3;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility 0s .3s;
	box-shadow: 0 0 2px rgb(0, 0, 0, .34);
	touch-action: none;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face .tooltip-inner,
.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face .arrow{
  transition: .3s all ease-in-out;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face:hover .tooltip-inner{
  background-color: #1784fb;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face:hover .arrow{
  border-bottom-color: #1784fb;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.user_assigned{
	border-color: transparent;
	box-shadow: 0 0 2px transparent;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.user_assigned i{
  padding-left: 1px;
  margin-top: -1px;
  transition: .3s color ease-in-out;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.user_assigned i:hover{
  color: #ffed80;
}

.desktop .wrap_one_item .cham-post.photo_one .photo_one_bl:hover .face_box,
.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.to_show_tip,
.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.to_show,
.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.to_show_one{
	visibility: visible;
	opacity: 1;
	transition: opacity .3s linear, visibility 0s;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.to_hide,
.wrap_one_item .cham-post.photo_one .photo_one_bl .face_box.to_hide_active,
.wrap_one_item .cham-post.photo_one .photo_one_bl.moving .face_box{
	opacity: 0!important;
	transition: opacity .25s linear, visibility 0s .25s!important;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face{
	z-index: 3;
	top: calc(100% + 30px)!important;
	padding-bottom: 0px;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face .arrow{
	position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -4px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-bottom-color: #000;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face.tooltip_user_face_my_photo .tooltip-inner{
	padding-right: 20px;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face .tooltip-inner{
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile .wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face .tooltip-inner{
	max-width: 130px;
}

.wrap_one_item .cham-post.photo_one .photo_one_bl .tooltip_user_face .fa{
  position: absolute;
  right: 4px;
  top: 10px;
  width: 13px;
  height: 13px;
	color: #fff;
	font-size: 14px;
}

.bl_gallery_friend_list{
	position: absolute;
	opacity: 1;
	z-index: 4;
	/* max-width: 50%; */
	max-width: 300px;
	top: 0;
	background-color: #fff;
	padding: 10px 0 0 10px;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s linear, visibility 0s .2s;
}

.bl_gallery_friend_list.to_show{
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear, visibility 0s;
}

ul.gallery_friend_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0px;
}

ul.gallery_friend_list li {
	transition: all .38s;
	position: relative;
	padding: 0;
	list-style: none;
	margin: 0 13px 13px 0;
}

ul.gallery_friend_list li:before {
	content: '';
	background-color: #f2f4f6;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: absolute;
	transition: width .38s;
}

ul.gallery_friend_list li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	transition: width .38s, margin .38s, color .5s ease, filter .5s ease, opacity .3s linear;
}

ul.gallery_friend_list li a img {
	height: 45px;
	object-fit: cover;
	width: 45px;
	border-radius: 50%;
}

.bl_gallery_friend_list ul.gallery_friend_list li:before {
	left: 0px;
}

.bl_gallery_friend_list:empty{
	display: none!important;
}
/* Gallery face detection */

#filerobot-image-editor-root .modal-overlay{
  background-color: rgb(0, 0, 0, .7) !important;
  animation: 300ms ease-in-out 0s 1 normal both running scaleflexFadeInAnimation;
}

body.drag_cover *{
	cursor: move!important;
}

[contenteditable="true"]:empty:not(:focus)::before{
	content:attr(data-placeholder);
	cursor: text;
	pointer-events: none;
	display: block;
}

.textarea{
	-webkit-user-select: text;
			user-select: text;
}

.im_audio_message_recorder { display: none!important; }

#im_audio_message_recorder.im_audio_message_recorder { display: inline-block!important; }


.app_ios_im_audio_message_recorder.app_ios_im_audio_message_delete .fa.fa-microphone{
    color: #2ecc71;
}

.boost_profile .items { text-align: left; }

.head_link figure.fg_audio_group { margin-top: -2px; }

.ios_app span.thumb_post_image_wall, .ios span.thumb_post_image_wall {
	display: none;
}


#filerobot-image-editor-root .modal-overlay { z-index: 1050; }
#fl_image_editor { z-index: 1050; }



.right_column_about_me_bl { display: block; }
.right_column_about_me_bl p { margin: 0px; }

.column ul.list_info li.right_column_about_me_bl.right_column_looking_for { margin-top: 0px; }
.column ul.list_info li.right_column_about_me_bl.right_column_personal_info { margin-top: 25px; }
.right_column_personal_info p { margin: 0px; }

.column .bl .right_column_personal_info .title { margin-bottom: 10px; white-space: normal; }

.list_interest li span {
    padding: 0 7px 0 0;
}

.section.fields .one_checkbox.s label {
	font-weight: normal;
}

.bl_forms .fields .field.field_special_checkbox {
	height: auto;
	padding-top: 9px;
}

.field_looking_for_age .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}

.field.field_i_am_here_to h4 {
    margin-bottom: 10px;
    font-weight: normal;
}

.filter_extended .field_checkbox_value { margin-bottom: 18px; }

.col-lg-12.field_btn_filter_extended {
	clear: both;
	float: none;
}


#pp_profile_info .modal-content.column {
	padding: 15px;
	padding-bottom: 0px;
	text-align: left;
	width: 100%;
	max-width: 100%;
}
#pp_profile_info .modal-body {
	text-align: left;
}
#pp_profile_info .column .bl .wrap_width {
    width: 100%;
}
#pp_profile_info.custom_modal .modal-body {
	padding:15px;
	padding-bottom: 0px;
}
#pp_profile_info .column {
	display: block;
}

#header_view_profile_button {
	background: var(--member_circular_menu_background_color);
}
#header_view_profile_button:hover {
	background: var(--member_circular_menu_background_color_hover);
}
#header_view_profile_button {
	color: var(--member_circular_menu_color);
}
#header_view_profile_button:hover {
	color: var(--member_circular_menu_color_hover);
}

#header_view_profile_button .css_loader:not(.hidden) .spinnerw .spinner-blade {
	background-color: var(--member_circular_menu_color);
}

#header_view_profile_button.cover_button .btn_action_loader {
	margin-left: -3px;
	margin-top: -1px;
}

@media (max-width: 800px) {
	#header_view_profile_button.cover_button .icon_fa {
		top: 2px;
	}
}

@media (min-width: 1201px) {
	#header_view_profile_button {
		display: none;
	}
}

.wall_image_post_music_link  {
	display: inline-block;
}

#link_filter_extended {
	cursor: pointer;
}

.filter_extended .custom_checkbox label {
	margin-bottom: 10px;
}



.main-page-profiles {
    left: 0;
    margin-right: -50%;
}

.main-page-profiles-full-page {
    width: 100%;
}

.main-page-profiles.main-page-profiles-full-page .main-page-profiles-square {
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

.main-page-profiles.main-page-profiles-full-page .main-page-profiles-circle {
    float: none;
    margin: 0 auto;
}

.main-page-profiles-square {
    float: right;
    max-width: 418px;
    padding: 5px;
    margin-right: 15px;
}

.main-page-profiles-square-profile {
    float: left;
    margin: 5px;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 126px;
    height: 126px;
}

@media (max-width: 992px) {
    .cham-cover .cham-cover-text .full-height.main-page-profiles {
        display: none;
    }
}

.main-page-profiles-circle {
    float: right;
    position: relative;
    width: 526px;
    height: 481px;
}

.main-page-profiles-circle-profile {
    border-width: 5px;
    border-radius: 50%;
    display: block;
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.main-page-profiles-circle-profile-number-1 {
    width: 237px;
    height: 237px;
}

.main-page-profiles-circle-profile-number-2 {
    width: 199px;
    height: 199px;
    margin-top: 66px;
    margin-left: 37px;
}

.main-page-profiles-circle-profile-number-3 {
    width: 163px;
    height: 163px;
    position: absolute;
    top: 258px;
    left: 112px;
}

.main-page-profiles-circle-profile-number-4 {
    width: 135px;
    height: 135px;
    position: absolute;
    left: 330px;
    top: 298px;
}

.main-page-profiles-circle-profile-number-5 {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 240px;
    top: 454px;
}


@media (max-height: 480px), (max-width: 480px) {
    .pp_image_editor.pp_file_upload .scrollbarY .viewport {
        max-height: 100vh;
    }
}

.pp_image_editor .modal-body {
    background: url('../images/loading-spin.svg') no-repeat center center;
}

.pp_image_editor .modal-body .viewport {
    opacity: 0;
}

.mobile #pp_image_editor .scrollbarY .viewport {
    overflow-y: hidden;
}

.pp_image_editor .canvas-container {
    background: #FFF;
    touch-action: none;
}

.pp_image_editor.pp_file_upload .scrollbarY .viewport {
    min-height: 200px;
    height: calc(100vh - 134px);
    max-height: 640px;
}

@supports(height: 100svh) {
    .mobile .pp_image_editor.pp_file_upload .scrollbarY .viewport, .macos .pp_image_editor.pp_file_upload .scrollbarY .viewport, .ipad .pp_image_editor.pp_file_upload .scrollbarY .viewport {
        height: calc(100svh - 190px);
    }
}

.pp_image_editor.pp_file_upload .modal-dialog.modal-md {
    min-width: auto;
    width: auto;
    max-width: 950px;
    padding-right: 17px;
}

.mobile .pp_image_editor.pp_file_upload .modal-dialog.modal-md {
    padding-right: 0px;
}

@media screen and (max-width: 1200px) {
    .pp_image_editor.pp_file_upload .modal-dialog.modal-md {
        padding-right: 0px;
    }
    .pp_image_editor.pp_file_upload .modal-dialog .modal-content {
        margin: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .pp_image_editor.pp_file_upload .modal-dialog.modal-md {
        width: auto;
        min-width: auto;
    }
}

@media screen and (max-width: 480px) {
    .pp_image_editor.pp_file_upload .modal-footer .double .btn:first-child, .pp_image_editor.pp_file_upload .modal-footer .double .btn:last-child {
        margin-bottom: 0;
    }
}

.chat .content .message-input .wrap .pp_message_smile_btn.icon_drawer.saved .fa, .bl_post_wall .message_action .wall_comment_smile_btn.icon_drawer.saved .fa, .bl_wall .photo_and_field_comment .field_comment .comment_action .wall_comment_smile_btn.icon_drawer.saved .fa, .comments_replies_post .comment_action .wall_comment_smile_btn.icon_drawer.saved .fa, .field_comment_wrap .comment_action .wall_comment_smile_btn.icon_drawer.saved .fa {
    color: #58ca7e;
}
