﻿
 @font-face {
            font-family: 'Pictos';
            src: url('../fonts/pictos-web.eot');
            src: local('â˜º'), url('../fonts/pictos-web.woff') format('woff'), url('../fonts/pictos-web.ttf') format('truetype'), url('../fonts/pictos-web.svg#webfontIyfZbseF') format('svg');
            font-weight: normal;
            font-style: normal;
        }


        #welcome {
            font-size: 14px;
            color: #000;
            padding: 10px;
            background-color: #fff;
            box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
            margin-bottom: 0px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        #container {
            width: 100%;
            margin: 0 auto;
        }

        #progress {
            background-color: #fff;
            padding: 5px;
            margin-top: 0px;
            margin-bottom: 20px;
            box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
        }

            #progress .percent {
                background: #87C442;
                background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
                background-image: -webkit-linear-gradient(#9FD04F,#87C442);
                background-image: -moz-linear-gradient(#9FD04F,#87C442);
                background-image: -o-linear-gradient(#9FD04F,#87C442);
                background-image: -ms-linear-gradient(#9FD04F,#87C442);
                background-image: linear-gradient(#9FD04F,#87C442);
                width: 1%;
                height: 30px;
                position: relative;
            }

                #progress .percent .number {
                    position: absolute;
                    top: 0px;
                    height: 30px;
                    line-height: 30px;
                    color: #000;
                    right: -40px;
                    width: 40px;
                    text-align: center;
                    font-weight: bold;
                }

        #actions {
            margin: 0px;
            padding: 5px;
            overflow: hidden;
            list-style-type: none;
        }






            #actions div {
                text-align: center;
            }

        #actions  button {
            
            font-family: "Open Sans", sans-serif;
            font-weight: bold;
            background: #87C442;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
            background-image: -webkit-linear-gradient(#9FD04F,#87C442);
            background-image: -moz-linear-gradient(#9FD04F,#87C442);
            background-image: -o-linear-gradient(#9FD04F,#87C442);
            background-image: -ms-linear-gradient(#9FD04F,#87C442);
            background-image: linear-gradient(#9FD04F,#87C442);
            color: black;
            -moz-box-shadow: inset 0 1px 0 0 #b7dc63;
            -webkit-box-shadow: inset 0 1px 0 0 #B7DC63;
            -o-box-shadow: inset 0 1px 0 0 #b7dc63;
            box-shadow: inset 0 1px 0 0 #B7DC63;
            text-shadow: #FFFF8E 0 1px 0;
            -moz-background-clip: border;
            -webkit-background-clip: border;
            -o-background-clip: border-box;
            -ms-background-clip: border-box;
            -khtml-background-clip: border-box;
            background-clip: border-box;
            border: 1px solid #1A1A1A;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -o-border-radius: 6px;
            -ms-border-radius: 6px;
            -khtml-border-radius: 6px;
            border-radius: 6px;
            color: #000;
            font-size: 24px;
            line-height: 48px;
            padding: 0 20px;
            -moz-transition: "color","0.3s";
            -webkit-transition: "color","0.3s";
            -o-transition: "color","0.3s";
            transition: "color","0.3s";
            cursor: pointer;
            margin: 0px;
            opacity: 0.99;
        }

           #actions button:hover {
                opacity: 0.9;
            }

#actions button.facebook {
                background: #3b5998;
                background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4b71c1),color-stop(100%,#3b5998));
                background-image: -webkit-linear-gradient(#4b71c1,#3b5998);
                background-image: -moz-linear-gradient(#4b71c1,#3b5998);
                background-image: -o-linear-gradient(#4b71c1,#3b5998);
                background-image: -ms-linear-gradient(#4b71c1,#3b5998);
                background-image: linear-gradient(#4b71c1,#3b5998);
                color: #fff;
                -moz-box-shadow: inset 0 1px 0 0 #5b8aeb;
                -webkit-box-shadow: inset 0 1px 0 0 #5b8aeb;
                -o-box-shadow: inset 0 1px 0 0 #5b8aeb;
                box-shadow: inset 0 1px 0 0 #5b8aeb;
                text-shadow: #3b5998 0 1px 0;
            }

        #actions    button.twitter {
                background: #2578b4;
                background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#58a8e2),color-stop(100%,#2578b4));
                background-image: -webkit-linear-gradient(#58a8e2,#2578b4);
                background-image: -moz-linear-gradient(#58a8e2,#2578b4);
                background-image: -o-linear-gradient(#58a8e2,#2578b4);
                background-image: -ms-linear-gradient(#58a8e2,#2578b4);
                background-image: linear-gradient(#58a8e2,#2578b4);
                color: #fff;
                -moz-box-shadow: inset 0 1px 0 0 #88c1ec;
                -webkit-box-shadow: inset 0 1px 0 0 #88c1ec;
                -o-box-shadow: inset 0 1px 0 0 #88c1ec;
                box-shadow: inset 0 1px 0 0 #88c1ec;
                text-shadow: #2578b4 0 1px 0;
            }

        #actions    button.gplus {
                background: #D34836;
                background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#D34836),color-stop(100%,#D34836));
                background-image: -webkit-linear-gradient(#D34836,#D34836);
                background-image: -moz-linear-gradient(#D34836,#D34836);
                background-image: -o-linear-gradient(#D34836,#D34836);
                background-image: -ms-linear-gradient(#D34836,#D34836);
                background-image: linear-gradient(#D34836,#D34836);
                color: #fff;
                -moz-box-shadow: inset 0 1px 0 0 #D34836;
                -webkit-box-shadow: inset 0 1px 0 0 #D34836;
                -o-box-shadow: inset 0 1px 0 0 #D34836;
                box-shadow: inset 0 1px 0 0 #D34836;
                text-shadow: #D34836 0 1px 0;
            }


        .pictos {
            font-family: 'Pictos';
        }
        
        #actions h2 {
            font-size: 2.5rem;
        }



.details-hero {
    background-image: url("../images/CloudAntennaShare.png");
    max-height: 960px;
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 52.75%;
    margin-bottom: 0;
    
}
.details-hero h2,
.details-hero p {
/*    display: none*/
color:#fff;
}

@media screen and (max-width: 660px) {
    #hero h2 {
        font-size: 3rem;
            top: 200px;
    color: #fff;
    }
     #hero p {
            top: 230px;
    color: #fff;
    }
}

@media screen and (max-width: 740px) {
    #hero {
        height: 680px;
  
    }
    #hero h2 {
        font-size: 3rem;
            top: 150px;
    color: #fff;
    }
     #hero p {
            top: 180px;
    color: #fff;
    }
}

@media screen and (max-width: 790px) {
    .details-hero {
        background-position: center 22%
    }
     #hero h2 {
        font-size: 3rem;
            top: 150px;
    color: #fff;
    }
     #hero p {
            top: 180px;
    color: #fff;
    }
}
@media screen and (min-width: 790px)and (max-width: 1290px) {
    .details-hero {
        padding-top: 58.65%
    }
     #hero h2 {
        font-size: 3rem;
            top: 200px;
    color: #fff;
    }
     #hero p {
            top: 230px;
    color: #fff;
    }
}
@media screen and (min-width: 1291px)and (max-width: 1680px) {
    .details-hero {
        background-size: contain;
        padding-top: 52.78%
    }
}

#share {
    width: 100%;
    /*padding: 100px 0;*/
    height: 600px;
    float: left;
    background: #fff;
    position: relative
}
@media screen and (max-width: 740px) {
    #share {
        height: 980px;
    }
}

#share2 {
    width: 100%;
    /*padding: 100px 0;*/
    height: 600px;
    float: left;
    background: #fff;
    position: relative
}
@media screen and (max-width: 740px) {
    #share2 {
        height: 1080px;
    }
}

#share3 {
    width: 100%;
    /*padding: 100px 0;*/
    /*height: 600px;*/
    float: left;
    background: #fff;
    position: relative
}
@media screen and (max-width: 740px) {
    #share3 {
      /*  height: 980px;*/
    }
}

