body {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

#menu2 {
    margin: 0 !important;
    border: 0 !important;
    min-width: 100%;
    float: left;
    display: block;
}

.sicrmButton2 {
    margin: 10px auto 0 auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.menu2Cont {
    position: relative;
    list-style-type: none;
    padding: 20px 0 0 0;
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
    overflow: hidden;
    line-height: 60px;
    background: none;
    z-index: 2;
    box-shadow: 0 0 10px #000;
}

.menu2Cont li {
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    font-family: segoe_uiregular;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 60px 0 0 0;
    margin: 0;
    width: 83px;
    height: 29px;
    font-weight: 100;
    background-repeat: no-repeat;
    background-position: 50% 5px;
    background-size: auto auto;
    border-radius: 50%;
    zoom: 1;
}

.menu2Curr {
    box-shadow: 0 -5px 5px #BDE7FF, 0 -10px 10px #6BC9FF;
}

#s123 .s1 .button .arrow {
    background-image: url(img/arrow_fff.png);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 50px;
    width: 25px;
    position: absolute;
    margin: 0 0 0 5%;
}

#mission {
    float: left;
    display: block !important;
    margin: 0 !important;
}

#s123 {
    float: left;
    height: auto;
    display: block;
}

#s123 .s {
    display: block;
    position: relative !important;
    float: none;
}

.contScroll {
    margin: 0;
    left: initial;
    right: 0;
    width: 198px;
}

#s123 .s.s1 .s1,
#s123 .s.s2 .s2,
#s123 .s.s5 .s3 {
    color: #FFF;
    width: 200px;
    margin: 0 auto;
    padding: 0 0 0 100px;
    height: 600px;
    right: initial;
    position: relative;
    top: initial !important;
    z-index: 1;
}

#s123 .s.s1 .s1 .headline,
#s123 .s.s2 .s2 .headline,
#s123 .s.s5 .s3 .headline {
    color: #FFF;
    font-family: segoe_uilight;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -2px;
    width: 100%;
    padding: 50px 0 0 0;
    margin-top: 0;
}

#s123 .s.s1 .s1 .body,
#s123 .s.s2 .s2 .body,
#s123 .s.s5 .s3 .body {
    color: #FFF;
    font-family: segoe_uiregular;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 0;
    text-shadow: 1px 1px #111;
}

.ContL {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ContL .iphone {
    left: -155px;
}

.button {
    width: 100%;
    margin: 20px auto 0 auto;
}

.field.f2,
.field.f3,
.field.f4,
.field.plus {
    margin-top: 10px;
    opacity: 1;
}

.field {
    height: 45px;
    width: 140px;
    display: block;
    background: #FFF;
    margin: 10px 0 0 0;
    line-height: 14px;
    font-size: 12px;
    font-family: segoe_uiregular;
    color: #333;
    padding: 5px 0 0 60px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 40px;
}

#cbcrm {
    position: relative !important;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    min-height: initial;
    background: none;
    z-index: 3;
    overflow: visible;
}

.tracer {
    padding: 2px;
    font-size: 14px;
    font-weight: 100;
    color: #FFF;
    background: #000;
    position: relative;
    z-index: 99999;
    width: 100%;
    overflow-wrap: break-word;
    opacity: 1;
    text-align: left;
    left: 0;
    top: 0;
    display: block;
    float: left;
}

#cbcrmResp {
    width: 100%;
    height: 820px;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    background: url(img/pattern.jpg);
    background-repeat: repeat;
    background-color: #FFF;
    background-size: 50px auto;
}

#cbcrmResp .nav {
    display: block;
    height: 62px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

#cbcrmResp .nav .next,
#cbcrmResp .nav .prev {
    cursor: pointer;
    height: 42px;
    width: 42px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 10px #000;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50%;
}

#cbcrmResp .nav .next {
    right: 0;
    background-image: url(img/arrow2_next.png);
}

#cbcrmResp .nav .prev {
    left: 0;
    background-image: url(img/arrow2_prev.png);
}

#cbcrmResp .nav .next:hover,
#cbcrmResp .nav .prev:hover {
    box-shadow: inset 0 0 5px #000;
}

#cbcrmResp .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}

#cbcrmResp .wrapper .sWrapper {
    float: left;
    position: relative;
    display: inline;
    height: 100%;
    width: 100%;
}

#cbcrmResp .wrapper .sWrapper .s {
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    display: block;
}

#cbcrmResp .wrapper .sWrapper.s1 .s.r {
    height: auto;
    width: 100%;
    float: left;
    position: absolute;
    display: block;
    bottom: 0;
}

#cbcrmResp .wrapper .sWrapper .icons {
    text-align: center;
}

