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_add_drop_field.svg')
    url('../images/icons/icon_add_drop_field_hover.svg')
    url('../images/icons/icon_email_white.svg')
    url('../images/icons/icon_remove_white.svg')
    url('../images/icons/icon_check_white.svg');
  display: none;
}
/*
///////////////////////////////////////////////////
1.0 BASE
///////////////////////////////////////////////////
*/
html,
body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

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%;
  cursor: pointer;
  transition: opacity .6s linear;
}

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

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

body.hand * {cursor:move !important; cursor:-webkit-grab !important; cursor:grab !important;}
body.moving * {-webkit-user-select:none; -moz-user-select:none; user-select:none;}
body.moving ::selection {background: transparent;}
body.moving ::-moz-selection {background: transparent;}
body.moving:before {
	position:fixed; top:0; left:0; width:100%; height:100%;
	content:''; z-index:200;
	cursor:move; cursor: -webkit-grabbing; cursor: grabbing;
}

.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;
  }

  .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{
  -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;
}

.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: 480px) {
  body {
    min-width: 320px;
    float: left;
    width: 100%;
  }
}

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;
  font-weight: 700;
}

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-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: 480px) {
  .p-b {
    padding-bottom: 0;
  }
}

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

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

.header_grid{
  /* height: 32vh; */
  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;
  }
}

/*-- 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;
}

.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;
}

.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 .num{
  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.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: 40px;
  }

  .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;
}

.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;
}

.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;
  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);
}

/* @-moz-document url-prefix() {
	.header_small_item_menu_name{
    padding: 16px 28px 0;
  }
} */

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

.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;
}

.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.disabled{
  cursor: default;
}

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

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

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

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

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

/*-- 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;
  /* background: #fff; */
  border-radius: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  transition: background-color .5s ease, color .5s ease;
}

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

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

.mn_circle.left{
  left: 50%;
}

.mn_circle.left.top{
  /* height: 58px;
  width: 58px;
  top: 0;
  margin: 0 0 0 -178px; */
  top: -10px;
  margin: 0 0 0 -188px;
}

.mn_circle.left.top span{
  height: 58px;
  width: 58px;
  /* top: 0;
  margin: 0 0 0 -178px; */
}

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

.mn_circle.left.center{
  /* height: 48px;
  width: 48px; */
  /* top: 89px;
  margin: 0 0 0 -199px; */
  top: 79px;
  margin: 0 0 0 -209px;
}

.mn_circle.left.center span{
  height: 48px;
  width: 48px;
  /* top: 89px;
  margin: 0 0 0 -199px; */
}

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

.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 -193px;
}

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

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

.mn_circle.right{
  right: 50%;
}

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

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

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

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

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

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

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

.mn_circle.right.bottom span{
  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;
}

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

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

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

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

  .mn_circle.left.center span{
    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.bottom{
    margin: 0 0 0 -135px;
    top: 99px;
  }

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

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

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

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

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

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

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

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

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

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

  .mn_circle.right.bottom i{
    font-size: 22px;
    line-height: 42px;
  }
}
/*-- /Circle menu around photo --*/

.bl_grid_inner_photo_center{
  position: relative;
}

.tooltip{
  white-space: nowrap;
  z-index: 2;
  /*transition: opacity .5s .5s ease; ??? No!!!*/
}

/*.bl_grid_inner_photo_center .tooltip.in{
  opacity: 1;
}??? No!!!*/

.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: -340px auto 0;
  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: 2.1vh;
  height: 2.1vh; */
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #e1ff77;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  position: absolute;
  /* top: 2.3vh;
  right: 4.8vh; */
  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 img{
  width: 255px;
  height: 255px;
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 100%;
  opacity: 1;
  transition: opacity .4s linear;
  cursor: pointer;
}

.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;
}

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

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

  .bl_grid_inner_photo_center .user_pic_frame .status.online{
    width: 13px;
    height: 13px;
    top: 18px;
    right: 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;
}

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

