#efficiency nav ul li:hover,
#scrollIndicator,
.accordionWrapper div.title {
    cursor: pointer;
}

.selected,
.selected2,
.selected3 {
    text-indent: -9999;
}

    .selected a,
    .selected2 a,
    .selected3 a {
        visibility: hidden;
    }

#fullwidth video,
.accordionWrapper,
.menuBg2,
.menuBg3,
.wrap {
    overflow: hidden;
}

#efficiency nav ul li,
#part1Selector li,
#part2Selector li,
#part3Selector li,
.trainingTab2Part2Div ul ul li {
    list-style-type: none;
}

.jciCompare li a,
.menu ul li a,
.menu2 ul li a,
.menu3 ul li a,
.part1AnchorS2 {
    text-decoration: none;
}

@font-face {
    font-family: TradeGothic;
    src: url(../fonts/TradeGothicLTStd-BdCn20.eot);
    src: url(../fonts/TradeGothicLTStd-BdCn20.eot?#iefix) format('embedded-opentype'), url(../fonts/TradeGothicLTStd-BdCn20.woff) format('woff'), url(../fonts/TradeGothicLTStd-BdCn20.ttf) format('truetype'), url(../fonts/TradeGothicLTStd-BdCn20.svg) format('svg');
}

@font-face {
    font-family: MaureaBold;
    src: url(../fonts/maureajcilfml-bold-webfont.eot);
    src: url(../fonts/maureajcilfml-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/maureajcilfml-bold-webfont.woff2) format('woff2'), url(../fonts/maureajcilfml-bold-webfont.woff) format('woff'), url(../fonts/maureajcilfml-bold-webfont.ttf) format('truetype'), url(../fonts/maureajcilfml-bold-webfont.svg) format('svg');
}

@font-face {
    font-family: MaureaRegular;
    src: url(../fonts/maureajcilfml-regular-webfont.eot);
    src: url(../fonts/maureajcilfml-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/maureajcilfml-regular-webfont.woff2) format('woff2'), url(../fonts/maureajcilfml-regular-webfont.woff) format('woff'), url(../fonts/maureajcilfml-regular-webfont.ttf) format('truetype'), url(../fonts/maureajcilfml-regular-webfont.svg#svgFontName) format('svg');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: MaureaBold;
}

a,
i,
li,
p {
    font-family: MaureaRegular;
	font-size: 18px;
}

.menu,
.menu ul li a,
.menu3,
.menu3 ul li a {
    font-family: TradeGothic;
}

hr {
    border-top: 1px solid #fff;
    border-bottom: none;
}

.duration1 {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -animation: 1s;
    -ms-animation-delay: 1s;
}

.bg_sec2,
.duration2 {
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
}

.duration2 {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -animation: 2s;
    -ms-animation-delay: 2s;
}

.wrap {
    position: relative;
    background: #05348d;
}

#scrollIndicator:after,
#scrollIndicator:before {
    content: "";
    background-color: #bc0505;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    opacity: 0;
    position: absolute;
}

#fullwidthIntro {
    width: 100%;
    height: 100vh;
    background: #fff;
    min-height: 780px;
    opacity: 0;
    animation: trans ease .5s forwards;
    -webkit-animation: trans ease .5s forwards;
    -moz-animation: trans ease .5s forwards;
    -o-animation: trans ease .5s forwards;
    -ms-animation: trans ease .5s forwards;
}

#scrollIndicator {
    border-radius: 100%;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    left: 0;
    margin-top: -5px;
    transition: opacity 1.3s .5s;
    -webkit-transition: opacity 1.3s .5s;
    -moz-transition: opacity 1.3s .5s;
    -ms-transition: opacity 1.3s .5s;
}

    #scrollIndicator i {
        color: #bc0505;
        font-size: 20px;
        width: 18px;
        height: 18px;
        display: block;
        background-size: 12px;
        border-radius: 100%;
        position: absolute;
        left: 12px;
        top: 10px;
        z-index: 100;
    }

    #scrollIndicator:before {
        top: 0;
        left: 0;
        animation: jumper 1.8s .33333s ease-out infinite;
        -webkit-animation: jumper 1.8s .33333s ease-out infinite;
        -moz-animation: jumper 1.8s .33333s ease-out infinite;
        -ms-animation: jumper 1.8s .33333s ease-out infinite;
    }

    #scrollIndicator:after {
        animation: jumper 1.8s .66666s ease-out infinite;
        -webkit-animation: jumper 1.8s .66666s ease-out infinite;
        -moz-animation: jumper 1.8s .66666s ease-out infinite;
        -ms-animation: jumper 1.8s .66666s ease-out infinite;
    }

@-moz-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes jumper {
    0%, 100% {
        opacity: 0;
    }

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes trans {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes trans {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes trans {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes trans {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes trans {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#fullwidth {
    width: 100%;
    background: #ccc;
    height: 100vh;
}

#html5Loader {
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .95);
    position: fixed;
    z-index: 99;
}

    #html5Loader .fallback {
        top: 50%;
        position: absolute;
        text-align: center;
        width: 100%;
        color: #fff;
        vertical-align: middle;
        display: block;
        font-style: normal;
    }

#backgroundLayer1,
#backgroundLayer2,
#backgroundLayer3 {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: 3;
}

.menuBg,
.menuBg3 {
    border-top-right-radius: 50px;
}

#backgroundLayer1 {
    height: 650px;
    width: 650px;
    left: -188px;
    top: -318px;
}

#backgroundlayer2 {
    height: 517px;
    width: 517px;
    left: 70px;
    top: 70px;
}

#backgroundlayer3 {
    height: 396px;
    width: 396px;
    left: 65px;
    top: 65px;
}

.menuBg {
    height: 600px;
    width: 300px;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, .28) 0, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, .28) 0, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, .28) 0, rgba(125, 185, 232, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#471e5799', endColorstr='#007db9e8', GradientType=0);
    position: absolute;
    top: 445px;
    left: 190px;
}

.menu {
    position: absolute;
    top: 260px;
    left: -50px;
    font-size: 24px;
    z-index: 21;
}

    .menu ul li {
        width: 250px;
        text-align: right;
        display: block;
        list-style: none;
        padding: 5px 22px 5px 10px;
    }

        .menu ul li a {
            text-align: right;
            color: #fff;
            display: block;
        }

.selected {
    background-color: #030e84;
    position: absolute;
    top: 66px;
    left: 40px;
    z-index: -2;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

#fullwidth video {
    height: 100vh;
    min-height: 100%;
    z-index: -99;
}

#content {
    width: 700px;
    height: 100%;
    float: right;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    z-index: 21;
    top: 0;
    right: 0;
    display: none;
    transition: all 2s linear;
}

    #content h2 {
        font-size: 50px;
        padding: 0 0 0 30px;
        margin: 20px 0;
        color: #666;
        z-index: 5;
    }

.contentPage1 {
    height: 100%;
    width: 43%;
    position: relative;
    margin-right: 10px;
}

    .contentPage1 p {
        padding: 0 10px 0 40px;
        font-size: 22px;
        margin-top: 0;
    }

