/* =========================================================================== */
/* Fonts */
/* =========================================================================== */

    @font-face {
        font-family:'whitneyindexwhiterdlt';
        src: url('../fonts/whitneyindexwhiterdlt.woff') format('woff');
    }

    @font-face {
        font-family:'whitneyindexwhiterdbold';
        src: url('../fonts/whitneyindexwhiterdbold.woff') format('woff');
    }

    @font-face {
        font-family:'whitneylight';
        src: url('../fonts/whitneylight.woff') format('woff');
    }

    @font-face {
        font-family:'whitneymedium';
        src: url('../fonts/whitneymedium.woff') format('woff');
    }

    @font-face {
        font-family:'whitneybold';
        src: url('../fonts/whitneybold.woff') format('woff');
    }

    /* font-family: "HelveticaLight"; */
    @font-face {
        font-family: "HelveticaLight";
        src: url("../fonts/HelveticaLight.eot");
        src: url("../fonts/HelveticaLight.eot?#iefix")format("embedded-opentype"),
        url("../fonts/HelveticaLight.woff") format("woff"),
        url("../fonts/HelveticaLight.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
    }

/* =========================================================================== */
/* HTML */
/* =========================================================================== */

    html {
        height: 100%;
        margin: 0;
        padding: 0;
        color: rgb(0,0,0);
        font-size: 1em;
        line-height: 1.65em;
    }

    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: default;
        font-family:"HelveticaLight",Arial,helvetica,sans-serif;
        font-size: 16px;
        line-height: 1.65em;
        background-color: rgb(255,255,255);
    }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

/* =========================================================================== */
/* Main */
/* =========================================================================== */

    #main {
        position: relative;
        float: left;
        width: 100%;
        min-width: 990px;
        height: auto;
    }

    .btn {
        position: relative;
        float: right;
        clear: left;
        border:1px solid #ffffff;
        background-color:#3ac1ef;
        color:#ffffff;
        font-size:18px;
        width:175px;
        height:50px;
        line-height: 50px;
        text-align: center;
        cursor:pointer;
        text-decoration:none;
        text-transform: uppercase;
        font-family: whitneymedium;
    }

    .colorBlue {
        color: #3AC1EF;
    }

    .horLine {
        position: relative;
        float: left;
        width: 100%;
        height: 1px;
        background-color: #D4D4D4;
        margin: 50px 0;
    }

/* =========================================================================== */
/* Typography */
/* =========================================================================== */

    h1, h2, h3, h4, h5 {
        position: relative;
        float: left;
        clear: left;
        width: auto;
        height: auto;
        margin: 0% 0% 50px 0%;
        text-align: left;
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.5em;
        font-family: whitneymedium;
    }

    h3 {
        margin: 0% 0% 28px 0%;
        font-size: 24px;
        line-height: 26px;
        font-family: whitneymedium;
        text-transform: uppercase;
        width: 100%;
        font-weight: 500;
        text-align: center;
    }

    h4 {
        margin: 0% 0% 2.5% 0%;
        font-size: 1em;
        font-weight: 600;
    }

    p {
        position: relative;
        float: left;
        clear: left;
        width: auto;
        height: auto;
        margin-bottom: 0%;
        line-height: 1.65em;
        letter-spacing: 0.03em;
        text-align: left;
        font-weight: 500;
        font-family:"HelveticaLight",Arial,helvetica,sans-serif;
    }

    a, a:hover, a:active, a:focus, a:focus:hover {
        color: rgb(20,40,200);
    }