@media (max-width: 1401px) {
  /* .wrap_profile_menu_inner_small .pl_grid_count .bl_count{
    padding: 0 0 0 15px;
    width: calc(100% - 15px);
  }
 */
  .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: 1024px) {
  .pl_grid_count .bl_count .count{
    padding: 0.6vh 0 0;
  }

  .pl_grid_count .active .bl:after{
    margin: 0 0 0 -7px;
    border: 7px solid transparent;
  }

  .wrap_profile_menu_inner_small .pl_grid_count .active .bl:after{
    margin: 0 0 0 -5px;
    border: 5px solid transparent;
  }
} */

@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;
    top: -53px;
    left: -14px;
  }

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

  .circles .circle i{
    line-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: 125px;
    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%;
  }
}

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%;
}

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

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%;
} */

#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;
}

.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;
}

.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;
}

.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;
}

@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);
}

.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: all 0.5s ease;
}

.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 {
  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 h3 {
  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 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 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;
}

.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;
  }
}
.cham-content-style-5 .cham-content-item .cham-content-description {
  background: #fff;
  padding: 4em;
}

@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;
  }
}

.cham-content-style-5 .cham-content-item .cham-content-description h2 {
  font-size: 20px;
  font-weight: 300;
}

.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: 20px;
  color: #fff;
}
.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;
}
.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:23px;
}

.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-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;
}

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

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

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

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

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

.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 .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 .cham-post-image:hover .cham-overlay {
  opacity: 0.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-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{
    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 .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 {
  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{
  width: 7px;
  height: 7px;
  float: left;
  margin: 6px 4px 0 0;
  border-radius: 50%;
  /* display: none; */
}

.cham-blog-style-1 .cham-post .cham-post-meta span.user_name .icon_status{
  float: none;
  background-color:#ccc;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 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{
  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;
}

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

.cham-blog-style-1 .cham-post .cham-post-text h3 {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 25px;
  height: 25px;
}

.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;
}

.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 0 10px;
}

.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;
}

/*-- 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;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.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: 780px) {
  .cham-footer-style-3 .cham-footer-widget.fl_right{
    float: none;
  }
}

.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);
}

.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{
  margin: -10px auto 50px;
  text-align: center;
}

.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);
  }
}


/*
///////////////////////////////////////////////////
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 !important;
}

.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 3px 0 0;
  width: 18px;
  height: 18px;
  /* background-color: #ccc; */
  font-size: 0;
  /* border-radius: 50%; */
  line-height: 6px;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}

.navbar-nav > li > a .fa:after{
  content: "";
  width: 12px;
  height: 12px;
  /* background-color: red; */
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}

.navbar-nav > li > a .fa::before{
  vertical-align: text-bottom;
}

.wf-fontawesome-n4-active .navbar-nav > li > a .fa{
  width: 18px;
  height: 18px;
  background-color: transparent;
  font-size: 15px;
  line-height: 14px;
  margin: 3px 3px 0 0;
}

.wf-fontawesome-n4-active .navbar-nav > li > a .fa::after,
.wf-fontawesome-n4-active .navbar-nav > li.active > a .fa::after{
  background-color: transparent;
}

.wf-fontawesome-n4-inactive .navbar-nav > li > a .fa{
  width: 18px;
  height: 18px;
  background-color: transparent;
  font-size: 15px;
  line-height: 14px;
  margin: 3px 3px 0 0;
}

.wf-fontawesome-n4-inactive .navbar-nav > li > a .fa::after,
.wf-fontawesome-n4-inactive .navbar-nav > li.active > a .fa::after{
  background-color: transparent;
}

.wf-fontawesome-n4-active .navbar-nav > li > a .fa.fa-film,
.wf-fontawesome-n4-inactive .navbar-nav > li > a .fa.fa-film{
  font-size: 13px;
}

@-moz-document url-prefix() {
  .wf-fontawesome-n4-active .navbar-nav > li > a .fa,
  .wf-fontawesome-n4-inactive .navbar-nav > li > a .fa{
    margin: 2px 3px 0 0;
  }
}

.navbar-nav > li.link_count{
  position: relative;
}

/*.navbar-nav > li.link_count.header_menu_mobile,
.navbar-nav > li.dropdown > ul > li.link_count.header_menu_mobile{
  display: none;
}*/