.OutdoorUnit {
    height: 560px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.OutdoorUnitPanel1 {
    position: absolute;
    top: 90px;
    left: 173px;
    height: 245px;
    z-index: 2;
    transition: .3s ease-in;
}

.OutdoorUnitPanel2 {
    position: absolute;
    top: 290px;
    left: 168px;
    height: 235px;
    z-index: 2;
    transition: .4s ease-in;
}

.OutdoorOpenUnit {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 173px;
    height: 430px;
}

.menuBg3,
.menuBg3:before {
    left: 0;
    position: absolute;
}

.clickPanel {
    z-index: 3;
    position: absolute;
    bottom: 50px;
    right: 30px;
}

.small {
    font-size: 20px !important;
    margin-top: 8px !important;
}

.menuBg3 {
    height: 400px;
    width: 320px;
    border-right: 2px solid rgba(124, 170, 38, .9);
    top: 245px;
    z-index: 1;
}

    .menuBg3:before {
        content: '';
        top: 9%;
        width: 100%;
        height: 100%;
        border-top-right-radius: 0;
        background: rgba(124, 170, 38, .7);
        background: -webkit-linear-gradient(rgba(124, 170, 38, .7) 0, rgba(124, 170, 38, .7) 50%, rgba(124, 170, 38, 0) 100%);
        box-shadow: 00px 100px 1000px 1px #ccc;
    }

.selected3 {
    background-color: #30430c;
    position: absolute;
    top: 45px;
    z-index: -2;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.selectTab1 {
    top: 45px;
}

.selectTab2 {
    top: 90px;
}

.selectTab3 {
    top: 135px;
}

.selectTab4 {
    top: 180px;
}

.selectTab5 {
    top: 225px;
}

.menu3 {
    position: absolute;
    top: 320px;
    left: -50px;
    font-size: 24px;
    z-index: 21;
}

    .menu3 ul li {
        width: 300px;
        text-align: right;
        display: block;
        list-style: none;
        padding: 5px 22px 5px 10px;
    }

.imgLayer1,
.page3Layer1 {
    width: 100%;
    display: block;
}

.menu3 ul li a {
    text-align: right;
    color: #fff;
    display: block;
}

.menu3 ul li:hover {
    background: rgba(0, 0, 0, .1);
}

.menu3 ul li:active {
    background: rgba(0, 0, 0, .2);
}

.page3Layer1 {
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
}

.imgLayer1 {
    position: absolute;
    top: 0;
    transition: top 1s ease;
}

.imgTab1 {
    top: 0;
}

.imgTab2 {
    top: -550px;
}

.imgTab3 {
    top: -1300px;
}

.imgTab4 {
    top: -1700px;
}

.imgTab5 {
    top: -2280px;
}

#content3,
.ctm3Img {
    top: 0;
    position: absolute;
}

#content3 {
    background: rgba(255, 255, 255, .8);
    height: 100%;
    width: 700px;
    right: 50px;
    z-index: 5;
}

.part1h2 h2,
.part2h2 h2,
.part3h2 h2,
.part5h2 h2 {
    color: #666;
    font-size: 60px;
    margin: 0;
    text-align: right;
    padding: 30px 40px;
}

.part4h2 h2 {
    color: #666;
    font-size: 35px;
    margin: 0;
    text-align: right;
    padding: 30px 40px;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.contentMain3_1 {
    width: 100%;
    height: auto;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    -animation: .5s;
    -ms-animation-delay: .5s;
}

.bg_sec2,
.part2Bg,
.part3Bg {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}

.contentMain3_1 p,
.ctm3BottomPart p {
    padding: 0 25px;
    margin: 0;
    font-size: 15px;
}

#theTeam_container2 p {
    padding-left: 14px;
}

.contentMain3_1 img {
    width: 73%;
    padding-left: 40px;
    margin: 20px;
}

.ctm3Img {
    z-index: -2;
    left: 0;
    width: 500px;
}

.ctm3Img2 {
    position: absolute;
    right: 0;
    top: 130px;
    width: 330px;
}

.ctm3BottomPart {
    width: 100%;
    padding: 20px;
    height: auto;
    position: absolute;
    top: 40%;
}

    .ctm3BottomPart p {
        padding: 0 20px 0 0;
        margin: 0;
        font-size: 22px;
    }

    .ctm3BottomPart ul {
        width: 45%;
    }

        .ctm3BottomPart ul li {
            font-size: 22px;
        }

    .ctm3BottomPart img {
        width: 300px;
        margin-right: 20px;
    }

.contentMain3_5 {
    margin-top: -40px;
    width: 97%;
    margin-left: 0;
}

    .contentMain3_5 p {
        margin: 20px 0;
    }

    .contentMain3_5 p,
    .ctn5BottomPart li {
        padding-left: 40px;
        font-size: 22px;
    }

.accordionWrapper {
    display: inline-block;
    background-color: #fff;
}

    .accordionWrapper img {
        vertical-align: top;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .accordionWrapper div {
        display: inline;
        float: left;
        margin: auto;
    }

        .accordionWrapper div.content {
            display: none;
        }

.set {
    background: #add6ff;
    background: -moz-linear-gradient(top, rgba(173, 214, 255, 1) 0, rgba(37, 165, 208, 1) 48%, rgba(1, 139, 195, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(173, 214, 255, 1) 0, rgba(37, 165, 208, 1) 48%, rgba(1, 139, 195, 1) 100%);
    background: linear-gradient(to bottom, rgba(173, 214, 255, 1) 0, rgba(37, 165, 208, 1) 48%, rgba(1, 139, 195, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#add6ff', endColorstr='#018bc3', GradientType=0);
    padding: 1px 0;
    height: 50px;
}

.title h2 {
    padding: 5px 20px;
    margin: 5px 0;
    color: #fff;
    text-shadow: 3px 3px 5px #333;
    font-size: 24px;
}

.acrdTab2Part2Div {
    width: 48%;
}

    .acrdTab2Part2Div img {
        margin-top: 0 !important;
    }

.trainingTab2Part2Div {
    width: 98%;
    position: absolute;
    left: 0;
}

    .trainingTab2Part2Div img {
        position: absolute;
        right: 20px;
        top: 120px;
        width: 250px !important;
    }

    .trainingTab2Part2Div ul li {
        font-size: 17px;
    }

.part3tab2slide3img {
    margin-top: 5px !important;
}

.content {
    position: relative;
}

    .content p {
        padding: 5px 20px;
        font-size: 16px;
        color: #000;
    }

    .content img {
        width: 122%;
        padding: 0 10px;
    }

.sec3tab4part3Text1 {
    font-size: 15px;
    line-height: 20px;
}

.sec3tab4part3Div {
    position: absolute;
    width: 400px;
    height: 100px;
    float: right;
    bottom: 0;
    right: 40px;
}

.sec3tab4part3Text2 {
    font-size: 13px;
    font-style: italic;
    text-shadow: 0 1px 0 #fff;
}

.part3tab2slide3Text {
    position: absolute;
    font-size: 17px;
    top: 20px;
    width: 300px;
}

.acrdSec3Tab2Part2,
.acrdSec3Tab2Part2 li {
    line-height: 22px;
    font-size: 16px;
}

.part3tab2slide3img2 {
    position: absolute;
    z-index: 6;
    left: 185px;
    width: 240px !important;
    top: 50px;
}

.bg_sec2,
.menuBg2 {
    position: absolute;
    left: 0;
}

#accordion2 {
    margin-top: -30px;
}

.acrdSec3Tab2Part1 {
    width: 100% !important;
    z-index: -1;
    margin: 0 !important;
}

.acrdSec3Tab2Part2 {
    width: 40%;
    position: absolute;
    top: 0;
    font-family: MaureaBold;
}

.menu2,
.menu2 ul li a {
    font-family: TradeGothic;
}

.acrdSec3Tab2Part3 {
    position: absolute;
    display: block;
    right: 80px;
    top: 30px;
    width: 51%;
    clear: both;
    z-index: 2;
}

    .acrdSec3Tab2Part3 li {
        position: absolute;
        list-style: none;
    }

#fullwidth2 {
    width: 100%;
    height: 100vh;
    min-height: 785px;
    background: url(../images/section2/Section%202%20Anin%20BG.jpg) right center;
    background-size: cover;
}

:root #fullwidth2,
_:-ms-fullscreen {
    min-height: 815px;
}

@-moz-document url-prefix() {
    #fullwidth2 {
        min-height: 797px;
    }
}

.menuBg2 {
    height: 400px;
    width: 260px;
    background: rgba(1, 139, 135, .5);
    background: -webkit-linear-gradient(rgba(1, 139, 135, .5) 0, rgba(1, 139, 135, .5) 50%, rgba(1, 139, 135, 0) 100%);
    background: -moz-linear-gradient(rgba(1, 139, 135, .5) 0, rgba(1, 139, 135, .5) 50%, rgba(1, 139, 135, 0) 100%);
    background: -o-linear-gradient(rgba(1, 139, 135, .5) 0, rgba(1, 139, 135, .5) 50%, rgba(1, 139, 135, 0) 100%);
    background: -ms-linear-gradient(rgba(1, 139, 135, .5) 0, rgba(1, 139, 135, .5) 50%, rgba(1, 139, 135, 0) 100%);
    top: 225px;
    border-top-right-radius: 40px;
    z-index: 1;
}

.menu2 {
    position: absolute;
    top: 260px;
    left: -50px;
    font-size: 24px;
    z-index: 21;
}

    .menu2 ul li {
        width: 240px;
        text-align: right;
        display: block;
        list-style: none;
        padding: 2px 22px 2px 10px;
    }

        .menu2 ul li a {
            text-align: right;
            color: #fff;
            display: block;
        }

.eff_default ul,
.part1AnchorS2 {
    font-family: MaureaBold;
}

.menu2 ul li:hover {
    background: rgba(0, 0, 0, .1);
}

.menu2 ul li:active {
    background: rgba(0, 0, 0, .2);
}

.selected2 {
    background-color: rgba(0, 70, 78, .86);
    position: absolute;
    top: 43px;
    z-index: -2;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.redText {
    color: #ED0000;
}

.headerGlow {
    width: 350px;
    height: 350px;
    float: right;
    margin-right: -400px;
    margin-top: -60px;
    z-index: 1;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 153, 1) 0, rgba(255, 255, 232, 0) 77%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 153, 1) 0, rgba(255, 255, 232, 0) 77%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 153, 1) 0, rgba(255, 255, 232, 0) 77%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff99', endColorstr='#00ffffff', GradientType=1);
}

