.sub-banner .links {
	float: right;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}

.jumbotron {
	width: 100%;
	height: 300px;
	background: 
    linear-gradient(
      rgba(248, 248, 0, 0.65), 
      rgba(41, 74, 165, 0.65)
    ), url('../img/map01.jpg') center center;
	background-size: cover;
	opacity: 1;
	border-bottom: medium #666 solid;
}

.wrap-box {
    width: 400px;
    text-align: left;
	padding-top:102px;
}

.wrap-box img {
    float: left;
	vertical-align:bottom;
}
.detail {
	padding:0px 15px;
	font-weight:bold;
}

@media (max-width: 460px) {	
.wrap-box {
    width: 400px;
    text-align: left;
	padding-top:120px;
}
}