/* TYPOGRAPHY
================================================== */

body {
    color: #777;
    background: #f7f7f7;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h1:after {
    background-color: #25b2ee;
}

#mainHeader {
    background-color: #232323;
    border-bottom: 1px solid black;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

#mainHeader .container, #mainHeader .container .span12 {
    width: 100%;
    min-height: 65px;
    margin: 0;
}

#mainHeader .container .row {
    margin-left: 0;
}

#mainHeader .brand {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -80px;
}

a {
    color: #25b2ee;
}

a:hover, .scrollspyNav .active a {
    color: #25b2ee;
}

#homeApp {
    padding-top: 110px;
}

/*** buttons ***/
.btn {
    background: #232323;
    color: #fff;
    box-shadow: none;
    display: block;
    border: 1px solid #333;
    padding: 6px 12px;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-family: Arial;
    font-size: 13px;
    height: 34px;
    text-transform: none;
}

.btn:hover {
    text-shadow: none;
    background: #292929;
    color: #ccc;
}

.btn-large {
    background: #99b3cc;
    color: black !important;
    line-height: 33px;
    padding: 6px 20px;
}

.btn-large:hover {
    color: white !important;
}

.lost-pwd {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
    display: inline-block;
}

.lost_password_box {
    padding: 30px;
}

.lost_password_form input {
    width: 300px;
}

.lost_password_form input[type="text"]:focus,
.lost_password_form input[type="password"]:focus,
.lost_password_form input[type="email"]:focus {
    border: 1px solid rgba(82, 168, 236, 0.8);
    color: #5e5e5e;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.lost_password_form .submit input {
    background: #232323;
    color: #fff;
    box-shadow: none;
    display: block;
    border: 1px solid #333;
    padding: 6px 12px;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-family: Arial;
    font-size: 13px;
    height: 34px;
    text-transform: none;
    width: 200px;
}

.lost_password_form .submit input:hover {
    text-shadow: none;
    background: #292929;
    color: #ccc;
}

/* END LINKS AND BUTTONS
================================================== */

/* HEADER
================================================== */

/*** Social icons ***/

.socialNetwork a.icoFacebook:hover {
    background-color: #3B5998;
}

.socialNetwork a.icoTwitter:hover {
    background-color: #33ccff;
}

.socialNetwork a.icoGoogle:hover {
    background-color: #BD3518;
}

/* END HEADER
================================================== */

.arrowsNav i, .arrowsNav .color4 i {
    color: #fff;
}

#footerRights {
    width: 100%;
    height: 65px;
    border-top: 1px solid #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    line-height: 40px;
    font-size: 11px;
    background: #232323;
}

#footerRights:before {
    border-top: 1px solid rgba(255, 255, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#footerRights .container {
    width: 100%;
}

#footerRights .container .row {
    margin: 0;
}

#footerRights .container .row .span12 {
    width: 100%;
    margin: 0;
}

#footerRights #copyright,
.topContainer #copyright {
    font-size: 10px;
    line-height: 20px;
    float: right;
    padding: 12px;
    position: relative;
    z-index: 1;
    top: -4px;
}

.topContainer #copyright {
    top: 10px;
}

#footerRights #cop a {
    color: #ccc;
}

#footerRights #cop {
    float: right;
    position: absolute;
    right: 20px;
    top: 33px;
}

#footerRights .inactive_icons {
    float: left;
    margin-top: 2px;
}

#footerRights #socialStuff,
.topContainer #socialStuff {
    float: right;
    line-height: 20px;
    height: 40px;
    position: relative;
    padding: 0px 10px 0 10px;
}

#footerRights #socialStuff .socialicon,
.topContainer #socialStuff .socialicon {
    width: 18px;
    height: 18px;
    float: right;
    background-image: url(../images/social.png);
    margin: 10px 10px 0 0;
    border: none !important;
    z-index: 1;
    position: relative;
}

#footerRights #socialStuff,
.topContainer #socialStuff {
    padding-top: 14px;
}

