.lead-section {
	background-color: #272822;
	position: relative;
	background: -o-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/airbnb-room.jpg') no-repeat center center fixed;
	background: -moz-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/airbnb-room.jpg') no-repeat center center fixed;
	background: -ms-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/airbnb-room.jpg') no-repeat center center fixed;
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/airbnb-room.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.included {
	background-color: #272822;
	background: -o-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/apartment.jpg') no-repeat center center fixed;
	background: -moz-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/apartment.jpg') no-repeat center center fixed;
	background: -ms-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/apartment.jpg') no-repeat center center fixed;
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/apartment.jpg') no-repeat center center fixed;
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/apartment.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: 0.5s all ease;
}

.brochure {
	background-color: #272822;
	background: -o-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/brochure.jpg') no-repeat center center fixed;
	background: -moz-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/brochure.jpg') no-repeat center center fixed;
	background: -ms-linear-gradient(-89deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url('../img/brochure.jpg') no-repeat center center fixed;
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/brochure.jpg') no-repeat center center fixed;
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/brochure.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.cost {
	background-color: #272822;
	background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/apartment02.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.clouds {
	position: absolute;
	bottom: 0;
	background: url('../img/clouds.png') repeat;
	height: 400px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}

.lead-section h1 {
	color: #fff;
	font-size: 58px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.lead-section ul,
.no-list {
	list-style-type: none;
}

.included ul {
	padding-left: 0;
}

.included li {
	padding-bottom: 15px;
}


.airbnb-copy h2 {
	font-size: 36px;
}

.lead-section li {
	font-size: 24px;
	padding-bottom: 15px;
	color: #fff;
}

.button {
	display: block;
	border-radius: 6px;
	max-width: 400px;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	padding: 8px 10px;
}

.text-under-cta {
	padding-top: 8px;
	font-size: 14px;
}

.button-blue {
	background: #6CA8DF;
	-moz-box-shadow:    0 6px 0 0 #1359C5;
	box-shadow:         0 6px 0 0 #1359C5;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}

.button-blue:hover {
	background: #5791D0;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.button-spacer {
	padding-top: 150px;
}

.disclaimer-text {
	color: #999999;
	text-align: center;
}

.airbnb-link {
	color: #6CA8DF;
	border-bottom: 2px solid #6CA8DF;
}

.airbnb-link:hover {
	color: #6CA8DF;
}

@media screen and (max-width: 768px) {
	.button-spacer {
		padding-top: 0;
	}
	.disclaimer-text {
		margin-top: 20px;
	}
}

.text-blue{
	color: #6CA8DF;
}

.text-white {
	color: #fff;
}

.airbnb-copy p,
.airbnb-copy li {
	font-size: 24px;
}

.inner-shadow {
	-moz-box-shadow:    inset 0 0 5px 0 rgba(0,0,0,0.50);
	box-shadow:         inset 0 0 5px 0 rgba(0,0,0,0.50);
}

.yellow-back {
	background: #FAEB53;
}

.vp-icon {
	margin-right: 15px;
	padding: 0 3px;
}