/*
 Theme Name:   HVAC Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  HVAC Lite Child Theme
 Author:       Namaste Studio
 Author URI:   http://example.com
 Template:     hvaclite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@font-face {
    font-family: 'GTWalsheimBold';
    src: url('fonts/GTWalsheimBold.woff2') format('woff2'),
        url('fonts/GTWalsheimBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GTWalsheimRegular';
    src: url('fonts/GTWalsheimRegular.woff2') format('woff2'),
        url('fonts/GTWalsheimRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
embed, iframe, object, img {
	border: none;
}
* {
	box-sizing: border-box;
	margin: 0;
}
body {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	color:#575757;
}
ul, ol {
	margin: 0 0 20px 20px;
	padding: 0;
}
ul li {
	list-style: disc;
}
.alignleft, .alignright, .aligncenter, .alignnone {
	margin-bottom: 10px;
}
.container{padding: 0 5px;}

header .navbar-default {
	background:none;
}
.logo-menu .menu-top-wrapper {
	background: #fff;
	position: relative;
}
.logo-menu .menu-top-wrapper:after{
	position:absolute; content:""; right:0; top:0;
	width:60%; height:50px;
	-webkit-box-shadow:0px 0px 16px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 0px 16px 0px rgba(0,0,0,0.25);
	box-shadow:0px 0px 16px 0px rgba(0,0,0,0.25);
    z-index: -1;
}
.logo-menu .top-sec {
    max-width: 100%;
    float: right;
    width: 100%;
    position: relative;
}
.logo-menu .top-sec:before{
    position: absolute;
    content: "";
    left:-20px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(images/sprites.png);
    background-position: -297px -10px;
	display:none;
}
.menu-top-wrapper .social-icon {
	float: left;
	width: auto;
	margin: 0 0 0 40px;
}
.menu-top-wrapper .social-icon a {
	float: left;
	background: none;
	width: auto;
	height: auto;
	margin: 10px 4px;
}
.menu-top-wrapper .social-icon a:before {
	content: "";
	background: url(images/sprites.png) no-repeat left top;
	width: 30px;
	height: 30px;
	float: left;
}
.menu-top-wrapper .social-icon a.social_gbl {
	margin: 10px 15px 10px 0;    float: right;
}
.menu-top-wrapper .social-icon a.social_gbl:before {
    width: 160px;
    height: 29px;
    background-position: -124px -9px;
}
.menu-top-wrapper .social-icon a.social_facebook:before {
	background-position:-9px -9px;
}
.menu-top-wrapper .social-icon a.social_twitter:before {
	background-position:-44px -9px;
}
.menu-top-wrapper .social-icon a.social_gplus:before {
	background-position:-81px -9px;
}
.menu-top-wrapper .top_location {
	float: left;
	width: auto;
	padding: 17px 15px;
	border-right: 1px solid #d6daec;
}
.menu-top-wrapper .top_location h5 {
	font-family: 'GTWalsheimBold';
	font-size: 15px;
	font-weight: normal;
	color: #bbbbbb;
	line-height: normal;
	margin: 0;
}
.menu-top-wrapper .menu-fixed-top {
	float: right;
}
.menu-top-wrapper .menu-fixed-top ul li a {
	font-family: 'GTWalsheimRegular';
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
	padding: 5px 10px;
}
.menu-top-wrapper .menu-fixed-top #menu-top-menu > li > a {
	padding: 14px 12px;
	line-height: normal;
	position:relative;
}
.menu-top-wrapper .menu-fixed-top #menu-top-menu > li > a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 15px;
    top: 18px;
    right: 0;
}
.menu-top-wrapper .menu-fixed-top ul.sub-menu li a {
	color: #000;
}
.menu-top-wrapper .menu-fixed-top ul.sub-menu li a:hover {
	color: #fff;
}
.menu-top-wrapper .menu-fixed-top #menu-top-menu > li > a:hover, .menu-top-wrapper .menu-fixed-top #menu-top-menu> li.current-menu-item > a, .menu-top-wrapper .menu-fixed-top #menu-top > li.current-menu-ancestor > a {
	color:#ed1c24;
	background: transparent;
}
.menu-top-wrapper .menu-fixed-top ul>li ul {
	top: 100%;
	width: 170px;
	background:#eaeaea;
	border-top: 0;
}
.menu-top-wrapper .menu-fixed-top li.mega-menu ul.sub-menu {
    width: 750px;    right: 0;  left: auto;
}
.menu-top-wrapper .menu-fixed-top li.mega-menu ul.sub-menu li {
    width: 25%;
}
header {
	float:left;
	width:100%;
	background:#0e50a6;
}
header .header-wrapper {
	background: transparent;
	padding:10px 0;
}
.logo-tag.pull-left {
    margin: 0;
}
header .header-wrapper .logo-tag img {
	height: auto;
}
.header-right {
	float: right;
	margin: 14px 0 0 0;
	max-width:580px;
	width: 100%;
}
.header-right .header-section-1 {
	float: left;
	max-width:310px;
	width: 100%;
	padding:0px 0 0 65px;
	position:relative;
	margin:18px 0 0 0;
}
.header-right .header-section-1:before{
	position:absolute;
	content:"";
	width:60px;
	height:60px;
	left:0;
	top:13px;
	background: url(images/sprites.png) no-repeat left top;
	background-position:-8px -48px;
}
.header-right .header-section-1 h6{
	color:#fff;
	font-size:18px;
	line-height:36px;
	font-family: 'GTWalsheimRegular';
	margin:0;
}
.header-right .header-section-1 h6 a{ 
	font-size:34px;
	font-family: 'GTWalsheimBold';
	color:#fff;
	display:inline-block;
}	
.header-right .header-section-2 {
	float: right;
	max-width:220px;
	padding: 0;
	width:100%;
	margin: 0;
}
.header-right .header-section-2 a {
	float: left;
	font-family: 'GTWalsheimBold';
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	background: #ed1c24;
	border: none;
	padding:14px 22px;
	max-width:220px; width:100%;
	border-radius: 30px; border:1px solid #ed1c24;
}
.header-right .header-section-2 a:hover {
	background: #fff;
	color:#ed1c24;
}
.header-right .header-section-2 a.orng_btn {
	background: #f8ba16; 
	border:1px solid #f8ba16;
	margin: 10px 0 0 0;
}
.header-right .header-section-2 a.orng_btn:hover {
	color:#f8ba16;
	background: #fff;
}
.top-banner { border-top: 2px solid #fff; float:left; width:100%;}
header .menu-wrapper {background:#ed1c24;}
.menu-wrapper .navbar-nav > li {margin: 0;}
.menu-wrapper .caret {display: none;}
.navbar-default .menu-wrapper .navbar-nav li {
	margin: 0;
	position: relative;
	list-style: none;
}
.navbar-default .menu-wrapper .navbar-nav li a {
	font-family: 'GTWalsheimBold';
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: normal;
	white-space: normal;
	padding:10px 10px;
	color: #fff;
	position: relative;
}
.navbar-default .menu-wrapper .navbar-nav > li > a:before, .navbar-default .menu-wrapper .navbar-nav > li:last-child:after {
	background:#f8a4a7;
	position: absolute;
	content: "";
	width: 2px;
	height: 26px;
	left: 0;
	top:12px;
	bottom: 0;
	margin: 0 auto;
}
.navbar-default .menu-wrapper .navbar-nav > li:last-child:after {
	left: 100%;
}
.navbar-default .menu-wrapper .navbar-nav > li > a {
	font-size: 17px;
	padding: 14px 30px;
	text-transform: uppercase;
	text-shadow:none;
}
.navbar-default .menu-wrapper .navbar-nav li a:hover {
	color: #f8ba16;
}
.navbar-default .menu-wrapper .navbar-nav > li > a .caret {
	display: none;
}
.navbar-default .menu-wrapper .navbar-nav li a:hover {
}
.navbar-default .menu-wrapper li > .dropdown-menu {
	display: none !important;
}
.navbar-default .menu-wrapper li > .dropdown-menu li a:hover {
	background: #fff;
}
.menu-wrapper li:hover > .dropdown-menu {
	display: block !important;
}
.menu-wrapper .navbar-nav .dropdown-menu {
	right: auto;
	left: 0;
	box-shadow: none;
	top: 100%;
	background:#f8ba16;
	width: 250px;
	padding:0px 0;
}
header .dropdown-menu > li > a:hover {
	background: none;
}
.menu-wrapper li > .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	border: none;
	border-radius: 0;
	padding: 0;
}
.menu-wrapper li > .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
	left: auto;
	right: 100%;
}
.menu-wrapper li>.dropdown-menu li li .dropdown-menu {
	right: auto;
	left: 100%;
}
.navbar-default .menu-wrapper .navbar-nav > .active > a, .navbar-default .menu-wrapper .navbar-nav > .current-menu-ancestor > a, .navbar-default .menu-wrapper .navbar-nav > li > a:hover {
	text-decoration: none;
}
.navbar-default .menu-wrapper .navbar-nav .active a {
	background: none;
}
.navbar-default .menu-wrapper .navbar-nav > li .dropdown-menu > .active > a {
	color: #03788d;
}
.fixed-menu {
	top:-250px;
}
.fixed-menu.fix-top {
	background:#0e50a6;
}
header .fix-top .header-wrapper {
	padding:5px 0;
}
header .fix-top .header-wrapper .logo-tag img {
	height:80px;
}
.fix-top .header-right {
	margin:0;
}
.fix-top .header-right .header-section-1 {
	margin:9px 0 0 0;
}
.fix-top .header-right .header-section-1 h6 {
	font-size:14px;
	line-height:30px;
}
.fix-top .header-right .header-section-1 h6 a {
	font-size:26px;
}
.fix-top .header-right .header-section-1:before {
	top:4px;
}
.fix-top .header-right .header-section-2 a {
	padding:10px 22px;
	font-size:14px;
}
.fix-top .header-right .header-section-2 a.orng_btn {
	margin:5px 0 0 0;
}
.carousel .carousel-caption {
	left:0; right:0; margin:0 auto;
	top:18%;
	bottom: auto;
	text-shadow: none;
	padding: 0;
}
.carousel .carousel-caption h2 {
	font-family: 'GTWalsheimBold';
	font-size: 72px;
	font-weight: normal;
	color: #fff;
	line-height:60px;
	text-transform: uppercase;
	margin: 0px 0 10px 0;
}
.carousel .carousel-caption h3 {
	font-family: 'GTWalsheimBold';
	font-size: 60px;
	font-weight: normal;
	color: #fff;
	line-height:78px;
	text-transform: uppercase;
	margin: 0px;  position:relative;
}
.carousel .carousel-caption h5 {
	font-family: 'GTWalsheimRegular';
	font-size: 46px;
	font-weight: normal;
	color: #ffde00;
	text-transform: capitalize;
	line-height:50px;
	margin: 0px 0 15px 0;
}
.carousel .carousel-caption h4 {
	font-family: 'GTWalsheimRegular';
	font-size: 30px;
	font-weight: normal;
	color: #ffde00;
	text-transform: capitalize;
	line-height:40px;
	margin: 0px 0 5px 0;
}
.carousel #home-slider-1 .carousel-caption {
    max-width: 100%;
}
.carousel #home-slider-1 .carousel-caption h3:after, .carousel #home-slider-1 .carousel-caption h3:before{
	position:absolute;
	content:"";
	right:30px; top:35px;
	width:110px; height:10px;
    background: url(images/sprites.png) no-repeat left top;
    background-position:-204px -50px;
}
.carousel #home-slider-1 .carousel-caption h3:before{left:25px; right:auto;background-position: -88px -50px;}
.carousel .carousel-caption .slide_btn {
	font-family: 'GTWalsheimBold';
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	min-width: 300px;
	padding: 12px 30px;
	background: #fd6b0d;
	border-radius: 0px;
	margin: 50px 0 0 0;
}
.carousel .carousel-caption .slide_btn:hover {
	background: #fff;
	color: #fd6b0d;
}
.top-banner .carousel-indicators {
	display: none;
}
.top-banner .carousel-control {
	background: none;
	border: 2px solid #fff;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	width: 50px;
	height: 50px;
	top: 47%;
	text-align: center;
	padding: 0;
	opacity: 1;
	display: none;
}
.top-banner .carousel-control .glyphicon {
	margin: 0;
	float: none;
	display: inline-block;
	right: auto;
	top: auto;
	position: relative;
	padding-top: 16px;
	color: #fff;
	text-shadow: none;
	font-size: 13px;
}
.top-banner .carousel-control.left {left: 20px;}
.top-banner .carousel-control.right {right: 20px;}

.services-sec {
	float:left;
	width:100%;
    text-align: center;
    padding:60px 0;
	background:url(images/service-bg.jpg) repeat;
}
.services-sec h2, .gallery-sec h4{
	font-size:48px;
	line-height:60px;
	color:#000000;
	margin:0 0 40px 0;
	font-family: 'GTWalsheimBold';
	text-transform:uppercase;
}
.services-sec .col-sm-3 {
    max-width: 350px;
    height: 460px;
    width: 32%;
    padding: 0 ;
    margin: 0 5px;
	background: #000;
	position:relative;
}
.services-sec  .col-sm-4 {
    width: 38%;
    max-width: 430px;
    padding: 0;
    margin: 0 4px;
    border: 1px solid #000;
    height: 461px !important;
}
.services-sec h4{
    font-family: 'GTWalsheimBold';
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    background: #ed1c24;
    padding: 27px 0px;
    margin: 0;
}
.services-sec .col-sm-3 p{
	font-family: 'GTWalsheimRegular';
	font-size:22px;
	line-height:32px;
	color:#fff;
	margin-bottom:10px;
}
.services-sec .col-sm-3.fin	{
	background:url(images/finance-ng.jpg) no-repeat center  bottom;background-size: cover;
}
.services-sec .col-sm-3.maint{
	background:url(images/maint-bg.jpg) no-repeat center  bottom;background-size: cover;
}
.services-sec .col-sm-3.fin p{ padding:135px 30px 0;}
.services-sec .col-sm-3.maint p{padding: 130px 0 0 0;}
.services-sec .col-sm-3.maint p span{ font-size:28px; line-height:normal; text-transform:uppercase;}
.services-sec .col-sm-3 a.readmore {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin:0 auto;
	max-width:255px;
	background:#f8ba16;
	color:#fff; text-transform:uppercase;
	display:inline-block;
    font-family: 'GTWalsheimBold';
	font-size:17px; border-radius:30px;
	padding:13px 10px;
}
.services-sec .col-sm-3 a.readmore:hover{background:#ed1c24;}

.about.spacer{ padding: 100px 20px 60px 20px;text-align: center; float:left; width:100%; min-height:570px;
    background: url(images/about-middle.jpg) no-repeat center 20px;}
.about.spacer h3{
	font-size:38px; line-height: normal;
	text-transform:uppercase;
	text-align:center;
    margin: 0 0 20px;
	font-family: 'GTWalsheimBold';
    color:#ed1c24;}
.about.spacer .col-sm-3 {
    padding:80px 0;
}
.about.spacer p{
	color:#000;
	font-family: 'GTWalsheimRegular';
	line-height:30px;
	text-align:center;
	font-size:16px;}
	
.about.spacer a{
	font-size:15px;
	color:#fff;
	font-family: 'GTWalsheimBold';
	border-radius:50px;
	padding:12px 20px;
	display:inline-block;
	background:#f8ba16;
	text-align:center;
	width:140px;    line-height: normal;
	text-transform: uppercase;
}
.about.spacer a:hover{background: #ed1c24;}
.about.spacer .col-sm-4.testi{float:right;}
.testimonials.spacer{
    background: none;
	padding: 15px 0 0;
}
.testimonial-info h4{
    color: #ed1c24;
    font-size: 18px;
    font-family: 'GTWalsheimBold';
    padding: 0px 0 50px;
    position: relative;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.testimonial-info h4:after{
	position:absolute;
	content:'';
    width: 175px;
    height: 34px;
    background: url(images/sprites.png) no-repeat left top;
    background-position: -22px -202px;
	left:0;
	right:0px;
	margin:0 auto;
	bottom:0px;
}
/*.testimonial-info { padding: 0 40px;}*/
.testimonial-info p {
    max-height: 155px;
    overflow: hidden;
}
.featured-sec{
	float:left;
	width:100%;
	padding:60px 0;
	background:url(images/fetured-bg.jpg) repeat;
}
.feature-manufature {
    background: transparent;
}
.featured-sec h3{
	font-size: 34px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-family: 'GTWalsheimBold';
    color: #fff;
}
.hvac-home-newsletter-form .gform_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1060px;
}
.hvac-home-newsletter-form .gform_wrapper .gform_body {
	clear: none;
}
.hvac-home-newsletter-form .gform_wrapper .gform_footer {
	text-align: right;
	clear: none;
	margin: 0;
	padding: 0;
}
.hvac-home-newsletter-form .gform_wrapper .gform_body ul li {
	float: left;
	width:100%;
	margin:0 0 15px 0;
	padding-right:0px !important;
	clear: none;
}
.hvac-home-newsletter-form .gform_wrapper .gform_body ul li .gfield_label {
	display: none;
}
.hvac-home-newsletter-form .gform_wrapper .gform_body ul li .ginput_container {
	margin: 0;
	position: relative;
}
.hvac-home-newsletter-form .gform_wrapper .gform_body ul li input[type="text"] {
	background: #fff;
	font-family: 'GTWalsheimRegular' !important;
	font-size: 18px !important;
	font-weight: normal;
	color: #000;
	line-height: normal;
	padding: 10px 10px 10px 30px !important;
	border: 0;
	width: 100%;
	outline: none;
	height:63px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -webkit-box-shadow:0px 0px 17px 5px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:0px 0px 17px 5px rgba(255, 255, 255, 0.3);
    box-shadow:0px 0px 17px 5px rgba(255, 255, 255, 0.3);
}
.hvac-home-newsletter-form .gform_wrapper .gform_footer .gform_button {
	 font-family: 'GTWalsheimBold';
	font-size: 23px;
	font-weight: normal;
	color: #fff;
	line-height:63px !important;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 18px;
	width: 100%;
	border: none;
	margin:10px 0 0 0;
	outline: none;
	height: 63px;
	background: #f8ba16;
	border: 0;
	max-width: 191px;
	border-radius:50px;
}
.home .gform_confirmation_message {
	text-align: center;
	color: #08ff06 !important;
}
.hvac-home-newsletter-form .gform_wrapper .gform_footer .gform_button:hover {
	color:#f8ba16;
	background: #fff;
}
.hvac-home-newsletter-form .gform_wrapper div.validation_error, .hvac-home-newsletter-form .gform_wrapper .validation_message {
	color: #fff;}
.gallery-sec{padding:60px 0; text-align:center; display:none; float:left; width:100%;}
.gallery-sec .col-sm-6{ padding:0;}
.gallery-sec .col-sm-6.rit img { margin: 7px 7px;}
.map-sec{
	float:left;
	width:100%;
	background:url(images/map.jpg) no-repeat center top;
	background-size:cover;
	padding:60px 0;
}
.map-sec .ser-content {
    float: left;
    max-width: 615px;
    width:100%;
    text-align: left;
    background:#fff;
    padding: 40px 30px;
}
.map-sec .ser-content h2{
	font-size: 38px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: 'GTWalsheimBold';
    color: #ed1c24;
}
.map-sec .ser-content ul{
	margin:0; padding:0; 
	column-count:3;
}
.map-sec .ser-content ul li{
	font-size:15px;
	line-height:27px;
	color:#000000;
	font-family: 'GTWalsheimRegular';
	padding:0 0 0 20px;
	position:relative;list-style: none;
}
.map-sec .ser-content ul li:before{
	position:absolute;
	content:"";
	width:8px; height:8px;
	left:0; top:10px;
    background: url(images/sprites.png) no-repeat left top;
    background-position:-110px -78px;
}
section.footer{
	float:left;
	width:100%;
	background: #fff !important;
    padding: 60px 0 40px;
}
.footer .ft-adr {
	display: inline-block;
	width: 100%;
}
.footer .ft-adr .ft-loc {
	display: inline-block;
	width: 100%;
}
.footer .ft-adr h5, .footer .adrs, .avg_rating {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	padding-left:50px;
	margin: 0 0 20px 0;
	position: relative;
}
.avg_rating{padding-left:0px;margin-bottom: 0;}
.footer .ft-adr h5:before, .footer .adrs:before {
	content: "";
	background: url(images/sprites.png) no-repeat left top;
	width: 25px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0px;
}
.footer .adrs:before {background-position:-81px -103px;}
.footer .ft-adr h5.ft-location:before {}
.footer h5.ft-phone a {color: #000;font-size: 23px;}
.footer .ft-adr h5.ft-phone:before {background-position:-127px -103px;}
.footer .footer-contact .footer-social {
	display: inline-block;
	width: 100%;max-width: 160px;
	margin: 10px 0 0 0;
}
.footer .ft-adr a {color: #000;}
.footer .ft-adr a:hover, .copyright a:hover {
    color: #ed1c24;
}
.footer-social h5 {
	float: left;
	width: auto;
	font-family: 'GTWalsheimBold';
	font-size: 28px;
	font-weight: normal;
	color: #ed1c24;
	line-height: normal;
	margin:0px 0 10px  0;text-transform: uppercase;
}
.footer-social a {
	float: left;
	background: none;
	width: auto;
	height: auto;
	margin:0 5px 0 0;
}
.footer-social a:before {
	content: "";
	background: url(images/sprites.png) no-repeat left top;
	width: 32px;
	height:32px;
	float: left;
}
.footer-social a.social_facebook:before {background-position:-74px -146px;}
.footer-social a.social_twitter:before {background-position:-113px -146px;}
.footer-social a.social_gplus:before {background-position:-152px -146px;}
.footer .footer-contact>div {margin: 0;}
.footer .footer-contact .footer-logo {
	margin-bottom: 15px;
}
.footer h4.widget-title, .footer h5.licns {
	font-family: 'GTWalsheimBold';
	font-size: 28px;
	line-height: normal;
	color:#ed1c24;
	padding: 0; text-transform:uppercase;
	margin: 0 0 10px 0;
}
.footer h5.licns{ padding:0 0 0 40px; position:relative;}
.footer h5.licns:before{
	position: absolute; content:"";
	left:0; top:0; width:30px; height:35px;
	background: url(images/sprites.png) no-repeat left top;
	background-position:-24px -144px;
}
.footer .ft-btns {
	width: 250px;
    margin: 20px 0 0 0;
    float: left;
    position: relative;
}
.footer .ft-btns a {
	font-family: 'GTWalsheimBold';
	font-size:16px;
	color: #fff;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
	width: 100%; border-radius:50px;
	background: #f8ba16;
}
.footer .ft-btns a:hover {background:#ed1c24;}
.footer .col-sm-4:nth-child(2) {text-align: center;}
.footer .col-sm-4:nth-child(3) {
	float: right;
	width: 30%;
}
.footer .col-sm-4:nth-child(3) p{font-size:16px; line-height:36px;}
.copyright {
	float:left;
	width:100%;
    background: #fff;
    padding: 0px 0px 60px 0;
}
.copyright p {
	font-family: 'GTWalsheimRegular';
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height:30px;
	margin: 0;
}
.cprtcnt {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}
.copyright a {color: #000;}
.copyright .cprt_lft {float: left;}
.copyright .cprt_dsgn {float: left;margin:0 0 0 200px;}
section.footer .widget{ margin:0;}
	
	


.hvac-page-header {
	float:left;
	width:100%;
	background:url(images/page-bnr.jpg) no-repeat center top;
	padding: 11px 0;
	text-align: center;
	background-size: cover;
}
.hvac-page-header .hvac-main-title, .hvac-page-header .ht-main-title {
	font-family: 'GTWalsheimBold';
	font-size: 60px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	margin: 0;
}
.hvac-page-header .ht-main-title {
	font-size: 40px;
}
.hvac-page-header #hvaclite-breadcrumbs {
	font-size: 20px;
    font-weight: normal;
    color: #ffde00;
    line-height: normal;
    margin: 0 0 5px 0;
    font-family: 'GTWalsheimRegular';
}
.hvac-page-header #hvaclite-breadcrumbs a {
	color:#b9cdf6;
}
.page-template-default .attachment-post-thumbnail {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
section.main {padding: 50px 0;border-bottom: 1px solid #e7e7e7; float:left; width:100%;}
.col-sm-4.widgets {
	max-width: 350px;
	padding: 0;
	float: right;
}
.widgets .widget {	margin-bottom: 48px;}
.widgets .widget-area {
	float: left;
	width: 100%;
}
.widgets .widget:nth-child(1), .widgets .widget:nth-child(2) {
	padding: 0;
	background: transparent;
}
.widgets .side-btns {
	display: inline-block;
	width: 100%;
}
.widgets .side-btns a {
	float: left;
	width: 100%;
	font-family: 'GTWalsheimBold';
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 20px 13px;
	background: #ed1c24;
	border-radius: 50px;
}
.widgets .side-btns a.or_btn {
	margin-bottom: 10px;
}
.widgets .side-btns a.or_btn:hover {
	background: #ac4909;	
}
.widgets .side-btns a.bl_btn {
	background: #f8ba16;	
}
.widgets .side-btns a.bl_btn:hover {
	background: #ffde00;	
}
.widgets .widget-title {
	font-size: 26px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    background: #ed1c24;
    font-family: 'GTWalsheimBold';
    padding: 15px 20px;
	margin: 0;
	text-transform: uppercase;
}
.widgets .widget.widget_nav_menu {
	background:#fbfbfb;
	border: 1px solid #dcdcdc;
}
.widgets #secondary .menu-sidebar-menu-container ul li:last-child {
    border: 0;
}
.widgets .menu-sidebar-menu-container {
	width: 100%;
	padding: 15px 25px;
}
.widgets .menu-sidebar-menu-container ul {
	list-style: none;
}
.widgets #secondary .menu-sidebar-menu-container ul li {
	padding: 17px 0px !important;
	border-bottom: 1px solid #dcdcdc;	
}
.widgets .menu-sidebar-menu-container ul li a {
	font-family: 'GTWalsheimRegular';
	font-size: 17px;
	font-weight: normal;
	color: #5b5b5b;
	line-height: normal;
	padding: 0 0 0 18px;
	position: relative;
	display: inline-block;
	background: url(images/list-dot.png) no-repeat left center;
}
#secondary .widget ul li a:hover {
	color: #000000;
}
.widgets .widget.gform_widget {
	background: #fbfbfb;
    border: 1px solid #dcdcdc;
}
.widgets .gform_wrapper form{padding:10px 30px 30px;}
#secondary .widget.gform_widget ul li {
	border: 0;
	max-width: 100% !important;
	padding: 0 !important;
}
#secondary .widget.gform_widget ul li label {
	display: none;
}
#secondary .widget.gform_widget ul li input.medium {
	background: #fff;
    font-family: 'GTWalsheimRegular' !important;
    font-size: 13px !important;
    font-weight: normal;
    color: #000;
    line-height: normal;
    padding: 14px 10px 14px 30px !important;
    width: 100%;
    outline: none;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border: 1px solid #d9d9d9;
    text-transform: uppercase;
}
#secondary .gform_wrapper .gform_footer {
	text-align:left;    padding: 0;
    margin: 15px 0 0px 0;
}
#secondary .gform_wrapper {
	margin:0;
}
#secondary .gform_wrapper .gform_footer .gform_button {
	border: none;
	font-family: 'GTWalsheimBold';
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	min-width: 120px;
	width: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	height: 43px;
	display: inline-block;
	outline: none;
	margin: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 30px;
	background: #f8ba16;
	line-height: normal;
}
#secondary .gform_wrapper .gform_footer .gform_button:hover {
	background: #ed1c24;
}
#secondary  .gform_confirmation_wrapper {
    padding: 10px 15px;
}
.widgets .widget.widget_recent_entries {
	background:#fbfbfb;
	    border: 1px solid #dcdcdc;
}
#secondary .widget.widget_recent_entries ul{ padding:20px; margin:0;}
#secondary .widget.widget_recent_entries ul li a {
	font-family: 'GTWalsheimRegular';
    font-size: 22px;
    color: #000;
    line-height: 24px;
  display: inline-block;
  width:100%;
    height: 27px;
    overflow: hidden;
    padding-bottom: 10px;
}
#secondary .widget.widget_recent_entries ul li {
	 padding: 25px 0px !important;
    border-bottom: 1px solid #dcdcdc;
}
#secondary .widget.widget_recent_entries ul li:last-child{ border:none;}
#secondary .widget.widget_recent_entries ul li a:hover {
	color: #202020;
}
#secondary .widget.widget_recent_entries ul li span.post-date {
	color:#ed1c24;
	font-size: 16px;
	padding: 0 0 0 22px;
	position: relative;
	background:url(images/persn.png) no-repeat left top 4px;
}
#secondary .widget.widget_recent_entries ul li span.post-date:before {
	content: "Posted on";
	padding: 0 5px 0 0;
}
#secondary .hvac-blogs-widget {
    padding: 0px; background: #fbfbfb; margin-bottom: 48px;
}
#secondary .hvac-blogs-widget .media-body{border-bottom:1px solid #dcdcdc;padding-bottom: 15px; }
#secondary .media.hvac-blogs-widget-single {
    padding:24px 20px 0;
    margin: 0px 0;
    border-bottom: 1px solid #ededed;
}

