.page-load-status {
    display: none;
    padding-top: 20px;
    text-align: center;
    color: #777;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

.loader-ellips__dot:nth-child(4) {
    left: 3em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }
    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
}

.parallax-mirror{
    overflow: hidden;
} 
html#facebook tbody tbody tr td:last-child{display:none!important}

.article-author > ul > li:first-child > div:last-child{
//    display:none
}  
.fb_iframe_widget_fluid_desktop iframe {
    width: 100%!important;
} 
b, strong {
    font-weight: 700;
} 
.section-parallax--single.section-parallax--350 .parallax-single .thumb {
    //--parallax-height: 550px;
    }
.section-parallax--350 .thumb{
  max-width:350px;
  height:auto;
  margin:0 auto;
}
@media(max-width:991px){
.section-parallax--350 .thumb{
  background-size: cover!important;
}
}
.breadcrumb li a:hover span{
  color:#0A0A0A
} 

.section-megazine__description {
    overflow: hidden;
} 
.align-center{
  text-align:center;
  margin:0 auto;
} 

.section-parallax--height .parallax-single .thumb {
    --parallax-height: 550px;
    background-size: auto;
} 
.section-gallery--default .clearfix{
display:block;
max-width:1254px;
margin:0 auto;
} 


@media(max-width:991px){
    .section-parallax--350 .thumb{
        background-size: cover!important;
    }
    .section-parallax--single .parallax-single .thumb {
        --parallax-height: 550px;
    }
}
@media(max-width:767px){
  .section-parallax--width .parallax-single .thumb{
    background-size:calc(100% - 32px);
    --parallax-height:280px;
  }
}
@media(max-width:576px){
  .section-parallax--width .parallax-single .thumb{
    --parallax-height:150px;
  }
} 

 
 /*****popup***/
 
.profbeauty__popup {
  display: none;
  position: fixed;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: 999;
  transition: all 1s ease;
}
.profbeauty__popup .wrapper{
  position:relative;
  max-width: 1254px;
  margin: 0 auto;
}
.profbeauty__popup .close__btn{
  position: absolute;
  right: 0;
  top: 0;
  padding:5px;
  background: #ccc;
  cursor: pointer;
  opacity:.5;
  z-index:9;
}
.profbeauty__popup .close__btn:hover{
  opacity:1
}
.profbeauty__popup-fade-up {
  display: block;
  height: auto;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0,250px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0,250px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp
}
 
 .news__item__image a, .video__item__image a:not(.__button) {
    --width-image: 270;
} 

.profbeauty__popup .wrapper {
    max-width: 100%;
} 
@media(min-width:768px){
 .news__list--aside .news__item.swiper-slide .news__item__tags{
display:none
  }
}

@media (min-width: 768px) AND (max-width:1600px)
{
  .section-article .article-main {
    justify-content: center;
  }
  .section-article .article__right {
    max-width: calc(25% - 12px);
  }
  .news__list--aside .news__item__name {
    font-size: 1.4rem;
  }
  .news__list--aside .news__item__author {
    font-size: 12px;
  }
}  
iframe{max-width:100%;    border: none;} 
.main-logo__image{
    height: 40px;
    width: auto;
}  
.main-logo__image {
	max-height: 40px;
    height: auto;
} 

.article__description table strong + a {
    word-break: break-all;
} 

.header-menu {
  top: var(--header-top) !important;
  height: calc(100% - var(--header-top)) !important;
}
 
 .header-search {
  top: var(--header-top) !important;
} 
.article__tags ul li a {
  text-transform: capitalize;
} 
.section-parallax--center-post.section-parallax--single .parallax-single .thumb {
        background-position: calc(50% - calc(275px / 2));
}
.section-parallax--center-post{       
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .section-parallax--center-post.section-parallax--single .parallax-single .thumb {
            background-position: calc(50%);
    }
} 