.contentMain2_1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 110px;
    display: block;
    clear: both;
}

#content2_ZonedApproach {
    width: 810px;
    height: 100%;
    position: absolute;
    right: 0;
    overflow: hidden;
}

@media all and (min-width:1231px) and (max-width:1450px) {
    #content2_ZonedApproach {
        left: 470px;
        right: auto;
    }
}

.bg_sec2 {
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    z-index: 0;
    animation-duration: 2s;
    -animation: 1s;
    -ms-animation-delay: 1s;
}

.part2Bg,
.part3Bg,
.part4Bg,
.part8Bg {
    width: 97%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    z-index: 0;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    display: block;
    position: absolute;
    margin: 0;
}

.part2Bg,
.part3Bg {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 35%, rgba(255, 255, 255, .14) 49%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 35%, rgba(255, 255, 255, .14) 49%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 35%, rgba(255, 255, 255, .14) 49%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=0);
    animation-duration: 2s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.part4Bg,
.part8Bg {
    background: rgba(255, 255, 255, .8);
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.unitsBunch {
    width: 330px;
    position: absolute;
    top: 190px;
    left: 280px;
    z-index: 4;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.airflow {
    width: 100px;
    position: absolute;
    z-index: 99;
    opacity: .7;
}

.blue1 {
    left: 590px;
    top: 320px;
}

.blue1_1 {
    left: 690px;
    top: 110px;
}

.blue2 {
    left: 450px;
    top: 270px;
}

.blue2_1 {
    left: 600px;
    top: 75px;
}

.blue3 {
    top: 468px;
    left: 400px;
}

.blue4 {
    top: 400px;
    left: 485px;
}

.blue5 {
    top: 605px;
    left: 225px;
    transform: skewY(-30deg);
}

.red1 {
    top: 468px;
    left: 400px;
}

#btn21,
#btn22,
.red1_1 {
    left: 575px;
}

.red1_1 {
    top: 198px;
}

.red2 {
    top: 605px;
    left: 225px;
    transform: skewY(-30deg);
}

.red2_1 {
    top: 280px;
    left: 470px;
    transform: skewY(-30deg);
}

.red3 {
    top: 400px;
    left: 485px;
}

.red3_1 {
    top: 155px;
    left: 630px;
}

.red4 {
    left: 590px;
    top: 320px;
}

.red5 {
    left: 450px;
    top: 270px;
}

.unit {
    height: 145px;
    position: absolute;
    transition: .8s ease;
}

.unit_1 {
    z-index: 3;
}

.unit_2 {
    top: 233px;
    z-index: 2;
}

.unit_3 {
    top: 208px;
    z-index: 1;
}

.unit_4 {
    z-index: 1;
    right: -150px;
    top: 0;
}

.duct {
    width: 60px;
    position: absolute;
    transition: .5s ease-in;
}

.schematic_tab1 {
    z-index: 4;
    width: 80%;
    position: absolute;
    top: 200px;
    left: 30px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.office {
    z-index: 0;
    top: 30px;
    position: absolute;
    width: 100%;
}

:root .office,
_:-ms-fullscreen {
    top: 40px;
}

.duct_10,
.duct_11,
.duct_12,
.duct_13,
.duct_14,
.duct_3,
.duct_4,
.duct_5,
.duct_6,
.duct_7,
.duct_8,
.duct_9 {
    right: -100px;
    top: 0;
    display: block;
    z-index: 2;
}

.component {
    position: absolute;
    right: 120px;
    height: 480px;
    top: 128px;
    z-index: 2;
}

.people,
.shade {
    position: absolute;
    z-index: 3;
}

.shade {
    width: 650px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .1;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.blueShade {
    top: 280px;
    right: -60px;
}

.redShade {
    top: 100px;
    right: 0;
}

.people {
    top: 420px;
    width: 200px;
    left: 345px;
}

.contentText1_1,
.contentText1_2,
.contentText1_3,
.contentText1_4,
.contentText1_5,
.contentText1_6,
.contentText1_7,
.contentText1_8 {
    background: rgba(255, 255, 255, .8);
    width: 280px;
    z-index: 5;
    font-style: italic;
    position: absolute;
    padding: 10px;
}

.contentText1_1,
.contentText1_2,
.contentText1_3 {
    top: 400px;
    left: 30px;
}

.contentText1_4 {
    top: 130px;
    left: 20px;
    width: 320px;
}

.contentText1_5 {
    right: 20px;
    top: 70px;
    width: 200px;
}

.contentText1_6 {
    top: 500px;
    left: 55%;
}

.contentText1_7 {
    top: 400px;
    left: 20px;
    width: 250px;
}

.contentText1_8 {
    top: 250px;
    left: 25%;
    width: 240px;
}

.contentText2_1,
.contentText2_2,
.contentText2_4 {
    width: 300px;
    position: absolute;
    font-size: 22px;
}

.contentText2_1 {
    top: 15px;
    right: 170px;
}

.contentText2_2 {
    top: 55px;
    right: 70px;
    text-align: right;
}

.contentText2_4 {
    top: 240px;
    left: 40px;
}

.contentText3_click2 {
    position: absolute;
    left: -90px;
}

.contentText3_default,
.contentText3_1,
.contentText3_2,
.contentText3_3,
.contentText3_4 {
    width: 400px;
    position: absolute;
    font-size: 24px;
    top: -20px;
    left: 300px;
    text-align: left;
}

.contentText3_5 {
    width: 480px;
    position: absolute;
    top: -20px;
    left: 300px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

    .contentText3_5 ul li {
        font-size: 14px;
    }

.contentText4_1,
.contentText5_1,
.contentText9_1 {
    width: 400px;
    position: absolute;
    font-size: 24px;
    top: -20px;
    left: 40px;
}

.contentText4_1 {
    width: 350px;
}

    .contentText4_1 li {
        margin: 15px 0;
    }

.contentText5_1 li {
    margin: 25px 0;
}

.contentText9_1 {
    position: absolute;
    top: 130px;
}

    .contentText9_1 li {
        margin: 30px 0;
    }

.contentText7_1 {
    font-size: 21px;
    margin-top: -10px;
}

.jciCompare {
    width: 690px;
    position: absolute;
    top: 236px;
    left: 96px;
    z-index: 7;
}

    .jciCompare li {
        margin-left: 30px;
        list-style: none;
    }

        .jciCompare li a {
            background: #007fb8;
            padding: 8px 12px;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            border-radius: 5px;
            /* border: 1px solid #ccc; */
            width: 256px;
            display: block;
            margin-bottom: 5px;
        }

            .jciCompare li a:hover, .jciCompare li a:focus, .jciCompare li a:active, .jciCompare li a:visited {
                background: #05348e;
                color: #fff !important;
            }

.highlight {
    background: #05348e !important;
    color: #fff !important;
}

.part1h2S2,
.part2h2S2,
.part2h2S4x,
.part2h2S5x,
.part2h2S6x,
.part2h2S7x,
.part2h2S8x,
.part2h2S9x,
.part3h2S2,
.part4h2S2,
.part5h2S2 {
    position: relative;
    display: block;
}

    #part1Selector,
    #part2Selector,
    #part3Selector,
    .clickIndicator,
    .ductBunch,
    .liftAnim,
    .lines,
    .part1h2S2 ul,
    .pipes,
    .pipes1,
    .pipes3,
    .sprite,
    .unitFrame,
    .unitFrame2,
    .unitFrame3,
    .zonedH2,
    .customization_systemSizes_texts {
        position: absolute;
    }

    .part1h2S2 h2,
    .part2h2S2 h2,
    .part2h2S4x h2,
    .part2h2S5x h2,
    .part2h2S6x h2,
    .part2h2S7x h2,
    .part2h2S8x h2,
    .part2h2S9x h2,
    .part3h2S2 h2, #operatingRange h2, #easeofmaintenance h2 {
        z-index: 5;
        color: #666;
        font-size: 50px;
        margin: 0;
        text-align: right;
        padding: 40px 70px 20px 40px;
        float: right;
        line-height: 45px;
    }

    .part4h2S2 h2,
    .part5h2S2 h2 {
        color: #666;
        text-align: right;
        padding: 30px 40px;
        margin: 0;
    }

    .part5h2S2 h2 {
        font-size: 60px;
    }

    .part4h2S2 h2 {
        font-size: 35px;
    }

.zonedH2 {
    width: 300px;
    float: right;
    padding-right: 30px;
    top: 00px;
    right: 0;
}

.clickIndicator {
    border: 3px solid red;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    left: 15px;
    top: 3px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#clickIndicator i {
    margin: 0;
    padding: 1px 0 0 2px;
}

.part1h2S2 ul {
    z-index: 5;
}

.part1AnchorS2 {
    color: #000;
    font-size: 20px;
}

    .part1AnchorS2:hover {
        color: #b22222;
    }

#part1Selector,
#part2Selector,
#part3Selector {
    z-index: 4;
}

    #part1Selector li {
        margin: 7px 0;
    }

#part1Selector {
    top: 20px;
}

#part2Selector {
    top: 90px;
    width: 400px;
}

    #part2Selector li {
        margin: 0;
    }

        #part2Selector li a {
            margin: 10px 0;
            line-height: 25px;
        }