.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.header_menu_mobile,
    .navbar-nav > li.dropdown > ul > li.link_count.header_menu_mobile{
        display: block;
    }

    .navbar-nav > li.link_count.header_menu_desktop,
    .navbar-nav > li.dropdown > ul > li.link_count.header_menu_desktop{
        display: none;
    }*/


  .navbar-nav > li.link_count span.count{
    position: absolute;
    top: 23px;
    right: 10px;
  }
}

.navbar-nav > li span.count{
  background-color: #c60d01;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 14px;
  padding: 1px 6px 2px 5px;
  border-radius: 10px;
  margin: -6px 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: #ffffff;
  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: 10px;
    padding-right: 10px; */
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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: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;
}

.dropdown.open .dropdown-menu .link_count:last-child a{
  border-radius: 0 0 2px 2px;
}

.dropdown .dropdown-menu .navbar_more_menu_sign_out_edge{
  border-top: 1px solid #e5e5e5;
}

@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: 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;
  position: relative;
  transition: color .3s ease;
}

ul.icons_info li.icon a.icon_link.disabled{
  cursor: default;
}

ul.icons_info li.icon span.count{
  background-color: #c60d01;
  border-radius: 7px;
  position: absolute;
  top: -5px;
  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: 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;
  }

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

@media (max-width: 780px) {
  /* ul.icons_info{
    margin: 0;
  } */

  ul.icons_info li.icon a.icon_link{
    padding: 0 5px;
  }
}

/* -- 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 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: 100%; */
    /* height: calc(100vh - 49px); */
    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: calc(100vh - 49px); */
    max-height: -webkit-fill-available;
    /* height: 100%; */
    -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: calc(100vh - 49px); */
    max-height: inherit;
    /* touch-action: none; */
  }

  /* .notification ul.notification_list{
    touch-action: none;
  } */
}
/* -- /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;
  }

  .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 {
  /* position: static;
	display: block; */
	/* vertical-align: top; */
  padding: 35px 0 0;
  width: 25vw;
  max-width: 25%;
  /* width: 25%; */
}

.column.left{
  text-align: right;
  /* float: left */
  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 .wrap_width{
	float: left;
  text-align: left;
}

.column.right .bl.bl_column_friend_add{
  height: 45px;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
  overflow: hidden;
  transition:  height .35s .15s, margin-bottom .25s;
}

.column.right .bl.bl_column_friend_add.to_hide_btn{
  height: 0;
  margin-bottom: 0;
  transition:  height .25s, margin-bottom .35s .15s;
}

#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{
    /* float: 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{
  margin-bottom: 0;
}

.column .bl .btn.btn_friend_add{
    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 .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;
  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.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.left ul.list_photo li{
	margin: 0 0 13px 9px;
    /* float: right; */
    display: inline-flex;
    transition: all .38s, opacity .34s linear;
    width: 45px;
    overflow: hidden;
}

.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 13px 13px 0;*/
    margin: 0 0 13px 0;
	float: left;
    transition: all .38s;
    /*width: 45px;*/
    /*overflow: hidden;*/
    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;
	/* background-color: #6c7a86; */
	border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.column.right ul.list_photo li a{
    margin-right: 13px;
    transition: width .38s, margin .38s, color .5s ease, filter .5s ease, opacity .3s linear;
}

.column.right ul.list_photo li a.to_hide_bl{
    width: 0;
    margin-right: 0;
}

