.jumbotron {
    background-color: #ffffff;	
	background-image: url('pinnacle-19-hero-bg.jpg') !important;
	background-position: top center;
	background-repeat: no-repeat;	
	color: #333;
}

a.home-banner:hover  {
	text-decoration: none;
}

.jumbotron  {
	position: relative;
	padding-right: 0 !important;
}

.jumbotron  p.label-new {
	width: 104px;
	position: absolute;
	top: 0;
	left: 15px;
	padding: .5em 1em .4em 1em;
	font-weight: 600;
	font-style: italic;
	border-radius: 0;
	z-index: 20;
	border-left: none; 
}

.jumbotron  p.label-new::after {
    content: ''; 
    position: absolute;
    left: 104px;
    bottom: 0;
    border: 60px solid transparent;
    border-left: 20px solid #ff2700;
    border-top: 20px solid #ff2700;
}

.jumbotron h1 {
	font-size: 260%;
	padding: 0;	
}

.jumbotron p {
	font-size: 170%;
}

.jumbotron p.btn {
	font-size: 120%;
}

.jumbotron .hero-box {
	width: 100%;
	
}

.thumb-features img {
	width: 100%;
	border: 1px solid #ccc;
}

.thumb-two-features img.feature-one {
	width: 50%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.thumb-two-features img.feature-two {
	width: 50%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.home-bucket {
	border-top: 1px solid #eee;
	padding-top: 3em;
	padding-bottom: 2em;
}

.home-features  {
	padding-top: 1em;
	font-size: 100%;
}

.home-features p {
	font-weight: 600;
}

.title-family {
	margin: 30px 0 0 50px;
	padding-bottom: 65px;
	background: rgba(0,0,0,0.8);
	text-align: left;
	color: #f5efcf;
}
.title-family .btn {
	position: absolute;
	color: #ffffff;
	bottom: -30px;
    left: 108px;
}

.title-family h1 {
	margin: 20px 20px 10px 20px;
}

.title-family h3 {
	font-size: 150%;
	margin: 5px 20px;
}

/*.title-family::after {
	content: ''; 
    position: absolute;
    left: 104px;
    bottom: 0;
    border: 20px solid transparent;	
    border-right: 40px solid rgba(0,0,0,0.8); 
    border-bottom: 40px solid rgba(0,0,0,0.8);
}*/

@media (min-width: 768px) {

.jumbotron h1 {
	font-size: 200%;
	padding: 0;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);	
}

.jumbotron p {
	font-size: 130%;	
	text-shadow: 0 0 3px rgba(0,0,0,0.7);	
}

.jumbotron .hero-caption {
	padding: 0;
}

.home-bucket {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}

.jumbotron  p.label-new {
	width: 98px;
	position: absolute;
	top: 0;
	left: 0;
}
.jumbotron  p.label-new::after {
    position: absolute;
    left: 98px;
    bottom: 0;
}

}
@media (min-width: 992px) {
.jumbotron h1 {
	font-size: 230%;
	padding: 0;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);	
}

.jumbotron p {
	font-size: 180%;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);	
}

.jumbotron .hero-caption {
	padding: 1em;
}

.jumbotron  p.label-new {
	width: 98px;
	position: absolute;
	top: 0;
	left: 0;
}
.jumbotron  p.label-new::after {
    position: absolute;
    left: 98px;
    bottom: 0;
}

}
@media (min-width: 1200px) {
.jumbotron h1 {
	font-size: 260%;
	padding: 0;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);	
}

.jumbotron p {
	font-size: 170%;
	text-shadow: 0 0 3px rgba(0,0,0,0.7);	
}

.jumbotron .hero-caption {
	padding: 2em;
}

.jumbotron  p.label-new {
	width: 104px;
	position: absolute;
	top: 0;
	left: 15px;
}

.jumbotron  p.label-new::after {
    content: ''; 
    position: absolute;
    left: 104px;
    bottom: 0;
}
}
@media (min-width: 1600px) {
}