#simple {
    width: 100%;
    padding: 100px 0;
    height: 900px;
    float: left;
    background: #f2f4f5;
    position: relative
}
#simple .left {
    width: 50%;
    height: 500px;
    float: left;
    position: absolute;
    bottom: 0
}
#simple .left img {
    position: absolute;
    right: 12%;
    bottom: 35%;
    width: 275px
}
#simple .right {
    width: 50%;
    margin: 125px 50px 0 0;
    padding-left: 10%;
    position: absolute;
    right: 0
}
#simple h2 {
    font-size: 3.2rem;
    padding: 20px 0 10px
}
#simple p {
    font-family: Proxima-Nova, sans-serif;
    font-size: 1.6rem;
    padding: 0 0 10px;
    max-width: 400px
}
@media screen and (max-width: 740px) {
    #simple,
    #simple .left {
        width: 100%;
        float: left
    }
    #simple,
    #simple .left,
    #simple .left img,
    #simple .right,
    #simple h2,
    #simple p {
        transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    #simple {
        padding: 0;
        height: 1100px;
        position: relative
    }
    #simple .left {
        position: absolute;
        bottom: 0;
        text-align: center
    }
    #simple .left img {
        width: 250px;
        position: relative;
        right: 0;
        bottom: 100px
    }
    #simple .right {
        margin: 0;
        padding: 50px;
        width: 100%;
        text-align: center
    }
    #simple h2 {
        font-size: 2.6rem
    }
    #simple p {
        font-size: 1.3rem;
        max-width: 100%
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
    #simple .left img,
    #simple .right,
    #simple h2,
    #simple p {
        transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    #simple .left img {
        width: 285px
    }
    #simple .right {
        margin: 125px 50px 0 0
    }
    #simple h2 {
        font-size: 3rem
    }
    #simple p {
        font-size: 1.4rem
    }
}


nav ul li.nav-link a {
    color: #fff;
}

.countdown-div {
    width: 100%;
    position: absolute;
    top: 360px;
    height: 60px;
    z-index: 0;
    text-align: center;
    background: #22c972;
}

.countdown-div2 {
    width: 100%;
    position: absolute;
    top: 360px;
    height: 60px;
    z-index: 0;
    text-align: center;
    background: #FFB926;
}

.details-hero h2 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 4rem;
    font-family: Avenir, sans-serif;
    font-weight: 200;
    color: #fff;
        width: 100%;
    position: absolute;
    top: 540px;
    height: 60px;
    z-index: 0;
    text-align: center;
}

.details-hero p {
    text-align: center;
    font-size: 2rem;
        width: 100%;
    position: absolute;
    top: 580px;
    height: 60px;
    z-index: 0;
    text-align: center;
}
.hero-text {
    /*margin-top:-300px;*/
}

.pre-order-widget-04 .right div,
.self-setup .right a {
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease
}
.pre-order-widget-04 {
    width: 100%;
    height: 359px;
    float: left;
    background: #fff
}
.pre-order-widget-04 .left {
    width: 65%;
    height: 100%;
    float: left;
    background: url('../images/CloudAntennaSide.png')100% 100% no-repeat;
    background-size: contain
}
.pre-order-widget-04 .right {
    width: 35%;
    float: left;
    padding: 100px 0 0
}
.pre-order-widget-04 .right h2 {
    font-family: Avenir, sans-serif;
    font-weight: 900;
    font-size: 3rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}