.column.right ul.list_photo li i.open_im_user{
    font-size: 22px;
    color: #1784fb;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -8px;
    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.more a{
  background: transparent;
  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 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 ul.custom_menu li{
  font-size: 14px;
  margin: 0 0 7px;
}

.wall_wrapper{
  display: flex;
  width: 100vw;
  max-width: 100%;
}

.wall_wrapper.hide_column_right .column.right{
    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 .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 .people_wrap {
  padding-top: 30px!important;
} */

.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%;
}

.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 .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 .info .data .comment_delete{
  margin: 0 0 0 -6px;
}

.user_wall_info .comment_delete{
  position: relative;
}

.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:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #b3b3b3;
} */
/* .user_wall_info .info .data .icon-user{
  font-size: 14px;
} */

.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 .more {
  display: table-cell;
  vertical-align: middle;
	width: 26px;
	text-align: right;
}

/* .user_wall_info .more .more_menu_collapse.more_menu_right{
  right: 0;
} */

@-moz-document url-prefix() {
  .user_wall_info .more .more_menu_collapse.more_menu_right{
    right: 4px;
  }
}

.wall_post {
	color:#000;
  font-size: 15px;
  clear: both;
}

.wall_item_comment{
  word-wrap: break-word;
  margin: 0 0 -5px;
}

.wall_item_comment br{
  content: "";
  line-height: 8px;
  height: 8px;
  display: block;
}

.wall_item_comment .txt{
  margin: 0 0 15px;
}

.wall_item_comment .txt:last-child{
  /* margin: 15px 0 0; */
  /* margin: 15px 0 -8px; */
  margin: 15px 0 -10px;
}

.txt + .wall_image_post,
.txt + .wall_video_post{
  margin: 0 0 10px;
}

.wall_image_post ~ .txt:last-child{
  font-weight: bold;
  margin: 15px 0 -5px;
}

.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_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;
  /* margin: 23px 0 0; */
  line-height: 0;
  position: relative;
}

.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 -9px;
  line-height: 26px;
}

.wall_image_post{
  position: relative;
  margin: 23px 0 20px;
  /* margin: 23px 0 0; */
}

p + .wall_image_post{
  margin: 0;
}

.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, 0.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, 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';
}

@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;
}

.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_one_image h4:empty{
  display: none;
}

.wall_post .wall_one_image h4{
  margin: 20px 0 5px;
}

.wall_post .wrap_list_photos{
  /* background-color:#f0f3f5; */
  text-align: center;
  border-radius: 3px;
  margin-top: 22px;
  line-height: 0;
}

.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: 0 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.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{
    /* font-size: 12px; */
    line-height: 18px;
  }

  .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;
  color: #999;
  overflow: hidden;
  height: 26px;
  /* margin: 20px 0 0; */
  /* margin: 13px 0 0; */
  margin: 17px 0 0;
}

.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;
}

.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;
}

.like_comment_and_share {
	width: 100%;
	min-height: 34px;
  max-width: 100%;
  /* margin: 15px 0 10px; */
  /* margin: 15px 0; */
  margin: 20px 0 15px;
  font-size: 14px;
  /* line-height: 34px; */
	background-color:#f2f4f6;
	padding: 0 15px;
  border-radius: 4px;
}

.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;*/
}

.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: 2px; */
  top: 3px;
}

.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: 5px;
  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{
  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 60px 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%;
}

.bl_post_wall .photo .pic{
  background-size: cover;
  background-position: center top;
  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{
  width: 100%;
  height: 40px;
  resize: none;
  padding: 8px 45px 4px 15px;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  .bl_post_wall textarea{
    padding: 8px 35px 8px 15px;
  }
}

.bl_post_wall_items{
    overflow: hidden;
    margin: 0 0 40px;
    padding: 23px 0 0;
}

.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;
  /* left: 3px; */
  background-color: #c60d01;
  border-radius: 50%;
  /* padding: 2px 0 1px; */
  box-sizing: border-box;
  font-size: 11px;
  line-height: 14px;
  /* height: 15px; */
  width: 14px;
  font-weight: bold;
  color: #fff;
}

/* .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,
.wall_upload_image.to_delete:hover i{
  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;
}

button.wall_post_send{
  border: none;
  padding: 0;
  width: 45px;
  height: 40px;
  /* cursor: pointer; */
  /* background-image: url(../images/icons/icons_send_blue.svg);
  background-position: 54% 50%;
  background-repeat: no-repeat;
  background-size: 56% auto; */
  background-color: transparent; 
  /* color: #f5f5f5; */
  /* transition: background-color .3s; */
  position: absolute;
  top: 0;
  right: -45px;
  /* outline: none; */
  transition: filter .5s ease;
}

button.wall_post_send svg{
  fill: #1784fb;
  width: 26px;
  height: 40px;
  vertical-align: middle;
}

button.wall_post_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 textarea {
  resize: none;
  width: 100%;
  overflow: hidden;
  /* padding: 9px 15px 11px; */
}

.photo_and_field_comment .photo{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 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;
}

