.kern-baby{
	letter-spacing: 2px;
}
.linya{
  border-top: 1px solid rgba(0,0,0,0.1);
}
.paa{
	font-family:'Camber-Lg';
}
.walterwhite{
    color: #fff;
}
@media only screen and (max-width: 767px){
	.top-35{
		margin-top:-35px;
	}
}
@media only screen and (max-width: 767px){
	.top-30{
		margin-top:-30px;
	}
}
@media only screen and (max-width: 767px){
	.top12{
		margin-top:-18px;
	}
}
@media only screen and (max-width: 767px){
	.top70{
		margin-top:-70px;
	}
}
@media only screen and (max-width: 767px){
	.bottom40{
		padding-bottom:40px;
	}
}
@media only screen and (max-width: 767px){
	.top20{
		padding-top:20px;
	}
}
@media only screen and (max-width: 767px){
	.top240{
		margin-top: -240px;
	}
}
@media only screen and (max-width: 767px){
	.top200{
		margin-top: -200px;
	}
}
@media only screen and (max-width: 767px){
	.top160{
		margin-top: -160px;
	}
}
@media only screen and (max-width: 767px){
	.top120{
		margin-top: -120px;
	}
}
@media only screen and (max-width: 767px){
	.usog-negative{
		padding-right: 24px;
	}
}
@media only screen and (max-width: 767px){
	.filters_buttons_resposnive{
        display: flex;
        justify-content: center;
        align-items: center;
	}
}

.usog{
	padding-left: 24px;
}
#dewanshow { 
    margin: 50px auto; 
    position: absolute; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

.mobileYes{
    display:none;
}
@media screen and (max-width: 767px){
    .mobileYes{
        display: inline;
    }
}