body {
	background:url(../pacific-city-oregon/rental-back.png) repeat ;
}

#shady-rapper {
    width: 95%;
    margin: 1.5em auto;
}
#coastal-rapper {
    width: 98%;
	margin: 1.5em auto;
}
#slim-bob {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 16px;
}

.tbot {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	   box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}

.tbot img {
	width: 100%; height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.tbot a{
	font-weight:700;
	color:#555;
	text-decoration:none;}
.tbot a:hover{
	color:#69C;}
.tbot p {
  font-size: 16px;
	color: #444;
  line-height: 1.5;
}

@media (min-width: 960px) {
	#slim-bob {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 1100px) {
	#slim-bob {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

#slim-bob:hover .tbot:not(:hover) {
	opacity: 0.4;
}