#part3Selector {
    top: 90px;
}

#part2Selector li span {
    margin-top: -11px !important;
}

#part3Selector li a {
    line-height: 25px;
    margin: 7px 0;
}

.pipes {
    top: 500px;
    right: 100px;
    height: 200px;
    width: 350px;
    z-index: 5;
    opacity: .8;
}

.pipes1,
.pipes3 {
    width: 100px;
}

.pipes1 {
    left: 0;
    top: 0;
    animation: pipesMove1 3s infinite;
    animation-timing-function: ease;
    -webkit-animation: pipesMove1 3s infinite;
    -moz-animation: pipesMove1 3s infinite;
    -o-animation: pipesMove1 3s infinite;
    -ms-animation: pipesMove1 3s infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
}

.pipes2 {
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 130px;
    width: auto;
    animation: pipesMove2 3s infinite;
    animation-timing-function: ease;
    animation-delay: 1s;
    -webkit-animation: pipesMove2 3s infinite;
    -ms-animation: pipesMove2 3s infinite;
    -o-animation: pipesMove2 3s infinite;
    -moz-animation: pipesMove2 3s infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
}

.pipes3 {
    top: 30px;
    right: 0;
    animation: pipesMove3 3s infinite;
    animation-timing-function: ease;
    animation-delay: 2s;
    -webkit-animation: pipesMove3 3s infinite;
    -moz-animation: pipesMove3 3s infinite;
    -o-animation: pipesMove3 3s infinite;
    -ms-animation: pipesMove3 3s infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
}

