html {
    -webkit-text-size-adjust: none !important;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    padding-top: 50px;
}

.bilboard {
    width: 1074px;
    height: 823px;
    background: url(../img/bilboard2.png) no-repeat;
    margin: 0 auto;
    display: block;
    padding-top: 8px;
}

span.mobileSpace {
    display: table;
    margin: 10px auto;
    text-align: center;
}

.darkBlue {
    background: #0eb2ef;
    width: 1054px;
    height: 370px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}

.video {
    position: absolute;
    z-index: 9999;
    margin-top: -20px;
    display: none;
    width: 52%;
    height: 50%;
    top: 25%;
    left: 24%;
}


.cancel {
    position: absolute;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: none;
    top: 20%;
    right: 10vw;
    z-index: 99999;
    text-align: center;
    font-family: noto;
    font-weight: 800;
    font-size: 12px;
    padding-top: 4px;
    color: #fff;
    background: #08b1ef;
    border: 2px solid #08b1ef;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    cursor: pointer;
}

    .cancel:hover {
        background: none;
        color: grey;
    }

h1 {
    font-family: notoBold;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
}

h2 {
    font-family: notoBold;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

h3 {
    font-family: notoBold;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

h4 {
    font-family: 'Noto Sans', noto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    line-height: 24px;
    width: 100%;
    word-wrap: break-word;
}

.white {
    color: #fff;
}

.comingSoon2 {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: notoBold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    /*margin-top: 90px;*/
    border: 6px solid rgba(108, 108, 109, 0.2);
    border-radius: 6px;
    float: left;
    width: 200px;
    cursor: pointer;
}

    .comingSoon2 span {
        padding: 7px 14px;
        display: block;
        width: 187px;
        background: #ee7f23;
        border-radius: 3px;
    }

.comingSoon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: notoBold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    /*margin-top: 90px;*/
    border: 6px solid rgba(108, 108, 109, 0.02);
    border-radius: 6px;
    float: left;
    width: 200px;
    cursor: pointer;
}

    .comingSoon span {
        padding: 7px 14px;
        display: block;
        width: 187px;
        background: #ee7f23;
        border-radius: 3px;
    }

.subscribe {
    background: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 850px;
    margin-top: 40px;
    border-radius: 3px;
}

.for-small-width {
    font-size: inherit;
}

.textbox {
    position: relative;
    background: #fff;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.centerAlign {
    display: table;
    margin: 0 auto;
}

.subscribe input[type="text"] {
    font-family: noto;
    font-size: 14px;
    color: #777777;
    border: 1px solid #e1e6e8;
    padding: 4px 15px;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 20px;
}

.subscribe button {
    font-family: noto;
    font-size: 14px;
    margin: 0px 5px;
    color: #777777;
    border-radius: 2px;
    border: 1px solid #b0b4b5;
    background: #e1e6e8;
    padding: 4px 20px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 170px;
}

    .subscribe button:hover {
        background: #ee7e23;
        border: 1px solid #ee7e23;
        color: #fff;
    }

.centered {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}


.showroomIcons {
    max-height: 82px;
    max-width: 66px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.darkBlueBackground {
    background: #3e4c54;
    height: 200px;
    margin-top: 0px;
    padding-top: 25px;
}

.imacCirclesWidth {
    width: 380px;
    float: left;
    display: block;
}

footer {
    background: #383d3f;
    padding: 20px;
    padding-bottom: 46px;
    font-family: 'Noto Sans', noto, sans-serif;
    font-size: 14px;
    color: #acb2b5;
    text-align: center;
    border-top: 3px solid #08b1ef;
    width: 100%;
}

    footer a {
        font-weight: 400;
        font-size: 14px;
        color: #acb2b5;
        font-family: 'Noto Sans', noto, sans-serif;
        padding-left: 3px;
        padding-right: 3px;
    }

        footer a:hover {
            color: #acb2b5;
        }

.copyright {
    font-size: 16px;
}

.borderRight {
    border-right: 1px solid #464b4d;
}

.social {
    margin: 0px 20px;
    cursor: pointer;
}

.bilboardMobile {
    background: #24272a;
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
}

.darkBlueMobile {
    background: #0eb2ef;
    height: 1%;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.bilboardMobileFoot {
    width: 40px;
    display: block;
    margin: 0 auto;
    background: #24272a;
    height: 280px;
}

.imacQuote {
    font-weight: 800;
    display: table;
    margin: 200px auto;
    color: rgb(255, 255, 255);
    font-family: 'Noto Sans',notoBold,sans-serif;
}


span.lefty {
    margin-left: -20.80%;
    font-size: 43px;
}

.secondSlideBg {
    background: #3e4c54;
    width: 100%;
    min-height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.showroom {
    font-family: 'Noto Sans',notoBold,sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    margin-top: 25px;
}

.showroomIcons {
    max-height: 82px;
    max-width: 66px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.showroom.white .fl {
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.showroom.white .sl {
    font-size: 20px;
}

.orangeBg {
    background: #ee7e23;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.userSection {
    width: 110px;
    position: relative;
    z-index: 9;
    display: block;
    float: left;
    margin: -12px 24px;
}

.usersBox {
    background: #fff;
    border-radius: 5px;
    display: block;
    width: 100px;
    height: 104px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    z-index: 99;
}

.hoverBaloon {
    background: url(../img/baloon.png) no-repeat;
    height: 30px;
    width: 82px;
    font-family: 'Noto Sans',noto,sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    padding: 5px 10px;
    padding-left: 17px;
    color: #fff;
    z-index: 99999;
    display: none;
    position: absolute;
    top: 45px;
    right: -55px;
}

.userSection:hover {
    cursor: pointer;
}

.center {
    float: none;
    display: table;
    margin: 0 auto;
}

.usersBox {
    background: #fff;
    border-radius: 5px;
    display: block;
    width: 100px;
    height: 104px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    z-index: 99;
}

.usersBox2 {
    background: #fff;
    border-radius: 5px;
    display: block;
    width: 100px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.userSection {
    width: 110px;
    position: relative;
    z-index: 9;
    display: block;
    float: left;
    margin: -12px 24px;
}

.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 22;
    position: fixed;
}

.userSection2 {
    border: 2px solid rgba(0,0,0,0.2);
    width: 103px;
    position: relative;
    display: block;
    float: left;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 8px;
    margin-bottom: 16px;
}

    .userSection2:hover .hoverBaloon2 {
        display: block;
    }

.userSection:hover .hoverBaloon {
    display: block;
}

.orangeBg .blue {
    margin-top: 15px;
}

#absolute1 {
    position: absolute;
    top: 159px;
    left: 239px;
}

#absolute2 {
    position: absolute;
    top: 159px;
    left: 80px;
}

#absolute3 {
    position: absolute;
    top: 347px;
    left: 80px;
}

#absolute4 {
    position: absolute;
    top: 347px;
    left: 239px;
}

#absolute5 {
    position: absolute;
    top: 159px;
    right: 239px;
}

#absolute6 {
    position: absolute;
    top: 159px;
    right: 80px;
}