.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{
  resize: none;
  width: calc(100% - 45px);
  overflow: hidden;
  height: 43px;
}

.photo_and_field_comment button.gallery_comment_send{
  border: none;
  width: 45px;
  height: 43px;
  cursor: pointer;
  background-image: url(../images/icons/icons_send_blue.svg);
  background-position: 54% 50%;
  background-repeat: no-repeat;
  background-size: 56% auto;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  outline: none;
  transition: filter .5s ease;
}

.photo_and_field_comment button.gallery_comment_send:hover{
  filter:  grayscale(50%);
}

.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;
}

/* .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: 0 10px 0 0;
}

.bl_comments .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;
}

.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{
  line-height: 0;
}

.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;
}

.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:last-child:after{
  display: none;
} */

/* @media (max-width: 768px) {
  .comment_to_comment_container ul.list li.comment_likes_bl: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 .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;
}

.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: 50%;
  max-height: 250px;
}

.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: calc(50% + 50px);
  max-height: 250px;
}

.comment_container {
	float: left;
	width: calc(100% - 50px);
	/* margin-top: 2px; */
}

.comment_text {
	/* width: calc(100% - 30px); */
  /* float: left; */
  position: relative;
  /*overflow: hidden;*/
  transition: height .5s .1s;
}

.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 .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{
  margin: 0 0 5px;
}

.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;
}

/* .comm_to_comm_tick {
	float: right;
	display: inline-block;
	text-align: right;
} */

.item_settings{
  position: absolute;
  z-index: 2;
  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_settings .icon_settings span .fa{
  color: rgba(255, 255, 255, .7);
  transition: color .5s ease;
  line-height: inherit;
  font-size: 17px;
}

.item_settings .icon_settings span:hover .fa{
  color: rgba(255, 255, 255, 1);
} */

.comments_replies_post{
  display:  none;
  clear: both;
  margin: 5px 0 15px;
  /* width: calc(100% - 30px); */
  width: 100%;
  float: left;
}

.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 */
}

/* .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.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: 768px) {
  /* .bl_comments .item  .comment_text_reply_one{
    margin: 0 -30px 0 0;
  } */
  /* .comment_text {
    width: 100%;
  } */
}

@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;
}

.wrapper-one-article .one-article h2{
  margin-bottom: 15px;
  font-size: 30px;
}

.wrapper-one-article .one-article .cham-name{
  max-height: 1000000px;
  margin: 0 0 30px;
}

.wrapper-one-article .one-article .cham-name .pic{
  height: 45px;
  width: 45px;
  display: block;
  background-size: cover;
  border-radius: 100%;
  float: left;
  margin-right: 8px;
}

.wrapper-one-article .one-article .cham-name .cham-meta{
  padding-top: 8px;
  font-size: 14px;
}

.wrapper-one-article .one-article .cham-name .cham-company{
  color: #aaa;
}