@keyframes pipesMove1 {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes pipesMove1 {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-moz-keyframes pipesMove1 {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-o-keyframes pipesMove1 {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes pipesMove2 {
    0% {
        opacity: 0;
        bottom: -50px;
    }

    100% {
        opacity: 1;
        bottom: 50px;
    }
}

@-webkit-keyframes pipesMove2 {
    0% {
        opacity: 0;
        bottom: -50px;
    }

    100% {
        opacity: 1;
        bottom: 50px;
    }
}

@-moz-keyframes pipesMove2 {
    0% {
        opacity: 0;
        bottom: -50px;
    }

    100% {
        opacity: 1;
        bottom: 50px;
    }
}

@-o-keyframes pipesMove2 {
    0% {
        opacity: 0;
        bottom: -50px;
    }

    100% {
        opacity: 1;
        bottom: 50px;
    }
}

@keyframes pipesMove3 {
    0% {
        opacity: 0;
        right: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes pipesMove3 {
    0% {
        opacity: 0;
        right: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-moz-keyframes pipesMove3 {
    0% {
        opacity: 0;
        right: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-o-keyframes pipesMove3 {
    0% {
        opacity: 0;
        right: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

.liftAnim {
    right: 330px;
    top: 160px;
}

@keyframes liftanimation {
    0% {
        opacity: 0;
        left: -70px;
    }

    35% {
        opacity: 1;
        left: 110px;
        top: 200px;
    }

    100% {
        opacity: 1;
        left: 110px;
        top: -500px;
    }
}

@-webkit-keyframes liftanimation {
    0% {
        opacity: 0;
        left: -70px;
    }

    35% {
        opacity: 1;
        left: 110px;
        top: 200px;
    }

    100% {
        opacity: 1;
        left: 110px;
        top: -500px;
    }
}

@-moz-keyframes liftanimation {
    0% {
        opacity: 0;
        left: -70px;
    }

    35% {
        opacity: 1;
        left: 110px;
        top: 200px;
    }

    100% {
        opacity: 1;
        left: 110px;
        top: -500px;
    }
}

@-o-keyframes liftanimation {
    0% {
        opacity: 0;
        left: -70px;
    }

    35% {
        opacity: 1;
        left: 110px;
        top: 200px;
    }

    100% {
        opacity: 1;
        left: 110px;
        top: -500px;
    }
}

@keyframes liftanimation2 {
    0% {
        top: 80px;
    }

    100% {
        top: -650px;
    }
}

@-webkit-keyframes liftanimation2 {
    0% {
        top: 80px;
    }

    100% {
        top: -650px;
    }
}

@-moz-keyframes liftanimation2 {
    0% {
        top: 80px;
    }

    100% {
        top: -650px;
    }
}

@-o-keyframes liftanimation2 {
    0% {
        top: 80px;
    }

    100% {
        top: -650px;
    }
}

.sprite {
    width: 300px;
    top: 80px;
    animation: liftanimation2 4s forwards;
    animation-timing-function: linear;
    animation-delay: 2s;
    -webkit-animation: liftanimation2 4s forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -moz-animation: liftanimation2 4s forwards;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 2s;
    -ms-animation: liftanimation2 4s forwards;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 2s;
    -o-animation: liftanimation2 4s forwards;
    -o-animation-timing-function: linear;
    -o-animation-delay: 2s;
}

.unit_5 {
    left: -70px;
    top: 200px;
    transform: scale(1.9, 1.9) translate(0, 0) !important;
    -webkit-transform: scale(1.9, 1.9) translate(0, 0) !important;
    -moz-transform: scale(1.9, 1.9) translate(0, 0) !important;
    -o-transform: scale(1.9, 1.9) translate(0, 0) !important;
    -ms-transform: scale(1.9, 1.9) translate(0, 0) !important;
    animation: liftanimation 6s forwards;
    animation-timing-function: linear;
    -webkit-animation: liftanimation 6s forwards;
    -webkit-animation-timing-function: linear;
    -moz-animation: liftanimation 6s forwards;
    -moz-animation-timing-function: linear;
    -o-animation: liftanimation 6s forwards;
    -o-animation-timing-function: linear;
    -ms-animation: liftanimation 6s forwards;
    -ms-animation-timing-function: linear;
    z-index: 6;
}

.lines {
    top: 330px;
    right: 175px;
    z-index: 1;
}

    .lines img {
        width: 500px;
    }

.ductBunch {
    top: 350px;
    left: 120px;
}

    .ductBunch img {
        width: 600px;
    }

.unitFrame,
.unitFrame2, .unitFrame3 {
    left: -460px;
    width: 1400px;
    top: 45px;
    z-index: 3;
}

.Tab5Bg,
.Tab9Bg {
    top: -120px;
    right: 25px;
    position: absolute;
}

.Tab5Bg {
    z-index: 5;
}

.Tab9Bg {
    width: 100%;
    z-index: 2;
}

    .Tab9Bg img {
        float: right;
        z-index: 0;
    }

#efficiency {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 20px 0 40px;
}
/*edits*/
.efficencyBg {
    background: url(../images/section2/efficiency_bg1.png) top center no-repeat;
    background-size: contain;
    width: 700px;
}

.efficencyBg1, .efficencyBg2 {
    background: url(../images/section2/efficiency_bg1.png) top center no-repeat;
    background-size: contain;
    width: 700px;
}

.efficencyBg3 {
    background: url(../images/section2/efficiency_bg3.png) top center no-repeat;
    background-size: contain;
    width: 700px;
}

.efficencyBg4 {
    background: url(../images/section2/efficiency_bg4.png) top center no-repeat;
    background-size: contain;
    width: 700px;
}

.eff_default {
    position: absolute;
    top: -12px;
}

    .eff_default h3 {
        font-size: 34px;
        margin: 0;
        padding: 0;
    }

    .eff_default img {
        position: absolute;
        right: 0;
        top: -70px;
    }

    .eff_default ul {
        width: 340px;
        font-size: 18px;
        padding: 0 20px;
    }

.effSub li p {
    margin: 0;
    font-size: 15px;
}

/*edits*/
#efficiency nav {
    position: absolute;
    top: 360px;
}

    #efficiency nav ul {
        padding: 0;
    }

        #efficiency nav ul li {
            float: left;
            width: 175px;
            height: 290px;
            position: relative;
            color: #fff;
            text-align: center;
            display: inline-block;
            border-radius: 12px;
        }

            /*#efficiency nav ul li:nth-child(2) {
    width: 140px
}

#efficiency nav ul li:nth-child(3) {
    width: 155px
}*/

            #efficiency nav ul li img {
                width: 35px;
            }

            #efficiency nav ul li hr {
                margin: 0 0 10px;
            }

            #efficiency nav ul li:nth-child(1) img,
            #efficiency nav ul li:nth-child(2) img,
            #efficiency nav ul li:nth-child(4) img,
            #efficiency nav ul li:nth-child(5) img {
                position: absolute;
                left: 45px;
                bottom: 20px;
            }

            #efficiency nav ul li:nth-child(1) img,
            #efficiency nav ul li:nth-child(2) img {
                width: 40px;
                left: 40px;
            }

.inactiveList {
    background: rgba(0, 0, 0, .4);
}

#efficiency nav ul li p {
    font-size: 14px;
}

.semiTransparent {
    opacity: .5;
}

.eff_slide1,
.eff_slide2,
.eff_slide3,
.eff_slide4,
.eff_slide5 {
    top: -20px;
    position: absolute;
}

    .eff_slide2 li {
        font-size: 15px;
    }

    .eff_slide1 h3,
    .eff_slide2 h3,
    .eff_slide3 h3,
    .eff_slide4 h3 {
        font-size: 34px;
        margin: 0;
        padding: 0;
    }

    .eff_slide1 p,
    .eff_slide2 p,
    .eff_slide3 p,
    .eff_slide4 p {
        margin: 5px 0;
        padding: 0;
        font-size: 21px;
    }

    .eff_slide3 li {
        width: 250px;
        font-size: 21px;
        margin: 15px 0;
    }

.eff_slide2 {
    width: 86%;
}

    .eff_slide2 img {
        float: left;
        margin-left: 20px;
    }

.slide2_2 {
    width: 350px;
}

.eff_slide3 img {
    position: absolute;
    left: 300px;
    top: 50px;
    width: 400px;
}

.eff_slide4 {
    width: 87%;
}

    .eff_slide4 table {
        border: 1px solid #666;
        border-radius: 10px;
        width: 95%;
        font-family: MaureaRegular;
    }

        .eff_slide4 table tr {
            border: 1px solid #666;
            text-align: right;
        }

            .eff_slide4 table tr th {
                font-family: MaureaBold;
                font-size: 34px;
                padding: 15px;
                border-bottom: 1px solid #666;
                border-right: 1px solid #666;
            }

            .eff_slide4 table tr td {
                font-size: 21px;
                border-right: 1px solid #666;
                padding: 15px;
            }

                .eff_slide4 table tr td:nth-child(3),
                .eff_slide4 table tr th:nth-child(3) {
                    text-align: left;
                    border-right: none;
                    color: #0476B7;
                }

            .eff_slide4 table tr:nth-child(3) td {
                border-top: 1px solid #666;
            }

.VrfApplications {
    width: 83%;
    margin: 0 auto;
}

.ApplicationSlider {
    width: 100%;
    height: 550px;
    position: relative;
}

    .ApplicationSlider nav {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 230px;
    }

        .ApplicationSlider nav li {
            width: 20px;
            height: 20px;
            border: 3px solid #666;
            background: #ccc;
            border-radius: 50%;
            list-style-type: none;
            display: inline-block;
            cursor: pointer;
            margin-right: 20px;
        }

.sliderContainer div img {
    width: 100%;
}

.sliderContainer div h3,
.sliderContainer div p {
    margin: 10px 0;
    font-size: 18px;
}

.blue {
    background: #01B6C1 !important;
}

.appSlide6_content1,
.appSlide6_content2 {
    width: 49%;
    float: left;
}

.vrfStructure {
    /* position: absolute; */
    /* right: -30px; */
    /* top: 0; */
    /* width: 390px !important; */
	
	position: absolute;
    right: 98px;
    top: 114px;
    width: 537px !important;
}

.QuietComfort {
    width: 85%;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

#interiorShow,
.BT,
.btnClose,
.schematicinfo a,
.unitframeContainer {
    position: absolute;
}

.QuietComfort li {
    display: inline-block;
    width: 300px;
    list-style-type: circle;
}

    .BT,
    .QuietComfort li a {
        font-size: 22px;
        text-decoration: none;
        display: block;
        color: #000;
        line-height: 25px;
    }

        .QuietComfort li a:hover {
            color: #bc0505;
        }

.BT {
    z-index: 20;
}

.BenefitText1 {
    top: 400px;
    left: -10px;
    width: 200px;
}

.BenefitText2 {
    top: 560px;
    width: 150px;
    left: 0;
}

.BenefitText3 {
    left: 520px;
    top: 420px;
}

.content {
    margin-top: 5px !important;
}

.colorRed {
    color: #b22222 !important;
}

.unitframeContainer {
    left: 930px;
    top: 282px;
}

    .unitframeContainer img {
        width: 970px;
        position: relative;
    }

.unitFrameWrap {
    position: relative;
}

.unitframe2ClickContainer {
    height: 60px;
    width: 100px;
    top: 480px;
    left: -230px;
    z-index: 9;
    position: absolute;
}

    .unitframe2ClickContainer a {
        color: #333;
        font-size: 12px;
    }

#interiorShow {
    width: 300px;
    top: 260px;
    left: -289px;
    z-index: 10;
}

.btnClose {
    top: 10px;
    right: 10px;
}

.schematicinfo {
    width: 150px;
    height: 100px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px #333;
    transition: .3s ease;
    padding-right: 15px;
}

    .schematicinfo h4 {
        font-size: 11px;
        padding: 0 5px;
    }

    .schematicinfo p {
        font-size: 11px !important;
        padding: 0 5px;
    }

    .schematicinfo a {
        display: block;
        top: 0;
        right: 0;
    }

.btnSchematic,
.btnSchematic3 {
    display: block;
    padding: 0 5px;
    position: absolute !important;
    color: transparent;
    background: 0 0;
    width: 12px;
    height: 12px;
}

#sc19,
#sc20,
#sc26,
#sc27 {
    /*top: 240px;*/
    top: 228px;
}

.schematicinfo a img {
    margin: 0;
    width: 20px;
}

.btnSchematic3 {
    font-size: 10px;
}

    .btnSchematic2:active,
    .btnSchematic2:hover,
    .btnSchematic2:visited,
    .btnSchematic3:active,
    .btnSchematic3:hover,
    .btnSchematic3:visited,
    .btnSchematic:active,
    .btnSchematic:hover,
    .btnSchematic:visited {
        color: transparent;
    }

/*#singleCompressor  a,#dualCompressor a,#twodoorsingleCompressor a {
    background:#000;
}*/
#btn1,
#dc1 {
    top: 84px;
    left: 128px;
}

#btn2,
#dc2 {
    top: 84px;
    left: 154px;
}