.topContainer #socialStuff {
    float: left;
}

#footerRights #socialStuff .socialicon:hover,
.topContainer #socialStuff .socialicon:hover {
    border: none !important;
}

#twitterIcon {
    background-position: -36px 0px;
}

#rssIcon {
    background-position: -72px 0px;
}

#facebookIcon {
    background-position: -108px 0px;
}

#GooglePlusIcon {
    background-position: -162px 0px;
}

#twitterIcon:hover {
    background-position: -36px -18px;
}

#rssIcon:hover {
    background-position: -72px -18px;
}

#facebookIcon:hover {
    background-position: -108px -18px;
}

#GooglePlusIcon:hover {
    background-position: -162px -18px;
}

/*** FLEX ***/

.flexslider {
    box-shadow: none;
}

.flexslider .flex-direction-nav a {
    background-color: #25b2ee;
}

/*** END FLEX SLIDER ***/

#homeApp h1, #homeApp h2, #homeApp p {
    color: #ffffff;
}

#homeApp {
    background-image: url('../img/landpage/background-1.jpg');
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* first slide - weather grib files */
.flexProject {
    margin-bottom: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.flexProject .flex-direction-nav {
    display: none;
}

.flexProject .flex-control-nav {
    bottom: 0
}

.flexProject .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.4)
}

.flexProject .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.8)
}

.flexProject .ipad_2_box h2 {
    display: block;
    padding: 0 0 0 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}

#homeApp .flexProject p {
    text-align: left;
    line-height: 17px;
    font-size: 13px;
}

/* second slide - discover */

#homeApp .flexProject h2 {
    display: block;
    padding: 0;
    line-height: 41px;
}

/* END SLIDERS
================================================== */

/*** Form ***/
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    border: none;
    color: #5e5e5e;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    color: #5e5e5e;
    background-color: #fff !important;
    border: 1px solid #ededed;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}

/*** COLORS  ***/
.color1 i, .color2 i, .color3 i, .color4 i, .color2 a i, .color3 a i, .color4 a i, .navUp.color1 i, .navDown.color1 i {
    color: #555
}

.color1 a:hover i, .color2 a:hover i, .color3 a:hover i, .color4 a:hover i, .color1 .flex-direction-nav i {
    color: white;
}

.color1 a.btn i, .color2 a.btn i, .color3 a.btn i, .color4 a.btn i, .color1 a.btn, .color2 a.btn, .color3 a.btn, .color4 a.btn {
    color: #FFF;
}

.color1 i {
    color: #555
}

.color1, .bulle.color1, .iconWrapper.color1, .bigIconLink.color1 a {
    background-color: #F7F7F7;
    color: #444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1, .color1 h5, .color5 p, .bulle.color1 h1, .bulle.color1 h2, .bulle.color1 h3, .bulle.color1 h4, .bulle.color1 h5, .bulle.color1 p, .boxFocus.color1 h1, .boxFocus.color1 h2, .boxFocus.color1 h3, .boxFocus.color1 h4, .boxFocus.color1 h5, .boxFocus.color1 p, .boxContent.color1 h1, .boxContent.color1 h2, .boxContent.color1 h3, .boxContent.color1 h4, .boxContent.color1 h5, .boxContent.color1 p, .color1 .ctaBox blockquote {
    color: #444;
}

/*** icons ***/
a.iconWrapper:hover {
    background-color: #CCCC00;
    color: #fff;
}

.iconWrapper, .bigIconLink a {
    background-color: #444444;
    color: #555;
}

.login {
    padding: 20px;
    border: 1px solid #000;
    background: rgba(28, 28, 28, .95);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

div#authMessage {
    font-size: 12px;
    color: white;
    margin: 0.5em auto;
}

