.module_city_three_columns_no_buttons {
	padding: 0 0 50px 0;
    border-bottom: 1px solid #e3e5e9;
}

.module_city_three_columns_no_buttons .title {
	font-size: 32px;
	text-align: center;
	color: #035573;
	padding-bottom: 44px;
	background: url('../../../images/resorts/woosh-image.png') no-repeat bottom center;
	font-weight: bold;
	margin: 50px 0 50px;
    line-height: 1.1;
}

.module_city_three_columns_no_buttons .column .image {
	padding: 20px 0;
}

.module_city_three_columns_no_buttons .column .image img{
	max-width: 80px; 
	display: block;
	margin: 0 auto;
}

.module_city_three_columns_no_buttons .column .text {
	padding: 0 30px;
	font-size: 18px;
	color: #696969;
	line-height: 30px;
	margin: 0 auto;
	max-width: 85%;
	font-size: 1.2em;
}

.module_city_three_columns_no_buttons .slick-initialized .slick-slide {
	outline: 0
}

@media(max-width: 1024px){
	.module_city_three_columns_no_buttons .three_collumns-mobile{
		position: relative;
	}

	.module_city_three_columns_no_buttons .column .image img{
		display: inline;
		width: auto;
	}
	.module_city_three_columns_no_buttons .owl-dots {
		margin-top: 50px;
		text-align: center;
	}
	.module_city_three_columns_no_buttons .owl-dots .owl-dot {
		border: 1px solid #CCC;
		width: 12px;
		height: 12px;
		border-radius: 8px;
		margin: 0 5px;
		display: inline-block;
	}
	.module_city_three_columns_no_buttons .owl-dots .owl-dot.active {
		background: #1FA9C6;
		border: 1px solid #1FA9C6;
	}
	.module_city_three_columns_no_buttons .guides-slider .carousel-control {
		width: 9%;
		background-repeat: no-repeat;
		border: none;
		border-radius: 0;
		cursor: pointer;
		opacity: 1;
	}

	.module_city_three_columns_no_buttons .guides-slider .carousel-control:hover {
		opacity: 0.8;	
	}

	.module_city_three_columns_no_buttons .slider .left.prev {
		background: url('../../../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%;
		border: 0;
	}

	.module_city_three_columns_no_buttons .slider .right.next {
		background: url('../../../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%;
		border: 0;
	}

 }
 