#absolute7 {
    position: absolute;
    top: 347px;
    right: 80px;
}

#absolute8 {
    position: absolute;
    top: 347px;
    right: 239px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08b1ef;
}

.slide3Content {
    width: 700px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
}

img.dots {
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: 43px;
}

.slide3Content {
    width: 700px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
}

.slide3Circle {
    width: 70px;
    height: 70px;
    border-radius: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

    .slide3Circle img {
        max-height: 32px;
        max-width: 32px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
/*Effect for Slide3-------------------------------------------------------------*/
/* Effect 1 */
.slide3Circle {
    background: #fff;
    -webkit-transition: background 0.2s,color 0.2s;
    -moz-transition: background 0.2s,color 0.2s;
    transition: background 0.2s,color 0.2s;
}

    .slide3Circle:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px #fff;
        -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s,opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s,opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
    }

    /* Effect 1a */
    .slide3Circle:hover {
        color: #3e4c54;
    }

        .slide3Circle:hover:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .slide3Circle:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

#particleClass {
    height: 540px;
    overflow: hidden;
}

.align {
    text-align: center;
    margin-bottom: 30px;
    color: #fff !important;
}

.blue-popup {
    position: fixed;
    top: 50%;
    z-index: 22;
    margin-top: -255px;
    left: 50%;
    margin-left: -585px;
    display: none;
}