.pre-order-widget-04 .right p {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 200;
    font-size: 2rem
}
.pre-order-widget-04 .pre-order  div {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 170px;
    text-align: center;
    background: #3B97D3;
    border: 2px solid #3B97D3;
    border-radius: 4px;
    transition: background .2s ease
}
.pre-order-widget-04 .pre-order div  .text,
.pre-order-widget-04 .pre-order div  a,
.pre-order-widget-04 .pre-order div span {
    display: block;
    padding: 15px 0;
    color: #fff
}
.pre-order-widget-04 .pre-order div:hover {
    background: #54e1ff;
    text-decoration: none;
    color: #fff
}

.pre-order-widget-04 .campaign-now  {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 170px;
    text-align: center;
    background: #14e06e;
    border: 2px solid #14e06e;
    border-radius: 4px;
    transition: background .2s ease
}
.pre-order-widget-04 .campaign-now  .text,
.pre-order-widget-04 .campaign-now  a,
.pre-order-widget-04 .campaign-now  span {
    display: block;
    padding: 5px 0;
    color: #fff
}
.pre-order-widget-04 .campaign-now div:hover {
    background: #13ac56;
    text-decoration: none;
    color: #fff
}
@media screen and (max-width: 740px) {
    .pre-order-widget-04 {
        /*display: none*/
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
    .pre-order-widget-04 .right {
        padding-top: 150px
    }
    .pre-order-widget-04 .right h2 {
        font-size: 2.6rem
    }
    .pre-order-widget-04 .right p {
        font-size: 2.1rem
    }
    .pre-order-widget-04 .pre-order div {
        font-family: Proxima-Nova, sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        display: block;
        cursor: pointer;
        padding: 0;
        width: 170px;
        text-align: center;
        background: #3B97D3;
        border: 2px solid #3B97D3;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .pre-order-widget-04 .pre-order  div .text,
    .pre-order-widget-04 .pre-order  div a,
    .pre-order-widget-04 .pre-order  div span {
        display: block;
        padding: 15px 0;
        color: #fff
    }
    .pre-order-widget-04 .pre-order div:hover {
        background: #54e1ff;
        text-decoration: none;
        color: #fff
    }


     .pre-order-widget-04 .campaign-now  {
        font-family: Proxima-Nova, sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        display: block;
        cursor: pointer;
        padding: 0;
        width: 170px;
        text-align: center;
        background: #14e06e;
        border: 2px solid #14e06e;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .pre-order-widget-04 .campaign-now  .text,
    .pre-order-widget-04 .campaign-now  a,
    .pre-order-widget-04 .campaign-now  span {
        display: block;
        padding: 5px 0;
        color: #fff
    }
    .pre-order-widget-04 .campaign-now div:hover {
        background: #13ac56;
        text-decoration: none;
        color: #fff
    }
}
.self-setup {
    width: 100%;
    height: 625px;
    float: left
}
.self-setup .left,
.self-setup .right {
    width: 50%;
    height: 100%;
    float: left
}
.self-setup .right {
    background: #23b8eb;
    border-left: 2px solid #fff;
    padding: 165px 122px
}
.self-setup .right h3 {
    font-family: Avenir, sans-serif;
    font-weight: 200;
    font-size: 3.2rem;
    color: #fff;
    text-align: left;
    padding: 0 0 10px;
    margin: 0
}
.self-setup .right a,
.self-setup .right p {
    font-family: Proxima-Nova, sans-serif
}
.self-setup .right p {
    font-weight: 200;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
    max-width: 500px
}
.self-setup .rightButton a {
    font-size: 1.4rem;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    padding: 15px 30px;
    position: relative;
    top: 21px;
    text-align: center;
    display: inline-block;
    background: #00baf2;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: background .2s ease
}
.self-setup .rightButton a:hover {
    background: #fff;
    text-decoration: none;
    color: #00baf2
}
.self-setup .right div {
    float: left;
    max-width: 80%;
    /*margin: 35px 0 0 50px*/
}
.self-setup .right div img {
    width: 100%
}
.self-setup .left {
    position: relative;
    overflow: hidden
}
.self-setup .left img {
    width: 200px;
    top: 125px;
    position: relative
}
@media screen and (max-width: 740px) {
    .self-setup {
        width: 100%;
        height: auto;
        float: left
    }
    .self-setup .left,
    .self-setup .right {
        width: 100%;
        float: left;
        border-bottom: 2px solid #fff
    }
    .self-setup .left {
        height: 680px
    }
    .self-setup .right {
        background: #23b8eb;
        height: auto;
        border-left: none;
        padding: 100px 15px 75px;
        text-align: center
    }
    .self-setup .right h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 2.5rem;
        text-align: center;
        padding: 0 75px 10px;
        margin: 0
    }
    .self-setup .right a,
    .self-setup .right p {
        font-family: Proxima-Nova, sans-serif
    }
    .self-setup .right p {
        font-weight: 200;
        font-size: 1.5rem;
        max-width: 100%;
        padding: 0 50px;
        text-align: center
    }
    .self-setup .right a {
        font-size: 1.4rem;
        font-weight: 300;
        cursor: pointer;
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 21px;
        text-align: center;
        display: inline-block;
        background: #00baf2;
        border: 1px solid #fff;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease;
        width: 100%
    }
    .self-setup .right a:hover {
        background: #fff;
        text-decoration: none;
        color: #00baf2
    }
    .self-setup .right div {
        float: center;
        max-width: 100%;
        clear: both;
        margin: 40px auto
    }
    .self-setup .right div img {
        width: auto
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
    .self-setup {
        width: 100%;
        height: 650px;
        float: left
    }
    .self-setup .left,
    .self-setup .right {
        width: 50%;
        height: 650px;
        float: left;
        border-bottom: 2px solid #fff
    }
    .self-setup .right {
        background: #23b8eb;
        border-left: 2px solid #fff;
        padding: 80px 70px
    }
    .self-setup .right h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 2.5rem;
        text-align: left;
        padding: 0 0 10px;
        margin: 0
    }
    .self-setup .right a,
    .self-setup .right p {
        font-family: Proxima-Nova, sans-serif
    }
    .self-setup .right p {
        font-weight: 200;
        font-size: 1.6rem;
        text-align: left;
        color: #fff;
        max-width: 100%
    }
    .self-setup .right a {
        font-size: 1.4rem;
        font-weight: 300;
        cursor: pointer;
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 21px;
        text-align: center;
        display: inline-block;
        background: #00baf2;
        border: 1px solid #fff;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .self-setup .right a:hover {
        background: #fff;
        text-decoration: none;
        color: #00baf2
    }
    .self-setup .right div {
        float: center;
        max-width: 90%;
        clear: both;
        margin: 100px 0 0 6px
    }
    .self-setup .right div img {
        width: auto
    }
}
@media screen and (min-width: 1025px)and (max-width: 1290px) {
    .self-setup {
        width: 100%;
        height: 650px;
        float: left
    }
    .self-setup .left,
    .self-setup .right {
        width: 50%;
        height: 650px;
        float: left;
        border-bottom: 2px solid #fff
    }
    .self-setup .right {
        background: #23b8eb;
        border-left: 2px solid #fff;
        padding: 140px 122px
    }
    .self-setup .right h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 3.2rem;
        text-align: left;
        padding: 0 0 10px;
        margin: 0
    }
    .self-setup .right a,
    .self-setup .right p {
        font-family: Proxima-Nova, sans-serif
    }
    .self-setup .right p {
        font-weight: 200;
        font-size: 1.6rem;
        text-align: left;
        color: #fff
    }
    .self-setup .right a {
        font-size: 1.4rem;
        font-weight: 300;
        cursor: pointer;
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 21px;
        text-align: center;
        display: inline-block;
        background: #00baf2;
        border: 1px solid #fff;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .self-setup .right a:hover {
        background: #fff;
        text-decoration: none;
        color: #00baf2
    }
    .self-setup .right div {
        float: left;
        max-width: 45%;
        clear: both;
        margin: 46px 0 0 6px
    }
    .self-setup .right div img {
        width: 100%
    }
}
.one-tap,
.one-tap .left,
.one-tap .left h3,
.one-tap .left p,
.one-tap .right img {
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}
@media screen and (max-width: 1279px) {
    .left {
        height: 500px
    }
    .left .watchwhenever-img {
        background: url('../images/FreeAirSign.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    .left #bgvid {
        display: none
    }
}
@media screen and (min-width: 1280px)and (max-width: 1290px) {
    .left .watchwhenever-img {
        /*display: none*/
        background: url('../images/FreeAirSign.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    .left #bgvid {
        position: absolute;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background: url('../images/FreeAirSign.png')no-repeat;
        background-size: cover
    }
}
@media screen and (min-width: 1290px) {
    .left .watchwhenever-img {
        /*display: none*/
        background: url('../images/FreeAirSign.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    .left #bgvid {
        position: absolute;
        left: 0;
        bottom: -14px;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background: url('../images/FreeAirSign.png')no-repeat;
        background-size: cover
    }
}
.one-tap {
    width: 100%;
    padding: 100px 0;
    height: 460px;
    float: left;
    background: #f2f4f5;
    position: relative
}
.one-tap .left {
    width: 50%;
    height: 500px;
    float: left;
    position: absolute;
    right: 33%;
    top: 28%
}
.one-tap .left h3 {
    font-family: Avenir, sans-serif;
    font-weight: 200;
    font-size: 3.2rem;
    padding: 20px 0 10px;
    text-align: left
}
.one-tap .left p {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    padding: 0 0 10px;
    max-width: 400px
}
.one-tap .right {
    width: 50%;
    margin: 125px 0 0;
    padding-left: 50px;
    position: absolute;
    bottom: 0;
    left: 50%
}

.one-tap .right img {
    position: absolute;
    left: 10%;
    bottom: 0;
    padding-bottom:10px;
    width:600px;
} 
    
.one-tap .right .easymanage-img {
        background: url('../images/easymanage2.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }

@media screen and (max-width: 1279px) {
   
    .right .easymanage-img {
        background: url('../images/easymanage2.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }
  }
@media screen and (min-width: 1280px)and (max-width: 1290px) {
    .right .easymanage-img {
        /*display: none*/
        background: url('../images/easymanage2.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }
  
}
@media screen and (min-width: 1290px) {
    .right .easymanage-img {
        /*display: none*/
        background: url('../images/easymanage2.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    
}

@media screen and (max-width: 740px) {

     .right .easymanage-img {
        background: url('../images/easymanage2.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }

    .one-tap,
    .one-tap .left {
        float: left;
        width: 100%;
        position: relative
    }
    .one-tap,
    .one-tap .left,
    .one-tap .left h3,
    .one-tap .left p,
    .one-tap .right img {
        transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    .one-tap {
        height: 760px;
        padding: 0 65px;
        padding-bottom:10px;
    }
    .one-tap .left {
        height: 360px;
        left: 0;
        top: 0;
        margin: 0 auto
    }
    .one-tap .left h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 2.6rem;
        padding: 75px 0 10px;
        text-align: center
    }
    .one-tap .left p {
        font-family: Proxima-Nova, sans-serif;
        font-weight: 200;
        font-size: 1.5rem;
        line-height: 142%;
        padding: 0 0 10px;
        opacity: .7;
        max-width: 1000px;
        text-align: center
    }
    .one-tap .right {
        height: 300px;
        float: left;
        position: absolute;
        margin: 0 auto
    }
    .one-tap .right img {
        position: absolute;
        left: -100%;
        bottom: 0;
        /*width: 196px*/
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
      .right .easymanage-img {
        background: url('../images/easymanage2.png')no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%
    }

    .one-tap .right img,
    .one-tap h3,
    .one-tap p {
        transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    .one-tap {
        height: 460px
    }
    .one-tap .left {
        width: 50%;
        right: 45%;
        top: 28%
    }
    .one-tap .right {
        width: 50%;
        margin: 125px 0 0;
        padding-left: 50px;
        position: absolute;
        bottom: 0;
        left: 53%
    }
    .one-tap .right img {
        position: absolute;
        left: 10%;
        bottom: 0;
        /*width: 275px*/
    }
    .one-tap h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 3rem;
        padding: 20px 0 10px;
        text-align: left
    }
    .one-tap p {
        font-family: Proxima-Nova, sans-serif;
        font-weight: 200;
        font-size: 1.6rem;
        line-height: 142%;
        padding: 0 0 10px;
        opacity: .7;
        max-width: 400px
    }
}
.pre-order-widget-03 div,
.anytime-anywhere .left a {
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease
}
.pre-order-widget-03 {
    width: 100%;
    height: 359px;
    padding: 75px 0 0 125px;
    float: left;
    background: url('/img/bg-pre-order-03-7c05c878.jpg')right bottom no-repeat;
    background-size: cover
}
.pre-order-widget-03 h2 {
    font-family: Avenir, sans-serif;
    font-weight: 900;
    font-size: 3.9rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}
.pre-order-widget-03 div,
.pre-order-widget-03 p {
    font-family: Proxima-Nova, sans-serif
}
.pre-order-widget-03 p {
    font-weight: 200;
    font-size: 2.3rem
}
.pre-order-widget-03 div {
    font-weight: 300;
    font-size: 1.4rem;
    display: block;
    cursor: pointer;
    padding: 0;
    width: 170px;
    text-align: center;
    background: #00baf2;
    border: 2px solid #00baf2;
    border-radius: 4px;
    transition: background .2s ease
}
.pre-order-widget-03 div .text,
.pre-order-widget-03 div a,
.pre-order-widget-03 div span {
    display: block;
    padding: 15px 0;
    color: #fff
}
.pre-order-widget-03 div:hover {
    background: #3B97D3;
    text-decoration: none;
    color: #fff
}
@media screen and (max-width: 740px) {
    .pre-order-widget-03 {
        display: none
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
    .pre-order-widget-03 {
        width: 100%;
        height: 359px;
        padding: 90px 0 0 12%;
        float: left;
        background: url('/img/bg-pre-order-03-7c05c878.jpg')center bottom no-repeat;
        background-size: cover
    }
    .pre-order-widget-03 h2 {
        font-family: Avenir, sans-serif;
        font-weight: 900;
        font-size: 2.8rem;
        text-transform: uppercase;
        padding: 0;
        margin: 0
    }
    .pre-order-widget-03 div,
    .pre-order-widget-03 p {
        font-family: Proxima-Nova, sans-serif
    }
    .pre-order-widget-03 p {
        font-weight: 200;
        font-size: 1.8rem
    }
    .pre-order-widget-03 div {
        font-weight: 300;
        font-size: 1.4rem;
        display: block;
        cursor: pointer;
        padding: 0;
        width: 170px;
        text-align: center;
        background: #00baf2;
        border: 2px solid #00baf2;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .pre-order-widget-03 div .text,
    .pre-order-widget-03 div a,
    .pre-order-widget-03 div span {
        display: block;
        padding: 15px 0;
        color: #fff
    }
    .pre-order-widget-03 div:hover {
        background: #3B97D3;
        text-decoration: none;
        color: #fff
    }
}
@media screen and (min-width: 1025px)and (max-width: 1290px) {
    .pre-order-widget-03 {
        padding: 90px 0 0 10%
    }
}
@media screen and (min-width: 1291px)and (max-width: 3200px) {
    .pre-order-widget-03 {
        padding: 90px 0 0 15%
    }
}

.anytime-anywhere {
    width: 100%;
    height: 650px;
    float: left
}
.anytime-anywhere .left,
.anytime-anywhere .right {
    width: 50%;
    height: 650px;
    float: left
}
.anytime-anywhere .left {
    background: #404040;
    border-right: 2px solid #fff;
    padding: 165px 122px 165px 100px
}
.anytime-anywhere .left h3 {
    font-family: Avenir, sans-serif;
    font-weight: 200;
    font-size: 3.2rem;
    color: #fff;
    text-align: left;
    padding: 0 0 10px;
    margin: 0
}
.anytime-anywhere .left a,
.anytime-anywhere .left p {
    font-family: Proxima-Nova, sans-serif
}
.anytime-anywhere .left p {
    font-weight: 200;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
    max-width: 500px
}
.anytime-anywhere .left a {
    font-size: 1.4rem;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    padding: 15px 30px;
    position: relative;
    top: 21px;
    text-align: center;
    display: inline-block;
    background: #00baf2;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: background .2s ease
}
.anytime-anywhere .left a:hover {
    background: #fff;
    text-decoration: none;
    color: #00baf2
}
.anytime-anywhere .left div {
    float: left;
    max-width: 90%;
    margin: 0 0 0 10px
}
.anytime-anywhere .left div img {
    width: 100%
}
.anytime-anywhere .right {
    position: relative;
    text-align: center;
    background: url('../images/WatchAnytimeAnywhere.png')50% 50% no-repeat;
    background-size: cover
}
.anytime-anywhere .right img {
    width: 200px;
    top: 125px;
    position: relative
}
@media screen and (max-width: 740px) {
    .anytime-anywhere,
    .anytime-anywhere .left,
    .anytime-anywhere .right {
        width: 100%;
        float: left
    }
    .anytime-anywhere {
        height: auto
    }
    .anytime-anywhere .right {
        height: 450px
    }
    .anytime-anywhere .left {
        height: auto;
        border-left: none;
        padding: 120px 15px;
        text-align: center
    }
    .anytime-anywhere .left h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 2.6rem;
        text-align: center;
        padding: 0 75px 10px;
        margin: 0
    }
    .anytime-anywhere .left a,
    .anytime-anywhere .left p {
        font-family: Proxima-Nova, sans-serif
    }
    .anytime-anywhere .left p {
        font-weight: 200;
        font-size: 1.5rem;
        max-width: 100%;
        padding: 0 50px;
        text-align: center
    }
    .anytime-anywhere .left a {
        font-size: 1.4rem;
        font-weight: 300;
        cursor: pointer;
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 21px;
        text-align: center;
        display: inline-block;
        background: #00baf2;
        border: 1px solid #fff;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease;
        width: 100%
    }
    .anytime-anywhere .left a:hover {
        background: #fff;
        text-decoration: none;
        color: #00baf2
    }
    .anytime-anywhere .left div {
        float: center;
        max-width: 100%;
        clear: both;
        margin: 40px auto
    }
    .anytime-anywhere .left div img {
        width: auto
    }
    .anytime-anywhere .right {
        text-align: center;
        background: url('../images/WatchAnytimeAnywhere.png')50% 50% no-repeat;
        background-size: cover
    }
    .anytime-anywhere .right img {
        width: 200px;
        top: 125px;
        position: relative
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
    .anytime-anywhere {
        width: 100%;
        height: 650px;
        float: left
    }
    .anytime-anywhere .left,
    .anytime-anywhere .right {
        width: 50%;
        height: 650px;
        float: left
    }
    .anytime-anywhere .left {
        background: #404040;
        border-left: 2px solid #fff;
        padding: 133px 89px
    }
    .anytime-anywhere .left h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 3rem;
        text-align: left;
        padding: 0 0 10px;
        margin: 0
    }
    .anytime-anywhere .left a,
    .anytime-anywhere .left p {
        font-family: Proxima-Nova, sans-serif
    }
    .anytime-anywhere .left p {
        font-weight: 200;
        font-size: 1.6rem;
        text-align: left;
        color: #fff;
        max-width: 100%
    }
    .anytime-anywhere .left a {
        font-size: 1.4rem;
        font-weight: 300;
        cursor: pointer;
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 21px;
        text-align: center;
        display: inline-block;
        background: #00baf2;
        border: 1px solid #fff;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .anytime-anywhere .left a:hover {
        background: #fff;
        text-decoration: none;
        color: #00baf2
    }
    .anytime-anywhere .left div {
        float: center;
        max-width: 45%;
        clear: both;
        margin: 100px 0 0 6px
    }
    .anytime-anywhere .left div img {
        width: auto
    }
    .anytime-anywhere .right {
        text-align: center;
        background: url('../images/WatchAnytimeAnywhere.png')50% 50% no-repeat;
        background-size: cover
    }
    .anytime-anywhere .right img {
        width: 200px;
        top: 125px;
        position: relative
    }
}
@media screen and (min-width: 1025px)and (max-width: 1290px) {
    .anytime-anywhere {
        width: 100%;
        height: 650px;
        float: left
    }
    .anytime-anywhere .left,
    .anytime-anywhere .right {
        width: 50%;
        height: 650px;
        float: left
    }
    .anytime-anywhere .left {
        background: #404040;
        border-right: 2px solid #fff;
        padding: 140px 122px
    }
    .anytime-anywhere .left h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 3.2rem;
        text-align: left;
        padding: 0 0 10px;
        margin: 0
    }
    .anytime-anywhere .left a,
    .anytime-anywhere .left p {
        font-family: Proxima-Nova, sans-serif
    }
    .anytime-anywhere .left p {
        font-weight: 200;
        font-size: 1.6rem;
        text-align: left;
        color: #fff
    }
    .anytime-anywhere .left a {
        font-size: 1.4rem;
        font-weight: 300;
        cursor: pointer;
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 21px;
        text-align: center;
        display: inline-block;
        background: #00baf2;
        border: 1px solid #fff;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -ms-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .anytime-anywhere .left a:hover {
        background: #fff;
        text-decoration: none;
        color: #00baf2
    }
    .anytime-anywhere .left div {
        float: left;
        max-width: 45%;
        clear: both;
        margin: 46px 0 0 6px
    }
    .anytime-anywhere .left div img {
        width: 100%
    }
    .anytime-anywhere .right {
        text-align: center;
        background: url('/img/bg-anytime-anywhere-41a2ed53.jpg')50% 50% no-repeat;
        background-size: cover
    }
    .anytime-anywhere .right #bgvid {
        display: none
    }
    .anytime-anywhere .right img {
        width: 200px;
        top: 125px;
        position: relative
    }
}

@media screen and (min-width: 1290px)and (max-width: 3000px) {
    .anytime-anywhere .left {
        padding: 165px 122px 165px 192px
    }
}


.space h3,
.space p {
    top: -60px;
    text-align: center
}
.space {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 auto;
    background-color: #fff
}
.space .cloud {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 800px
}
.space .before {
    padding: 5px 0 0;
    position: relative;
    left: -7px;
    top: -8px
}
.space h3 {
    font-family: Avenir, sans-serif;
    font-weight: 200;
    font-size: 3.2rem;
    padding: 0 0 10px;
    margin: 0;
    position: relative
}
.space p {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    color: #404040;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    padding: 0 0 50px
}
@media screen and (max-width: 741px) {
    .space {
        width: 100%;
        height: auto;
        float: left;
        padding: 30px 50px 0
    }
    .space .cloud {
        display: table;
        margin: 0 auto;
        width: 100%
    }
    .space h3 {
        font-size: 2.4rem;
        top: -25px
    }
    .space p {
        font-size: 1.5rem;
        top: -20px
    }
}
@media screen and (min-width: 741px)and (max-width: 1024px) {
    .space {
        width: 100%;
        height: auto;
        float: left;
        padding: 0 50px
    }
    .space .cloud {
        display: table;
        margin: 0 auto;
        width: 100%
    }
    .space h3 {
        font-size: 2.6rem;
        top: -37px
    }
    .space p {
        font-size: 1.6rem;
        top: -33px
    }
}
@media screen and (min-width: 1025px)and (max-width: 1290px) {
    .space h3,
    .space p {
        position: relative;
        top: -60px;
        font-weight: 200;
        text-align: center
    }
    .space {
        width: 100%;
        height: auto;
        float: left
    }
    .space .cloud {
        display: table;
        margin: 0 auto;
        width: 100%;
        max-width: 800px
    }
    .space h3 {
        font-family: Avenir, sans-serif;
        font-size: 2.6rem;
        padding: 0 0 10px;
        margin: 0
    }
    .space p {
        font-family: Proxima-Nova, sans-serif;
        font-size: 1.6rem;
        color: #404040;
        margin: 0 auto;
        max-width: 800px;
        padding: 0 0 50px
    }
}
.cloudantenna-explained {
    width: 100%;
    height: 850px;
    float: left
}
.cloudantenna-explained .left,
.cloudantenna-explained .right {
    width: 50%;
    height: 850px;
    float: left;
    border-bottom: 2px solid #fff
}
.cloudantenna-explained .right {
    background: #23b8eb;
    border-left: 2px solid #fff;
    padding: 100px 122px
}
.cloudantenna-explained .right h3 {
    font-family: Avenir, sans-serif;
    font-weight: 200;
    font-size: 3.2rem;
    text-align: left;
    padding: 0 0 10px;
    margin: 0
}
.cloudantenna-explained .right p {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    text-align: left;
    color: #fff
}
.cloudantenna-explained .right div {
    float: left;
    max-width: 45%;
    clear: both;
    margin: 46px 0 0 6px
}
.cloudantenna-explained .right div img {
    width: 100%
}
.cloudantenna-explained .left {
    text-align: center;
    background: url('../images/1.jpg')bottom center no-repeat;
    background-size: cover
}
@media screen and (max-width: 740px) {
    .cloudantenna-explained,
    .cloudantenna-explained .right a {
        width: 100%
    }
    .cloudantenna-explained {
        height: auto;
        float: left
    }
    .cloudantenna-explained .left,
    .cloudantenna-explained .right {
        width: 100%;
        float: left;
        border-bottom: 2px solid #fff
    }
    .cloudantenna-explained .left {
        height: 400px
    }
    .cloudantenna-explained .right {
        background: #23b8eb;
        height: auto;
        border-left: none;
        padding: 75px 15px;
        text-align: center;
        margin: 0 auto
    }
    .cloudantenna-explained .right h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 2.6rem;
        max-width: 100%;
        color: #fff;
        text-align: center;
        padding: 0 75px 10px;
        margin: 0
    }
    .cloudantenna-explained .right p {
        font-family: Proxima-Nova, sans-serif;
        font-weight: 200;
        font-size: 1.5rem;
        max-width: 100%;
        padding: 0 50px;
        text-align: center
    }
    .cloudantenna-explained .right div {
        float: center;
        max-width: 45%;
        clear: both;
        margin: 40px auto
    }
    .cloudantenna-explained .right div img {
        width: auto
    }
    .cloudantenna-explained .left {
        text-align: center;
        background: url('../images/1.jpg')bottom center no-repeat;
        background-size: cover
    }
}
@media screen and (min-width: 741px)and (max-width: 980px) {
    .cloudantenna-explained,
    .cloudantenna-explained .right a {
        width: 100%
    }
    .cloudantenna-explained {
        height: 1122px;
        float: left
    }
    .cloudantenna-explained .left,
    .cloudantenna-explained .right {
        width: 100%;
        float: left;
        border-bottom: 2px solid #fff
    }
    .cloudantenna-explained .right {
        background: #23b8eb;
        height: 650px;
        border-left: none;
        padding: 75px 15px;
        text-align: center;
        margin: 0 auto
    }
    .cloudantenna-explained .right h3 {
        font-family: Avenir, sans-serif;
        font-weight: 200;
        font-size: 2.6rem;
        max-width: 100%;
        text-align: center;
        padding: 0 75px 10px;
        margin: 0;
        color: #fff
    }
    .cloudantenna-explained .right p {
        font-family: Proxima-Nova, sans-serif;
        font-weight: 200;
        font-size: 1.5rem;
        max-width: 100%;
        padding: 0 50px;
        text-align: center
    }
    .cloudantenna-explained .right div {
        float: center;
        max-width: 45%;
        clear: both;
        margin: 40px auto
    }
    .cloudantenna-explained .right div img {
        width: auto
    }
    .cloudantenna-explained .left {
        height: 650px;
        text-align: center;
        background: url('../images/1.jpg')bottom center no-repeat;
        background-size: cover
    }
}
@media screen and (min-width: 981px)and (max-width: 1024px) {
    .cloudantenna-explained .right h3,
    .cloudantenna-explained .right p {
        font-weight: 200;
        text-align: left;
        color: #fff
    }
    .cloudantenna-explained {
        width: 100%;
        height: 850px;
        float: left
    }
    .cloudantenna-explained .left,
    .cloudantenna-explained .right {
        width: 50%;
        height: 850px;
        float: left;
        border-bottom: 2px solid #fff
    }
    .cloudantenna-explained .right {
        background: #23b8eb;
        border-left: 2px solid #fff;
        padding: 70px 89px
    }
    .cloudantenna-explained .right h3 {
        font-family: Avenir, sans-serif;
        font-size: 2.5rem;
        padding: 0 0 10px;
        margin: 0
    }
    .cloudantenna-explained .right p {
        font-family: Proxima-Nova, sans-serif;
        font-size: 1.6rem;
        max-width: 100%
    }
    .cloudantenna-explained .right div {
        float: center;
        max-width: 45%;
        clear: both;
        margin: 100px 0 0 6px
    }
    .cloudantenna-explained .right div img {
        width: auto
    }
    .cloudantenna-explained .left {
        text-align: center;
        background: url('../images/1.jpg')bottom center no-repeat;
        background-size: cover
    }
}
@media screen and (min-width: 1025px)and (max-width: 1290px) {
    .cloudantenna-explained .right h3,
    .cloudantenna-explained .right p {
        font-weight: 200;
        text-align: left;
        color: #fff
    }
    .cloudantenna-explained {
        width: 100%;
        height: auto;
        float: left
    }
    .cloudantenna-explained .left,
    .cloudantenna-explained .right {
        width: 50%;
        height: 1000px;
        float: left;
        border-bottom: 2px solid #fff
    }
    .cloudantenna-explained .right {
        background: #23b8eb;
        border-left: 2px solid #fff;
        padding: 140px 100px
    }
    .cloudantenna-explained .right h3 {
        font-family: Avenir, sans-serif;
        font-size: 3.2rem;
        padding: 0 0 10px;
        margin: 0
    }
    .cloudantenna-explained .right p {
        font-family: Proxima-Nova, sans-serif;
        font-size: 1.6rem
    }
    .cloudantenna-explained .right div {
        float: left;
        max-width: 45%;
        clear: both;
        margin: 46px 0 0 6px
    }
    .cloudantenna-explained .right div img {
        width: 100%
    }
    .cloudantenna-explained .left {
        text-align: center;
        background: url('../images/1.jpg')bottom center no-repeat;
        background-size: cover
    }
}
@media screen and (min-width: 1291px)and (max-width: 3200px) {
    .cloudantenna-explained .right h3,
    .cloudantenna-explained .right p {
        font-weight: 200;
        text-align: left;
        color: #fff
    }
    .cloudantenna-explained {
        width: 100%;
        height: 800px;
        float: left
    }
    .cloudantenna-explained .left,
    .cloudantenna-explained .right {
        width: 50%;
        height: 800px;
        float: left
    }
    .cloudantenna-explained .right {
        background: #23b8eb;
        border-left: 2px solid #fff;
        padding: 150px 122px
    }
    .cloudantenna-explained .right h3 {
        font-family: Avenir, sans-serif;
        font-size: 3.2rem;
        max-width: 500px;
        padding: 0 0 10px;
        margin: 0
    }
    .cloudantenna-explained .right p {
        font-family: Proxima-Nova, sans-serif;
        font-size: 1.6rem;
        max-width: 500px
    }
    .cloudantenna-explained .left {
        text-align: center;
        background: url('../images/1.jpg')bottom center no-repeat;
        background-size: cover
    }
}
#tech ul .description,
#tech ul .title {
    display: inline-block;
    font-size: 1.5rem
}
#tech {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5% 0;
    background-color: #fff
}
#tech h2 {
    padding-bottom: 55px
}
#tech ul {
    display: block;
    width: 100%;
    padding-bottom: 10px
}
#tech ul:nth-child(n+3) {
    border-top: 1px solid #f5f5f5;
    margin: 30px auto;
    padding: 30px 0
}
#tech ul .title {
    font-family: Avenir, sans-serif;
    font-weight: 200;
    vertical-align: top;
    width: 18%;
    text-align: left
}
#tech ul .description {
    font-family: Proxima-Nova, sans-serif;
    font-weight: 200;
    color: #a1a7a9;
    width: 25%;
    vertical-align: top;
    padding-right: 2%;
    padding-left: 2%
}
#tech ul .description span {
    display: block;
    text-align: left;
    vertical-align: top
}
#tech #check-out-faq {
    display: block
}
@media screen and (min-width: 640px)and (max-width: 980px) {
    #tech ul .title {
        width: 35%;
        float: left;
        padding: 0 0 0 30px
    }
    #tech ul .description {
        width: 60%;
        padding: 0 2% 17px
    }
}
@media screen and (max-width: 740px) {
    #tech ul .description,
    #tech ul .title {
        text-align: center;
        width: 100%;
        margin: 0 auto
    }
    #tech ul .title {
        float: left;
        padding: 20px 25px 0
    }
    #tech ul .description {
        padding: 0 25px
    }
    #tech ul .description span {
        display: block;
        text-align: center;
        vertical-align: top
    }
    #tech #check-out-faq span:first-child {
        display: block
    }
}
.faqLink,
.faqLink:hover {
    font-size: 16pt;
    margin-top: 40px;
    padding: 0 10%;
    color: #23b8eb;
    font-weight: 300;
    text-decoration: none
}
.whiteFAQ,
.whiteFAQ:hover {
    font-size: 14pt;
    padding: 0;
    color: #fff
}

.global-nav .handler i {
    color: #fff;
}