/* =========================================================================== */
/* Header */
/* =========================================================================== */

    #headerWrap {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 10% 0%;
        background-image: url(../img/headerBg.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }

    .headerText {
        position: relative;
        float: right;
        width: 60%;
        margin-right: 20%;
        max-width: 600px;
        font-size: 18pt;
        font-family: whitneylight, Arial, helvetica, sans-serif;
    }

    .headerTitle {
        position: relative;
        float: left;
        width: auto;
        padding: 10px 30px;
        font-size: 30px;
        margin-bottom: 5px;
        color: rgb(255,255,255);
        text-transform: uppercase;
        background-color: rgba(148,205,10,1);
    }

    .headerBlock {
        position: relative;
        float: left;
        padding: 30px;
        background-color: rgba(27,165,229,0.78);
    }

    #headerWrap h2 {
        color: rgb(5,41,59);
        line-height: 1.3em;
        font-family: whitneybold;
        margin-bottom: 20px;
    }

    #headerWrap p {
        margin-top: 0;
        line-height: 1.3em;
        font-family: whitneymedium;
        color: rgb(255,255,255);
        margin-bottom: 30px;
    }

    #headerWrap .btn {
        margin-right: 30px;
    }

    #logoHuawei {
        position: absolute;
        width: 300px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        margin-bottom: 2.5%;
        margin-left: 5%;
    }

    #logoAig {
        position: absolute;
        width: 120px;
        top: auto;
        right: 0%;
        bottom: 0;
        left: auto;
        margin-right: 5%;
        margin-bottom: 2.5%;
    }

/* =========================================================================== */
/* Cover */
/* =========================================================================== */

    #coverWrap {
        position: relative;
        float: none;
        clear: left;
        width: 990px;
        height: auto;
        margin: 0 auto;
        padding: 4% 0%;
    }

    #coverWrap p {
        width: 100%;
        text-align: center;
    }

    .cover {
        position: relative;
        float: left;
        width: 320px;
    }

    .coverInfoWrap {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 22px;
    }

    .coverNumber {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 5px;
        width: 50px;
        font-size: 40px;
        font-family: whitneybold;
        color: #3AC1EF;
    }

    .coverInfo {
        position: relative;
        float: left;
        margin-left: 50px;
        font-family: whitneymedium;
        line-height: 22px;
    }

    .coverImgWrap {
        position: relative;
        float: left;
        width: 320px;
        height: 400px;
        overflow: hidden;
    }

    .coverTextHidden {
        position: relative;
        float: left;
        font-size: 14px;
        line-height: 1.65em;
        color: #FFFFFF;
        z-index: 2;
        padding: 40px;
        font-family: whitneylight;
        opacity: 0;
       -webkit-transition: all 400ms ease-out;
          -moz-transition: all 400ms ease-out;
           -ms-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
               transition: all 400ms ease-out;
    }

    .coverTextHidden span {
        position: relative;
        float: left;
        clear: left;
        margin-top: 10px;
    }

    .coverLabel {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        height: 32px;
        line-height: 32px;
        padding: 0px 20px;
        color: #FFFFFF;
        font-weight: 600;
        background-color: #3AC1EF;
        letter-spacing: 1px;
        z-index: 3;
       -webkit-transition: all 400ms ease-out;
          -moz-transition: all 400ms ease-out;
           -ms-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
               transition: all 400ms ease-out;
    }

    .coverImg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }

    .coverImgMask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
       -webkit-transition: all 400ms ease-out;
          -moz-transition: all 400ms ease-out;
           -ms-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
               transition: all 400ms ease-out;
    }

    #coverA {
        margin-top: 70px;
        margin-left: 50px;
        z-index: 2;
    }

    #coverA .coverImg {
        background-image: url(../img/coverImg-1.png);
    }

    #coverB {
        margin-top: 70px;
        margin-left: 180px;
        z-index: 2;
    }

    #coverB .coverImg {
        background-image: url(../img/coverImg-2.png);
    }

    #coverC {
        clear: left;
        margin-top: -44px;
        margin-left: 110px;
        z-index: 1;
    }

    #coverC .coverImg {
        background-image: url(../img/coverImg-3.png);
    }

    #coverC .coverInfoWrap {
        margin-top: 22px;
    }

    #coverF {
        margin-top: -44px;
        margin-left: 180px;
        z-index: 1;
    }

    #coverF .coverImg {
        background-image: url(../img/coverImg-4.png);
    }

    #coverF .coverInfoWrap {
        margin-top: 22px;
    }

    .cover:hover .coverTextHidden {
       opacity: 1;
       -webkit-transition: all 400ms ease-out;
          -moz-transition: all 400ms ease-out;
           -ms-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
               transition: all 400ms ease-out;
    }

    .cover:hover .coverLabel {
       background-color: #94CD0A;
       -webkit-transition: all 400ms ease-out;
          -moz-transition: all 400ms ease-out;
           -ms-transition: all 400ms ease-out;
            -o-transition: all 400ms ease-out;
               transition: all 400ms ease-out;
    }

    .cover:hover .coverImgMask {
       opacity: 1;
    }

    #coverC:hover {
        z-index: 3;
    }

    #coverF:hover {
        z-index: 3;
    }