.slide3 {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin-top: auto;
    min-height: 540px;
}

@media screen and (max-width:1350px) {
    .blue-popup {
        margin-left: -512px;
    }
}

@media screen and (max-width:1024px) {
    .blue-popup {
        /*margin-left:-485px;*/
    }

    #particleClass {
        height: 510px;
        overflow: hidden;
    }
}

@media screen and (max-width:992px) {
    .blue-popup {
        width: 700px;
        margin-left: -350px;
    }
}

@media screen and (max-width:767px) {
    .showroom.white .fl {
        font-size: 20px;
    }

    .showroom.white .sl {
        font-size: 12px;
    }

    .blue-popup {
        margin-left: -305.5px;
    }
}

@media screen and (max-width:735px) {
    .blue-popup {
        margin-left: -140px;
        width: 280px;
        height: 350px;
        margin-top: -136px;
    }

    .slide3 {
        display: flex;
        flex-direction: row;
        height: 100%;
        align-items: center;
        margin-top: auto;
        min-height: 380px;
    }

    .blue-popup .cancel {
        top: -13%;
        left: auto;
        right: -7%;
        position: absolute;
    }

    .blue-popup .cancel {
        top: -10% !important;
        left: auto;
        right: 42%;
        position: absolute;
    }
}

.blue-popup .cancel {
    top: -12px !important;
    right: -11px;
    margin-left: -15px;
    position: absolute;
}
/*.right-arrow,.left-arrow{
    width:35px;
    height:30px;
    border-radius:30px;
    background:#08b1ef;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}*/
.carousel.slide {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 230px;
}

.carousel-inner {
    height: 60px;
}

.left.carousel-control, .carousel-control.right {
    background: none;
}

.carousel-control {
    position: static;
}

.textbox ul {
    list-style: none;
}

.carousel-fade .carousel-inner > .item {
    transform: translate3d(0,0,0) !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transform: translate3d(0,0,0) !important;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
        transform: translate3d(0,0,0);
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.slide3Circle:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/*Effect for Third Slide Circles-------------------------------------------------------------*/
.centeredSquare {
    width: 150px;
    height: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 300px;
}

    .centeredSquare img {
        border: 6px solid rgba(6, 142, 191, 0.6);
        border-radius: 100%;
    }

.square1, .square2, .square3, .square4, .square5, .square6, .square7, .square8 {
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.square1 {
    width: 115px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.square2 {
    width: 138px;
    height: 100px;
    position: absolute;
    top: 75px;
    left: 65px;
}

.square3 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 200px;
    left: 0px;
}

.square4 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 345px;
    left: 95px;
}

.square5 {
    width: 140px;
    height: 100px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.square6 {
    width: 180px;
    height: 100px;
    position: absolute;
    top: 345px;
    right: 50px;
}

.square7 {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 200px;
    right: -45px;
}

.square8 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 75px;
    right: 104px;
}

.orangeBg .blue {
    margin-top: 15px;
    margin-bottom: 10px;
}

.orangeBg a {
    text-decoration: none;
}

.secondHeader span {
    clear: both;
    width: 100%;
    display: block;
    font-size: 38px;
}

.secondHeader {
    z-index: 999;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 6px;
    font-size: 27px;
    font-weight: 900;
    font-family: 'Noto Sans',noto,sans-serif;
    clear: both;
}

.hat {
    position: absolute;
    top: 16px;
    width: 59px;
    margin-left: -12px;
}
/*Animation for slide2---------------------------------------------------------------------------------*/
#animationHat {
    -webkit-animation-name: animationHat; /* Chrome,Safari,Opera */
    -webkit-animation-duration: 2s; /* Chrome,Safari,Opera */
    -o-animation-name: animationHat;
    -o-animation-duration: 2s;
    -moz-animation-name: animationHat;
    -moz-animation-duration: 2s;
    -ms-animation-name: animationHat;
    -ms-animation-duration: 2s;
    animation-name: animationHat;
    animation-duration: 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animationHat {
    0% {
        top: -50px;
    }

    100% {
        top: 9px;
    }
}

@-moz-keyframes animationHat {
    0% {
        top: -50px;
    }

    100% {
        top: 9px;
    }
}

@-o-keyframes animationHat {
    0% {
        top: -50px;
    }

    100% {
        top: 9px;
    }
}

@-ms-keyframes animationHat {
    0% {
        top: -50px;
    }

    100% {
        top: 9px;
    }
}

button.blue {
    float: right;
    font-family: 'Noto Sans',noto,sans-serif;
    font-size: 18px;
    text-align: center;
    background: #08b1ef;
    color: #fff;
    font-weight: 600;
    border: 1px solid #1587b1;
    border-radius: 3px;
    padding: 7px 8px;
    width: 100px;
}

.hoverBaloon2 {
    background: rgba(0,0,0,0.7);
    height: auto;
    width: 190px;
    padding: 3px 7px;
    z-index: 99999999;
    display: none;
    position: absolute;
    top: 30px;
    right: -160px;
    border-radius: 5px;
}

.bigBlueCircle {
    display: block;
    cursor: pointer;
    background: #08b1ef;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: 3px solid #069fd6;
}

.bigBlueCircle {
    display: block;
    cursor: pointer;
    background: #08b1ef;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.bigBlueCircle {
    background: #08b1ef;
    -webkit-transition: background 0.2s,color 0.2s;
    -moz-transition: background 0.2s,color 0.2s;
    transition: background 0.2s,color 0.2s;
}

    .bigBlueCircle:hover {
        color: #08b1ef;
    }

        .bigBlueCircle:hover:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .bigBlueCircle:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .bigBlueCircle:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .bigBlueCircle:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px #08b1ef;
        -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s,opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s,opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
    }