#btn3,
#dc3 {
    top: 133px;
    left: 91px;
}

#btn4,
#dc4 {
        top: 134px;
    left: 153px;
}

#btn5,
#dc5 {
    top: 133px;
    left: 126px;
}

#btn6,
#dc6 {
    top: 154px;
    left: 35px;
}

#btn7,
#dc7 {
    top: 278px;
    left: 153px;
}

#btn8,
#dc8 {
    left: 93px;
    top: 330px;
}

#btn9,
#dc9 {
    left: 126px;
    top: 283px;
}

#btn10,
#dc10 {
    left: 153px;
    top: 329px;
}

#btn11,
#dc11 {
    left: 126px;
    top: 329px;
}

#btn12,
#dc12 {
    left: 35px;
    top: 352px;
}

#btn13,
#dc13 {
    left: 152px;
    top: 471px;
}

#btn14,
#dc14 {
    left: 92px;
    top: 523px;
}

#btn15,
#dc15 {
    left: 126px;
    top: 470px;
}

#btn16,
#dc16 {
    left: 126px;
    top: 523px;
}

#btn17,
#dc17 {
    left: 152px;
    top: 522px;
}

#btn18,
#dc18 {
    top: 548px;
    left: 35px;
}

#btn19 {
    top: 231px;
    left: 515px;
}

#dc19 {
    top: 232px;
    left: 591px;
}

#btn20 {
    top: 231px;
    left: 494px;
}

#dc20 {
    top: 231px;
    left: 609px;
}

#btn21 {
        top: 256px;
    left: 555px;
}

#btn22 {
        top: 272px;
    left: 554px;
}

#btn23 {
    top: 339px;
    left: 488px;
}

#sc23 {
    top: 341px;
    left: 524px;
}

#btn24 {
    top: 358px;
    left: 571px;
}

#dc21 {
   top: 256px;
    left: 652px;
}

#dc22 {
        top: 274px;
    left: 652px;
}

#dc23 {
    top: 338px;
    left: 481px;
}

#dc24 {
    top: 322px;
    left: 591px;
}

#dc25 {
    top: 245px;
    left: 608px;
}

#dc26 {
    top: 261px;
    left: 610px;
}

#dc27 {
   top: 357px;
    left: 668px;
}

#sc1 {
    top: 80px;
    left: 115px;
}

#sc2 {
    top: 80px;
    left: 139px;
}

#sc3 {
    top: 127px;
    left: 115px;
}

#sc4 {
    top: 128px;
    left: 81px;
}

#sc5 {
    top: 127px;
    left: 140px;
}

#sc6 {
    top: 149px;
    left: 27px;
}

#sc7 {
    top: 262px;
    left: 115px;
}

#sc8 {
    left: 140px;
    top: 262px;
}

#sc9 {
        left: 82px;
    top: 310px;
}

#sc10 {
    left: 115px;
    top: 310px;
}

#sc11 {
    left: 139px;
    top: 310px;
}

#sc12 {
        left: 29px;
    top: 331px;
}

#sc13 {
    left: 115px;
    top: 444px;
}

#sc14 {
    left: 139px;
    top: 444px;
}

#sc15 {
    left: 81px;
    top: 491px;
}

#sc16 {
    left: 115px;
    top: 491px;
}

#sc17 {
    left: 139px;
    top: 491px;
}

#sc18 {
    top: 512px;
    left: 28px;
}

#sc19 {
    left: 460px;
    top: 218px;
}

#sc20 {
    top: 218px;
    left: 478px;
}

#sc21 {
   top: 243px;
    left: 517px;
}

#sc22 {
   top: 257px;
    left: 517px;

}

#sc24 {
        top: 319px;
    left: 453px;
}

#sc25 {
    top: 336px;
    left: 532px;
}

#sc26 {
   left: 763px;
    top: 216px;
}


#sc27 {
    top: 216px;
    left: 780px;
}

#sc28 {
    left: 819px;
    top: 242px;
}