.wrapper-one-article .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 h3{
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrapper-one-article .one-article p{
  line-height: 30px;
}

.wrapper-one-article .one-article p i{
  color: #aaa;
}

.wrapper-one-article .one-article hr{
  max-width: 870px;
  border-color: #ddd;
  margin-bottom: 30px;
}

.wrapper-one-article .one-article img.pic_all_width{
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px #ccc;
}

.wrapper-one-article .one-article img.pic_center{
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-top: 15px;
  margin-bottom: 40px;
  border: solid 1px #ccc;
}

.wrapper-one-article .one-article img.pic_left{
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 47%;
  border: solid 1px #ccc;
}

.wrapper-one-article .one-article img.pic_right{
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 47%;
  border: solid 1px #ccc;
}

.wrapper-one-article .one-article img.pic_right_small{
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 27%;
  border: solid 1px #ccc;
}

.wrapper-articles.also_like{
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}

.wrapper-articles .cham-blog-style-2{
  background-color: #fff;
}

.wrapper-articles.also_like .row{
  margin-top: -35px;
  margin-bottom: -35px;
}

.wrapper-articles.also_like .pic{
  height: 250px;
  background-size: cover;
}

/* -- editor -- */
.editor{
  margin: 50px auto 80px;
}

.editor .head .title{
  border: 1px #ccc dashed;
  padding-top: 7px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  min-height: 52px;
}

.editor .head .title h2:focus,
.editor .cont:focus{
  outline: none;
}

.editor .cont a,
.editor .cont a:hover{
  cursor:default;
  color: #1784fb;
	caret-color: #333;
}

.editor .head .title h2{
  margin-bottom: 0;
  font-size: 30px;
}

.editor .head .title h2.default{
  color: #888;
}

.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 .btn-group a{
  margin-left: 1px;
  transition: none;
}

.editor_icons .dropdown-menu{
  left: initial;
  right: 0;
}

.editor_icons .input-append{
  padding:  10px;
  white-space: nowrap;
}

.editor_icons .input-append .form-control{
  vertical-align: top;
  width: auto;
  max-width: 200px;
  display: inline-block;
}

.bl_upload_image{
  position: relative;
  overflow: hidden;
  width: 36px;
}

.editor .head .editor_toolbar .btn-group .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 .btn-group span{
  padding: 5px;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 24px;
  display: block;
  float: left;
  margin: 0 4px 0 0;
}

.editor .head .editor_toolbar .btn-group span.to_hide{
  display: none;
}

.editor .head .editor_toolbar .btn-group span.active i,
.editor .head .editor_toolbar .btn-group span.enabled i{
  color: #a4cc38 !important;
  border-color: #a4cc38 !important;
}

.editor .head .editor_toolbar .btn-group span:hover,
.editor .head .editor_toolbar .btn-group span:active,
.editor .head .editor_toolbar .btn-group span:focus{
  border-color: #58ca7e;
  cursor: pointer;
}

.editor .head .editor_toolbar .btn-group span:hover i,
.editor .head .editor_toolbar .btn-group span:active i,
.editor .head .editor_toolbar .btn-group span:focus i{
  color: #58ca7e;
}

.editor .head .editor_toolbar.disabled .btn-group span i,
.editor .head .editor_toolbar.disabled .btn-group span:hover i,
.editor .head .editor_toolbar.disabled .btn-group span:active i,
.editor .head .editor_toolbar.disabled .btn-group span:focus i,
.editor .head .editor_toolbar .btn-group span.disabled i,
.editor .head .editor_toolbar .btn-group span.disabled:hover i,
.editor .head .editor_toolbar .btn-group span.disabled:active i,
.editor .head .editor_toolbar .btn-group span.disabled:focus i{
  color: #888 !important;
  cursor: default;
}

.editor .head .editor_toolbar.disabled .btn-group span,
.editor .head .editor_toolbar.disabled .btn-group span:hover,
.editor .head .editor_toolbar.disabled .btn-group span:active,
.editor .head .editor_toolbar.disabled .btn-group span:focus,
.editor .head .editor_toolbar .btn-group span.disabled,
.editor .head .editor_toolbar .btn-group span.disabled:hover,
.editor .head .editor_toolbar .btn-group span.disabled:active,
.editor .head .editor_toolbar .btn-group span.disabled:focus{
  border-color: #888 !important;
}

.editor .head .editor_toolbar .btn-group ul.dropdown-menu{
  margin-top: 3px;
  padding: 0;
  min-width: auto;
}

.editor .head .editor_toolbar .btn-group ul.dropdown-menu li{
  float: none;
  margin: 0;
  cursor: pointer;
}

.editor .head .editor_toolbar .btn-group ul.dropdown-menu li a{
  padding: 5px 10px;
}

.editor .cont{
  border: 1px #ccc dashed;
  padding-top: 10px;
  height: 57vh;
  overflow-y: auto;
  margin-top: 8px;
  margin-bottom: 15px;
}

.editor .cont.default{
  color: #888;
}

.editor .cont img{
  max-width: 100%;
}

.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 h3{
  margin-top: 20px;
  margin-bottom: 15px
}

.editor .cont p{
  line-height: 30px;
}

.editor .cont hr{
  margin-bottom: 40px;
}

.editor footer{
  margin: 0 0 10px;
}

.editor footer .buttons{
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.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-7{
  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 .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;
  }
}

.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;
}

.bl_forms .signature{
  max-width: 500px;
  padding: 0 10px 36px;
}