#secondary .hvac-blogs-widget .media-heading {
    font-family: 'GTWalsheimRegular';
    font-size: 22px;
    color: #000;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    height: 27px;
    overflow: hidden;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 5px;
}
#secondary .hvac-blogs-widget p {
    font-size: 15px;
    color:#5b5b5b;
    line-height: 23px;
    height: 43px;
    margin-bottom: 10px;
    overflow: hidden;
	font-family: 'GTWalsheimRegular';
}
#secondary .media.hvac-blogs-widget-single .widget-hvac-blog-permalink {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
   font-family: 'GTWalsheimRegular';
}
#secondary .media.hvac-blogs-widget-single .widget-hvac-blog-permalink:hover {
    color:#ed1c24;
}
#secondary .media.hvac-blogs-widget-single .media-middle{ display:none;}

.blog .widgets .widget:nth-child(2), .single .widgets .widget:nth-child(2), 
.search .widgets .widget:nth-child(2), .category .widgets .widget:nth-child(2), 
.archive .widgets .widget:nth-child(2), .page-template-page-blog .widgets .widget:nth-child(2), 
.page-template-default #secondary .hvac-blogs-widget {
	display: none;
}
.abt_img, .main_pg_img {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family:'GTWalsheimRegular';
	font-weight: normal;
	color: #000000;
	line-height: normal;
	margin: 0 0 20px 0;
}
.content h4, .content h5, .content h6 {
	margin: 0 0 15px 0;
}
.content h1 {
	font-size: 42px;
}
.content h2 {
	font-size: 36px;
}
.content h3 {
	font-size: 30px;
}
.content h4 {
	font-size: 26px;
}
.content h5 {
	font-size: 22px;
}
.content h6 {
	font-size: 20px;
}
.content p {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
    line-height: 30px;
	margin-bottom: 30px;
	color: #575757;
}
.content a {
	font-family: inherit;
	font-size: inherit;
	color: #ff4700;
}
.content a:hover {
	color: #1e1e1e;
}
.content ul li {
	list-style-type: disc;
}
.content li {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}


