/**
HB Steele

Red: E31837
Blue: 0079C1
Med Blue: 46B5E0
Light Blue: b1d7e2
Light Gray: d4d4d4
Darker Light Gray: b3b3b3

**/

/********** GENERAL **********/

body{
	background: url(img/mainBG.jpg) repeat-x ;
	margin-top: 0;
	padding-top: 0;
}
h1{
	color: #E31837;
	font-weight: 700;
	font-size: 28px;
	text-shadow: 2px 2px 2px #fff;
	letter-spacing: .7px;
}
h2{
	color: #E31837;
	font-weight: 700;
	font-size: 22px;
}
h3{
	text-transform: uppercase;
	color: #E31837;
	font-size: 21px;
	font-weight: 700;
}
h4{
	color: #0079C1;
	padding-top: 10px;
}
h4.pellets {color:#178d3d;}
a {
	color: #E31837;
}
a:hover, a:focus {
	text-decoration: none;
	color: #0079C1;
}
strong.faqs {font-size:16px;}

.alignright{
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.alignleft{
	float:left;
	margin-right: 10px;
}

.alignleft-icon{
	float:left;
	margin-right: 20px;
	margin-top: 20px;
}

img {
	max-width: 100%;
}

.space{
	height: 20px;
}
.space2{
	height: 40px;
}
.pad1{padding-top:10px; padding-bottom:10px;}
.pad10{padding:10px;}
.img-responsive{width:100%;display:block;}
.container{
	margin-top: 0;
	padding-top: 10px;
}
.container.shadow {
	background: transparent url(img/shadow-left.png) left top no-repeat;
	padding: 0;
    width: 1146px;
}
.container.main-content {
	background: #fff;
	padding-bottom: 20px;
}
.shadow-right {
	width: 100%;
	min-height: 545px;
	background: transparent url(img/shadow-right.png) right top no-repeat;
}

/********** Buttons **********/
.homeBtn{
	background-color: #E31837;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 8px;
	font-weight: 600;
	text-align: center;
}
.homeBtn:hover{
	background-color: #0079C1;
	color: #fff;
}

.pelletBtn{
	background-color: #178d3d;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 8px;
	font-weight: 600;
	text-align: center;
}
.pelletBtn:hover{
	background-color: #8bc63b;
	color: #fff;
}

button.soldout {
	font-weight: 700;
    padding: 5px;
	color: #E41936;
}


.headerBtn{
	padding: 10px 20px;
	background-color: #E31837;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 6px;
	box-shadow: 2px 2px 5px #888888;
}
.headerBtn:hover{
	background-color: #0079C1;
	color: #fff;
	font-weight: 600;
}


.btnYellow{
	padding: 10px 20px;
	background-color: #ffde16;
	color: #0079C1;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 6px;
	box-shadow: 2px 2px 5px #888888;
}
.btnYellow:hover{
	background-color: #0079C1;
	color: #fff;
	font-weight: 600;
}
.btnBlue{
	padding: 10px 20px;
	background-color: #0079C1;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 6px;
	box-shadow: 2px 2px 5px #888888;
}
.btnBlue:hover{
	background-color: #ffde16;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
 .btnYellow, .headerBtn {padding:8px;}
 .navbar-header, .navbar-brand{ padding-top:25px;
}
	}


/********** HEADER **********/

#blueBackground {
	background-color: #0079c1;
}
h4.jobListing {
	color: #fff;
	margin-top: 0px;
	font-weight: 700;
}

h4.jobListing a {
	color: #fff;
}

.noMargin {
	padding-top: 0px;
}
.headwrapper{
	background-color: #fff;
	min-height: 130px;
}
.phone{
	font-weight: 800;
	color: #0079C1;
	font-size: 24px;
	padding-top: 15px;
	margin-bottom: 15px;

}
.caret{margin-left: 0px;}

@media (max-width: 992px){
	.phone{
	font-size: 20px;
	}
	.caret{display:none;}
	
}

.phoneXS{
	font-weight: 800;
	color: #E31837;
	font-size: 18px;
	text-align: center;
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}
.headright{
	text-align: right;
	
}

/********** NAV **********/
.navwrapper{
	background-color: #0079C1;
	border-top: 4px solid #E31837;
}
.nav > li > a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	padding-top: 20px;
    padding-bottom: 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background: transparent;
	color: #000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: transparent;
	border-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #46B5E0;
}
.navbar-toggle {
	padding: 15px 14px;
	background: url(img/navBG.jpg) repeat-x ;
	border: none;
	color: #fff;
}
.navbar-toggle:hover {
	background: url(img/navBG.jpg) repeat-x ;
	border: none;
	color: #000;
}
.navbar-collapse{
	max-height: 1000px;
	padding-left: 0;
	padding-right: 0;
}

.navbar-toggle li{
	background: #000;
	color: #fff;
}




