/* CSS Document */

@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('fonts/sourcesanspro-italic-webfont.eot');
    src: url('fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {
	background: url('images/bg.png') repeat;
}
h1{
	margin-bottom: 20px;
}
.mainimagetext h1 {
	font-size: 38px;
}
@media (max-width: 991px) {
	.mainimagetext h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	
}
h2 {
	color: #C70C46;
}
.mainimagetext h3{
	color:#fff;
	font-size: 14px;
	line-height: 17px;
	/*text-shadow: 1px 1px 15px #000; */
	margin-bottom: 5px;
}
.mainimagetext p, .mainimagetext h1, .mainimagetext h3 {
	text-shadow: 2px 2px 2px rgba(250,250,250, 0.4);
	color: #C70C46;
}
@media (min-width: 769px) {
	.mainimagetext {
		width: 400px;
	}
	.mainimagetext h3 span {
		display: inline-block
	}
}
h4 {
	font-size: 26px;
	margin-top: 0;
	color: #C70C46;
}
h5 {
	font-size: 18px;
	margin-top: 0;
}
.container {
    background-color: #fff;
    padding: 0;
}
.row {
    margin-left: 15px;
    margin-right: 15px;
}
div[class*="col-"] .row {
	margin-left: -15px;
	margin-right: -15px;
}
.footer .row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
img {
	max-width: 100%;
	height: auto !important;
}
.notopmargin{
	margin-top: 0;
}
.boldface{
	font-family: 'source_sans_probold';
}
.space{
	margin-top: 15px;
}

.space2{
	margin-top: 40px;
}
.pink-check {
	margin-left: 30px;
}
.pink-check .icon-ok {
	color: #c70c46;
}
.pink-check .icon-ok, .pink-check h1, .pink-check h2, .pink-check h3, .pink-check h4, .pink-check h5, .pink-check h6 {
	margin-left: -30px;
}
ul{

}


/************************   HOME   **************************/

.mainimagecont{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mainimage-div{
	background:none;
	width:100%;
	padding: 0;
}
.mainimage-div img {
	width: 100%;
	height: auto;
}
.mainimagebg {
	position: relative;
	z-index: 100;
}
.mainimagebg img{
	min-height: 400px;
}
.mainimagetext {
	position: absolute;
	top: 10px;
	left: 15px;
}
.home h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #464646;
}
.home h2:after {
	background-color: #e5e5e5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -100%;
}
.home h3 {
	margin-top: 0;
}

.mainContent {
	padding-bottom: 45px;
}

.mainimagetext img{
	padding-top: 5px;
	padding-bottom: 15px;
}

.winterSpecial {
	background: rgba(255,255,255, .8);
	padding-top: 8px;
}
.winterSpecial h2{
	font-size: 35px;
	color: #004684;
	text-align: center;
}

.winterSpecial h2:after{
	display: none;
	content: "";
}

.winterSpecial h2 span{
	    font-size: 100px;
    color: #C70C46;
    line-height: 80px;
}

.winterSpecial h2 span .hype2{
	font-size: 30px; line-height: 30px; color: #004684;
}

.winterSpecial .specialInfo{
	background-color: #004684 !important;
	padding: 10px;
	color: #fff !important;
}

.winterSpecial .specialInfo p{
	font-size: 18px;
}

.winterSpecial .specialInfo p span.large{
	font-size: 24px;
}

.winterSpecial .specialInfo p.extraSmall{
	font-size: 9px;
}



/*remove this after winter slider*/
.mainimagetext p, .mainimagetext h1, .mainimagetext h3 {
    text-shadow: none!important;
    color: #fff;
}


.sliderText{

}

img.mainImage {
/* 	max-width:300px;  */
	margin: 0 auto;
}


/*SUMMER SLIDER*/
.summerHome h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #464646;
	
}
.summerHome h2:after {
	background-color: transparent;
    display: none;
    
}
.summerHome h3 {
	margin-top: 0;
}