.login > h1 {
    font-size: 2em;
    margin: 0.5em 0 1em 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.login > h1:after {
    margin-bottom: 10px;
    bottom: -28px;
}

.ipad-img {
    width: 60%;
}

.ipad_1_box {
    margin-left: 80px;
    height: 370px;
    width: auto;
    position: relative;
    text-align: right;
}

.ipad_1_box > h1,
.ipad_1_box > h2 {
    position: absolute;
    z-index: 2;
}

.ipad_1_box > h2 {
    font-size: 3em;
    font-weight: 300;
}

.ipad_1_box > h1 {
    padding-top: 80px;
}

.ipad_1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0px;
}

.ipad_1_box > h1,
.ipad_1_box > h2 {
    position: relative;
    text-align: left;
}

.ipad_1_box > h2 {
    font-size: 2em;
}

ul.iconsList {
    margin-left: 13px;
}

.iconsList li {
    list-style-image: url('../img/landpage/li.png');
}

.header_txt {
    float: left;
    position: absolute;
    z-index: 10;
    padding-left: 20px;
    width: auto;
}

.ipad_1_box {
    margin-left: 0px;
    height: 290px;
    position: relative;
}

.ipad_1_box h2 {
    font-size: 3.5em;
    left: 0px;
    text-align: left;
}

.ipad_1 > img {
    width: 390px;
}

.ipad_1,
.ipad_1.ipad_2 {
    bottom: -44px;
    background: url('../img/landpage/ipad_advanced-tracking_1.png') no-repeat;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 420px;
    height: 319px;
    background-size: 280px;
    background-position-x: right;
}

.ipad_2_box {
    margin-left: 0;
}

.ipad_1.ipad_2 {
    background: url('../img/landpage/grib_weather_files_via_email.png') no-repeat;
    bottom: -44px;
}

.ipad_1.konectis {
    background: url('../img/landpage/konectis-app.png') no-repeat;
}

