.timeshares-for-sale-three-cols {
	padding: 40px 0;
}
.timeshares-for-sale-three-cols .slider{
	position: relative;
}
.timeshares-for-sale-three-cols .carousel{
	display: flex;
	flex-wrap: wrap;
}
.timeshares-for-sale-three-cols .col {
	flex: 1 1 33.333333333%;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	padding: 50px 0 70px;
}
.timeshares-for-sale-three-cols .col:nth-last-child(-n+3){
	border-bottom: 0;
}
.timeshares-for-sale-three-cols .col:nth-child(3n){
	border-right: 0;
}

.timeshares-for-sale-three-cols .col .image {
	height: 120px;
}
.timeshares-for-sale-three-cols .col .image img {
	display: inline-block;
	width: 75px;
}
.timeshares-for-sale-three-cols .col .title {
	padding: 0 50px;
	font-size: 24px;
	color: #009fc2;
}
.timeshares-for-sale-three-cols .col .text {
	padding: 0 55px;
	font-size: 16px;
	color: #4c5160;
	min-height: 120px;
}
.owl-carousel {
	touch-action: manipulation;
}
.timeshares-for-sale-three-cols .owl-dots {
	text-align: center;
	width: 100%;
}
.timeshares-for-sale-three-cols .owl-dots .owl-dot {
	border: 1px solid #CCC;
	width: 12px;
	height: 12px;
	border-radius: 8px;
	margin: 0 5px;
	display: inline-block;
}
.timeshares-for-sale-three-cols .owl-dots .owl-dot.active {
	background: #1FA9C6;
	border: 1px solid #1FA9C6;
}

.timeshares-for-sale-three-cols .slider .left.prev {
	display: none;
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/resorts/image-gallery-left-arrow.png');
	background-size: cover;
	background-position: center left;
	left: 2%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	top: 50%;
}

.timeshares-for-sale-three-cols .slider .right.next {
	display: none;
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/resorts/image-gallery-right-arrow.png');
	background-size: cover;
	background-position: center right;
	right: 2%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	top: 50%;
}

@media(max-width: 1024px){
	.timeshares-for-sale-three-cols .col {
		flex: 1 1 50%;
	}
	.timeshares-for-sale-three-cols .col .title{
		margin-bottom: 20px;
	}
	.timeshares-for-sale-three-cols .col:nth-child(3n){
		border-right: 1px solid #c0c0c0;
	}
	.timeshares-for-sale-three-cols .col:nth-last-child(-n+3){
		border-bottom: 1px solid #c0c0c0;
	}
	.timeshares-for-sale-three-cols .col:nth-child(2n){
		border-right: 0;
	}
	.timeshares-for-sale-three-cols .col:nth-last-child(-n+2){
		border-bottom: 0;
	}
	
}


@media (max-width: 768px) {
	.timeshares-for-sale-three-cols .slider .left.prev {
		display: block;
	}
	.timeshares-for-sale-three-cols .slider .right.next {
		display: block;
	}
	.timeshares-for-sale-three-cols .sliders {
		position: relative;
	}
	.timeshares-for-sale-three-cols .sliders .slider {
		width: 100%;
	}
	.timeshares-for-sale-three-cols .col {
		border: 0;
		margin: 0 auto;
		padding: 20px 35px;
		max-width: 370px;
		display: block;
	}
	.timeshares-for-sale-three-cols .col .image {
		height: 100px;
	}
	.timeshares-for-sale-three-cols .col .title {
		padding: 0;
		font-size: 20px;
	}
	.timeshares-for-sale-three-cols .col .text {
		padding: 0;
		font-size: 16px;
		min-height: 100px;
	}
}