#cbcrmResp .icons div {
    margin: 0 auto;
    display: inline-block;
    margin: 5px 0 0 0;
}

#cbcrmResp .iphone.g {
    height: 540px;
    width: 257px;
    position: relative;
    margin: 342px auto 0 auto;
    top: auto;
    right: auto;
}

#cbcrmResp .iphone.g .screen {
    background-position: 0 0;
}

#cbcrmResp .head {
    color: #333;
    font-family: segoe_uilight;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -2px;
    width: auto;
    padding: 0;
    margin-top: 52px;
    text-shadow: 1px 1px #FFF;
}

#cbcrmResp .sub {
    color: #333;
    font-family: segoe_uiregular;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0;
    width: auto;
    padding: 0;
    margin-top: 10px;
    text-shadow: 1px 1px #FFF;
}

#testis .cont {
    height: auto;
    width: 70%;
}

#testis {
    height: auto;
    margin: 10px 0;
}

#testis .cont .txt {
    line-height: 13px;
    font-size: 12px;
}

.footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #FFF;
}


/* MEDIA QUERIES */

@media only screen and (min-width: 1px) and (max-width: 480px) {
    #cbcrmResp .sWrapper.s1 .s.r,
    #cbcrmResp .sWrapper.s2 .s.c,
    #cbcrmResp .sWrapper.s2 .s.r,
    #cbcrmResp .sWrapper.s3 .s.l,
    #cbcrmResp .sWrapper.s3 .s.c,
    #cbcrmResp .sWrapper.s4 .s.c,
    #cbcrmResp .sWrapper.s4 .s.r,
    #cbcrmResp .sWrapper.s5 .s.r {
        display: none !important;
    }
    #cbcrmResp .wrapper .sWrapper .sect {
        width: 300px;
        height: 100%;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    #cbcrmResp .head {
        font-size: 44px;
        line-height: 44px;
    }
    #cbcrmResp .sub {
        font-size: 14px;
        line-height: 18px;
    }
    #cbcrmResp .sWrapper.s3 .s.l .head {
        letter-spacing: -2px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #cbcrmResp .wrapper .sWrapper .sect {
        width: 480px;
        height: 100%;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    #cbcrmResp .sWrapper.s3 .s.l .head {
        letter-spacing: -4px;
    }
    #s123 .button {
        width: 70%;
        margin: 40px auto 0 auto;
    }
    #s123 .s.s1 .s1,
    #s123 .s.s2 .s2,
    #s123 .s.s5 .s3 {
        width: 70%;
        margin: 0 auto;
        padding: 0 0 0 0;
        height: 600px;
        right: 5%;
        position: absolute;
        top: initial !important;
        z-index: 1;
    }
    #s123 .s.s1 .s1 .headline,
    #s123 .s.s2 .s2 .headline,
    #s123 .s.s5 .s3 .headline {
        font-size: 36px;
        line-height: 38px;
        text-align: center;
        letter-spacing: -2px;
        width: 100%;
        padding: 50px 0 0 0;
        margin-top: 0;
    }
    #s123 .s.s1 .s1 .body,
    #s123 .s.s2 .s2 .body,
    #s123 .s.s5 .s3 .body {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .sicrmButton2 {
        margin: 10px auto 0 auto;
        padding: 0 10% 0 10%;
        width: 80%;
        height: 50px;
    }
    .field {
        height: 40px;
        width: 83%;
        font-size: 15px;
        line-height: 17px;
        margin: 10px auto 0 auto;
        padding: 10px 2% 0 15%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 979px) {
    #cbcrmResp .wrapper .sWrapper .sect {
        width: 720px;
        height: 100%;
        position: relative;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .header .logoGeneric,
    .header .sicrmButton2,
    #mission .br,
    #cbcrmResp .wrapper .iphone.a,
    #cbcrmResp .wrapper .iphone.b,
    .social .headline br,
    .mainmenu .mainmenuItems,
    .mainmenu .logo,
    .mainmenu ul li.curr:before,
    .mainmenu ul li.curr:after,
    .header .sicrmPanel .sicrm_left {
        display: none;
    }
    #mission .s {
        position: relative;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #mission .s.s1 .sicrmButton2 {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 40px auto 40px auto;
        float: initial;
        display: block;
    }
    #mission .s.s4 .sicrmButton2 {
        position: relative;
        width: 90%;
        padding: 0;
        margin: 20px auto 20px auto;
        float: none;
        display: block;
    }
    #mission .s.s1 .headline {
        padding: 50px 0 0 0;
        margin: 0 auto;
        width: 90%;
    }
    #mission .s.s1 .body {
        width: 90%;
        margin: 0 auto;
        float: none;
        display: block;
        padding: 0;
        position: relative;
    }
    #mission .s.s2 .headline {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    #mission .s.s2 .body {
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }
    #mission .s.s3 .headline {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    #mission .s.s3 .body {
        width: 90%;
        float: none;
        display: block;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    #mission .s.s3 {
        background-size: 100% auto;
        background-position: 50% 100%;
    }
    #mission .s.s4 .cont {
        background-image: none;
        width: 100%;
        min-width: 100%;
    }
    #mission .s.s4 .headline {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 0 0;
    }
    #mission .s.s4 .body {
        width: 90%;
        float: none;
        display: block;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    #missionMascot {
        display: block;
        width: 80%;
        max-width: 635px;
        height: 100%;
        background-image: url(img/mission_hand.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        bottom: 0;
        margin: 0;
        right: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0);
        z-index: 0;
        border: 0;
        padding: 0;
    }
    #testis .cont {
        height: auto;
        width: 70%;
    }
    #testis {
        height: auto;
        margin: 10px 0;
    }
    #testis .cont .txt {
        line-height: 13px;
        font-size: 12px;
    }
    #cbcrm .Cont {
        width: 100%;
    }
    #mission .s.s1 .body,
    #mission .s.s2 .body,
    #mission .s.s3 .body,
    #mission .s.s4 .body {
        margin-top: 10px;
        line-height: 23px;
    }
}

