.page-con-area {
    background-image: url('../images/page-con-area-bg.png');
    background-color: #ab8d69;
    background-position: center top;
}
.page-header {
    background-image: url('../images/page-header-bg.jpg');
    background-color: #ab8d69;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-title {
    font-family: antonio;
    font-size: 64px;
    color: #fff;
    text-align: center;
    line-height: 74px;
    padding: 70px 0 38px 0;
}
.our-tours {
    padding: 35px 0 20px 0;
}
.our-tours .left-text {
    float: left;
    width: 56%;
    padding: 40px 0 0 0;
}
.our-tours .heading, .tour-rates .heading, .custom-rides .heading {
    font-size: 50px;
    font-family: antonio;
    color: #edc576;
    line-height: 60px;
    margin: 0 0 15px 0;
}
.our-tours .left-text .simple-text, .custom-rides .simple-text {
    color: #fff;
    line-height: 26px;
}
.our-tours .right-img {
    float: right;
    width: 42%;
}
.our-tours .right-img img {
    float: left;
}
.tour-rates {
    background-color: #483425;
    background-color: rgba(72, 52, 37, 0.67);
    padding: 40px 0;
}
.tour-rates .heading {
    text-align: center;
}
.tour-rate-box {
    float: left;
    width: 48%;
    background-color:#4f3b2b;
    border-radius:10px;
    margin: 0 1%;
    margin-bottom:20px;
    padding: 0 10px 0 0;
    padding:10px;
    text-align:center !important;
}
.tour-rate-box img.thumb {
    margin:0 auto;
    width: 100%; 
}
.tour-rate-box .title {
    font-family: antonio;
    color: #edc576;
    font-size: 24px;
    line-height: 34px;
    margin: 7px 0 22px 0;
}
.tour-rate-box .simple-text {
    text-align:left !important;
    color: #fff;
    line-height: 26px;
    padding: 0 0 26px 0;
}
.custom-rides {
    padding: 80px 0 90px 0;
}
.custom-rides .left-img {
    float: left;
    width: 42%;
    margin: 0 0 0 1%;
}
.custom-rides .right-text {
    float: right;
    width: 50%;
    padding: 7px 0 0 0;
}
.custom-rides .simple-text.points {
    position: relative;
    padding: 26px 0 0 7px;
}
.custom-rides .simple-text.points:before {
    content: "";
    position: absolute;
    top: 37px;
    left: -5px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}







.photo-slider {
	margin: 0;
	margin-bottom: 40px;
}
.photo-slider-container {
	margin: 0 auto;
	width: 550px;
	max-width: 100%;
	background-color: transparent;
}
.photo-slider .photo-slide {
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}
.photo-slider.content-slider .slider-previous-button {
	background-color: #80674C;
	width: 40px;
	height: 120px;
	line-height: 120px;
	padding: 0;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.photo-slide.content-slider .slider-previous-button:hover {
	background-color: #997D5A;
}
.photo-slider.content-slider .slider-next-button {
	background-color: #80674C;
	width: 40px;
	height: 120px;
	line-height: 120px;
	padding: 0;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.photo-slider.content-slider .slider-next-button:hover {
	background-color: #997D5A;
}
.photo-slider.content-slider .slider-pager span {
	background: #333333;
}
.photo-slider.content-slider .slider-pager span.active {
	background: #997D5A;
}

@media screen and ( max-width: 992px ) {
	.photo-slider.content-slider .slider-previous-button {
		width: 40px;
		height: 80px;
		line-height: 80px;
		margin-right: 10px;
	}
	.photo-slider.content-slider .slider-next-button {
		width: 40px;
		height: 80px;
		line-height: 80px;
		margin-left: 10px;
	}
}

@media screen and ( max-width: 767px ) {
	.photo-slider.content-slider .slider-previous-button {
		width: 40px;
		height: 80px;
		line-height: 80px;
		margin-right: -40px;
	}
	.photo-slider.content-slider .slider-next-button {
		width: 40px;
		height: 80px;
		line-height: 80px;
		margin-left: -40px;
	}
}

@media screen and ( max-width: 480px ) {
	.photo-slider-container {
		margin: 0;
	}
	.photo-slider .slider-previous-button {
		display: none;
	}
	.photo-slider .slider-next-button {
		display: none;
	}
}

















@media screen and (max-width: 1200px) {
	.our-tours .heading, .tour-rates .heading, .custom-rides .heading {
	  font-size: 36px;
	  line-height: 44px;
	  margin: 0 0 5px;
	}
	.our-tours .left-text {
	  padding: 0;
	}
	.custom-rides {
	  padding: 30px 0;
	}
	.custom-rides .simple-text.points {
	  padding: 10px 0 0 7px;
	}
	.custom-rides .simple-text.points::before {
	  top: 22px;
	}
}
@media screen and (max-width: 992px) {
	.page-title {
	  font-size: 46px;
	  line-height: 56px;
	}
	.our-tours .heading, .tour-rates .heading, .custom-rides .heading {
	  font-size: 28px;
	  line-height: 36px;
	  margin: 0 0 5px;
	}

	.tour-rate-box {
		width:48%;
	}
}
@media screen and (max-width: 767px) {
	.page-title {
	  font-size: 36px;
	  line-height: 46px;
	}
	.page-con-area {
	  background-size: cover;
	}
	.our-tours .left-text, .custom-rides .right-text {
	  width: 100%;
	}
	.our-tours .right-img, .custom-rides .left-img {
	  display: none;
	}
}
@media screen and (max-width: 600px) {
	.tour-rate-box {
	  margin: 10px 0;
	  width:100%; 
	  padding: 10px;
	  width: 100%;
	}
}
