.aligncenter{
    text-align: center;
    margin: 0 auto;
}
.mobile{
    display: none;
}
html{
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: "Montserrat",Sans-serif;
    line-height: 1.5;
}
h1, h2{
    position: absolute;
    z-index: 1;
    background: #000;
    left: 0;
    right: 0;
    color: #8fdfff;
    text-align: center;
    margin: 0;
}
h1{
    text-transform: uppercase;
    background: rgba(0,0,0,.85);
    font-size: 2vw;
    text-shadow: -3px 6px 2px #000;
}
h2{
    bottom: 0;
    font-size: 2.7vw;
    text-align: left;
    background-image: -o-linear-gradient(30deg, #7b7979 47%,#000 25%);
    background-image: linear-gradient(60deg, #7b7979 47%,#000 25%);
    padding: 1% 10%;
    border-top: 2px solid #fff;
}
.bottomHero{
    bottom: 0;
    font-size: 2.7vw;
    text-align: left;
    background-image: -o-linear-gradient(30deg, #7b7979 47%,#000 25%);
    background-image: linear-gradient(60deg, #7b7979 47%,#000 25%);
    padding: 1% 10%;
    border-top: 2px solid #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0;
    text-shadow: 0px 2px 8px #000;
}
.bottomHero span{
    text-align: right;
    position: absolute;
    right: 15%;
}
a{
    text-decoration: none;
    color: #000;
}
header{
    background: #efefef;
    position: relative;
}
.headerContainer{
    max-width: 1150px;
    margin: 0 auto;
}
header img{
    width: 150px;
    height: auto;
    margin: 5px 2% 0;
}
.headerEmergency{
    float: right;
    text-align: center;
    position: relative;
    top: 20px;
}
.headerEmergency p{
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}
p.headPhone{
    font-size: 45px;
    font-weight: 800;
}
.logo{
    float: left;
}
body{
    margin: 0;
    overflow-x: hidden;
}
.bodyContainer{
    max-width: 1150px;
}
nav{
    background: #000;
    clear: both;
    color: #fff;
    text-align: center;
}
nav a{
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
nav a:hover{
    color: #00baff;
}
nav ul{
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 0;
}
nav ul li{
    display: inline-block;
    font-size: 30px;
    padding: 5px 20px;
    font-weight: 300;
}
.heroBanner{
    position: relative;
    /*height: 500px;*/
    /*background: #ccc url(img/lroom.png)no-repeat 100%/cover;*/
}
.contactUsBanner{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 5px 10px #000;
    background: rgba(0,0,0,.9);
    padding: 25px 0;
}
.contactUsBanner h4{
    font-size: 60px;
    margin: 0;
    color: yellow;
}
.contactUsBanner p{
    width: 65%;
    margin: 0 auto;
    font-size: 1.5vw;
}
.contactMain{
    overflow: hidden;
}
.map{
    height: 40vh;
    width: 35%;
    float: right;
    -webkit-box-shadow: 0px 7px 5px 2px #000;
            box-shadow: 0px 7px 5px 2px #000;
    overflow: hidden;
    position: relative;
}
.map iframe{
    height: 100%;
    width: 100%;
}
.rsMinW .rsSlide{
    background: #efefef;
}
.royalSlider{
    width: 100%;
    /*height: 55vh;*/
}
.royalSlider p{
/*    position: absolute;
    top: 0;*/
}
.uConstruction{
    text-align: center;
    background: #f00;
    color: #fff;
    font-size: 30px;
}
.hpageContent{
    overflow: hidden;
    position: relative;
}
.hpageContent hr{
    margin: 40px;
}
.services{
    overflow: hidden;
    position: relative;
}
.services h2{
    font-size: 35px;
}
.services hr{
    margin: 40px;
}
.services ul{
    /*width: 50%;*/
    position: relative;
    padding-top: 1px;
    width: 90%;
    margin: 15px auto;
    -webkit-box-shadow: 0px 1px 4px 1px;
            box-shadow: 0px 1px 4px 1px;
    min-height: 250px;
    
}
.services ul p{
    font-size: 1.3vw;
    margin: 5px;
}
.services ul h3{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 8px;
    margin: 18px 0;
    line-height: 2;
    font-size: 1.2vw;
}
.services ul li{
    padding-bottom: 20px;
    /*left: 25px;*/
    position: relative;
}
.leftSidebar{
    width: 20%;
    float: left;
}
.contactMain .leftSidebar{
    padding: 10px;
    height: calc(40vh - 20px);
    -webkit-box-shadow: 0px 7px 5px 2px #000;
    box-shadow: 0px 7px 5px 2px #000;
    width: calc(20% - 20px);
}
.contactMain img{
    margin-top: 45px;
    width: 100%;
}
.hpageContentText h1, .hpageContentText h2, .hpageContentText h3{
    position: initial;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
.hpageContentText h3{
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.8;
    margin-bottom: 10px;
    border-bottom: 4px solid;
}
.hpageContentText{
    margin: 0 auto;
    /*width: 85%;*/
}
.hpageContentText p{
    /*text-align: left;*/
    width: 95%;
    margin: 0 auto;
}
.hpageContentText p.contactUs{
    margin-top: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
}
.hpageContentText p.contactUs a{
    color: #017ac1;
    padding: 5px;
}
/*.hpageContentText ul li:before {
  content: "• ";
}*/
.hpageContentText ul{
    text-align: center;
    padding: 0;
}
.hpageContentText ul li{
    width: 30%;
    display: inline-block;
    color: #fff;
    background: #7b7979;
    margin: 5px;
    padding: 10px 5px;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 700;
    border-radius: 3px;
    -webkit-box-shadow: 1px 3px 4px 1px #000;
            box-shadow: 1px 3px 4px 1px #000;
}
.hpageContentText ul li p{
    font-size: 1.5vw;
    text-shadow: 1px 4px 4px #000;
}
.hpageContentText ul li img{
    width: 100%;
    max-height: 150px;
}
.hpageContentText ul li:nth-child(6){
    background: green;
}
.offerEstimates{
    background-image: -o-linear-gradient(160deg, #7b7979 39%,#000 25%);
    background-image: linear-gradient(290deg, #7b7979 39%,#000 25%);
    color: #fff;
    font-size: 2.5vw;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Bitter';
    padding: 20px 0;
    position: relative;
}
.offerEstimates ul{
    margin: 0;
    position: relative;
}
.offerEstimates ul li {
    display: inline-block;
    width: 60%;
}
.offerEstimates ul li:nth-child(2){
    text-align: right;
    font-size: 3.3vw;
    width: 35%;
}
.whyChoose{
    background: url(img/acPicture.webp) no-repeat right/45%;
    margin: 2% 5%;
}
.whyChoose ul{
    list-style: square;
    padding: 0;
}
.whyChoose h2{
    bottom: initial;
    padding: initial;
    border-top: initial;
    position: initial;
    z-index: initial;
    background: initial;
    left: initial;
    right: initial;
    color: initial;
    margin: initial;
    text-align: initial;
    font-size: 2vw;
    margin-bottom: 10px;
    line-height: 1.2;
}
.chooseList{
    width: 55%;
    font-size: 1.6vw;
    line-height: 1.8;
}
.vanBlock{
    background-image: -o-linear-gradient(160deg, #7b7979 45%, #000 25%);
    background-image: linear-gradient(290deg, #7b7979 45%, #000 25%);
    position: relative;
}
.vanWrapper{
    background: url(img/van.webp) no-repeat bottom right/60%;
}
.phoneVan{
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 57%;
}
.phoneVan img{
    height: 6vw;
    background: #7b7979;
    border-radius: 100%;
    border: 3px solid;
    padding: 7px;
    vertical-align: middle;  
}
.vanBlock h2{
    position: relative;
    bottom: initial;
    padding: initial;
    border-top: initial;
    position: initial;
    z-index: initial;
    background: initial;
    left: initial;
    right: initial;
    color: initial;
    margin: initial;
    text-align: initial;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.vanContent{
    position: relative;
    color: #fff;
    width: 40%;
    font-size: 1.5vw;
    padding: 1% 3%;
}
/*.choosePicture{
    background: url(img/heatingCooling.png) no-repeat center/contain;
}*/
.contactContent{
    float: left;
    width: 65%;
    height: 40vh;
}
.contactContentArea{
    width: 80%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    background: url(img/hvac.webp)no-repeat 100%/100%;
    -webkit-box-shadow: 0px 0px 3px 0px #000;
    box-shadow: 0px 0px 3px 0px #000;
    float: right;
}
.contactContentArea h3{
    text-align: center;
    margin: 60px 0;
    font-size: 38px;
}
.contactContentArea a{
    color: #3174f1;
    font-weight: 800;
}
.contactContentArea ul{
    font-size: 30px;
    list-style: none;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 15px;
    margin-top: 13%;
    background: rgba(255,255,255,0.90);
    text-shadow: 2px 0px 0px #000;
    -webkit-box-shadow: 0px 0px 7px 1px #000;
            box-shadow: 0px 0px 7px 1px #000;
}
.sidebar{
    float: right;
    /*width: 30%;*/
    width: 20%;
    text-align: center;
}
.flatService{
    font-size: 1.5vw;
    font-weight: 800;
    background: url(img/heatingCooling.png) no-repeat center/contain;
    color: #fffe00;
/*    -webkit-box-shadow: 0px 0px 4px 0px #000;
            box-shadow: 0px 0px 4px 0px #000;*/
    text-shadow: 4px 1px 12px #000;
    font-family: 'Bitter', serif;
    margin: 20px;
    text-transform: uppercase;
    float: left;
    position: relative;
}
.flatService p{
/*    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 1px 0px 8px 0px #000;
            box-shadow: 1px 0px 8px 0px #000;*/
    padding: 10px;
}
.flatService i{
    font-size: 2.5vw;
}
.heroBanner .flatService{
    font-size: 2.5vw;
    position: absolute;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    z-index: 5;
}
.heroBanner .flatService p{
     background: initial;
     -webkit-box-shadow: initial;
     box-shadow: initial;
}
.heroBanner .flatService i{
    font-size: 3.5vw;
}
.sidebar p{
    margin: 0;
}
.sidebar ul{
    list-style: none;
    width: 45%;
    -webkit-box-shadow: 0px 0px 4px 0px;
            box-shadow: 0px 0px 4px 0px;
    padding: 20px 0px 0px 0px;
}
.sidebar img{
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}
.sidebarLcontent{
    background: #0f0e9f;
    width: calc(80% - 2px);
    position: relative;
    left: 10%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.discounts{
    clear: both;
    height: 350px;
    background: #c2d7fd;
}
.discounts ul{
    max-width: 1150px;
    margin: 0 auto;
    list-style: none;
    height: 100%;
}
.discounts ul li{
    display: inline-block;
    height: 80%;
    width: 20%;
    background: rgba(255,255,255,.5) url(img/coupon.png)no-repeat 100%/100% 100%;
    margin: 35px 2%;
}
footer{
    clear: both;
    background: #efefef;
    position: relative;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 3px 1px #000;
            box-shadow: 0px 0px 3px 1px #000;
}
.footerContainer{
    height: 100px;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}
.footerContainer img{
    height: 90%;
    position: absolute;
    top: 5px;
    width: auto;
}
.footerContainer ul{
    text-align: center;
    position: relative;
    list-style: none;
    margin: 0;
}
.footerContainer ul li{
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
}
.footerContact{
    position: absolute;
    right: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0px 10px;
    font-weight: 800;
    font-size: 31px;
    z-index: 5;
}
.hpageContent .about{
    width: calc(80% - 40px);
}
.services .about{
    width: calc(80% - 40px);
}
.aboutSidebar{
    float: right;
    width: 15%;
    text-align: center;
    padding-right: 5%;
}
.aboutSidebar ul{
    list-style: none;
    list-style: none;
    padding: 10px;
    margin-right: 30px;
}
.aboutSidebar ul img{
    width: 100%;
}
.hpageContentText p{
    /*font-size: 16px;*/
    font-size: 18px;
}
p.hpageContentBottom{
/*    background: #000;
    color: #fff;
    padding: 12px;
    font-weight: 700;
    font-size: 20px;*/
    background: #ddd;
    padding: 12px;
    font-weight: 700;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 3px 2px;
            box-shadow: 0px 0px 3px 2px;
}

/*                                                                    Mobile                                                          */
@media (max-width: 420px){
    .desktop{
    display: none;
    }
    .mobile{
    display: block;
    }
h1, h2{
    font-size: 3.8vw;
    }
    .logo{
    float: initial;
    text-align: center;
    padding: 10px;
    }
    nav ul li{
    font-size: 8vw;
    }
    .flatService{
    margin: 12% 2%;
    }
    .heroBanner{
    /*height: 30vh;*/
    }
    .heroBanner img{
    height: 42vh;
    }
    .heroBanner .flatService{
    font-size: 3.4vw;
    }
    .heroBanner .flatService i{
    font-size: 5.5vw;
    }
    .heroBanner h1{
    border-bottom: 1px solid #fff;
    }
    .heroBanner h2{
    padding: 12px;
    bottom: -40px;
    border-top: 1px solid #fff;
    }
    h2.contactUsBottomBanner{
    bottom: 0;
    padding: 12px 0;
    }
    .contactUsBottomBanner img{
        height: 90%;
    }
    .bottomHero{
        font-size: 3.3vw;
        padding: 1% 4%;
    }
    .bottomHero span{
        right: 10%;
    }
    .royalSlider{
    height: 45vh;
    margin-bottom: 0;
    }
    .contactUsBanner h4 {
    font-size: 35px;
    margin-bottom: 15px;
    }
    .contactUsBanner p {
    width: 90%;
    font-size: 15px;
    }
    .contactContent{
    width: 100%;
    height: initial;
    }
    .contactContentArea{
    width: 100%;
    height: 30vh;
    background: url(img/hvac.png)no-repeat 100%/cover;
    }
    .contactContentArea a{
    font-weight: initial;
    }
    .contactContentArea ul{
    background: rgba(255,255,255,0.85);
    margin-top: 21%;
    word-break: break-all;
    }
    .contactContentArea ul li{
    font-size: 20px;

    }
    .contactMain .leftSidebar{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    height: initial;
    margin: 5px 0;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
            box-shadow: 0px 0px 15px 0px #000;
    }
    .contactMain img{
    margin-top: 15px;
    width: 70%;
    }
    .map{
    width: 100%;
    }
/*.royalSlider img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}*/
    .hpageContentText {
    float: initial;
    width: 95%;
    padding: 0;
    margin: 0 auto;
}
    .hpageContentText p{
        font-size: 12px;
    }
    .hpageContentText h3{
    font-size: 14px;
    line-height: 1.2;
    margin: 5px auto;
    padding: 5px 0;
    }
    .hpageContent hr {
    margin: 20px;
}
    .hpageContentText ul{
    padding: 0;
}
.hpageContentText ul li p{
    font-size: 5vw;
}
    .hpageContentText p.contactUs{
    margin-top: initial;
}
.hpageContentText ul li:before {
  content: "";
}
.vanContent{
    width: 55%;
    font-size: 3vw;
}
.vanContent ul{
    padding-left: 20px; 
}
.vanBlock{
    background-image: -o-linear-gradient(160deg, #7b7979 40%, #000 25%);
    background-image: linear-gradient(290deg, #7b7979 40%, #000 25%);
}
.vanLogo{
    position: absolute;
    width: 25%;
    right: 5%;
    top: 11%;
    background: #fff;
    padding: 10px;
    border-radius: 5%;
    -webkit-box-shadow: 1px 1px 11px 2px #000;
            box-shadow: 1px 1px 11px 2px #000;  
}
.phoneVan{
    font-size: 5vw;
    left: 54%;
    top: 52%;
}
.whyChoose{
    background: url(img/hvac.webp) no-repeat 60%/175%;
    margin: 0;
}
.whyChoose h2{
    font-size: 3vw;
    color: #fff;
    line-height: 1.2;
}
.chooseList{
    width: 55%;
    font-size: 3.2vw;
    line-height: 1.3;
    color: #fff;
    padding: 10px 0;
    text-shadow: 0px 3px 3px #000;
    font-weight: 700;
}
.chooseList ul{
    padding-left: 20px;
    margin: 0;
}
.chooseList ul li{
/*    margin-bottom: 5px;*/
}
.hpageContentText ul li {
    font-size: initial;
    width: initial;
    display: list-item;
}
    .headerEmergency{
    float: initial;
    top: initial;
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
    z-index: 100;
}
.headerEmergency p{
    margin: 0;
    font-size: 6vw;
    line-height: 1.5;
    background: #fe1e16;
    font-weight: 800;
}
p.headPhone{
    padding: 10px;
    color: #fff;
    background: #000;
    font-size: 8vw;
    text-align: right;
}
p.headPhone a{
    color: #fff;
}
p.headPhone span{
    padding-right: 20px;
}
.phoneIcon{
    width: initial;
    height: auto;
    margin: initial;
    position: absolute;
    left: 10px;
    padding-top: 2%;
}
.sidebarMobile{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 45px;
}
.sidebarMobile ul{
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 80px;
}
.sidebarMobile ul li{
    /*width: 50%;*/
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px #000;
            box-shadow: 0px 0px 2px 0px #000;
}
.sidebarLcontent{
    width: 95%;
    margin: 0 auto;
    position: initial;
    left: initial;
}
.sidebarMobile img {
    width: 95%;
}
#lz_overlay_wm .lz_overlay_wm_sh_act{
    bottom: 50px;
}
/*END*/
}