@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,500,600,700,700i');
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}
body{
    font-family: 'Lato', sans-serif;
    /*background: url(../super-sujata/bg-1.png) repeat left top;*/
    color: #333;
    font-size: 16px;
    line-height:175%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{text-align:center;margin:10px auto 5px;padding:0;line-height:165%;}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5 {
    text-align: left !important;
    font-size:18px;
    font-weight:600;
}
a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    color:#333;
    -webkit-tap-highlight-color: transparent
}
.bodyText{
    background: url("../myImages/hvac-nyc.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bodyText a{
    border-bottom:.01em dotted #dadada !important;
}
img {vertical-align: middle;z-index:10000;}
figure{margin:5px 0 10px;z-index:10000;}
figcaption {text-align: center;font-size:10px;font-style: italic;margin:0 auto;line-height:140%}
hr {margin-top: 22px;margin-bottom: 22px;border: 0;border-top:1px solid rgba(255,255,255,.2);}
li {margin-left:30px;}
p{text-align:justify;margin-bottom:10px;}
table {border-collapse: collapse;border-spacing: 0;}

.borderBlack{border:0.1em solid black;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid #999;clear:both;margin:10px 0;}
.darkBlue{
    /*background-color: #3777bc;*/
    background-color: #3777bc;
}
.darkBlue2{
    background-color: #005baa;
    color:#CCC;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    line-height:1.4;
}
.darkBlue2_2{
    background-color: #002f5c;
    color: #005096;
    text-align:center;
    font-size:9px;
    padding-top:5px;
    padding-bottom:5px;
    line-height:1.4;
}
.lightBlue2{
    background-color:rgba(173,209,239,0.5);
    padding-bottom:20px;
}
.lightBlue{
    background-color:rgba(173,209,239,0.7);
    padding-bottom:20px;
}

.lightBlue h1{font-size:20px;}

.aa h4{
    display:inline;
    font-size:15px;
    margin:0 3px;
    color:#333;
}
.myNav{
    background: #0050a0;
}


footer{
    border-top:.01em dashed #b0b0b0;
    box-shadow: 5px 0 5px 0 #b0b0b0;
}
footer h2{
    text-align:left;
    font-size:17px;
}

footer li{
    list-style: none;
}

.div2{
    /*background:url("../../myAssets/myImages/bg_body.jpg") repeat left top;*/
    background:url("../../heating-ventilation-and-air-conditioning/usa-ny/new-york/hvac-images/new-york-boroughs-hvac-services-new-york.jpg") repeat center center fixed;
    /*background-color:rgba(230,230,220,0.2);*/
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

    padding-top:40px;
    padding-bottom:40px;
    border-top:1px dashed #333;
    border-bottom:1px dashed #333;
}

.div3{
    background-color:#eff5f8;
    padding-top:40px;
    padding-bottom:40px;
}
.div4{
    background-color:#3777bc;
    padding-top:20px;
    padding-bottom:20px;
}
.borderLight{
    border:.01em solid #e9ecef;
}




.social {
    margin:0 auto;
    /*position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);*/

}

.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed white;
    background-clip: content-box;
    padding: 10px;
    transition: .5s;
    color: #D7D0BE;
    /*margin-left: 15px;
    margin-right: 15px;*/
    font-size: 50px;
}

.social .link span {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social .link:hover {
    padding: 20px;
    color: white;
    margin-left: -5px;
    transform: translateX(10px) rotate(360deg);
}

.social .link.google-plus {
    background-color: tomato;
    color: white;
}

.social .link.twitter {
    background-color: #00ACEE;
    color: white;
}

.social .link.facebook {
    background-color: #3B5998;
    color: white;
}


/* ********************************************************************* */
#myTags{
    margin-top:30px;
    margin-bottom:40px;
}
div#myTags h4{
    background-color:white;
    margin:2px;
    display:inline-block;
    padding:5px;
    font-size:10px;
    color:#999;
    border:.01em solid rgba(0,0,0,0.1);



}/* ********************************************************************* */
.callToday{
    background: url("../../heating-ventilation-and-air-conditioning/usa-ny/new-york/hvac-images/grey-bg.jpg") no-repeat fixed top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#CCC;
    border-top:.01em solid #e9ecef;
    border-bottom:.01em solid #e9ecef;
    text-align: center;
}
.myJumbotron{
    background-color: #e9f3fb;
    border-radius:10px;
    border:.01em solid #dde5eb;
    padding: 0 10px;
    margin-bottom:50px;
}
.myDiv1{
    background:url("../../myAssets/myImages/bg_body.jpg") repeat left top;
    padding-top:30px;
    padding-bottom:30px;
}

.div1{
    background: url("../myImages/bg1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:75px;
    padding-bottom:75px;
    border-top:10px solid rgba(204, 204, 204, 0.3);
    border-bottom:10px solid rgba(204, 204, 204, 0.3);
    color:#666;
}
.part{
    width:75%;
    background-color: #dff0ff;
    border-radius:15px;
    border:.01em solid #CCC;
    padding:30px;
    margin:150px auto;
    text-align: center;
    color:#0056b3;
}
.bg-white-light{
    background-color:rgba(255,255,255,0.7);
    box-shadow: -5px 0 5px -5px #b0b0b0, 5px 0 5px -5px #b0b0b0;
    z-index: -10000;
}

.border-dashed-999{border:.01em dashed #999;}
.border-top-dashed-999{border-top:.01em dashed #999;}
.border-left-dashed-999{border-left:.01em dashed #999;}
.border-bottom-dashed-999{border-bottom:.01em dashed #999;}
.border-right-dashed-999{border-right:.01em dashed #999;}

.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:5px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}
.bg-2{
    background: url("../../heating-ventilation-and-air-conditioning/usa-ny/new-york/hvac-images/heating-services.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:75px;
    padding-bottom:75px;
    color:#CCC;
}
.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.table1{
    margin-top:75px;
    margin-bottom:50px;
}
.table1 td{
    font-size:11px;
    padding:0;
    text-align:center;
}
.bglightBlue{
    background-color: rgba(8, 137, 238, 0.4);
}
.fixDiv{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-top: -200px; /* Half the height */
    margin-left: -300px; /* Half the width */
    background-color: #dff5ff;
    padding:20px 40px;
    border-radius:20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.28);
    border:.01em solid #CCC;
    text-align:center!important;
}
.fixDiv2{
    cursor: pointer;
    margin-left:auto!important;
    margin-right:auto!important;
    width:30px;
}
.img100{max-width:100px;}
.img300{max-width:300px;}
.img400{max-width:400px;}