.bl_forms .wrap_fields{
  padding: 15px 0 0;
  clear: both;
}

.bl_forms .fields .field{
  margin: 0 0 18px;
  height: 43px;
}

.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;
}

/* .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;
}

.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 .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 .fields .field .btn.btn-block span{
  top: -1px;
}

.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;
    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 .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;
  }
}

@media (max-width: 480px) {
  .bl_forms{
    /* margin: 0 0 25px; */
    padding: 40px 0 25px;
  }

  .bl_forms .signature{
    padding: 0 10px;
  }
}

@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: 480px) {
  .pagination-container {
    margin: -40px auto 0;
    padding: 0 0 40px;
  }
}
/*-- /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;}

.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{
  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{
  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-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 13px; */
  /* 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; */
}

.title + .upload_user{
  margin: 0 0 4px;
}

.empty + .upload_user{
  margin: 0;
}

.wrap_upload_user{
  /* float: left; */
  position: relative;
  padding: 0 0 0 50px;
  height: 40px;
}

.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 .info{
  float: left;
} */

.wrap_one_item .upload_user .name{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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 .wrap_upload_menu{
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 14px;
  line-height: 16px;
  display: none;
}

.wrap_one_item .upload_user .wrap_upload_menu .upload_menu_link{
  color: #7b767d;
  cursor: pointer;
  padding: 5px 0;
  transition: color .5s ease;
}

.wrap_one_item .upload_user .wrap_upload_menu .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 .wrap_upload_menu .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.to_show{
  visibility: visible;
  opacity: 1;
  transition: all .4s, opacity .4s linear, visibility 0s;
}

@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;
  }
}
/*-- /wrap_one_item --*/

/*-- custom modal popup --*/
.pp_file_upload .modal-dialog,
.custom_modal .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{
    height: 100%;
  }

  .custom_modal .modal-dialog .modal-content{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
  }
}

.custom_modal .modal-header,
.custom_modal .modal-footer{
  border: none;
}

.custom_modal .modal-header,
.custom_modal .modal-body,
.custom_modal .modal-footer{
  text-align: center;
}

.custom_modal .modal-header{
  padding: 22px 15px 15px;
}

.custom_modal .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{
  height: 180px;
  overflow: hidden;
  margin-bottom: 35px;
  transition: height .4s;
}

.custom_modal .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{
  opacity: 1;
}

.custom_modal .modal-body{
  padding: 25px 15px 30px;
}

.custom_modal .modal-body .info{
  padding: 0 10px;
  word-wrap: break-word;
}

.custom_modal .modal-body .pic{
  padding: 20px 0;
}

.custom_modal .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{
  padding: 15px 17px 19px;
}