h4.white {
    word-break: break-word;
}

.textbox h2 {
    font-size: 3vw;
}

@media screen and (min-width:768px) {
    .textbox h2 {
        font-size: 2.6vw;
    }
}

button.launchDemo {
    background: url(../img/bg_launchButton.jpg);
    height: 40px;
    border: 1px solid #c76b21;
    border-radius: 5px;
    padding: 6px 20px;
    color: #fff;
    font-size: 18px;
    float: right;
    display: block;
    width: 260px;
    font-weight: 800;
    text-align: center;
    font-family: 'Noto Sans',notoBold,sans-serif;
    margin-bottom: 30px;
    margin-top: 40px;
}

    button.launchDemo a:hover {
        text-decoration: none;
    }

.secondSlideBg a:hover {
    text-decoration: none;
}

.center {
    float: none;
    display: table;
    margin: 0 auto;
}

.white {
    color: #fff;
}

@media only screen and (max-width: 1550px) and (min-width: 1350px) {
    .indentLineShort {
        margin-bottom: 35px !important;
    }

    #showroomTablet {
        display: none;
    }
}

.indentLineShort {
    background: rgba(0,0,0,0.4);
    width: 300px;
    margin: 0 auto;
    height: 1px;
    display: block;
    box-shadow: 0px 1px 2px rgba(255,255,255,0.2);
    margin-bottom: 35px;
    display: flex;
    width: 80%;
}


.animation {
    text-align: center;
    /*margin-top: 27%;*/
    position: relative;
    right: 0;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2.3s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 2.3s;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0% {
        margin-top: -80%;
        opacity: 0;
    }

    100% {
        margin-top: 25vh;
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        margin-top: -80%;
        opacity: 0;
    }

    100% {
        margin-top: 25vh;
        opacity: 1;
    }
}

.slidingHorizontal span {
    font-size: 43px;
}

/*Typing animation============================================================*/
/*Horizontal Sliding words============================================================*/
.slidingHorizontal {
    display: inline;
    float: left;
    margin-left: 8px;
}

    .slidingHorizontal span {
        position: absolute;
    }

.text-block {
    display: none;
}


