@media only screen and (min-width:200px) and (max-width:767px){
	.nav-box{
		background: #fff;
	}
	.nav-box a{
		padding: 10px 10px;
		border-bottom: 1px solid #DADADA;
	}

	.nav-box a:nth-child(1){
		background: #2A2A2A;
		color: #fff;
		
	}

	.wp-border1{
		border: 1px solid #000;
		border-radius: 10px;
		background: #fff9c2;
	}

	.wp-border2{
		border: none;
		border-radius: none;
		background: none;
	}

	.locations a{
	margin-right: 2px;
}

.local-area a{
	margin-right: 2px;
}

.side-cont{
	translate: 0% 0%;
}

.side-img{
		height: 280px;
	}
		
		.side-content h3{
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.side-content p{
		font-size: 12px;
		text-overflow: ellipsis;
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-pack: end;
	}
	.vip{
		width: 30px;
		position: absolute;
		top: 75%;
		left: 0%;
	}
	.ad_content_a{
		text-decoration: none;
		background: #036810;
		font-size: 14px;
		padding: 5px 10px;
		border-radius: 5px;
		color: #fff;
		right: 18%;
		bottom: 5%;
	}
	.ad_content_a:nth-last-child(1){
		background: #34419b;
		right: 5%;
	}
	
	.images{
		height: 320px;
	}
}