.red{color: red;}

.banner	{
background: #4B4848;
background-size: cover;
background-image: url("../img/1.jpg");
background-position: center 90%;
color:white;
/*position: relative;*/ 
border-radius: 0px !important;
padding-top: 50px;
padding-bottom: 50px;

}

.tb-10	{padding-top: 10px;padding-bottom: 10px;}
.nav 	{padding-top:8px;}
.vd img {text-align: left; }
.vd span{color:#79a169; padding-left: 5px; line-height: 17px; padding-top: 0px; }

.banner .c{	padding-left: 10px;
	padding-right: 10px;}
.banner h1 {
	font-size: 54px;
	font-weight: 100;
	padding-bottom: 8px;
}
.banner p { 
	font-size:22px;margin-bottom: 30px; 
}

.banner button 	{
-webkit-font-smoothing: antialiased;
display: inline-block;
vertical-align: middle;
zoom: 1;
padding: 13px 32px;
font-weight: 400;
font-size: 17px;
color: #fff !important;
text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
border: 0px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
background-color: #4589E3;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da4ff), color-stop(100%, #417bff));
background: -webkit-linear-gradient(#5da4ff, #417bff);
background: -moz-linear-gradient(#5da4ff, #417bff);
background: -o-linear-gradient(#5da4ff, #417bff);
background: linear-gradient(#5da4ff, #417bff);

}

.button-outline{
	webkit-font-smoothing: antialiased;
display: inline-block;
vertical-align: middle;
zoom: 1;
color: #fff;
padding: 12px 31px;
border: 2px solid #fff;
border-radius: 4px;
font-size: 16px;
font-weight: 400;
background: rgba(0, 0, 0, 0.15);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
margin-right: 20px;
}
.button-outline:hover{
	text-decoration: none; color:lightgreen;
}
.banner2 {
	padding-top:20px; padding-bottom:30px; margin-bottom: 20px; text-align: center; background-color: #f4f4f4;

}
.banner2 h2{}
.divider{
	margin-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
}

/* Common styles for all types */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}
/* Variations */
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
.bs-callout-warning {
background-color: #fefbed;
border-color: #f1e7bc;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #d0e3f0;
}
.gbg{background-color:#f5f5f5}
.gbg .breadcrumb{padding-top: 30px;}