/*Horizontal Sliding words============================================================*/

/*Effect for iMac Circles-------------------------------------------------------------*/
/* Effect 8 */

.imacCirclesWidth .bigBlueCircle:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.imacCirclesWidth .bigBlueCircle:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

    .imacCirclesWidth .bigBlueCircle:hover:after {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
    }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #069fd6, 0 0 0 10px rgba(255,255,255,0.9);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #069fd6, 0 0 0 10px rgba(255,255,255,0.9);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #069fd6, 0 0 0 10px rgba(255,255,255,0.9);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #069fd6, 0 0 0 10px rgba(255,255,255,0.9);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #069fd6, 0 0 0 10px rgba(255,255,255,0.9);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #069fd6, 0 0 0 10px rgba(255,255,255,0.9);
        transform: scale(1.5);
        opacity: 0;
    }
}

.bigBlueCircle {
    display: block;
    cursor: pointer;
    background: #08b1ef;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border: 3px solid #069fd6;
}

    .bigBlueCircle:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .bigBlueCircle:before {
        font-family: 'ecoicon';
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }
/*END of Effect for iMac Circles-------------------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

.input-header {
    background: #5f5e5e;
    padding: 4px 8px;
    padding-right: 30px;
    border: 1px solid #333638;
    margin: 7px 5px;
    border-radius: 3px;
    float: left;
    font-family: 'Noto Sans',noto,sans-serif;
    width: 150px;
    position: relative;
    font-size: 14px;
}

input[type="text"] {
    color: #fff;
}

.up {
    top: 4px;
    left: 0;
    right: 0;
    /*margin: 5 auto;*/
    -webkit-animation-name: upmenu; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: upmenu;
    animation-duration: 1s;
    opacity: 1;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes upmenu {
    0% {
        transform: translateY(100vh);
    }
    /*50%{
        transform: translateY(-2%);
    }
    65%{
        transform: translateY(1%);
    }
    80%{
        transform: translateY(-1%);
    }
    95%{
        transform: translateY(0.5%);
    }*/
    100% {
        transform: translateY(0%);
    }
}

/* Standard syntax */
@keyframes upmenu {
    0% {
        transform: translateY(100vh);
    }
    /*50%{
        transform: translateY(-2vh);
    }
    65%{
        transform: translateY(1vh);
    }
    80%{
        transform: translateY(-1vh);
    }
    95%{
        transform: translateY(0.5vh);
    }*/
    100% {
        transform: translateY(0vh);
    }
}

.navigation {
    background: url(../img/bg_menu.jpg);
    height: 49px;
    margin-bottom: 150px;
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
}

.navbar-form.navbar-right {
    margin-top: -4px;
    border: none;
}