h4.konectis {
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.konectis-list {
    width: 235px;
    margin-left: 17px;
}

.konectis-list li {
    text-align: left;
    color: #fff;
    font-size: 11px;
}

.konectis-list li.watch-konectis-video {
    list-style: none;
    position: relative;
}

.konectis-list li.watch-konectis-video > a {
    background: url('../img/landpage/watch-video.png') no-repeat;
    display: block;
    width: 220px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 8px;
    background-size: 220px;
}

.konectis-list li.watch-konectis-video > a:lang(fr) {
    background: url('../img/landpage/voir-la-video.png') no-repeat;
    display: block;
    width: 220px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 8px;
    background-size: 220px;
}

.konectis_box a {
    display: block;
    margin: 7px auto;
}

.konectis_box a.google-play {
    left: 0;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.konectis_box a.app-store {
    display: inline-block;
    width: 49%;
}

.konectis_box a.google-play > img,
.konectis_box a.app-store > img {
    width: 100%;
    max-width: 112px;
    margin: 0 auto;
}

.slideN0 .konectis_box .header_txt h2 {
    text-align: center;
}
.slideN0 .konectis_box .header_txt {
    width: calc(100% - 40px);
    bottom: 13%;
}
.slideN0 .app-stores-buttons {
    bottom: -3%;
}


.slideN2 .header_txt h2 {
    text-align: center;
    margin-top: 20px;
}
.slideN2 .header_txt {
    width: calc(100% - 40px);
    left: 0;
    top: 0;
}
.slideN2 .ipad_1.ipad_2 {
    bottom: -20%;
}

.slideN3 .header_txt {
    width: calc(100% - 40px);
    position: static;
}
.slideN3 .header_txt h2 {
    text-align: center;
    margin-top: 20px;
}
.slideN3 .header_txt img {
    width: 93%;
    margin: 0 auto;
}
.slideN3 h2 {
    width: 100%;
    line-height: 1.1 !important;
    text-transform: uppercase;
    overflow: visible;
    text-shadow: 0 0 3px #4F4F4F;
}
.slideN3 a.at {
    display: inline-block;
    color: white;
    font-size: 22px;
    font-weight: 100;
    text-shadow: 0 0 3px #4F4F4F;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -24%;
    z-index: 9;
    left: 0;
}
.slideN3 a.at:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
}

.app-stores-buttons {
    position: absolute;
    bottom: 10px;
    height: 39px;
    text-align: left;
    width: 100%;
}

.slideN4 .we-stream {
    color: white;
    width: 45%;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
}
.slideN4 img {
    display: inline-block !important;
    width: 49%;
    vertical-align: top;
}
.slideN4 .we-stream_box {
    margin-top: 25px;
}

.slideN4 .we-stream-link {
    background: url(../img/landpage/www-hotspot-wifi-eu.png) no-repeat;
    display: block !important;
    width: 100%;
    height: 40px;
    background-position-x: center;
    margin-top: 10px;
}

.slideN5 .header_txt {
    width: calc(100% - 40px);
    position: static;
    margin-top: 25px;
}
.slideN5 .header_txt h2 {
    font-weight: 600;
}
.slideN5 .more-info {
    display: block;
    width: 100%;
    color: white;
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #mainHeader {
        position: relative
    }

    .container {
        box-sizing: border-box;
    }

    .brand {
        padding: 0;
    }

    #homeApp {
        padding-top: 2em;
    }

    button.btn, input[type="submit"].btn {
        width: 40%;
        margin: 0 auto;
    }

    #homeApp .flexProject p,
    .konectis-list,
    .h4.konectis {
        display: none;
    }

    .ipad_1 {
        background-size: 78%;
        background-position-y: 100%;
        bottom: -94px;
        right: 20px;
    }

    .konectis_box {
        height: 320px;
        text-align: left;
    }

    .konectis_box h2 {
        font-weight: bold;
    }

    .konectis_box .konectis-list b {
        color: white;
    }

    .ipad_1.konectis {
        width: 100%;
        background-size: 100%;
        top: 15px;
        right: auto;
    }

    .ipad_1.konectis > a {
        width: 100%;
        height: 100%;
    }

    .ipad_1.ipad_2 {
        width: 100%;
        background-size: 100%;
        right: 0;
        bottom: -33%;
    }

    #homeApp .flexProject h2 {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        text-shadow: 0 0 2px #696969;
    }

    #homeApp .flexProject h2 > div {
        font-size: 15px;
        font-weight: normal;
    }

    [class*="span"] {
        margin-bottom: 0.5em;

    }

    #footerRights {
        position: relative;
        height: 85px;
    }

    #footerRights .inactive_icons {
        display: none;
    }

    #footerRights #socialStuff {
        display: block;
        float: left;
    }

    #footerRights #copyright {
        float: right;
    }

    #footerRights #copyright a {
        padding: 4px;
    }

    #footerRights #cop {
        position: static;
        line-height: 12px;
    }

    .topContainer #socialStuff {
        display: none;
    }

    #mainHeader .brand {
        left: 25px;
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .konectis_box {
        height: 400px;
    }

    .ipad_1.konectis {
        background-size: 100%;
        left: 0;
        height: 400px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .ipad_1_box {
        margin-left: 80px;
        width: 410px;
        height: 340px;
        position: relative;
    }

    .ipad_1_box .ipad_1 img {
        width: 325px;
    }

    .login {
        width: 195px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .login h1 {
        font-size: 1.5em;
    }

    .login input[type="text"],
    .login input[type="password"],
    .login input[type="email"],
    .login input[type="tel"] {
        padding: 0px 10px;
        height: 30px;
        margin-bottom: 1em;
    }

    .login .btn {
        padding: 0 20px;
        font-size: 15px;
    }

    .flexProject {
        margin-left: 300px;
    }

    h1 {
        margin-bottom: 1.1em;
    }

    .flexslider .slides img {
        width: 100%;
    }

    .flexslider .slides img.small {
        width: auto;
    }

    .slice {
        padding-top: 3em;
        padding-bottom: 1em;
    }

    #contactSlice {
        padding-bottom: 3em;
    }

    #footerRights {
        height: 95px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .ipad_1_box h2 {
        font-size: 2.5em;
    }

}