#sc29 {
    left: 818px;
    top: 257px;
}

#sc30 {
        left: 756px;
    top: 319px;
}

#sc31 {
    top: 335px;
    left: 834px;
}

@media all and (max-width: 1450px) {
    #sc19,
    #sc20,
    #sc26,
    #sc27 {
        /*top: 240px;*/
        top: 195px;
    }

    .schematicinfo a img {
        margin: 0;
        width: 20px;
    }

    .btnSchematic3 {
        font-size: 10px;
    }

        .btnSchematic2:active,
        .btnSchematic2:hover,
        .btnSchematic2:visited,
        .btnSchematic3:active,
        .btnSchematic3:hover,
        .btnSchematic3:visited,
        .btnSchematic:active,
        .btnSchematic:hover,
        .btnSchematic:visited {
            color: transparent;
        }

    #btn1,
    #dc1 {
        top: 60px;
        left: 100px;
    }

    #btn2,
    #dc2 {
        top: 75px;
        left: 100px;
    }

    #btn3,
    #dc3 {
        top: 88px;
        left: 100px;
    }

    #btn4,
    #dc4 {
        top: 103px;
        left: 100px;
    }

    #btn5,
    #dc5 {
        top: 117px;
        left: 100px;
    }

    #btn6,
    #dc6 {
        top: 135px;
        left: 22px;
    }

    #btn7,
    #dc7 {
        top: 219px;
        left: 100px;
    }

    #btn8,
    #dc8 {
        left: 100px;
        top: 234px;
    }

    #btn9,
    #dc9 {
        left: 100px;
        top: 260px;
    }

    #btn10,
    #dc10 {
        left: 100px;
        top: 260px;
    }

    #btn11,
    #dc11 {
        left: 100px;
        top: 276px;
    }

    #btn12,
    #dc12 {
        left: 21px;
        top: 294px;
    }

    #btn13,
    #dc13 {
        left: 100px;
        top: 378px;
    }

    #btn14,
    #dc14 {
        left: 100px;
        top: 392px;
    }

    #btn15,
    #dc15 {
        left: 100px;
        top: 406px;
    }

    #btn16,
    #dc16 {
        left: 100px;
        top: 419px;
    }

    #btn17,
    #dc17 {
        left: 100px;
        top: 433px;
    }

    #btn18,
    #dc18 {
        top: 453px;
        left: 21px;
    }

    #btn19 {
        top: 195px;
        left: 414px;
    }

    #dc19 {
        top: 195px;
        left: 487px;
    }

    #btn20 {
        top: 195px;
        left: 398px;
    }

    #dc20 {
        top: 195px;
        left: 472px;
    }

    #btn21 {
        top: 217px;
        left: 447px;
    }

    #btn22 {
        top: 230px;
        left: 447px;
    }

    #btn23 {
        top: 299px;
        left: 460px;
    }

    #sc23 {
        top: 295px;
        left: 448px;
    }

    #btn24 {
        top: 283px;
        left: 391px;
    }

    #dc21 {
        top: 217px;
        left: 521px;
    }

    #dc22 {
        top: 268px;
        left: 472px;
    }

    #dc23 {
        top: 282px;
        left: 383px;
    }

    #dc24 {
        top: 296px;
        left: 583px;
    }

    #dc25 {
        top: 216px;
        left: 520px;
    }

    #dc26 {
        top: 230px;
        left: 520px;
    }

    #dc27 {
        top: 298px;
        left: 533px;
    }

    #sc1 {
        top: 64px;
        left: 101px;
    }

    #sc2 {
        top: 79px;
        left: 101px;
    }

    #sc3 {
        top: 91px;
        left: 101px;
    }

    #sc4 {
        top: 104px;
        left: 102px;
    }

    #sc5 {
        top: 118px;
        left: 102px;
    }

    #sc6 {
        top: 137px;
        left: 25px;
    }

    #sc7 {
        top: 217px;
        left: 102px;
    }

    #sc8 {
        left: 102px;
        top: 231px;
    }

    #sc9 {
        left: 102px;
        top: 245px;
    }

    #sc10 {
        left: 102px;
        top: 258px;
    }

    #sc11 {
        left: 102px;
        top: 273px;
    }

    #sc12 {
        left: 26px;
        top: 289px;
    }

    #sc13 {
        left: 102px;
        top: 370px;
    }

    #sc14 {
        left: 102px;
        top: 383px;
    }

    #sc15 {
        left: 102px;
        top: 396px;
    }

    #sc16 {
        left: 102px;
        top: 409px;
    }

    #sc17 {
        left: 102px;
        top: 422px;
    }

    #sc18 {
        top: 441px;
        left: 26px;
    }

    #sc19 {
        left: 404px;
    }

    #sc20 {
        left: 388px;
    }

    #sc21 {
        top: 215px;
        left: 436px;
    }

    #sc22 {
        top: 258px;
        left: 436px;
    }

    #sc24 {
        top: 279px;
        left: 382px;
    }

    #sc25 {
        top: 295px;
        left: 448px;
    }

    #sc26 {
        left: 641px;
    }

    #sc27 {
        left: 656px;
    }

    #sc28 {
        left: 689px;
        top: 215px;
    }

    #sc29 {
        left: 689px;
        top: 228px;
    }

    #sc30 {
        left: 636px;
        top: 278px;
    }

    #sc31 {
        top: 294px;
        left: 702px;
    }
}


#scroller {
    width: 63%;
    height: 60px;
    position: absolute;
    bottom: 45px;
    left: 203px;
    background: 0 0;
    border: none;
}

    #scroller a {
        background: 0 0;
        border: none;
    }



/*Suman Edits*/
@media all and (max-width: 1450px) and (min-width: 1366px) {
    .jci-main section h2{
        font-size: 36px;
        margin-left: 18px;
    }
    #refrigeration-cycle img{
        margin-left: -152px !important;
    }
    .cool1{
        margin-left: -156px;
    }
    .defrost3 {
        width:108% !important;
    }
    #refrigeration-cycle5 img,#refrigeration-cycle6 img,#refrigeration-cycle7 img,#refrigeration-cycle8 img {
        margin-left:-38px !important;
    }
    #submenu2 ul li a{
        font-size: 16px;
        padding: 9.5px 12px 6.5px 9px;
    }
    #submenu2 {
        height: 608px;
    /* z-index: 9999; */
    padding-bottom: 50px;
    margin-bottom: 100px;
    }
    #submenu2 ul {
        height:100%;
            margin-top: 33px;
    }
    #submenu2 ul li.selected2{
        display:none;
    }
    #submenu1 ul li a,#submenu3 ul li a {
        font-size: 18px;
    }
    #section-metasys-integration {
            width: 753px;
    }
    .part1h2S2 h2, .part2h2S2 h2, .part2h2S4x h2, .part2h2S5x h2, .part2h2S6x h2, .part2h2S7x h2, .part2h2S8x h2, .part2h2S9x h2, .part3h2S2 h2, #operatingRange h2, #easeofmaintenance h2{
        font-size: 40px;    margin-right: 32px;
    }
    .customization_systemSizes_texts h3,.customization_systemSizes_texts h3{
        font-size: 18px;
    }
    customization_systemSizes_texts p {
        
        font-size: 13px;
    }
    #ratedCapacity{
        width: 740px !important;
        height: 236px !important;
    }
    .ratedCapLinks li a {
        padding: 3px 14px 3px 14px !important;
    font-size: 18px !important;
    }
    .ratedCapImg li img{
        height: 131px !important;
    }
    #part2Selector li a {
        margin: 6px 0;
    }
    .customization_systemSizes_texts{
        bottom: -716px !important;
    }
    .contentText3_5{
        left: 272px;
    }
    .contentText3_5_1, .contentText3_5_2, .contentText3_5_3{
        width: 292px !important;
    }
    .pipingLimits1, .pipingLimits2, .pipingLimits3, .pipingLimits4, .pipingLimits5 {
        
        
        right: 48px !important;
        width: 419px !important;
    }
    .pipingLimitsControls tbody tr td{
        padding: 4px !important;
    }
    .efficiencyText {
        font-size: 15px !important;
        
    }
    #efficiency nav{
        top: 319px !important;
    }
    .opTexts h3 {
        font-size: 19px;
        margin: 0;
    }
    .opTexts p {
    font-size: 16px !important;
    }
    .contentText7_1{
        font-size: 15px;
    }
    .ApplicationSlider nav{
        height: 46px;
    }
    #easeofmaintenance{
            width: 708px !important;
    }
    #easeofmaintenance h2{
        padding: 40px 70px 20px 40px !important;
    }
    #easeofmaintenance img {
        width: 81% !important;
        
    }
    .selected3{
        display:none !important;
    }
    .imgTab5 {
        top: -2067px !important;
    }
    .ctm3BottomPart p,.ctm3BottomPart ul li,.contentMain3_5 p, .ctn5BottomPart li{
       font-size: 18px !important;
    }
     

}


