.pg-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 10;
}

.site-content {
	position: relative;
	z-index: 100;
}


.cycling-tours .nav {
	margin-top: 380px;
}

.tour-content {
	margin-bottom: 40px;
}

.tour-row {
	margin-bottom: 30px;
}

.pg-intro {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}

.sb-more {
	padding-bottom: 20px;
	display: block;
}

.tour-body {
	margin-bottom: 30px;
}

.tour-grid img,
.tour-body img,
.tour-image-wrap img {
	width: 100%;
}

.tour-image-wrap,
.tour-grid img  {
	margin-bottom: 20px;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

	.section-block {
		min-height: 340px;
	}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	.section-block {
		min-height: 280px;
	}
}