.custom_modal .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{
  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{
  display: flex;
  width: 100%;
}

.custom_modal .modal-footer.two_buttons button{
  flex: 1;
}

.custom_modal.forms_field .modal-body{
  /* padding-top: 5px; */
  padding-top: 0;
  padding-bottom: 0;
}

.custom_modal.forms_field .bl_forms{
  padding: 0;
}

.custom_modal.forms_field .modal-footer{
  padding: 2px 15px 35px;
}

.custom_modal .modal-content.bl_contact_frm .modal-footer{
  padding: 2px 15px 0px;
}

.custom_modal.forms_field .modal-footer .btn{
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.custom_modal .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{
  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{
    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 --*/

/*-- bl_no_one --*/
.bl_no_one{
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 40px auto 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.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;
}

.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;
  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{
  height: 18px;
  width: 18px;
  font-size: 18px;
  margin-left: -11px;
  margin-top: -9px;
  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%;
}

.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;
}

.notification li button .btn_action_loader{
  height: 18px;
  width: 18px;
  font-size: 18px;
  margin-left: -9px;
  margin-top: -9px;
  left: 50%;
  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_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;
}

.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;
}

.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 {
    background-color: #fff;
}

#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{
  background-color: rgba(0, 0, 0, 1) !important;
}

.loader_settings_location .spinnerw .spinner-blade,
.bl_grid_inner_photo .css_loader.btn_action_loader .spinnerw .spinner-blade{
  background-color: rgba(0, 0, 0, .5) !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 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{
  text-align: center;
  padding: 20px 0 0;
  font-size: 14px;
}

.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-link:hover .cham-overlay {
  opacity: 0.5;
}

.blogs_wrap .cham-post-link{
  cursor: pointer;
}

.blogs_wrap .pic{
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.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{
  margin: 0 0 21px;
} */

.wrap_filter .dot{
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #b3b3b3;
  display: inline-block;
  vertical-align: top;
  margin: 12px 5px 0 5px;
}

/* .wrap_filter .head_link{
  margin: 0 0 0 10px;
} */

.wrap_filter .head_link:first-child{
  margin: 0;
}


@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: 480px) {
  .wall .people_wrap.page_list,
  .wall .blogs_wrap.page_list{
    padding: 20px 0 25px;
  }

  .people_wrap{
    padding: 30px 0 35px;
  }

}
/*-- /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;
}

@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;
}

.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;
}

.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;
  /* vertical-align: top;
  margin-top: -1px; */
}

.head_link:hover{
  color: #23527c;
}

.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) {
  /* .tooltip_error .tooltip-inner{
    white-space: normal;
  } */

  .cham-heading-description .wrap_head_links{
    clear: both;
    float: left;
    padding: 10px 0 5px;
  }

  .cham-heading-description .wrap_head_links:empty{
    display: none;
  }

  .cham-heading-description .wrap_head_links .dot{
    margin-top: 10px;
  }

  .more.bl_filter{
    margin: 5px 0 0;
  }
}

.tooltip_error .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip_error.top .arrow {
  bottom: 0;
  left: 50%;
  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{
  border: 1px solid red !important;
}

.bootstrap-select.wrong button{
   border: 1px solid red !important;
}

/*-- games --*/
.wrap_games{
  clear: both;
  padding: 15px 0 0;
}

.bl_games{
  /* width: calc(50% - 10px); */
  height: 260px;
  margin: 0 0 20px;
  cursor: pointer;
  position: relative;
}

/* .bl_games:nth-child(odd){
  float: left;
}

.bl_games:nth-child(even){
  float: right;
} */

.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 (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: 480px) {
  .bl_search+.bl_info,
  .bl_search+.bl_download_apps{
    margin-top: 0;
  }
}

.bl_separator{
  display: none;
}

.bl_search+.bl_separator{
  display: block;
  height: 80px;
}

/*-- 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;
}
/*-- /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.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: 20px;
  text-align: center;
}

.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;
}

.more_menu_collapse > li > a{
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  padding: 8px 10px 8px 10px;
  color: #000 !important;
  height: auto;
  position: relative;
  cursor: pointer;
}

.more_menu_collapse > li{
  margin: 0 !important;
  padding: 0 !important;
}

.more_menu_collapse > li > a > span{
  padding: 0 !important;
}

.more_menu_collapse > li > a > span.icon_fa .fa{
  width: 17px;
  text-align: center;
}

.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{
  padding: 8px 10px 8px 10px;
  color: #000;
  height: auto;
  transition: all 0.3s ease;
}

.more_menu_collapse > li > a > i{
  padding-right: 3px;
  width: 18px;
  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; }
.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 {
  /*width: 732px;*/
  min-width: 732px;
  min-height: 534px;
  height: auto;
  width: auto;
  background-color: #eee;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0; visibility: hidden; transition: opacity .4s, visibility 0s .4s;
}

#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{
  margin-top: 120px;
  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 21px 2px 15px;
    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;
  vertical-align: middle;
}

.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_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: 172px;
  overflow: hidden;
}

.timeline-wrapper.timeline-comment {
    height: 67px;
    padding-top: 5px;
}

.comment_to_comment_container .timeline-wrapper.timeline-comment{
    height: 54px;
}

@media (max-width: 480px){

    .timeline-wrapper.timeline-comment {
        height: 67px;
    }
    .comment_to_comment_container .timeline-wrapper.timeline-comment{
        height: 54px;
    }
}

.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: 153px;
  }

  .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 darkgray;
    border-radius: 2px;
    width: 126px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.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 .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%;
}

.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%;
}

.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: 3;
  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;
}

.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;
}