
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.btn-camp{
	width: 210px;
	height:90px;
}

@media (max-width: 1180px) {
	.camp-col-dwl{
		max-width: 220px;
	}
	
	.btn-camp{
		font-size:15px;
	}
}

@media (max-width: 1150px) {
	.camp-col-dwl{
		max-width: 33.333333%;
		min-width: 120px;
	}
	
	.btn-camp{
		font-size:15px;
		width: 121px;
		height:110px;
	}
}

@media (max-width: 767.98px) {
	.camp-col-dwl{
		max-width: 33.333333%;
		min-width: 120px;
	}

	.btn-camp{
		font-size:15px;
		width: 121px;
		height:110px;
	}
}

@media (max-width: 450px) {
	.btn-camp{
		font-size:15px;
		width: 70%;
		height:65px;
	}

	.camp-col-dwl, .inc-col-dwl{
		max-width: 450px!important;
		min-width:350px!important;
		width:100%!important;
		margin-bottom:0.25rem !important;
		margin-top:0.25rem !important;
	}
}