/* =========================================================================== */
/* Advantages */
/* =========================================================================== */

    #advantages {
        position: relative;
        clear: left;
        width: 910px;
        height: auto;
        margin: 0 auto;
    }

    #advantages h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .advantage {
        position: relative;
        float: left;
        clear: none;
        width: 30.33%;
        height: auto;
        padding: 1.5%;
        min-height: 150px;
    }

    #advantages div:first-child {
        
    }

    .advantageImgWrap {
        position: relative;
        float: left;
        left: 50%;
        height: 41px;
        overflow: hidden;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .advantage img {
        position: relative;
        float: left;
    }

    .advantage p {
        position: relative;
        text-align: center;
        font-size: 14px;
        font-family: whitneymedium;
        line-height: 20px;
        margin-top: 20px;
    }

/* =========================================================================== */
/* Slider */
/* =========================================================================== */

    #slider {
        position: relative;
        float: left;
        clear: left;
        width: 100%;
        height: 500px;
        margin-top: 50px;
        overflow: hidden;
    }

    #slider h3 {
        z-index: 1;
        color: #FFFFFF;
        margin-top: 50px;
    }

    #prev, #next {
        position: absolute;
        top: 50%;
        left: 5%;
        right: 0;
        width: 16px;
        height: 32px;
        bottom: auto;
        z-index: 2;
        opacity: 0.6;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
        -webkit-transform: translate(0%,-50%);
           -moz-transform: translate(0%,-50%);
            -ms-transform: translate(0%,-50%);
             -o-transform: translate(0%,-50%);
                transform: translate(0%,-50%);
        -webkit-transition: 400ms all ease-out;
           -moz-transition: 400ms all ease-out;
            -ms-transition: 400ms all ease-out;
             -o-transition: 400ms all ease-out;
                transition: 400ms all ease-out;
    }

    #prev {
        background-image: url(../img/prev.png);
    }

    #next {
        background-image: url(../img/next.png);
        right: 5%;
        left: auto;
    }

    #prev:hover, #next:hover {
        opacity: 1;
        -webkit-transition: 400ms all ease-out;
           -moz-transition: 400ms all ease-out;
            -ms-transition: 400ms all ease-out;
             -o-transition: 400ms all ease-out;
                transition: 400ms all ease-out;
    }

    .slide {
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        width: 910px;
        margin-top: 30px;
        height: auto;
        z-index: 1;
        color: #FFFFFF;
        font-family:"HelveticaLight",Arial,helvetica,sans-serif;
        -webkit-transform: translate(-50%,-50%);
           -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
             -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    }

    /*#slide1 {
        opacity: 0;
        visibility: hidden;
    }*/

    #slide2, #slide3, #slide3, #slide4 {
        opacity: 0;
        visibility: hidden;
    }

    #slide2 {
        left: 100%;
    }

    #slide3 {
        left: 200%;
    }

    #slide4 {
        left: 300%;
    }

    /*#slide3 {
        opacity: 1;
        visibility: visible;
    }*/

    .slide p {
        position: relative;
        float: left;
        width: 80%;
        margin-top: 10px;
        left: 10%;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .sliderBg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-image: url(../img/sliderImg.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }

/* =========================================================================== */
/* About */
/* =========================================================================== */

    #about {
        position: relative;
        clear: left;
        width: 990px;
        height: auto;
        margin: 0 auto;
    }

    #about h3 {
        margin: 50px 0px;
    }

    .aboutBlock {
        position: relative;
        float: left;
        color: #FFFFFF;
        padding: 40px 20px;
        font-size: 20px;
        font-family: whitneymedium;
    }

    .aboutBlock b {
        font-size: 29px;
        font-weight: 600;
        font-family: whitneybold;
    }

    #aboutBlock1 {
        width: 150px;
        height: 110px;
        background-color: #94CD0A;
    }

    #aboutBlock2 {
        width: 560px;
        height: 110px;
        margin: 0px 5px;
        font-size: 26px;
        background-image: url(../img/collageImg-1.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }

    #aboutBlock2 b {
        font-size: 36px;
    }

    #aboutBlock3 {
        width: 150px;
        height: 110px;
        font-size: 26px;
        background-color: #BBBBBB;
    }

    #aboutBlock3 b {
        font-size: 36px;
    }

    #aboutBlock3 img {
        position: absolute;
        top: auto;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translate(-50%,0%);
           -moz-transform: translate(-50%,0%);
            -ms-transform: translate(-50%,0%);
             -o-transform: translate(-50%,0%);
                transform: translate(-50%,0%);
    }

    #aboutBlock4 {
        padding: 0;
    }

    #aboutBlock4 .aboutBlockTop {
        height: 60px;
        padding: 40px 20px;
        background-color: #3AC1EF;
        margin: 5px 5px 5px 0px;
    }

    #aboutBlock4 .aboutBlockTop img {
        position: relative;
        float: left;
        line-height: 26px;
        margin-top: 3px;
        margin-right: 20px;
    }

    #aboutBlock4 .aboutBlockTop span {
        position: relative;
        float: left;
        line-height: 26px;
    }

    #aboutBlock4 .aboutBlockBottom {
        height: 60px;
        padding: 40px 20px;
        background-color: #3AC1EF;
        margin: 5px 5px 5px 0px;
        background-image: url(../img/collageImg-2.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }

    #aboutBlock5 {
        width: 460px;
        height: 205px;
        margin: 5px 5px 5px 0px;
        font-size: 26px;
        background-color: #3AC1EF;
        background-image: url(../img/map.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: 80%;
             -o-background-size: 80%;
                background-size: 80%;
    }

    #aboutBlock5 b {
        font-size: 36px;
    }

    #aboutBlock6 {
        width: 150px;
        padding: 0;
    }

    #aboutBlock6 .aboutBlockTop {
        width: 150px;
        height: 60px;
        padding: 40px 20px;
        margin: 5px 0px;
        background-color: #94CD0A;
    }

    #aboutBlock6 .aboutBlockTop b {
        position: relative;
        float: left;
        clear: left;
        font-size: 36px;
        margin-bottom: 11px;
    }

    #aboutBlock6 .aboutBlockTop span {
        position: relative;
        float: left;
        clear: left;
        font-size: 26px;
    }

    #aboutBlock6 .aboutBlockBottom {
        width: 150px;
        height: 80px;
        padding: 30px 20px;
        margin: 5px 0px;
        background-color: #94CD0A;
    }

    #aboutBlock6 .aboutBlockBottom b {
        font-size: 24px;
    }

    #aboutBlock6 .aboutBlockBottom span {
        position: relative;
        float: left;
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
    }

/* =========================================================================== */
/* Logo AIG */
/* =========================================================================== */

    #logoAigBlue {
        position: relative;
        float: left;
        clear: left;
        width: auto;
        height: auto;
        left: 50%;
        margin-top: 50px;
        -webkit-transform: translate(-50%,0%);
           -moz-transform: translate(-50%,0%);
            -ms-transform: translate(-50%,0%);
             -o-transform: translate(-50%,0%);
                transform: translate(-50%,0%);
    }

    #logoAigBlue img {
        position: relative;
        float: left;
        width: 110px;
    }

    #logoAigBlue span {
        position: relative;
        width: 100%;
        float: left;
        clear: left;
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
        font-family: whitneybold;
        color: #3AC1EF;
    }