.entry-content .gform_wrapper {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.entry-content .gform_wrapper .gform_body {
	width:100%;
}
.entry-content .gform_wrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.entry-content .gform_wrapper ul li {
	margin: 0px 0 15px 0;
	padding: 0px;
	background: none;
	border: none;
	clear: none !important;
	width: 100%;
}
.entry-content .gform_wrapper .gfield_radio li {
	margin-right:10px;
}
.entry-content .gform_wrapper ul li .gfield_label {
	font-family: 'GTWalsheimRegular';
	font-size:16px;
	font-weight:normal;
	color:#000;
	margin: 0;
}
.entry-content .gform_wrapper .gfield_checkbox li input, .entry-content .gform_wrapper .gfield_radio input {
	margin:0;
}
.entry-content .gform_wrapper ul li .ginput_container input[type=text] {
	font-family: 'GTWalsheimRegular';
	font-size: 16px !important;
	font-weight: normal;
	color: #000;
	background: #fff;
	border: 1px solid #dadff0;
	padding: 13px 15px !important;
	width: 75%;
	height: 55px;
	border-radius:0;
	outline:none;
}
.entry-content .gform_wrapper ul li .ginput_container select {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background: #fff;
	border: 1px solid #dadff0;
	padding: 13px 15px;
	width: 75%;
	height: 55px;
	border-radius:0;
	background: #fff url(images/form-select-arrow.png) no-repeat right center;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.entry-content .gform_wrapper ul li .ginput_container textarea {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background: #fff;
	border: 1px solid #dadff0;
	padding: 13px 15px;
	width: 75%;
	height: 130px;
	border-radius:0;
	margin-bottom:0;
	outline:none;
	outline:none;
}
.entry-content .gform_wrapper .gform_footer {
	margin: 25px 10px 0px 0px;
	padding: 0px;
	text-align: left;
}
.entry-content .gform_wrapper .gform_footer .gform_button {
	border: none;
	font-family: 'GTWalsheimBold';
	font-size: 20px;
	font-weight:normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	min-width: 200px;
	width:auto;
	padding: 0px 20px;
	box-sizing: border-box;
	height: 58px;
	display: inline-block;
	outline: none;
	margin:0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius:0;
	background:#ed1c24;
	border:none;
	line-height:normal;
}
.entry-content .gform_wrapper .gform_footer .gform_button:hover {
	background:#f8ba16;
}
.entry-content .ct_frm .gform_wrapper ul li {
	float: left;
	width: 50%;
	margin: 0 0 15px 0;
}
.entry-content .ct_frm .gform_wrapper ul li .ginput_container {
	margin: 5px 0 0 0;
}
.entry-content .ct_frm .gform_wrapper ul li .gfield_label {
	display:none;
}
.entry-content .ct_frm .gform_wrapper ul li input[type=text], .entry-content .cont_frm .gform_wrapper ul li select {
	width: 100%;
	margin: 0px;
}
.entry-content .ct_frm .gform_wrapper ul li.message {
	width: 100%;
}
.entry-content .ct_frm .gform_wrapper ul li textarea {
	width: 100%;
}
.entry-content .ct_frm .gform_wrapper .gform_footer {
	text-align: right;
	position: relative;
	width:98%;
	display:inline-block;
	margin-top:8px;
}

.main .gform_wrapper div.validation_error{font-size: 13px;
	padding: 4px 0;margin-bottom: 15px;color: #fa6268;}	
.main .gform_wrapper .field_description_below .gfield_description {
    padding: 5px 0 0 5px; margin: 0;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{color: #fa6268;}	
.gform_confirmation_message {
	text-align: center;
	color: #45a544 !important;
}

.ct_map {
	display:inline-block;
	width:100%;
	margin-bottom:40px;
}
.ct_boxes {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.ct_boxes .ct_box {
    float: left;
    width: 48%;
    margin: 0 1%;
    background:#ed1c24;
    min-height: 200px;
    padding:90px 15px 20px 15px;
    position: relative;
    text-align: center;
}
.ct_boxes .ct_box.yelw {
	background:#f8ba16;
}
.ct_boxes .ct_box h5 {
    font-family: 'GTWalsheimRegular';
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height:30px;
    margin: 0;
    position: relative;
}
.ct_boxes .ct_box p{
	font-family: 'GTWalsheimRegular';
	font-size:16px; color:#fff;
	margin:0;
}
.ct_boxes .ct_box.yelw a{
	font-family: 'GTWalsheimRegular';
	font-size:40px;
	line-height:44px;
	color:#fff;
}
.ct_boxes .ct_box.yelw a:hover {
    color: #ed1c24;
}		
.ct_boxes .ct_box:before{
	position:absolute;
	content:"";
	width:60px; height:60px;
	left:0; top:15px;right: 0;
    margin: 0 auto;
	background: url(images/cnt-loc.png) no-repeat center top;
}
.ct_boxes .ct_box.yelw:before{background: url(images/cnt-phn.png) no-repeat center top;    top: 25px;}
.entry-content a.inr-btn{
	font-size:18px; text-transform:uppercase;
	text-align:center; color:#fff;
	font-family:'GTWalsheimBold';
	display:inline-block; padding:10px 20px;
	border-radius:30px;
	background:#ed1c24;
    max-width: 270px;
    width: 100%;
}

.post_blk {
}
.content .home-block.eq-blocks {
	display: inline-block;
    width: 100%;
    padding: 8px;
    margin-bottom:20px;
    border: 1px solid #dcdcdc;
}
.home-block.eq-blocks img {
    float: left;
    width:282px;
    max-width:282px;
    margin-right: 25px;
   
}
.content .home-block.eq-blocks .post, .search .content .home-block.eq-blocks .page {
	float: left;
	width: 100%;
	margin: 0;
}
.content .home-block.eq-blocks .post .entry-content, .search .content .home-block.eq-blocks .page .entry-content, .single .content .entry-content {
	padding:20px 0 0 0;
	
}
.content .home-block.eq-blocks .post .entry-title,.search .content .home-block.eq-blocks .entry-title {
	font-family: 'GTWalsheimRegular';
	font-size: 32px;
	font-weight: normal;
	color: #000;
	line-height: 42px;
	padding: 0;
	margin:0px 0 10px 0;
	clear:none;
	letter-spacing:-2.5px;
}


.content .home-block.eq-blocks .post .entry-title a, .search .content .home-block.eq-blocks .entry-title a{
	color: #000;
}
.search .content .home-block.eq-blocks .type-page .entry-header {
	display:none;
}
.search .content .home-block.eq-blocks .page .entry-title a {
	color:inherit;
}
.content .home-block.eq-blocks .post .entry-meta, .single .content .entry-meta {
	display: inline-block;
	
	margin-bottom: 0px;
}
.content .home-block.eq-blocks .post .entry-meta h5, .single .content .entry-meta h5 {
	font-family: 'GTWalsheimRegular';
	font-size: 17px;
	font-weight: normal;
	color: #ed1c24;
	line-height: 30px;
	float: left;
	clear: none;
	margin-bottom: 0;
}
.content .home-block.eq-blocks .post p,.search .content p{
	font-family: 'GTWalsheimRegular';
	font-size: 18px;
	color:#585858;
	line-height:30px;
	margin-bottom:10px;}
.content .home-block.eq-blocks .rm {
	font-family: 'GTWalsheimBold';
	font-size: 15px;
	color: #fff;
	border-radius:50px;
	padding: 13px 20px;;
	text-transform:uppercase;
	background: #f8ba16;
	display: inline-block;
	max-width: 143px;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	margin:0;
	line-height:normal;
}
.content .home-block.eq-blocks .rm:hover {
	background:#ed1c24;
}
.content .home-block.eq-blocks .post .entry-meta h5.date, .single .content .entry-meta h5.date {
	position: relative;
	padding:0px 0px 0 25px;
	background: url(images/persn.png) no-repeat center left;
}

.content .home-block.eq-blocks .post .entry-title a:hover {
    color: #ed1c24;
}
.content .navigation {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0 15px 0;
}
.content .navigation ul {
	margin: 0;
	list-style: none;
	display: inline-block;
}
.content .navigation ul li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}
.content .navigation ul li a {
	font-family: 'GTWalsheimRegular';
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height:45px;
	min-width:45px;
	text-align: center;
	float: left;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius:0;
}
.content .navigation ul li a:hover, .content .navigation ul li.active a {
    background: #f8ba16;
}

.single .content .attachment-post-thumbnail {
	margin: 0 auto 20px auto;
	display: block;
	color: both;
}
.single .entry-title {
	font-family: 'GTWalsheimRegular';
    font-size: 32px;
    font-weight: normal;
    color: #000;
    line-height: 42px;
    padding: 0;
    margin: 0px 0 10px 0;
   
    letter-spacing: -2.5px;
}
.single .content header.entry-header {	padding:0;}
.single.single-glossary .content header.entry-header {display:none;}
.single .navigation.post-navigation {display: none;}
.page-template-page-testimonials-reviews .col-sm-12, .category-reviews .col-sm-12 {
	padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;;
}
.col-sm-12 .category-reviews {margin: 0;}
.entry-content .panel-group .panel p {   margin-bottom: 10px;}
.entry-content .collapse, .entry-content .panel-collapse {
	padding: 20px;
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	font-weight: normal;
	color: #131313;
	line-height: 28px;
}
.entry-content .panel-default > .panel-heading {
	background: rgba(0,0,0,.02);
	padding: 0;
}
.entry-content .panel-heading h4 {
	font-family:'GTWalsheimBold';
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #131313;
}
.entry-content .panel-heading h4 a:hover {
	color:#f8ba16;
}
.entry-content .panel-heading h4 a {
	display: inline-block;
	width: 100%;
	color:#ed1c24;
	padding: 15px;
}
.entry-content .ci-hvac-container.has_image {
	color: #565450;
	background: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.entry-content .ci-hvac-container.has_image:before, .entry-content .ci-hvac-container.has_image:after, .entry-content div#expert_image_div {
	display: none;
}
.entry-content .ci-hvac-question {
	font-family: 'GTWalsheimRegular';
	font-size: 30px;

	color:#131313;
	line-height: 36px;
}
.entry-content .ci-hvac-options label {
	padding: 0px;
	box-sizing: border-box;
	font-family:'GTWalsheimRegular';
	font-size: 20px;
	font-weight: 500;
	color:#585858;
	line-height: normal;
	margin-bottom: 10px;
}
.entry-content .ci-hvac-container ul {
	margin: 0 0 10px 20px;
}
.entry-content .ci-hvac-container ul li {
	font-family: 'GTWalsheimRegular';
	font-size: 16px;
	font-weight: 400;
	color: #585858;
	line-height: normal;
	list-style: disc;
	background: none;
	padding: 0px;
}
.entry-content .ci-hvac-container p {
	font-family:'GTWalsheimRegular';
	font-size: 16px;
	font-weight: 400;
	color: #585858;
	line-height: 24px;
}
.entry-content .tro-btns {
	text-align: left;
	padding: 10px 0;
}
.entry-content .tro-btns button, .entry-content .ci-hvac-container .schedule-a {
	position: relative;
	min-width: 115px;
	padding: 10px 18px;
	font-family:'GTWalsheimBold';
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 0;
	outline: none;
	background: #ed1c24;
	border-radius: 0px;
}
.entry-content .tro-btns button:hover, .entry-content .ci-hvac-container .schedule-a:hover {
	background: #f8ba16;
}
.entry-content .ci-hvac-container .schedule-a {
	font-size: 14px;
	height: auto;
}
.entry-content .emp_form .gform_wrapper ul li {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.entry-content .emp_form .gform_wrapper ul li .ginput_container select, .entry-content .emp_form .gform_wrapper ul li .ginput_container input[type=text], .entry-content .emp_form .gform_wrapper ul li .ginput_container textarea {
	width: 100%;
	margin: 0;
}
.entry-content .emp_form .gform_wrapper ul li.gsection {
	width: 100%;
}
.entry-content .emp_form .gform_wrapper ul li.ful_fld {
	width: 100%;
	margin: 10px 0 0 0;
}
.entry-content .emp_form .gform_wrapper ul li.onethird {
	width: 30%;
}
.entry-content .emp_form .gform_wrapper ul li.onefive {
	width: 26%;
}
.entry-content .emp_form .gform_wrapper ul li.oneth {
	width: 22%;
}
.entry-content .emp_form .gform_wrapper ul li.full {
	width: 100%;
}
.entry-content .emp_form .gform_wrapper ul li.fld_bk1 {
	width: 20%;
}
.entry-content .emp_form .gform_wrapper ul li.fld_bk2 {
	width: 26%;
}
.entry-content .emp_form .gform_wrapper ul li.fld_bk3 {
	width: 17%;
}
.entry-content .emp_form .gform_wrapper ul li.fld_bk4 {
	width: 20%;
}
.entry-content .emp_form .gform_wrapper ul li.nolab .gfield_label {
	display: none;
}
.entry-content .emp_form .gform_wrapper ul li.sec_lne {
	margin: 0 !important;
}
.entry-content .emp_form li {
	font-size: 17px;
}
.entry-content .emp_form .gform_wrapper ul li .ginput_container input[type=text], .entry-content .emp_form .gform_wrapper ul li .ginput_container textarea, .entry-content .emp_form .gform_wrapper ul li .ginput_container select {
	font-size: 14px;
	padding: 10px 20px;
}
.entry-content .emp_form .gform_wrapper li {
	font-size: 16px;
}
.entry-content .emp_form .gform_wrapper ul li .gfield_label {
	font-size: 16px;
}
.entry-content .emp_form p {
	font-size: 16px;
}
.entry-content .emp_form .gform_wrapper .gfield_checkbox li label {
	margin: 0 0 0 5px;
}
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin: 0;
}
.social_share {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.content .social_share a {
	font-size: 16px;
	display: inline-block;
	background: #0095d1;
	color: #fff;
	padding: 10px 20px;
}
.content .social_share a:hover {
	color: #fff;
}
.social_share .fa {
	margin-right: 5px;
}
.social_share a.icon_facebook {
	background: #38559c;
}
.social_share a.icon_twitter {
	background: #00a9f2;
}
.social_share a.icon_gplus {
	background: #e14929;
}
.entry-content ul#glossaryList {
	margin-left:20px;
}	
.entry-content .emp_form .gform_wrapper ul li > div > div { width:100% !important; }
.entry-content .emp_form .gform_wrapper ul li div canvas { width:100% !important; }
.review_item h5{ float:left;width: 100%;}
.review_item:last-of-type{border-bottom: 1px solid #ccc;}
.page-template-page-testimonials-reviews .hentry {margin: 0;}
.content .review_row {
	display:none;
}

@media (max-width:1700px) {
	.logo-menu .top-sec:before{ left:-30px;}
	.logo-menu .menu-top-wrapper:after{width:62%;}
}
@media (max-width:1600px) {
	.logo-menu .top-sec:before {left: -20px;}
	.about.spacer .col-sm-4 { padding:0 30px; }
}
@media (max-width:1500px) {
	.logo-menu .top-sec:before {left: -23px;}
	.logo-menu .menu-top-wrapper:after {width: 63%;}
	.carousel .carousel-caption { top:10%; }
	.carousel .carousel-caption h5 { font-size:42px; }
	.about.spacer { padding:60px 0; }
	.about.spacer .col-sm-4 { padding:0 45px; }
}
@media (max-width:1440px) {
	.logo-menu .top-sec:before {left: -30px;}
	.logo-menu .menu-top-wrapper:after {width: 64%;}
}
@media (max-width:1400px) {
	.logo-menu .top-sec:before {left: -19px;}
	.hvac-page-header .hvac-main-title, .hvac-page-header .ht-main-title{font-size: 50px;}
	.about.spacer .col-sm-4 { padding:0 60px; }
}
@media (max-width:1280px) {
	.logo-menu .menu-top-wrapper:after {width: 65%;}
	.logged-in .fixed-menu.fix-top{ display:none;}
	.carousel .carousel-caption h5 { font-size:36px; margin-bottom:10px; }
	.carousel .carousel-caption h4 { font-size:24px; line-height:32px; }
	.about.spacer .col-sm-4.abt { padding:0 80px 0 30px; }
	.about.spacer .col-sm-4.testi { padding:0 30px 0 80px; }
}
@media (max-width:1240px) {
	.container {padding: 0;}
	.logo-menu .top-sec:before { left: -13px;}
	.logo-menu .top-sec:before {left:-17px;}
	.navbar-default .menu-wrapper .navbar-nav > li > a { padding: 14px 20px; }
	.header-right .header-section-2 a { font-size: 14px; padding: 14px 15px; max-width: 195px; }
	.header-right { max-width: 655px; }
	header .header-wrapper .logo-tag { width: 30%; margin: 0px 0 0 0;}
	.menu-top-wrapper .social-icon { margin:0; }
	.logo-menu .menu-top-wrapper:after { width:67%; }
	.services-sec { padding: 45px 0; }
	.services-sec h2, .gallery-sec h4 { font-size: 40px; line-height: 52px; margin: 0 0 30px 0;}
	.services-sec h4 { font-size: 22px; line-height: 30px; padding: 17px 0px;}
	.services-sec .col-sm-3.fin p { padding: 70px 30px 0; }
	.services-sec .col-sm-3 {  height: 372px; width: 29%; }
	.carousel .carousel-caption h2 { font-size: 60px; line-height: 60px; }
	.carousel .carousel-caption h3 { font-size: 54px; line-height: 60px; }
	.services-sec .col-sm-4 { height: 372px !important; }
	.services-sec .col-sm-3.maint p { padding: 115px 0 0 0; }
	.about.spacer { padding: 40px 0px; }
	.gallery-sec .col-sm-6.rit img { width: 47%; }
	.map-sec .ser-content { max-width: 550px; padding: 20px 30px; }
	.map-sec .ser-content h2 { font-size: 30px; margin: 0 0 10px;}
	.footer .ft-btns { width: 205px; }
	.footer .ft-btns a { font-size: 15px; padding: 10px 10px; }
	.footer-social h5{ font-size: 24px; }
	.footer h4.widget-title, .footer h5.licns{ font-size: 24px; }
	.hvac-home-newsletter-form .gform_wrapper .gform_footer .gform_button { line-height: 56px !important; height: 57px; }
	.featured-sec { padding: 45px 0; }
	.featured-sec h3 { font-size: 32px; }
	.hvac-home-newsletter-form .gform_wrapper .gform_body ul li input[type="text"] { height: 60px; }
	.hvac-home-newsletter-form .gform_wrapper .gform_footer .gform_button { line-height: 56px !important; height: 57px; }
	.hvac-page-header .container {padding: 0 10px;}
	.about.spacer .col-sm-4.abt { padding:0 10px; }
	.about.spacer .col-sm-4.testi { padding:0 10px; }
}
@media (max-width:1199px) {	
	.logo-menu .menu-top-wrapper:after {width: 70%;}
	.logo-menu .top-sec:before {left: 50px;}
	.menu-top-wrapper .menu-fixed-top #menu-top-menu > li > a { padding: 14px 10px;}
	.header-right {max-width: 600px;}
	.navbar-default .menu-wrapper .navbar-nav > li > a{font-size: 15px;padding: 12px 15px;}
	.carousel .carousel-caption h5{font-size: 30px; line-height: 40px;}
	.carousel .carousel-caption h2 {font-size: 50px; line-height: 50px;}
	.carousel .carousel-caption h3 {font-size: 44px;line-height: 50px;}	
	.carousel #home-slider-1 .carousel-caption h3:before {left: 100px;top: 20px;}
	.carousel #home-slider-1 .carousel-caption h3:after{right: 100px;top: 20px;}
	.services-sec .col-sm-3 a.readmore{max-width: 210px;padding: 10px 10px;font-size: 16px;}
	.about.spacer{background-size: 36% auto;background-position: center center;}
	.gallery-sec .col-sm-6.rit img {width: 46%;margin: 13px 8px;}
	section.main { padding: 40px 0;}
	.ct_boxes .ct_box.yelw a{ font-size:32px;}
	.ct_map{ margin-bottom:20px;}
	.content .home-block.eq-blocks .post .entry-title, .search .content .home-block.eq-blocks .entry-title{font-size:24px; line-height:30px;}
	.widgets .side-btns a{font-size:20px; line-height:24px;padding: 13px 20px 13px;}
	.widgets .widget-title{font-size:22px;}
	.widgets .widget {margin-bottom: 30px;}
	.single .entry-title{font-size:30px;}
	.entry-content .ci-hvac-question{font-size:26px;}
}
@media (max-width:1080px) {	
	.logo-menu .menu-top-wrapper:after {width: 72%;}
	.logo-menu .top-sec:before {left: 51px;}	
}
@media (max-width:1050px) {	
	.logo-menu .menu-top-wrapper:after {width: 73%;}
	.logo-menu .top-sec:before {left: 51px;}	
}
@media (max-width:1024px) {	
	.logo-menu .top-sec:before {left: 44px;}
	.logo-menu .menu-top-wrapper:after {width: 74%;}
	.fixed-menu.fix-top, .fixed-menu { display:none; }
}
@media (max-width:1000px){
	.logo-menu .top-sec:before { left: 51px;}
}
@media (max-width:991px) {
	.logo-menu .menu-top-wrapper:after {width: 100%;}
	.logo-menu .top-sec:before{ display:none;}
	.menu-top-wrapper .social-icon {margin: 0;}
	.carousel .carousel-caption h5 {font-size: 24px; line-height: 30px;}
	.carousel .carousel-caption h2 {font-size: 40px; line-height: 40px;}
	.carousel .carousel-caption h3 {font-size: 30px; line-height: 44px;}
	header .header-wrapper .logo-tag{text-align: center;float: none !important; width:auto;}
	.header-right {max-width: 550px;float: none !important; margin: 10px auto 0 !important;}
	.navbar-default .menu-wrapper .navbar-nav > li > a:before, 
	.navbar-default .menu-wrapper .navbar-nav > li:last-child:after{height: 18px;top: 14px;}
	.navbar-default .menu-wrapper .navbar-nav > li > a {padding: 14px 11px;font-size: 14px;}
	.services-sec {padding: 30px 0 60px;}
	.services-sec h4 {font-size: 16px; line-height: 20px;  padding: 12px 0px;}
	.services-sec .col-sm-3.maint p span {font-size: 20px;}
	.services-sec .col-sm-3.maint p {adding: 90px 0 0 0;}
	.services-sec .col-sm-3.fin p { padding: 70px 15px 0;}
	.services-sec .col-sm-3 p{font-size: 16px; line-height: 22px;}
	.services-sec .col-sm-3 {height: 350px;}
	.services-sec .col-sm-3 a.readmore {max-width: 170px;font-size: 13px;}
	.services-sec .col-sm-4 {height: 350px !important;}
	.about.spacer .col-sm-3 { padding: 0px 0;}
	.about.spacer {background-size: 30% auto; min-height:400px;}
	.testimonial-info {padding: 0 0px;}
	.featured-sec h3 {font-size: 22px;}
	.hvac-home-newsletter-form .gform_wrapper .gform_footer .gform_button { line-height: 50px !important; height: 50px; font-size: 20px;}
	.gallery-sec {padding: 30px 0;}
	.gallery-sec .col-sm-6.rit img {margin: 0 6px 10px 6px;}
	.footer .col-sm-4{width: 50%;}
	.footer .col-sm-4:nth-child(3) {float: none; width: 50%;  text-align: center; margin: 20px auto 0; clear: both;max-width: 300px;padding: 30px 0 0 0}
	.footer h5.licns:before{left: 70px;}
	.copyright .cprt_lft {float: none;}
	.copyright .cprt_dsgn {float: none; margin: 0 auto;}
	.hvac-page-header {background: #1b4997;}
	.hvac-page-header .hvac-main-title, .hvac-page-header .ht-main-title {font-size: 40px;}
	.col-sm-8.content { width: 100%; margin-bottom: 30px;}
	.col-sm-4.widgets {float: none; display: block; width: 100%; margin: 0 auto;clear: both;}
	.entry-content .emp_form .gform_wrapper ul li.fld_bk1 { clear: left !important; }
	.entry-content .emp_form .gform_wrapper ul li.fld_bk1, .entry-content .emp_form .gform_wrapper ul li.fld_bk2, .entry-content .emp_form .gform_wrapper ul li.fld_bk3, .entry-content .emp_form .gform_wrapper ul li.fld_bk4 { width: 33.33%; }
	.entry-content .emp_form .gform_wrapper ul li.fld_bk1.gfield_html, .entry-content .emp_form .gform_wrapper ul li.fld_bk2.gfield_html, .entry-content .emp_form .gform_wrapper ul li.fld_bk3.gfield_html, .entry-content .emp_form .gform_wrapper ul li.fld_bk4.gfield_html { display: none; }
		.ct_boxes .ct_box.yelw a {font-size: 30px;}
		.single .entry-title{font-size:26px;}
		.entry-content .ci-hvac-question{font-size:24px;}
	.carousel .carousel-caption h4 { font-size:18px; line-height:24px; }
	.footer .ft-btns { width:100%; }
	.footer .ft-btns a { max-width:250px; }
}
@media (min-width:768px) and (max-width:965px) {
	.container { padding:0 20px; width:100%; }
}
@media (max-width:767px) {
	.container {padding: 0 20px;width: 100%;}
	.menu-top-wrapper .social-icon a.social_gbl {margin: 10px 0px 10px 0;}
	.menu-top-wrapper .menu-fixed-top li.mega-menu ul.sub-menu{width:auto;}
	.menu-top-wrapper .menu-fixed-top li.mega-menu ul.sub-menu li { width: 100%;}
	.menu-top-wrapper .social-icon a{margin: 10px 2px;}
	.menu-top-wrapper .social-icon { margin: 0 auto;  float: none !important; max-width: 230px;display: inline-block;}
	.logo-menu .top-sec {max-width: 100%; text-align: center;}
	.menu-toggle {top: 20px;}
	.hamburger::before, .hamburger::after{background: #000000;}
	.hamburger{border-top: 3px solid #000000;}
	.menu-top-wrapper .menu-fixed-top ul>li{ border:0;}
	.menu-top-wrapper .menu-fixed-top { position: absolute;  top: 51px;  right: 0;  background: #fff;  width: 300px;  z-index: 99999;}
	.menu-top-wrapper .menu-fixed-top #menu-top-menu > li > a {padding: 6px 20px;}
	.menu-top-wrapper .menu-fixed-top ul.sub-menu li a:hover { color: #000; background: none;}
	.menu-top-wrapper .menu-fixed-top ul li a{line-height: 20px;padding: 5px 25px;}
	.menu-top-wrapper .menu-fixed-top ul>li ul{width: 100%;}
	.menu-top-wrapper .menu-fixed-top #menu-top-menu > li > a:after,
	.navbar-default .menu-wrapper .navbar-nav > li > a:before, .navbar-default .menu-wrapper .navbar-nav > li:last-child:after{ display:none;}
	.navbar-nav, .navbar-default .navbar-collapse {margin: 0;}
	.navbar-default .navbar-toggle { margin:10px 0; }
	.navbar-default .navbar-collapse.in { border:none; }
	.navbar-default .navbar-toggle { display:block; }
	.navbar-default .navbar-collapse { display:none !important; transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; }
	.navbar-default .navbar-collapse.in { display:block !important; }
	.menu-wrapper .navbar-nav > li { width:100%; }
	.navbar-default .menu-wrapper .navbar-nav > li > a { padding:10px; }
	.menu-wrapper .navbar-nav .dropdown-menu{ width: 100%; background:none; position: relative; box-shadow: none;}
	.navbar-default .menu-wrapper li > .dropdown-menu li a:hover { background: inherit;  color: #f8ba16;}
	.top-banner .carousel {display: none;}
	.services-sec{background: #fffaee;}
	.services-sec h2, .gallery-sec h4, .about.spacer h3 {font-size: 30px; line-height: 42px; margin: 0 0 15px;}
	.services-sec .col-sm-3 {height: 300px;  width: 100%;  max-width: 300px;  float: none;  margin: 0 auto;}
	.services-sec .col-sm-4 { height: 350px !important;  width: 100%;  max-width: 300px; float: none; margin: 50px auto 30px;}
	.about.spacer {background: none;padding: 30px 0px;}
	.about.spacer .col-sm-3.testi { float: none;margin: 20px auto 0;}
	.about.spacer .col-sm-3 {max-width: 400px;  margin: 0 auto;}
	.about.spacer a {font-size: 14px;padding: 7px 10px; width: 120px;}
	.featured-sec {padding:30px 0; background: #dd1b23;text-align: center;}
	.hvac-home-newsletter-form .gform_wrapper .gform_footer .gform_button{font-size: 16px; max-width: 150px;}
	.hvac-home-newsletter-form .gform_wrapper .gform_body ul li input[type="text"]{font-size: 16px !important;padding: 6px 10px 5px 20px !important;}
	.gallery-sec .col-sm-6{max-width: 350px; margin: 0 auto;}
	.gallery-sec .col-sm-6 img {margin: 10px auto !important;}
	.gallery-sec .col-sm-6.rit img {width: 100%;}
	.map-sec { background: #f5f6e2;padding: 30px 0;}
	section.footer{padding: 30px 0;}
	.footer .col-sm-4 {  width: 100%;  max-width: 300px; margin: 0 auto 10px !important;  border: 1px solid #ccc;  padding: 15px !important;}
	.footer .footer-contact .footer-social{    max-width: 120px;}
	.footer-social h5 { font-size: 18px;}
	.map-sec .ser-content h2 { font-size: 24px;}
	.footer .col-sm-4:nth-child(3){width: 100%;}
	.widgets .side-btns a{font-size: 18px;}
	.widgets .widget-title {font-size: 20px;padding: 10px 15px;}
	#secondary .widget ul.menu{display: block;}
	.hvac-page-header #hvaclite-breadcrumbs{ display:none;}
	.row{ margin:0;}
	.content h1 { font-size:34px; }
	.content h2 { font-size:30px; }
	.content h3 { font-size:26px; }
	.content h4 { font-size:22px; }
	.hvac-page-header .hvac-main-title, .hvac-page-header .ht-main-title { font-size:34px;padding: 15px 0; }
	.entry-content .emp_form .gform_wrapper ul li.fld_bk1 { clear: none !important; }
	.entry-content .emp_form .gform_wrapper ul li.fld_bk1, .entry-content .emp_form .gform_wrapper ul li.fld_bk2, .entry-content .emp_form .gform_wrapper ul li.fld_bk3, .entry-content .emp_form .gform_wrapper ul li.fld_bk4 { width: 100%; }
	.entry-content .emp_form .gform_wrapper ul li.onethird, .entry-content .emp_form .gform_wrapper ul li.onefive, .entry-content .emp_form .gform_wrapper ul li.oneth { width: 100%; }
	.entry-content .emp_form .gform_wrapper ul li { width: 100%; padding-right: 0; }
	.ct_boxes .ct_box {float: none;margin: 0 auto 10px;width: 350px;}
	.home-block.eq-blocks img {float: none;margin: 0 auto;display: block;}
	.content .home-block.eq-blocks .post .entry-content, .search .content .home-block.eq-blocks .page .entry-content{ text-align:center;}
	.content .home-block.eq-blocks .rm{padding:9px 20px;}
	.content .home-block.eq-blocks .post p, .search .content p{ font-size:16px; line-height:24px;}
	#review_btn{ display:none;}
	.navbar-default .menu-wrapper li > .dropdown-menu { display:block !important; padding-left:10px; }
	.navbar-default .menu-wrapper .navbar-nav li a { padding:5px 10px; }
	.navbar-default .menu-wrapper .navbar-nav > li > a { padding:5px 10px; }
	.about.spacer .col-sm-4.abt { margin-bottom:30px; }
}
@media (max-width:650px) {
	header .header-wrapper .logo-tag img { max-width:260px; }
	.header-right {max-width: 260px;}
	.header-right .header-section-1 h6 { font-size:15px; }
	.header-right .header-section-1 h6 a { font-size:27px; }
	.header-right .header-section-1:before { top:10px; }
	.header-right .header-section-2 { max-width: 100%;}
	.header-right .header-section-2 a{max-width: 100%;float: none; margin:10px 0 0 !important;}
}
@media (max-width:540px) {
	.map-sec .ser-content ul{column-count: 2;}
}
@media (max-width:500px) {
	.entry-content .gform_wrapper ul li { width:100%; }
	.entry-content .gform_wrapper ul li input[type="text"], .entry-content .gform_wrapper ul li select, .entry-content .gform_wrapper ul li textarea { width:100%; }
	.entry-content .panel-heading h4 a { padding:10px; }
	.entry-content .panel-heading h4 { font-size:16px; }
	.entry-content .collapse, .entry-content .panel-collapse { padding:10px; }
	.ct_boxes .ct_box.yelw a {font-size: 28px;}
	.single .entry-title{ font-size:24px;}
}
@media (max-width:479px) {
	.container {  padding: 0 10px;}
	.logo-menu .menu-top-wrapper:after{ }
	.menu-toggle {top:22px;}
	.menu-top-wrapper .menu-fixed-top {}
	.about.spacer .col-sm-3 {  max-width: 100%; padding: 0 10px;}
	.about.spacer h3{font-size: 20px;  line-height: 30px;    margin: 0 0 10px;}
	.gallery-sec .col-sm-6 {max-width: 100%;}
	.footer h5.licns:before { left: 50px;}
	.footer h4.widget-title, .footer h5.licns { font-size: 20px;}
	.hvac-page-header .hvac-main-title, .hvac-page-header .ht-main-title {font-size: 26px;  padding: 10px 0;}
	.content h1 { font-size:30px; }
	.content h2 { font-size:26px; }
	.content h3 { font-size:22px; }
	.content h4 { font-size:20px; }
	.content h5 { font-size:18px; }
	.content h6 { font-size:16px; }
	.content p{line-height: 26px;  margin-bottom: 15px;}
	.entry-content .emp_form .gform_wrapper ul li .gfield_label { font-size:14px; }
	.entry-content .emp_form .gform_wrapper li, entry-content .emp_form p { font-size:14px; }
	.alignleft, .alignright, .aligncenter, .alignnone { float:none; display:block; margin:0 auto; clear:both; }
	body #livesite_active_engage{left: 0px; margin: 0;width: 100%; }
	body #livesite_engage_button{left: 0;margin: 0 0 0 10px;}
	.ct_boxes .ct_box{ width:100%;}
	.content .social_share a {width: 200px;margin-bottom: 5px;}
	.map-sec .ser-content { padding:10px; }
	.map-sec .ser-content ul li { font-size:14px; }
}
@media (max-width:360px) {
	.col-sm-4.widgets{max-width: 280px;}
	.widgets .side-btns a { font-size: 16px;padding: 8px 15px;}
	.widgets #secondary .menu-sidebar-menu-container ul li {padding: 12px 0px !important;}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, 
	.col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
	.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, 
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding:0; }
}
@media (max-width:320px) {
	.map-sec .ser-content ul {column-count: 1;}
	.entry-content .ci-hvac-container .schedule-a {font-size: 13px;}
}