
.header, .wrapper, #footer {
    padding: 40px 0 0;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}
.header {
    border-top: .5rem solid #dd1100;
}
.header .tagline { 
    font-size: 1.875em; 
    font-weight: 300; 
    color: #333; 
    line-height: .933;
}
.header h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.header .first,
.header .second {
    margin: .4% 0 1%;
}
.header .first.apart,
.header .second.apart {
    margin: 100% 0 0;
    opacity: 0;
}
.header .first.in {
    margin: .4% 0 1%;
    opacity: 1;
    transition: margin 1s, opacity .75s ease-in;
}
.header .second.in {
    margin: .4% 0 1%;
    opacity: 1;
    transition: margin 1s, opacity 1.5s ease-in;
}
.header .cloud-icon {
    display: inline-block;
    margin: 7px 0.75rem -12px 0;
    width: 4rem;
}
.header .app-store {
    display: inline-block;
    margin: .3% .1% .2%;
}
.app-store:hover {
    filter: opacity(50%);
    opacity: 0.5;
}
.header a.login {
    font-size: .813rem;
    color: #646464;
    display: block;
}
.header a.login:hover {
    color: #dd1100;
}
.background {
    position: relative;
}
.background img {
    margin: 100% 0 0;
    opacity: 0;
    width: 0;
    width: 100%;
    max-height: 80px;
    display: block;
}
.background .west {
    left: 0;
}
.background .east {
    position: absolute;
    top: 0;
    right: 0;
}
.background.in img {
    margin: 0;
    opacity: 1;
    width: 100%;
    transition: margin 1s, width 1s, opacity 2s ease-in;
}
.background.nojs img {
    margin: 0;
    opacity: 1;
    width: 100%;
}
.wrapper {
    position: relative;
}
.wrapper.first {
    opacity: 0;
}
.wrapper.in {
    padding: 0;
    margin: 0 !important;
    opacity: 1;
    transition: opacity 1.5s ease-in;
    height: auto !important;
}
.wrapper.first.nomargin {
    margin: 0;
    opacity: 1;
}
.mobile .wrapper ~ .wrapper {
    margin: 0 !important;
}
.wrapper .inner {  
    padding: 0 8.4%;
}
.wrapper h2 {
    font-size: 1.563rem;
    line-height: 1.04;
    color: #dd1100;
    margin: .5% 0 .55%;
}
.wrapper p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    color: #646464;
}
.slides {
    margin: 1.8% 0;
    position: relative;
    overflow: hidden;
}
.slides-inner {
    position: relative;
    height: 445px;
}
.wrapper p.img-caption {
    color: #898989;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin: .7rem 0;
}
.slide {
    width: 100%;
    display: block;
    position: absolute;
    right: -100%;
    left: auto;
    transition: right 1.5s, opacity .3s ease-in;
    opacity: 0;
    padding: 0 5%;
    top: 1rem;
    margin: auto;
}
.slide.show {
    right: 0;
    left: auto;
    opacity: 1;
    transition: right 1.5s, opacity .3s ease-in;
}
.slide.prev {
    right: 100%;
    left: auto;
    opacity: 0;
    transition: right 1.5s, opacity .3s ease-out;
}
.nav-links {
    margin: 1.6% 0;
    display: none;
}
.nav-links.show {
    display: block;
}
.nav {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ddd;
    margin: 0 .7rem;
}
.nav.show {
    background: #777;
    display: inline-block !important;
}
.nav.show-fake {
    display: inline-block !important;
}
.nav.fake, .nav.hide {
    display: none;
}
.arrows {
    display: none;
}
.arrows.show {
    display: block;
}
.arrows .prev, .arrows .next {
    position: absolute;
    top: -2rem;
    bottom: 2rem;
    margin: auto;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    cursor: pointer;
    color: #646464;
}
.arrows .prev:hover, .arrows .next:hover {
    color: #a6a6a6;
}
.arrows .prev:active, .arrows .next:active {
    color: #898989;
}
.arrows .prev {
    left: 15%;
}
.arrows .next {
    right: 15%;
}
.image-wrapper {
    display: inline-block;
    position: relative;
    bottom: 0;
}
.image-wrapper img {
    max-width: 100%;
}
.img5 {
    text-align: right;
}
.img8 {
    text-align: left;
    top: -1rem;
}
.img9 {
    text-align: left;
    top: -1rem;
}
.c1 {
    width: 500px;
    text-align: left;
    position: absolute;
    top: -26px;
    left: 28px;
}
.c2 {
    width: 230px;
    text-align: right;
    top: 80%;
    left: 24%;
    position: absolute;
}
.c3 {
    width: 120px;
    text-align: left;
    position: absolute;
    right: 68px;
    top: 181px;
}
.c4 {
    width: 265px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 26px;
}
.c5 {
    text-align: center;
}
.c6 {
    width: 245px;
    text-align: left;
    position: absolute;
    left: 320px;
    top: 11px;
}
.c7 {
    position: absolute;
    width: 215px;
    text-align: left;
    top: -12px;
}
.wrapper p.img-caption.c6 {
    margin: .2rem auto;
}
.wrapper p.img-caption.c8 {
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.wrapper p.img-caption.c9 {
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.mobile-only {
    display: none;
}
#footer {
    text-align: center;
    background: #fff;
    margin: 2.5% 0;
    padding: 1rem 0 2.1rem;
    position: relative;
    z-index: 0;
}
.mobile #footer {
    margin: 0;
}
#footer .second {
    padding: 0;
}
#footer p.red {
    color: #333 !important; 
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3% 0 0;
}
#footer .app-store {
    vertical-align: middle;
    display: inline-block;
    top: 2px;
    position: relative;
    margin: 0 .3%;
}
#footer a.login {
    display: none;
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    .arrows .prev {
        left: 2%;
    }
    .arrows .next {
        right: 2%;
    }
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    .header {
        padding: 20px;
    }
    .header .tagline {
        font-size: 1.1rem;
        line-height: 1.063;
    }
    .header h1 {
        font-size: 2.4rem;
    }
    .header .cloud-icon {  
        margin: 0 0.5rem 0 0;
        vertical-align: -4px;
        width: 2.4rem;
    }
    .header .second p.red {
        color: #000 !important;
    }
    .header a.login {
        display: none;
    }
    .wrapper p {
        font-size: 1rem;
    }
    .arrows .prev, .arrows .next {
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
    }
    .arrows .prev {
        left: 1%;
    }
    .arrows .next {
        right: 1%;
    }
    .slide img {
        max-width: 90%;
    }
    .image-wrapper {
        max-width: 90%;
        text-align: center;
    }
    .wrapper p.img-caption {
        display: block;
        position: relative;
        width: 90%;
        text-align: center;
        color: #898989;
        line-height: 1.2;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 1rem auto;
        font-weight: 400;
    }
    .img5 {
        padding: 0;
    }
    .wrapper p.c1, .wrapper p.c2 {
        margin: 0 !important;
        width: 100%;
        display: inline;
    }
    .img8, .img9 {
        margin: 1.5rem auto 0;
    }
    .mobile-only {
        display: inline;
    }
    .desktop-only {
        display: none;
    }
    #footer p.red {
        display: block;
    }
}
/* styles for smallest screens (320px)
   ========================================================================== */

@media all and (max-width: 440px) {
    .header h1 {
        font-size: 1.9rem;
    }
    .header .cloud-icon {  
        width: 2rem;
        margin: 0 .7rem 0 0;
    }
}
@media all and (max-width: 320px) {
}