.customization_systemSizes_texts {
    position: absolute;
    bottom: -742px;
    right: 36px;
    width: 760px;
    height: 400px;
}

    .customization_systemSizes_texts h3 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .customization_systemSizes_texts p {
        font-weight: bold;
        font-size: 17px;
    }

#ratedCapacity {
    width: 753px;
    height: 280px;
    background: #fff;
    padding: 0;
    padding-left: 4px;
}

.ratedCapLinks, .ratedCapLinks li {
    padding: 0;
    margin: 0;
}

    .ratedCapLinks li {
        display: inline-block;
    }

        .ratedCapLinks li a {
            padding: 3px 12px 3px 13px;
            display: block;
            background: #19979e;
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            margin-left: -3px;
        }

            .ratedCapLinks li a:hover, .ratedCapLinks li a:active, .ratedCapLinks li a:focus {
                background-color: #205fa0;
                color: #fff !important;
            }


.ratedCapTexts {
    padding: 0;
    margin: 0;
    background: #ccc;
    margin-left: -4px;
}

    .ratedCapTexts li {
        display: inline-block;
        font-size: 17px;
        color: #666;
        font-weight: bold;
    }

.ratedCapText1 {
    border-right: 1px solid #999;
    width: 250px;
}

.ratedCapText1, .ratedCapText2 {
    padding: 5px 10px;
}

.ratedCapImg {
    text-align: center;
}

    .ratedCapImg li {
        display: inline-block;
    }

        .ratedCapImg li img {
            height: 180px;
            margin: 10px 36px;
        }

.efficiencyText {
    font-size: 18px;
    width: 94%;
}

.triangleArrow {
    width: 43px;
    height: 22px;
    background: url(../images/section2/triangle.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 50px;
    transition: 0.1s linear;
}

.eff_images {
    height: 180px;
    width: 100% !important;
}

    .eff_images li {
        display: inline-block;
        margin-right: 43px;
    }

        .eff_images li:last-child {
            margin-right: 0px;
        }

        .eff_images li img {
            position: relative !important;
            right: 0;
            top: -12px;
            height: 216px;
            cursor: pointer;
        }

#operatingRange {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -110px;
    position: relative;
}

    #operatingRange h2 {
        text-align: left;
        width: 100%;
    }

.operatingRangeBg {
    height: 189px;
    width: 720px;
    background: url(../images/section2/tab10/range_01.png);
    background-repeat: no-repeat !important;
    /* margin: 25px 10px; */
    margin-top: 40px;
    margin-left: 28px;
    background-size: contain !important;
    padding: 0;
    transition: 0.2s ease-in-out;
}

.opTexts {
    width: 715px;
    margin-left: 35px;
}

    .opTexts p {
        font-size: 22px;
    }

.contentText3_5_1, .contentText3_5_2, .contentText3_5_3 {
    width: 318px;
    position: absolute;
    top: 0;
    left: 332px;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0px 1px 0px #cccbcb;
    text-align: justify;
}

.activeUnitframe {
    background: #40c6dc !important;
    box-shadow: 0px 0px 10px #999;
}

.pipingLimits1, .pipingLimits2, .pipingLimits3, .pipingLimits4, .pipingLimits5 {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 466px;
}

.pipingLimitsControls {
    margin: 0 auto;
     width: 300px; 
    height: auto;
    background: #fff;
    border: 1px solid #333;
     position: absolute; 
     top: 203px; 
     left: 10px; 
}

    .pipingLimitsControls tbody tr td {
        padding: 7px;
        font-weight: bold;
        font-size: 16px;
        border: 1px solid #333;
    }

        .pipingLimitsControls tbody tr td p.click2 {
            margin-left: 25px;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

    .pipingLimitsControls tbody tr:nth-child(2) td {
        background: #ccc;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .pipingLimitsControls tbody tr:nth-child(6) td {
    }

    .pipingLimitsControls tbody tr:nth-child(4) td, .pipingLimitsControls tbody tr:nth-child(5) td, .pipingLimitsControls tbody tr:nth-child(6) td, .pipingLimitsControls tbody tr:nth-child(7) td, .pipingLimitsControls tbody tr:nth-child(8) td {
        cursor: pointer;
    }

    .pipingLimitsControls tbody tr:nth-child(4):hover, .pipingLimitsControls tbody tr:nth-child(5):hover, .pipingLimitsControls tbody tr:nth-child(6):hover, .pipingLimitsControls tbody tr:nth-child(7):hover, .pipingLimitsControls tbody tr:nth-child(8):hover {
        background: #b4f3ff;
    }

.tblActive {
    background: #b4f3ff;
}

.margin_0 {
    margin-bottom: 0;
}

#easeofmaintenance {
    width: 775px;
    position: absolute;
    right: 0;
}

    #easeofmaintenance p {
        clear: both;
        padding-right: 45px;
        font-size: 22px;
    }

    #easeofmaintenance img {
        width: 88%;
        margin: 20px 0;
    }
    #easeofmaintenance h2{
        width: 100%;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    }

.easeofmaintenanceSpan2{
    font-size: 18px !important;
    position: absolute;
    bottom: -25px;
    right: 161px;
}
.easeofmaintenanceSpan1{
    font-size: 18px !important;
    position: absolute;
    bottom: -25px;
    left: 161px;
}
.plus {
    height:32px !important;
    margin: 0 !important;
    padding: 0;
}

@media screen and (max-width:1300px) {
    .wrap {
        width: 1360px;
    }
}

@media screen and (max-width:1024px) {
    .wrap {
        width: 1280px;
    }

    #fullwidth2 {
        height: 1024px;
    }
    .pipingLimitsControls{
       position: absolute;
    left: 0;
    bottom: -578px;
    width: 320px;

 }
    .unitframeContainer img {
        width: 500px;
        position: absolute;
        left: -636px;
        /* bottom: -859px; */
        top: 225px;
        /* left: 0; */
        z-index: -1;
    }
    #easeofmaintenance {
    width: 616px;
    position: absolute;
    right: 327px;
    /* height: 300px; */
    top: 120px;
    }  
    #easeofmaintenance h2 {
            font-size: 35px;
    }
    #easeofmaintenance p {
           font-size: 14px;
    }
    #easeofmaintenance img{
        width:82%;
    }

}