@media (min-width: 768px) {
    body #globalWrapper {
        overflow: hidden;
    }

    .ipad_1_box {
        margin-left: 0;
        width: 100%;
        height: 400px;
        position: relative;
    }

    .ipad_1 {
        background-size: 84%;
        bottom: -53px;
        right: 0;
        padding-bottom: 10%;
    }

    .ipad_1.ipad_2 {
        bottom: -50px;
        right: 0;
        width: 75%;
        background-size: 100%;
    }

    .login {
        margin-left: 20px;
    }

    .flexProject {
        margin-left: 260px;
        width: calc(100% - 260px);
    }

    .konectis_box {
        margin-left: 0;
    }

    .konectis-list {
        width: 200px;
    }

    .konectis_box h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .konectis_box h2 > div {
        font-size: 25px;
    }

    h4.konectis {
        margin-top: 15px;
    }

    .konectis-list li {
        font-size: 12px;
    }

    .ipad_2_box p {
        width: 180px;
    }

    .ipad_1.konectis {
        bottom: auto;
        right: 10%;
        background-size: 80%;
        width: 80%;
        top: 0;
    }

    .konectis_box .header_txt {
        width: 100%;
        position: absolute;
        bottom: 55px;
        font-size: 11.5px;
        line-height: 15px;
    }

    .konectis_box .header_txt p,
    .konectis_box .header_txt ul {
        width: 32% !important;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

    .konectis_box .header_txt p:last-of-type {
        padding-top: 10px;
    }

    .konectis_box .konectis-list li {
        margin-left: 14px;
    }

    .konectis_box .header_txt .konectis-list {
        color: white;
        text-align: left;
    }

    .konectis_box a.long-text:after {
        content: '';
        display: inline-table;
        clear: both;
    }

    .konectis_box a.google-play {
        bottom: -25px;
        left: 18px;
        width: auto;
    }

    .konectis_box a.app-store {
        bottom: -25px;
        left: 130px;
        width: auto;
    }

    .app-stores-buttons {
        position: absolute;
        z-index: 2;
        bottom: 35px;
        height: 39px;
        text-align: left;
    }

    .slideN0 .app-stores-buttons {
        bottom: 10%;
        left: 20px;
    }
    .slideN2 .header_txt h2 {
        text-align: left;
        margin-top: 5px;
    }
    .slideN3 .header_txt {
        width: 100%;
        text-align: left;
    }
    .slideN3 .header_txt h2 {
        width: 60%;
        font-size: 30px;
        text-align: left;
        margin-top: 0;
        display: inline-block;
        overflow: visible;
        position: absolute;
        z-index: 2;
        left: 20px;
    }
    .slideN3 .header_txt img {
        width: 74%;
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .slideN3 a.at {
        bottom: auto;
        top: 300px;
    }
    .slideN4 img {
        width: 56% !important;
        position: absolute;
        right: -40px;
    }
    .slideN4 .we-stream_box {
        margin-left: 0;
        width: 100%;
        margin-top: 5px;
    }
    .slideN4 .we-stream-link {
        position: absolute;
        background-position-x: left;
        left: 20px;
        top: 272px;
    }
    .slideN5 .header_txt {
        margin-top: 5px;
    }
    .slideN5 .header_txt h2 {
        width: 57%;
        font-size: 24px;

    }
    .slideN5 img {
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 65px;
        z-index: -1;
    }
    .slideN5 .more-info {
        margin: 280px 0 0 20px;
    }

}

@media (min-width: 1024px) {
    .flexProject {
        margin-left: 320px;
        width: calc(100% - 320px);
    }

    .ipad_1_box {
        margin-left: 35px;
        width: 100%;
        padding-bottom: 17%;
        position: relative;
    }

    .konectis_box .header_txt {
        padding-left: 0;
    }

    .konectis_box a {
        bottom: -15px;
        left: 0px;
    }

    .konectis_box h2 {
        font-size: 2.5em;
        line-height: 30px;
    }

    .konectis-list li {
        font-size: 13px;
    }

    .konectis-list li.watch-konectis-video > a,
    .konectis-list li.watch-konectis-video > a:lang(fr) {
        width: 262px;
        left: -15px;
        top: 20px;
        background-size: 262px;
    }

    .ipad_1 {
        bottom: -64px;
        right: 12%;
        width: 420px;
        height: 412px;
        background-size: 100%;
    }

    .ipad_1.ipad_2 {
        bottom: 5%;
        right: -14%;
        background-size: 82%;
        width: 100%;
    }

    .ipad_1.konectis {
        background-size: 100%;
        right: 15%;
    }

    .flexProject .ipad_2_box h2 {
        font-size: 44px;
    }

    #homeApp .flexProject p {
        line-height: 20px;
        font-size: 15px;
    }

    .google-play {
        position: absolute;
        bottom: -27px;
        left: 0;
    }

    #homeApp .flexProject a.long-text p,
    #homeApp .flexProject a.long-text b {
        font-size: 12px;
    }

    #homeApp .flexProject a.long-text p,
    #homeApp .flexProject a.long-text ul {
        padding-right: 15px;
    }

    .konectis_box .header_txt p,
    .konectis_box .header_txt ul {
        width: 30% !important;
    }

    .konectis_box .header_txt {
        bottom: 50px;
    }

    .konectis_box a.google-play {
        bottom: -14px;
        left: 0;
        position: absolute;
        width: auto;
    }

    .konectis_box a.app-store {
        bottom: -14px;
        left: 130px;
        position: absolute;
        width: auto;
    }

    .slideN2 .ipad_1.ipad_2 {
        bottom: -10%;
    }

    .slideN2 .ipad_1_box {
        padding-bottom: 0;
    }
    .slideN3 h2 {
        width: 50%;
    }
    .slideN3 .app-stores-buttons {
        bottom: 10%;
        z-index: 2;
    }

    .slideN3 a.google-play {
        bottom: -14px;
        left: 0;
        position: absolute;
        width: auto;
    }

    .slideN3 a.app-store {
        bottom: -14px;
        left: 130px;
        position: absolute;
        width: auto;
    }
    .slideN3 a.at {
        width: auto;
        left: 20px;
        top: 83%;
    }
    .slideN3 .header_txt img {
        right: 40px;
    }
    .slideN3 .header_txt h2 {
        top: 62%;
        z-index: 1;
    }
    .slideN4 .we-stream {
        padding-left: 40px;
        font-size: 24px;
    }
    .slideN4 .we-stream-link {
        margin-top: 100px;
    }
    .slideN4 img {
        width: 49% !important;
        right: 0;
    }
    .slideN5 .header_txt {
        padding-left: 40px;
    }
    .slideN5 .more-info {
        margin: 370px 0 0 40px;
    }
    .slideN5 img {
        width: 89%;
        max-width: 780px;
        right: 7%;
        top: 15%;
    }
}

@media (min-width: 1200px) {
    .ipad_1_box {
        width: 750px;
        padding-bottom: 16%;
    }

    .ipad_1_box.ipad_2_box {
        margin-left: 50px;
        padding-bottom: 0;
    }

    .ipad_1 {
        right: 30px;
        width: 475px;
        height: 440px;
    }

    .ipad_1.ipad_2 {
        padding-bottom: 10%;
    }

    .ipad_1.ipad_2 > img {
        width: 100%;
    }

    .map {
        width: 580px;
        height: 300px;
        overflow: hidden;
        border: 0;
    }

    #homeApp .flexProject p {
        width: 200px;
    }

    #your-activity .container {
        width: 996px
    }

    #your-activity .container .span4 {
        margin-left: 0;
        width: 340px;
    }

    .flexProject {
        margin-left: 400px;
    }

    .we-stream {
        background-size: 482px;
        /*padding-bottom: 56%;*/
        background-position-y: 37%;
        background-position-x: center;
    }
}