.summerSlider{
	position: relative;
	z-index: 100;
	background: url(https://buckleyhc.com/wp-content/uploads/2019/04/buckley-heating-and-cooling-spring-2019.jpg);
    height: auto;
    background-size: cover;
    background-position: center;
}


.mainimage-divsummer{
	background:none;
	padding: 0;
}

.mainimagetextsummer {
	position: absolute;
	top: 30px;
	left: 40px;
}

.summerSpecial h2{
	font-size: 35px;
	color: #004684;
	text-align: center;
	min-width: 400px;
}

.summerSpecial h2:after{
	background-color: transparent;
    content: "";
    display: inline-block;
    height: 0px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -100%;
}

.summerSpecial h2 span{
	font-size: 100px;
   	color: #C70C46;
    	line-height: 80px;
	width: 100%;
}

.summerSpecial h2 div.hype{
	font-size: 30px;
	line-height: 30px; 
	color: #004684;
	width: 100%;
}

.summerSpecial .specialInfo {
	background-color: #004684 !important;
	padding: 10px;
	color: #fff !important;
	/*min-width: 700px;*/
}

.summerSpecial .specialInfo p{
	font-size: 18px;
	/*min-width: 700px;*/
}

.summerSpecial .specialInfo p span.large{
	font-size: 24px;
}

.summerSpecial specialInfo .p.extraSmall{
	font-size: 9px;
}

h2.large {
	background-color: rgba(0, 70, 132, 0.82)!important;
	color: #fff !important;
	font-size: 20px;
	/*min-width: 700px;*/
	text-align: center;
	padding: 5px;
	line-height:1.5;

}

p.extraSmallSummer {
	font-size: 11px;
	/*min-width: 700px;*/
	text-align: center;
	color: #004684!important;
}

/************************* Header ******************************/
.header .col-md-12 {
	position: relative;
	overflow: hidden;
}
.btn.btn-header {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0, .5);
	margin-bottom: 5px;
	padding: 8px 10px;
	font-family: 'source_sans_probold', helvetica bold, helvetica, sans-serif;
}
.logo {
	float: left;
	clear: left;
}
.companyphone {
	font: 20px 'source_sans_probold', Helvetica bold, helvetica, sans-serif;
	color: #004684;
}


/***************** Navigation *********************************/

  /*TOP LEVEL CLICKABLE STYLES*/
span.mobileCaret{display:none}
.trigger_button{cursor:pointer; height: 40px; padding: 6px;font-size: 14px;line-height: 34px;}

@media (max-width: 768px) {
  .caret{display:none;}
  .navbar-default .navbar-nav>li>a {width: 100%;}
  span.mobileCaret{
    color: #666;
    display: inline;
    width: 15%!important;
    z-index: 10000;
    text-align: center;}
  span.mobileCaret:hover{
    background-color: #ef4034;
    cursor:pointer;
    height: 40px;
    padding: 4.5px;
    font-size: 14px;
    line-height: 34px;}
}



@media (min-width: 768px) {
	/*.nav.navbar-nav {
		display: block;
	}*/
    .navbar-nav {
        float: none;
    }
    .dropdown:hover .dropdown-menu {
	    display: block;
	}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a{padding: 15px 40px;}
	}

@media (max-width: 783px) {
	/*.nav.navbar-nav {
		display: block;
	}*/
    .nav li {width: 100%;}
    .navbar-default .navbar-toggle {
    border-color: #ddd;
    width: 100%;
    margin: 0 auto;
    border: 0px;}
}

