section.sliders .one {
  display: none;
  text-align: center;
}
section.sliders .one img {
  vertical-align: middle;
	height: 473px;
}
section.sliders.slider-two .one{
	min-height: auto;
}
section.sliders.slider-two .one img {
  	vertical-align: middle;
  	min-height: auto;
	height: auto;
    width: 100%;
}
@media(max-width:768px){
	section.sliders.slider-two .one img {
		vertical-align: middle;
		min-height: auto;
		height: auto;
		width: 100%;
	}
}
section.sliders .one:first-child {
  display: block;
}

.postContent.cutted {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.postContent.cutted::after {
  position: absolute;
  inset: 0;
  top: auto;
  height: 4em;
  background: #fff;
  content: "";
}
.postContent.cutted .allContent {
  position: absolute;
  background: #fff;
  bottom: 1em;
  z-index: 1;
}
.postContent.cutted.full::after {
  display:none;
}
.postContent.cutted.full {
  max-height: none;
}
.postContent.cutted.full .allContent {
  display: none;
}

.clipOverflow {
  overflow: hidden;
}
.jsTabs > * {
	display:none;
}
.jsTabs > *.active {
	display:block;	
}
.btn-favorite.fw-small{
    font-size: 13px;
    padding: 14px 0px;
    display: block;
    margin-top: 4px;
}
@media(max-width:768px){
	.btn-favorite.fw-small {
		padding: 7px 0px;
		min-width: auto;
		text-transform: capitalize;
		margin-top: 7px;
		display: block;
		line-height: 15pt;
	}
	.fw.fw-small span{
		display:none;
	}
}
.btn-favorite.fw-small:before{
    width: 16px;
    height: 14px;
    background-size: cover;
}