h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	color: rgb(52,160,125)
}

.button {
	background:rgb(52,160,125);
}

.button:hover {
	background: rgb(23,144,105);
}

.header > nav > ul > li.selected {
	border-left: 2px solid rgb(52,160,125)
}

.content > ul.van-selection > li > img {
	border-bottom: 4px solid rgb(52,160,125);
}

.content > ul.van-selection > li > div.info > ul > li {
	border-bottom: 2px solid rgb(52,160,125);
	border-left: 2px solid rgb(52,160,125);
}

.content > ul.van-selection > li > div.info > p.price {
	color:rgb(52,160,125);
}

.content > div.signoff > p > span > strong {
	color: rgb(52,160,125)
}

footer > ul.footer > li > h5 {
	color: rgb(52,160,125);
}

section.options > div.wrap > div.img > figcaption > p strong{
	color: rgb(52,160,125);
}

section.options > div.wrap > div.opt-select > p.pricing {
	color: rgb(52,160,125);
}

section.options > div.wrap > div.opt-select > p.pricing > input#Payment[type=text] {
	color: rgb(52,160,125);
}

section.options > div.wrap > div.opt-select > h2.bottom {
	color: rgb(52,160,125);
}

.row > label span {
	color: rgb(52,160,125);
}

section.details > div.wrap > p strong {
	color: rgb(52,160,125);
}

section.details > div.wrap > .button {
	background:rgb(52,160,125);
	background: url(../images/button.png) rgb(52,160,125) no-repeat;
	background-size: auto 100%;
}

.hero > ul > li > div.slider > div.wrap a.button {
	background:rgb(52,160,125);
}

.short-term-rentals ul li:before {
	color: rgb(52,160,125)
}

.drawer-nav h2 {
	background: rgb(52,160,125);
}