.slide {
    background-color: rgba(0, 1, 3, 0.57);
    background: url(../img/earth2.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
}

.centeredblock {
    display: table;
    margin: 0 auto;
    float: none;
}

.row.slide {
    background-color: #000;
}


.form-control {
    color: #fff;
}

.square {
    position: absolute;
    right: 15px;
    top: 19px;
    z-index: 99;
}

button.navbar-toggle {
    padding: 0px;
    margin: 10px;
    border: none;
}

.wrapper {
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
}

.form-group {
    position: relative;
}

.ballon.c {
    top: 40px;
    width: 110px;
    padding-left: 10px;
    padding-right: 10px;
    left: 45%;
    text-align: center;
}

.coming {
    display: table;
    margin: 0 auto;
    margin-top: 50vh;
    padding-bottom: 30px;
    padding-top: 130px;
}

.to-down {
    width: 440px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -220px;
    margin-bottom: 1.7%;
}

.btn-info {
    background: #08b1ef;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: none;
}

.mob {
    margin-left: 5px;
    margin-top: 7px;
}

.btn.btn-info {
    border-radius: 2px;
    padding: 5px 20px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 12px 15px;
}

.btn-submit-header {
    width: 100%;
    z-index: 999;
}


.textbox > slide h2 {
    vertical-align: middle;
    margin: 100px auto;
}

.carousel-inner > .item > h2 {
    z-index: 99999;
}

@media(max-width:1000px) {
    .input-header {
        width: 110px !important;
    }
}

@media(max-width:1025px) {
    .mobileSpace {
        font-size: 34px;
    }

    span.lefty {
        font-size: 30px;
    }

    .slidingHorizontal span {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .input-header {
        width: 100% !important;
    }

    .navbar-form {
        background: rgba(0,0,0,0.92);
        height: 900px;
        border-top: none;
        margin-top: 0px;
        padding-top: 18vh;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }
}



@media(max-width:486px) {
    .comingSoon, .comingSoon2 {
        margin-top: 20px;
        float: none;
        width: 280px;
    }

        .comingSoon2 span {
            padding: 7px 14px;
            display: block;
            width: 267px;
            background: #ee7f23;
            border-radius: 6px;
        }


        .comingSoon span {
            padding: 7px 14px;
            display: block;
            width: 267px;
            background: #ee7f23;
            border-radius: 6px;
        }

    .to-down {
        width: 440px;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -150px;
        margin-bottom: 3%;
    }
}



@media (min-width: 1025px) {
    .imacCirclesWidth {
        width: 300px;
        float: left;
        display: block;
    }

    /*.textbox h2 {
        font-size: 35px;
    }*/



    .darkBlueBackground {
        height: auto;
    }
}


@media(max-width:767px) {
    .btn-subscribe-header {
        visibility: hidden;
    }

    .btn-submit-header {
        display: block;
    }

    /*.textbox h2 {
        font-size: 20px;
    }*/



    .b {
        margin-bottom: 15px;
    }
}

@media(min-width:768px) {
    .btn-subscribe-header {
        visibility: visible;
    }

    .coming {
        padding-bottom: 30px;
        padding-top: 130px;
    }

    .btn-submit-header {
        display: none;
    }
}

@media(max-width:486px) {
    .coming {
        display: block;
        width: 226px;
        margin: 0 auto;
        margin-top: 322px;
    }
}

.showroom h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}


@media(min-width: 769px) {
    .leftIcon {
        margin-top: 20px;
        text-align: right;
        padding-right: 0;
    }


    .rightIcon {
        margin-top: 20px;
        text-align: left;
        padding-left: 0;
    }
}

@media(max-width:320px) {


    /*.textbox h2 {
        font-size: 15px;
    }*/
}

@media(max-width:968px) {

    .mobileSpace.text-center.text-nowrap {
        font-size: 18.3px;
        margin-left: 1%;
    }

    span.lefty {
        margin-left: -20.66%;
        width: auto;
    }
}

@media(max-width:486px) {


    .mobileSpace.text-center.text-nowrap {
        font-size: 10px;
        text-align: center;
    }

    .imacQuote.text-block {
        font-size: 10px;
    }

    iframe {
        width: 90% !important;
        left: 5% !important;
        height: 54% !important;
    }

    .cancel {
        top: 12% !important;
    }

    .ytp-thumbnail-overlay-image {
        width: 200% !important;
    }

    .slidingHorizontal span {
        font-size: 10px;
    }
}

@media(min-width:1400px) {
    span.lefty {
        font-size: 44px;
    }

    .slidingHorizontal span {
        font-size: 44px;
    }

    .textbox {
        width: 100%;
    }

    /*.textbox h2 {
            font-size: 42px;
        }*/

    span.mobileSpace {
        font-size: 40px;
        margin-top: 18px;
        margin-left: 1%;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .video {
        width: 96%;
        left: 2%;
        height: 80%;
    }
}
/* Smartphones (landscape) ----------- */


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 760px) {
    .video {
        width: 96%;
        left: 2%;
        height: 80%;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    //css code here
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .video {
        width: 68%;
        left: 15%;
        height: 80%;
        top: 10%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    //css code here
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    //css code here
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    //css code here
}

@media only screen and (min-device-width : 969px) and (max-device-width : 1300px) {
    span.lefty {
        margin-left: -19.66%;
        font-size: 30px;
    }

    .slidingHorizontal span {
        font-size: 32px;
    }

    .mobileSpace.text-center.text-nowrap {
        font-size: 25.3px;
        margin-left: 2%;
    }
}

@media only screen and (min-device-width : 1300px) and (max-device-width : 1400px) {
    .mobileSpace.text-center.text-nowrap {
        font-size: 37px;
        margin-left: 2%;
    }
}

@media only screen and (min-width:320px) {
    /*.first-line {
        font-size: 4vw;
    letter-spacing: 0.3vw;
    padding-left: 2.5vw;
}*/
    .first-line {
        font-size: 3.1vw;
    }

        .first-line.short-text {
            font-size: 3.5vw;
        }

    .second-line {
        font-size: 3.1vw;
    }

        .second-line.helping {
            font-size: 2.2vw;
        }

    .animation {
        margin-top: 26vh;
    }
}

@media only screen and (min-width:1024px) {
    /*.first-line{
        font-size: 3.25vw;
    padding-left: 2.2vw;
    word-spacing: 0.5vw;
    letter-spacing: 0.18vw;
    }*/
    .first-line {
        font-size: 2.5vw;
        padding-left: 0;
    }

        .first-line.short-text {
            font-size: 3.1vw;
        }

    .second-line {
        line-height: 1.5;
        font-size: 2.6vw;
    }

        .second-line.helping {
            font-size: 2vw;
        }

    .textbox h2 {
        font-size: 2.6vw;
    }
}

@media only screen and (min-width:1304px) {
    /*.first-line{
        font-size: 3.25vw;
    padding-left: 2.2vw;
    word-spacing: 0.5vw;
    letter-spacing: 0.18vw;
    }*/
    .first-line {
        font-size: 2.5vw;
        padding-left: 0;
    }

        .first-line.short-text {
            font-size: 3.1vw;
        }

    .textbox h2 {
        font-size: 2.5vw;
    }

    .second-line {
        line-height: 1.5;
        font-size: 2.2vw;
    }
}

@media only screen and (min-width: 500px) {
    .indentLineShort {
        margin-bottom: 10px !important;
    }

    .showroomMobile {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width:735px) {
    .hiden {
        display: none;
    }
}

.evening-show, .morning-show {
    display: none;
}

@media only screen and (min-height:320px) and (max-height:415px) {
    .slide3 {
        display: flex;
        flex-direction: row;
        height: 100%;
        align-items: center;
        margin-top: auto;
        min-height: 269px;
    }

    .blue-popup {
        height: 252px;
        /* top: 50%; */
        margin-top: -95px;
    }

    .align {
        text-align: center;
        margin-bottom: 10px;
        color: #fff !important;
    }

    .blue-popup .cancel {
        top: -12px !important;
        right: -11px;
        margin-left: 0px;
        position: absolute;
    }
}

.second-line.helping {
    font-size: 1.3vw;
}

.ballon, .ballonNotCool, .ballonMoreLikedPersons {
    position: absolute;
    width: 300px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 12px;
    font-family: 'Noto Sans',noto,sans-serif;
    line-height: 16px;
    text-align: justify;
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
    display: none;
    padding: 7px 12px;
}
    .ballon.c {
        top: 40px;
        width: 110px;
        padding-left: 10px;
        padding-right: 10px;
        left: 45%;
        text-align: center;
    }
    .ballon:after {
        content: '';
        display: block;
        height: 7px;
        width: 7px;
        position: absolute;
        top: -5px;
        right: 48%;
        transform: rotate(225deg);
        border-right: 2px solid rgba(255,255,255,0.9);
        border-bottom: 2px solid rgba(255,255,255,0.9);
        background: #4c4c4c;
        box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    }

 

i.cx, i.ai {
    padding-bottom: 55px;
    position: relative;
    font-style: normal;
}

.cx div, .ai div {
    display: none;
    cursor: pointer
}

.cx:hover, .ai:hover {
    cursor: pointer
}

    .cx:hover .texttooltip, .ai:hover .texttooltip {
        display: block;
        cursor: pointer;
        top: 40px;
        position: absolute;
        z-index: 555555;
        margin-left: -37px;
        left: 0px;
        bottom: -0px;
    }
