@media only screen and (min-device-width : 1440px) {
	.bb-custom-side p {
		font-size: 15px;
		font-weight: 300;
	}
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1399px){


}

@media only screen and (min-device-width : 992px) and (max-device-width : 1279px) {
.bb-custom-side p{
		font-size: 14px;
	}


}

@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
	.bb-custom-side p {
		font-size: 15px;
		font-weight: 300;
	}
		.special-cover{
		background-color: #000;
	}
}

@media only screen and (min-device-width : 600px) and (max-device-width : 767px) {
	.bb-custom-side p{
		font-size: 14px;
	}

		.close-popup{
		right: 12px;
		top:-5px;
	}
	.close-popup .fa-times{
		font-size: 25px;
		color: #333;
	}
	.special-cover{
		background-color: #000;
	}

	#bb-nav-zoomout, #bb-nav-zoomin{
		display: none;
	}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 599px) {
	.bb-custom-side p{
		font-size: 13px;
	}

	.close-popup{
		right: 10px;
		top:-5px;
	}
	.close-popup .fa-times{
		font-size: 20px;
		color: #333;
	}
	.special-cover{
		background-color: #000;
	}

	#bb-nav-zoomout, #bb-nav-zoomin{
		display: none;
	}

}

@media only screen and (min-device-width : 381px) and (max-device-width: 480px) {
	.bb-custom-side p{
		font-size: 12px;
	}	

	.close-popup{
		right: 10px;
		top:-5px;
	}
	.close-popup .fa-times{
		font-size: 20px;
		color: #333;
	}
	.special-cover{
		background-color: #000;
	}

	#bb-nav-zoomout, #bb-nav-zoomin{
		display: none;
	}
}

@media only screen and (min-device-width : 321px) and (max-device-width: 380px) {
	.bb-custom-side p{
		font-size: 12px;
	}	

	.close-popup{
		right: 10px;
		top:-5px;
	}
	.close-popup .fa-times{
		font-size: 20px;
	}
	.special-cover{
		background-color: #000;
	}
	.lst-back-next{
		bottom: 60px;
	}

	#bb-nav-zoomout, #bb-nav-zoomin{
		display: none;
	}
	
}

@media only screen and (max-width : 320px) {
	.bb-custom-side p{
		font-size: 12px;
	}	
	.close-popup{
		right: 10px;
		top:-5px;
	}
	.close-popup .fa-times{
		font-size: 20px;
	}
	.special-cover{
		background-color: #000;
	}
	.lst-back-next{
		bottom: 60px;
	}
	#bb-nav-zoomout, #bb-nav-zoomin{
		display: none;
	}


}
