.h1, .h2, h1, h2 {
/*    text-align: center;*/
  color: #0f4060 !important;
  padding: 1em 0em .2em 0em !important;
  margin-bottom: .2em !important;
/*  background-image: url(../brand/bg/heading-line.gif);*/
/*  background-position: center bottom;*/
/*  background-repeat: no-repeat;*/
/*  text-transform: uppercase;*/
}
.content-body h1, .content-body h2
{
  padding-top: .25em !important;
  margin: 0px;
}
.heading-line {
  padding: 1em 0em .5em 0em !important;
  margin-bottom: .75em !important;
/*
  background-image: url(../brand/bg/heading-line.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-transform: uppercase;
*/
}
/*
.heading-line-left {
  background-image: url(../brand/bg/heading-line-small.gif);
  background-position: left bottom;
}
*/
.h1, h1 {
	font-size: 2em !important;
}
.h2, h2 {
	font-size: 1.6em !important;
}
.h3, h3 {
	font-size: 1.3em !important;
}
.h1-blog {
	font-size: 1.3em !important;
	background-image: none;
	text-transform: none;
}
.h4, h4 {
	font-size: 1.2em !important;
}
.h5, h5 {
	font-size: 1.10em !important;
}




.bs-bullet h1, .bs-bullet h2, .carousel-caption-text h1, .carousel-caption-text h2, .bs-bullet .h1, .bs-bullet .h2, .carousel-caption-text .h1, .carousel-caption-text .h2 {
  color: #fff !important;
  background: none;
  text-align: left;
/*  margin-bottom: 5px !important;*/
  padding: 0em !important;
  font-weight: 700 !important;
}
.carousel-caption-text h1, .carousel-caption-text h2, .carousel-caption-text .h1, .carousel-caption-text .h2 {
  text-align: right;
}
.carousel-caption .container {
    color: #000 !important;
    text-align: left;
}
.carousel-caption .container .h1, .carousel-caption .container .h2, .carousel-caption .container h1, .carousel-caption .container h2 {
  margin-bottom: .15em !important;
  padding-bottom: 0em !important;
}



@media (max-width: 767px) {

	.carousel-caption .container h1, .carousel-caption .container h2 {
        font-size: 1.2em !important;
    }
    
    .carousel-caption .container p {
      font-size: 1em !important;
		}
		.carousel-caption .container {
      padding-right: 5px;
    	padding-left: 5px;
		}

		.carousel-caption {
      bottom: 0px;
    	padding-top: 7px;
    	padding-bottom: 5px;
    	right: 3%;
    left: 3%;
		}
}