@media only screen and (min-width: 768px) {
    .header .logoGeneric,
    .header .sicrmButton2,
    #cbcrmResp .wrapper .iphone.a,
    #cbcrmResp .wrapper .iphone.b,
    #cbcrmResp .wrapper .sWrapper .sub br {
        display: none;
    }
    .mainmenu .logo,
    .mainmenu ul li.curr:before,
    .mainmenu ul li.curr:after,
    .header .sicrmPanel .sicrm_left {
        display: block;
    }
    .header {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        float: left;
        margin-top: 0;
    }
    .field {
        height: 40px;
        width: 83%;
        font-size: 15px;
        line-height: 17px;
        margin: 10px auto 0 auto;
        padding: 10px 2% 0 15%;
    }
    .sicrm {
        margin-top: -210px !important;
    }
    #mission .s.s4 .cont {
        background-image: none;
    }
    #cbcrmResp .wrapper .sWrapper .sect {
        width: 600px;
    }
    #cbcrmResp {
        height: 710px !important;
    }
    #cbcrmResp .iphone.g {
        margin: 300px auto 0 auto !important;
    }
    #mission .s.s1 .sicrmButton2 {
        position: relative;
        width: 50%;
        padding: 0;
        margin: 40px auto 40px auto;
        float: right;
        display: block;
    }
    #mission .s.s3 {
        background-size: 90% auto;
    }
    #mission .s.s3 .headline {
        width: 85%;
        padding: 100px 0 0 15%;
    }
    #mission .s.s3 .body {
        width: 85%;
        float: right;
        display: block;
        padding: 0 0 0 15%;
        position: relative;
    }
    #mission .s.s4 .headline {
        padding: 10px 0 0 15%;
        color: #000;
        text-shadow: none;
        width: 420px;
    }
    #mission .s.s4 .body {
        padding: 20px 0 100px 15%;
        text-shadow: none;
        color: #333;
        width: 420px;
    }
    #mission .s.s4 .cont {
        background-image: none;
    }
    #mission .s.s4 .sicrmButton2 {
        position: relative;
        width: 140px;
        margin: 240px 0 20px 123px;
        float: left;
    }
    .ContL .iphone {
        left: 10px;
    }
    #s123 .s.s1 .s1,
    #s123 .s.s2 .s2,
    #s123 .s.s5 .s3 {
        width: 460px;
        margin: 0 auto;
        padding: 0 0 0 0;
        height: 600px;
        right: 10px;
        position: absolute;
        top: initial !important;
        z-index: 1;
    }
    #mission .s.s4 .cont {
        background-size: 520px auto;
        background-position: 430px 100%;
        background-image: url(img/mission_hand.png);
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (min-width: 980px) {
    .header .logoGeneric,
    #cbcrmResp .wrapper .sWrapper .sub br {
        display: none !important;
    }
    body {
        height: initial !important;
    }
    .button {
        width: 70%;
        margin: 40px auto 0 auto;
    }
    #s123 .s.s1 .s1,
    #s123 .s.s2 .s2,
    #s123 .s.s5 .s3 {
        width: 740px;
        margin: 0 auto;
        padding: 0 0 0 0;
        height: 600px;
        right: 10px;
        position: absolute;
        top: initial !important;
        z-index: 1;
    }
    #s123 .s.s1 .s1 .headline,
    #s123 .s.s2 .s2 .headline,
    #s123 .s.s5 .s3 .headline {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -2px;
        width: 100%;
        padding: 50px 0 0 0;
        margin-top: 0;
    }
    #s123 .s.s1 .s1 .headline,
    #s123 .s.s2 .s2 .headline {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #s123 .s.s1 .s1 .body,
    #s123 .s.s2 .s2 .body,
    #s123 .s.s5 .s3 .body {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }
    .sicrmButton2 {
        margin: 10px auto 0 auto;
        padding: 0 30px 0 30px;
        width: 50%;
        float: none;
        height: 50px;
        line-height: 50px;
    }
    .field {
        height: 50px;
        width: 50%;
        display: block;
        background: #FFF;
        margin: 10px auto 0 auto;
        line-height: 50px;
        font-size: 14px;
        font-family: segoe_uiregular;
        color: #333;
        padding: 0 0 0 60px;
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 40px;
    }
    #mission {
        float: left !important;
        display: block !important;
    }
    #cbcrmResp {
        height: 453px !important;
    }
    #cbcrmResp .head {
        margin-top: 70px;
    }
    #cbcrmResp .wrapper .sWrapper .sect {
        text-align: center !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        position: relative !important;
    }
    #cbcrmResp .wrapper .sWrapper .s {
        height: 100% !important;
        width: 31% !important;
        float: initial !important;
        margin: 0 auto !important;
        text-align: center !important;
        display: inline-block !important;
        position: initial !important;
    }
    #cbcrmResp .wrapper .sWrapper.s1 .s.l,
    #cbcrmResp .wrapper .sWrapper.s6 .s.l,
    #cbcrmResp .wrapper .sWrapper.s5 .s.l,
    #cbcrmResp .wrapper .sWrapper.s0 .s.l {
        width: 62% !important;
    }
    #cbcrmResp .wrapper .sWrapper.s1 .icons,
    #cbcrmResp .wrapper .sWrapper.s6 .icons,
    #cbcrmResp .wrapper .sWrapper.s5 .icons,
    #cbcrmResp .wrapper .sWrapper.s0 .icons,
    #cbcrmResp .wrapper .sWrapper.s1 .sub,
    #cbcrmResp .wrapper .sWrapper.s6 .sub,
    #cbcrmResp .wrapper .sWrapper.s5 .sub,
    #cbcrmResp .wrapper .sWrapper.s0 .sub {
        margin-top: 40px;
    }
    #cbcrmResp .wrapper .sWrapper.s2 .icons,
    #cbcrmResp .wrapper .sWrapper.s3 .icons,
    #cbcrmResp .wrapper .sWrapper.s4 .icons,
    #cbcrmResp .wrapper .sWrapper.s2 .sub,
    #cbcrmResp .wrapper .sWrapper.s3 .sub,
    #cbcrmResp .wrapper .sWrapper.s4 .sub {
        margin-top: 20px;
    }
    #cbcrmResp .iphone.g {
        display: none;
    }
    #cbcrmResp .wrapper .sWrapper .iphone {
        height: 540px;
        width: 257px;
        position: absolute;
        margin: 0 auto 0 auto;
        top: 10px;
        right: initial;
        display: block !important;
    }
    #cbcrmResp .wrapper .sWrapper.s1 .iphone.a .screen,
    #cbcrmResp .wrapper .sWrapper.s6 .iphone.a .screen {
        background-position: -880px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s2 .iphone.a .screen {
        background-position: -1320px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s2 .iphone.b .screen {
        background-position: -1100px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s3 .iphone.a .screen {
        background-position: -2204px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s3 .iphone.b .screen {
        background-position: -1762px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s4 .iphone.a .screen {
        background-position: -2645px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s4 .iphone.b .screen {
        background-position: -2424px 0px;
    }
    #cbcrmResp .wrapper .sWrapper.s5 .iphone.a .screen,
    #cbcrmResp .wrapper .sWrapper.s0 .iphone.a .screen {
        background-position: -1106px 0;
    }
    #mission .s.s1 .sicrmButton2 {
        position: relative;
        width: 40%;
        margin: 20px 20% 20px 40%;
        float: right;
    }
    #mission .s.s3 {
        background-size: 755px auto;
    }
    #mission .s.s4 .headline {
        padding: 10px 0 0 140px;
        color: #000;
        text-shadow: none;
        width: 500px;
    }
    #mission .s.s4 .body {
        padding: 20px 0 0 140px%;
        text-shadow: none;
        color: #333;
        width: 500px;
    }
    #mission .s.s4 .cont {
        background-size: 520px auto;
        background-position: 100% 100%;
        background-image: url(img/mission_hand.png);
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }
}