/****/
.navbar-nav {
	display: table;
	margin: 0;
	padding: 0;
}	
.navbar-nav {
	width: 100%;
}
.navbar-nav > li > a {
  float: none;
  width: auto;
}
.dropdown-menu {
	position: absolute;
	display: none;
	min-width: 160px;
	padding: 1px 0 0 0;
	margin: 0;
	float: none;
	list-style: none;
	background-color: #0079C1;
	border: 0;
	border-radius: 0;
	text-align: left;
}
.dropdown-menu > li > a{
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 8px 20px;
}
.dropdown-menu > li > a:hover{
	background-color: #46B5E0;
	color: #fff;
}
.open > .centerMenu > .dropdown-menu {
  display: block;
}

.nav {
	background: url(img/navBG.jpg) repeat-x ;
	height: 50px;
}


.navbar-brand{
	float: none;
}
/****/

/********** FRONT PAGE **********/
.mainimage{
	background: url(https://hbsteeleoil.com/wp-content/themes/hbsteele/img/) no-repeat center;
	min-height: 300px;
	background-size: cover;
	-webkit-background-size: cover;
	/* IE8*/
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ballon.jpg', sizingMethod='scale');
}
.tagline{
	width: 40%;
	margin-left: 24px;
}
@media (max-width: 1200px){
	.mainarea1{
	margin-top: 10px;
}
}
.homeTile:hover{background-color:#fafafa;}
.homeTile h1{margin:2px 0 10px 0;}
.serviceArea {background-color:#fafafa;padding:10px 10px 20px 20px; margin-top:10px;}
.serviceArea img {padding-top:20px;padding-right:20px;}
.service-area{margin-left:90px;}
.serviceArea a{
	color: #0079C1;
}
.affiliates img {padding:10px;}

.home-prices{
	background-color:#fafafa;
	padding: 5px 20px 30px 20px; 
	/*margin-top:30px;*/
	margin-right: 20px;
	/*height: 325px;*/

}

.home-prices h2{
	color: #0079C1;
	font-weight: 700;
	font-style: italic;
}

.home-prices .pull-right{
    font-size: 22px;
    font-weight: 700;
    padding-bottom:;
}

.home-prices .center{
	margin-top: 35px;
	}

.home-prices hr{
	margin: 5px;
}

.price{
	font-size: 20px;
	font-weight: 700;
	display: inline;
	
}

.panel-body{
	padding: 5px 0px;
}
/*.blurb{
	padding: 0 20px;
}*/

@media (max-width: 1200px){
	
.home-prices h2{
	font-size: 18px;
}
}

@media (max-width: 992px){
	
.home-prices h2{
	font-size: 25px;
}
}

@media (max-width: 768px){
	.blurb{
	padding: 0 10px;
}

}

/*Carousel Styles*/
/*.banner {height: 390px; font-size: 16px; background-position: center top; background-size: cover; position: relative;max-width:100%;margin:0 auto;}*/
.banner p {line-height:1.4;}
.slider{width:100% !important;}
/*.banner h2, .banner h1 {font-size: 25px; color: #f36f21; position: relative; margin:0;}*/
.banner h2 span, .banner h1 span {clear: both; color: #f36f21; display: block;}
.banner h2 .smaller, .banner h1 .smaller  {font-size: 25px;}
.heading {text-align:center; margin:10px 10px 10px 50%;padding:10px;background: rgba(254, 251, 249, .8);}
.heading > h2{color:#f36f21;}
.vertAlign {position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: block;}
.vertAlign > div {display: table; width: 100%; height: 100%;}
.vertAlign > div > div {display: table-cell; width: 100%;vertical-align: middle;}
.carousel-indicators {
  bottom: 0px !important;
}
@media (max-width: 767px) {
/*.banner {height:300px;}*/
.heading>h2{font-size:14px;}
.heading>p{font-size:14px;line-height:1.1;}
.heading{margin:0 auto;}
.carousel-indicators {display:none;}

}





/*Zip Finder*/

h2.zip-header{padding:15px 10px; background-color:#e31837;color:#fff;font-size:32px;font-weight:400;margin-top:10px;}
p.find {font-size:18px;padding-top:5px;font-weight:700;}
.finder-box{padding:5px 15px;}

.zipBtn {display:block;margin:0 auto; width:35%;}
#id_zip_code {border: 1px solid #e31837; max-width:80%; margin:0 auto; border-radius:0px; margin-top:10px;}

ul.reasons li{font-weight:700;font-size:18px;}

.modal-footer{padding:10px;background-color:#b3b3b3; border-radius:0 0 5px 5px;}
.modal-footer a{color:#fff; cursor:pointer;}


/********** PAGEs **********/
/*.feature {
	padding-left: 18px;
	padding-right: 18px;
}*/
.feature img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

#myCarousel{
	width: 100%;
	
}

.wellheader {margin-top:10px;}
.wellheader h4 {padding-top:0px;}

.sidebar h4 {
    margin-bottom: 0;
    line-height: 1.4;
}
/********** FOOTER **********/
.footer-bg {
	background-color: #0079C1;
	color: #fff;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer a {
	color: #fff;	
}
.footer a:hover {
	color: #000;	
}
.footRight {
	text-align: right;
}
.socialmedia img {
	padding-right: 12px;
}
.socialmedia img:hover {
	opacity: .75;
}




/*SERVICE AREA*/

#yes{
	display: none;
	color: #166687;
	font-size: 12px;
	margin-top: -10px;
	}

#no{
	display: none;
	color: #166687;
	font-size: 12px;
	margin-top: -10px;
	}	

.coverageArea{
	border: 1px solid #cccccc;
	padding: 10px 18px 0px 18px;
	margin-top: 40px;
	}





/********** MEDIA Qs **********/
@media (min-width: 768px){
	.navbar-nav > li{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		position: relative;
		float: none;
		margin-bottom: 0;
	}
	.centerMenu {
		float: left;
		position: relative;
	}
	.post{
		min-height: 650px;
	}

	.headright{

	margin-top: 20px;
	padding-top: 20px;}
}

@media (max-width: 767px){
	/*Add to collapsing menu:*/
	.nav-collapse .centerMenu {
		float: none;
		position: relative;
		}
	.nav-collapse .nav {
		display: block;
	}
	.nav-collapse .nav > li{ 
		display: block;
		text-align: left;
		}

	/**/
	.post{
		min-height: 200px;
	}

	.main-content{
	background: url(img/smBG.jpg) repeat-x ;
	padding-top: 20px;
	}

	.feature img{
		margin-bottom: 2px;
	}


}

@media (min-width: 991px){
	.navbar-brand img{
		height: 150px;
	}
}
@media (max-width: 1200px){
	.container.shadow {
		width: 986px;
	}
	/*.headright{
		position: absolute;
		right: 10px;
		margin-right: 20px;
	}*/
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 991px){
	.container.shadow {
		width: 766px;
	}
	.navbar-brand img{
		height: 120px;
	}
	.navbar-nav > li > a {
		line-height: 1.2;
	}
	.nav > li > a {
		padding: 20px 5px;
	}
	/*.headright{
		position: absolute;
		top: 35px;
		right: 10px;
		margin-right: 20px;
	}*/
	.footRight{
		text-align: left;
		margin-top: 30px;
	}

	.navbar-brand {
		padding-top: 0;
	}
	.navbar-brand img {
		padding-bottom: 5px;
	}
		.nav-collapse .nav > li a{ 
		background: #428bca;
		}
}
@media (max-width: 767px) {
	.headright {
		display: none;
	}
	/*.headright {
	   position: absolute;
	    top: 0;
	    width: 100%;
	    display: table;
	    text-align: center;
	}*/
	.headerBtn {
		display: table-cell;
		margin: 10px;
	}
	.btnYellow{display: table-cell;
		margin: 0;}
	.fbhome{display: table-cell;
		margin: 0;}
		.container {
			padding-left: 0;
			padding-right: 0;
		}
	.container.shadow {
		background: none;
		padding: 0;
	    width: auto;
	}
	.shadow-right {
		width: auto;
		min-height: 0;
		background: none;
	}
	.navbar-brand {
		clear: both;
		 text-align: center;
 		margin: auto;
 		padding-bottom: 10px;
	}
	.navbar .centerMenu {
		float: none;
		position: relative;
		}
	.navbar .nav {
		display: block;
	}
	.navbar .nav > li{ 
		display: block;
		text-align: left;
	}
	.nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dropdown-menu > li > a {
		padding-left: 10px;
	}
	.collapse.in {
		clear: both;
	}
	.navbar-toggle {
		background-color: transparent;
		color: #fff;
		font-size: 18px;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 20px 0 5px 0;
		width: 100%;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.phoneXS{
		margin-top: 0px;
		margin-right: 18px;
		float: left;
	}
	.menu-item {
		background: #0079C1;
		color: #fff;
	}
	.menu-item a:hover{
		background: #0079C1;
		color: #fff;
	}
		.navbar{
		margin-bottom: 0;
	}
	.affiliates-container{
		display: none;
	}
	.navbar-toggle{
		clear: both;
		text-align: center;
		width: 100%;
	}
	
	.navbar-brand{
		height: 90px;
		margin-bottom: 10px;
		text-align: center;
		clear: both;
	}
	.navbar-header{
		text-align: center;
		clear: both;

	}
	.footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	.footer {
		padding-top: 20px;
	}
}
@media (max-width: 500px){
	
	.tagline{
		width: 55%;
		margin-left: 12px;
	}
	.mainimage{
		min-height: 220px;
	}
}

@media (max-width: 400px){
	.navbar-brand img {
		width: 75%;
		height: auto;
		text-align: center;
	}
}
@media (max-width: 401px){
	/*.navbar-header{
		padding-top: 60px;
	}*/
}

@media (max-width: 1200px){
	.mainwrapper{
		margin: 0 20px;
	}

}



.center{
	clear: both;
	text-align: center;
}

.right{
	float: right;
	text-align: right;
}

.clear{
	float: none;
	clear: both;
}

@media (max-width: 768px){
	.row{
		margin-right: 10px;
		margin-left: 10px;
	}
	.photo .feature img{
		margin-bottom: 15px;
	}

}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.nav > li > a {padding:20px 7px 10px 7px};