@media (min-width: 767px) and (max-width: 783px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

.navbar .nav > li > a {
	font: 15px 'source_sans_probold', helvetica bold, helvetica, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
  	float: none;
  /*	border-left: solid 1px rgba(0,0,0,.6);
	border-right: solid 1px rgba(255,255,255,.3); */
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	max-height: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.navbar .nav > li > a {
		padding-right: 15px;
		padding-left: 10px;
	}
}
/* Navbar Menu */
/*
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar .nav > li:first-child > a {
	border-left: 0;
}
.navbar .nav > li:last-child > a {
	border-right: 0;
}
/* Navbar Center Menu */
/*
.navbar .nav {
	display: table;
}	
.navbar .nav > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
	position: relative;
	float: none;
}
.nav {
	width: 100%;
}
.navbar .nav > li > a {
	font: 15px 'source_sans_probold', helvetica bold, helvetica, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
  	float: none;
  	border-left: solid 1px rgba(0,0,0,.6);
	border-right: solid 1px rgba(255,255,255,.3);
}
.dropdown-menu {
	padding: 0;
}
.dropdown-menu > li > a {
	font-size: 15px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-menu > li:first-child > a {
	border-top: 0;
}
.dropdown-menu > li:last-child > a {
	border-bottom: 0;
}
.centerMenu {
	float: left;
	position: relative;
}
.open > .centerMenu > .dropdown-menu {
	display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/******************************** FOOTER ***************************************/
.footer h3{
	margin-top: 0;
}
.footer .grayRow {
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer {
	line-height: 1.2em;
}
.footerContact{
	padding-left: 25px;
}
.footerContact p {
	padding-left: 20px;
	color: #004684;
}
i{
	padding-right: 16px;
}
.iconspace{
	padding-left: 12px;
}
.footerSocial {
	background-color: #004684;
	padding: 10px 0;
}
.footerSocial a {
	color: #fff;
}
.footerSocial a:hover {
	color: #C70C46;
}
.footerSocial .arrowLink {
	float: left;
	padding-top: 10px;
}

.cf a {
	color: #959595 ;
}
.container.copyright {
	background: transparent;
	color: #959595;
	padding-top: 7px;
}
.footer a.footer-link {
	color: #464646;
}
.footer a.footer-link:hover {
	color: #c70c46;
}
.privacy{
	color: white;
}

@media (min-width: 769px) {
	a.noFloatBtn {
		float: left;
		margin-bottom: 10px;
	}
}
	
/* Buttons */
.btn-default {
	border-color: #A10A38;
}
.btn-blue {
	background-color: #004684;
	border-color:  #004684;
}
.btn-blue:hover {
	background-color: #002D55;
	border-color: #002D55;
}
.btn-footer {
	white-space:normal;
	margin-bottom: 20px; 
	line-height: 1.2em; 
	display: block; 
	clear: both
}

/* Misc Styles */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.aligncenter {
	margin: 0 auto;
	display: block;
}
.clear {
	clear: both;
}
.arrowLink {
	overflow:hidden;
	display: block;
}
a.arrowLink:hover .arrow {
	background-position: 0 -13px;
}

/********************* PAGES  ******************************/


.schedule ul{
	list-style-type: none;
	padding-left: 0px;
}
.schedule p{
	margin: 0 0 0 0;
}
.schedule h5{
	margin-bottom: 15px;
}
.schedule h2{
	margin-bottom: 25px;
}
.history .well{
	margin-top: 20px;
	padding: 22px
}
.textlink{
	color: #C70C46;
}
.textlink:hover{
	color: #464646;
}
.well h2, .well h3 {
margin-top: 0;
}
.automation-img-title {
	background-color: #004684;
	min-height: 70px;
	padding: 10px;
	text-align: center;
}
img.automation-img {
	width: 100%;
	height: auto;
}
.automation-img-title p {
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}


/********* Pay Bill *************/
.pay-form label {
	margin-right: 20px;
	float: left;
	clear: left;
	width: 100px;
}
.pay-form input {
	float: left;
	clear: right;
	margin-bottom: 15px;
	width: 200px;
}
.pay-form .btn {
	clear: both;
	width: 80px;
}

/******** Estimator Form *********/
.calc label {
	width: 55%;
}
.calc .radio-btn {
	display: inline-block;
	vertical-align: top
}
.calc-details td {
	padding-right: 20px;
}

/******* Budget Plan Form *******/
.form-group h3 {
	margin-top: 5px;
}


/************ Weather Feed ***********/


.weatherFeed {
	width: auto;
	height: 35px;
	color: #004684;
}
.weatherTemp {
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.weatherDesc {
	text-align: center;
	float: left;
	width: auto;
}
.weatherCity {
	text-align: center;
	font-family: 'source_sans_probold';
	float: left;
	width: auto;
}

.weatherItem{
	margin-right: auto;
	margin-left: auto;
}



/******************************** MEDIA QUERIES ***************************************/

@media (min-width: 1200px) {
	.history .well{
		min-height: 200px;
	}
	.home .well {
		min-height: 290px;
	}
	.extraspace{
		padding-bottom: 10px;
	}
	.mainimagetext{
		width: 1110px;
	}
}

@media (max-width: 991px) {
	.home .well {
		min-height: 0;
	}
	.btn-footer {
	max-width: 200px;

}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.history .well{
		min-height: 260px;
	}
	.home .well {
		min-height: 311px;
	}
	.extraspace{
		padding-bottom: 30px;
	}
	.mainimagetext{
		width: 910px;
	}
}
@media (min-width: 991px) {
	.schedule:nth-child(2) h5{
		margin-top: 64px;
	}
	.schedule .col-md-6{
		padding-left: 70px;
	}
}

@media (max-width:1005px) and (min-width: 768px) {
	.area, .map {
		float: left;
	}
	.area {
		width: 70%;
		margin-right: 5%;
	}
	.map {
		width: 25%;
	}
	.footerContact {
		clear: both;
	}
	
	.mainimagetext h1 {
	  font-size:16px;
	  margin:10px 0px;
	}



}

@media (max-width: 991px){
	.mainimagetext{
		width: 690px;
	}
	h2.large{
		font-size: 20px;
	}
	.summerSlider img{
	min-height: 0;
	height: auto;
}
.specialText {background-color: #eee; padding: 10px;}
	
}
@media (min-width: 767px){
	.headerbtn {
		float: right;
	}
	
}

@media (max-width: 767px) {
	.headerbtn {
		display: table;
		border-spacing: 4px 0;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.headerbtn > .btn.btn-default.btn-header {
		display: table-cell;
		float: none;
	}
	.btn {
		white-space: normal;
	}
	.map {
		display: none;
	}
	.mainContent {
		padding-bottom: 20px;
	}
	/* Center menu */
	.navbar-collapse .centerMenu {
		float: none;
		position: relative;
	}
	.navbar-collapse .nav {
		display: block;
	}
	.navbar-collapse .nav > li{ 
		display: block;
		padding-left: 30px;
		text-align: left;
	}
	.navbar .nav > li > a,
	.navbar .nav > li:first-child > a,
	.navbar .nav > li:last-child > a,
	.dropdown-menu > li:first-child > a,
	.dropdown-menu > li:last-child > a {
		border: 0;
		padding-left: 15px;
		text-align: left;
	}
	.navbar-toggle {
		float: none;
		margin-right: 0;
		margin-left: 30px;
		color: #fff;
		border: 0;
		font: 15px 'source_sans_probold',helvetica bold,helvetica,sans-serif;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
	}
	.navbar{
		min-height: 40px;
	}
	.mainimagetext{
		width: 100%;
		padding: 0px;
		left: 0;
	}
	.calc-details td {
	padding-right: 20px;
	padding: 5px 20px 5px 0;
	border-bottom: solid 1px #464646;
	}
	.mainimage-div img {
		height: 100%;
		width: auto;
	}
	.mainimagetext {
		top: 0;
		padding-top: 0;
	}
	.mainimagetext h1 {
		padding-bottom: 5px;
		font-size: 16px;
	}
	.mainimagetext h3 {
		font-size: 13px;
	}
}

@media (max-width: 767px) and (min-width: 480px){

}

@media (min-width: 700px){
	.weatherFeed {
		float: right;
		margin-top: -30px;
		padding-right: 260px;
	}
	.companyphone {
		position: absolute;
		right: 15px;
		bottom: 10px;
	}
	.btn.btn-header {
		font-size: 16px;
	}
}

@media (max-width: 700px) and (min-width: 480px){
	.btn.btn-header {
		font-size: 14px;
		line-height: 1.25;
	}
}

@media (max-width: 700px){
	#wthr {
		margin-left: auto;
		margin-right: auto;
		width: 150px;
		text-align: center;
		white-space:nowrap;
	}
	.weatherItem{
		white-space:nowrap;
		width: 180px;
	}
	.weatherDesc { 
		float: none;
	}
	.companyphone, .logo {
		text-align: center;
		float: none;
	}
	.companyphone {
		position: relative;
		clear: left;
		padding: 5px 0;
		margin-left: auto;
		margin-right: auto;
	}


	.mainimagetext h1{
		font-size: 19px;
		margin-bottom: 0;

	}

	/*.mainimagetext{
		padding-left: 10px;
		padding-top: 10px;
	}*/
	.homeBoxes .well{
		padding-bottom: 0;
	}
	.header{
		margin-left: 0;
		margin-right: 0;
	}
	.mainimagebg img {
		display: none;
	}
	.mainimage-div {
		background-color: #fff;
    	border: none;
    	border-radius: 0px;
    	padding-bottom: 20px;
	}
	.mainimagetext {
		position: relative;
	}
	.mainimagetext h1, .mainimagetext h2, .mainimagetext h3 {
		color: #C70C46;
		text-shadow: none; 
	}



	
}

@media (min-width: 480px) {
	.socialicons a {
		float: right;
		margin-left: 5px;
	}
	.cf {
		text-align: right;
	}
}

@media (max-width: 700px) { 

	 img.hiddenXS { 
		display: none; }  

}

@media (max-width:1007px){
	.summerSpecial {
		min-width: 100%;}
	h2.large {
		min-width: 100%;}
	p.extraSmallSummer {
		min-width: 100%;}
	.summerSpecial h2 {
		min-width: 100%;}
	.specialInfo p {
		min-width: 100%;}
	.specialInfo {
		min-width: 100%;}
}



@media (max-width:480px) {
	img.wp-post-image{
		display: none;
	}
	.hidden-480{
		display: none;
	}
	.footerContact{
		padding-top: 20px;
		padding-left: 10px;
	}
	.socialicons a {
		float: left;
	}
	.cf {
		text-align: left;
		float: left;
	}
	.btn.btn-header {
		font-size: 12.5px;
		line-height: 1.1;
	}
	.header .col-md-12{
		padding-left: 0;
		padding-right: 0;
	}
	.mainimagetext h1{
		font-size: 19px;
		margin-bottom: 0;

	}

	/*.mainimagetext{
		padding-left: 10px;
		padding-top: 10px;
	}*/
	.homeBoxes .well{
		padding-bottom: 0;
	}
	.header{
		margin-left: 0;
		margin-right: 0;
	}
	.mainimagebg img {
		display: none;
	}
	/*.mainimage-div {
		background-color: #F5F5F5;
    	border: 1px solid #E3E3E3;
    	border-radius: 4px;
    	padding-bottom: 20px;
	}*/
	.mainimagetext {
		position: relative;
	}
	.mainimagetext h1, .mainimagetext h2, .mainimagetext h3 {
		color: #C70C46;
		text-shadow: none; 
	}

}


/** FORMS **/

.nf-form-cont {
    background: #F5F5F5;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 0;
}
.label-above .nf-field-label {
    margin-bottom: 0 !important;
}
.nf-field-label{
    font-size: 15px;
}
.nf-field-container {
    margin-bottom: 10px !important;
}

.field-wrap input[type=button] {
    background: #074782;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
}
.field-wrap input[type=button]:hover{
	background: #00305b;
}