.cd-section:nth-of-type(1)>div {
    background-position:right;
	background-image:url(../images/dsignsaustralia.jpg);
}

.cd-section:nth-of-type(2)>div {
    background-position: left;
    background-image: url(../images/leadweb.jpg)
}

.cd-section:nth-of-type(3)>div {
    background-position: right;
    background-image: url(../images/aomi-bg.jpg)
}

.cd-section:nth-of-type(4)>div {
    background-position: left;
    background-image: url(../images/you-social-bg.jpg)
}

.cd-section:nth-of-type(5)>div {
    background-position: right;
    background-image: url(../images/supercheapweb.jpg)
}

.cd-section:nth-of-type(6)>div {
    background-position: left;
    background-image: url(../images/tradiex.jpg)
}

.cd-section:nth-of-type(7)>div {
    background-position: right;
    background-image: url(../images/menudeals.jpg)
}

.cd-section:nth-of-type(8)>div {
    background-position: left;
    background-image: url(../images/parramatta-deals-new.jpg)
}

/*[data-animation=parallax] .cd-section:first-of-type(0)>div,[data-animation=parallax] .cd-section:first-of-type(1)>div,[data-animation=fixed] .cd-section:first-of-type>div,[data-animation=opacity] .cd-section:first-of-type>div {
    background-image: url(../images/dsignsaustralia.jpg)
}

[data-animation=parallax] .cd-section:nth-of-type(2)>div,[data-animation=fixed] .cd-section:nth-of-type(2)>div,[data-animation=opacity] .cd-section:nth-of-type(2)>div {
    background-image: url(../images/leadweb.jpg)
}

[data-animation=parallax] .cd-section:nth-of-type(3)>div,[data-animation=fixed] .cd-section:nth-of-type(3)>div,[data-animation=opacity] .cd-section:nth-of-type(3)>div {
    background-image: url(../images/meanudeals.jpg)
}

[data-animation=parallax] .cd-section:nth-of-type(4)>div,[data-animation=fixed] .cd-section:nth-of-type(4)>div,[data-animation=opacity] .cd-section:nth-of-type(4)>div {
    background-image: url(../images/supercheapweb.jpg)
}

[data-animation=parallax] .cd-section:nth-of-type(5)>div,[data-animation=fixed] .cd-section:nth-of-type(5)>div,[data-animation=opacity] .cd-section:nth-of-type(5)>div {
    background-image: url(../images/tradiex.jpg)
}

[data-animation=parallax] .cd-section:nth-of-type(6)>div,[data-animation=fixed] .cd-section:nth-of-type(5)>div,[data-animation=opacity] .cd-section:nth-of-type(5)>div {
    background-image: url(../images/tradiex.jpg)
}

[data-animation=parallax] .cd-section:nth-of-type(7)>div,[data-animation=fixed] .cd-section:nth-of-type(5)>div,[data-animation=opacity] .cd-section:nth-of-type(5)>div {
    background-image: url(../images/tradiex.jpg)
}*/

.cd-section:nth-of-type(1)>div,.cd-section:nth-of-type(2)>div,.cd-section:nth-of-type(3)>div,.cd-section:nth-of-type(4)>div,.cd-section:nth-of-type(5)>div,.cd-section:nth-of-type(6)>div,.cd-section:nth-of-type(7)>div,.cd-section:nth-of-type(8)>div {
    background-size: cover;
    background-repeat: no-repeat
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%
}

body::before {
    content: 'mobile';
    display: none
}

a {
    color: #267481;
    text-decoration: none
}

.cd-section {
    height: 100vh;
    min-height: 100vh;
    min-height: 550px;
    overflow: hidden
}

.section-wrapper {
    position: relative
}

.cd-section:first-of-type>div {
    background-color: #000
}

.cd-section:first-of-type>div::before {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
    z-index: 2;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #6a7083
}

.cd-section:nth-of-type(9)>div {
    background: #e7e7e7;
    position: relative
}

.cd-section:nth-of-type(9) {
    height: 100%
}

.cd-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

[data-animation=parallax] .cd-section>div,[data-animation=fixed] .cd-section>div,[data-animation=opacity] .cd-section>div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}


@media only screen and (min-width:1050px) {
    body::before {
        content: 'desktop'
    }

    body[data-hijacking=on] {
        overflow: hidden
    }

    .cd-section h2 {
        font-size: 4rem;
        font-weight: 300
    }

    [data-hijacking=on] .cd-section {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    [data-hijacking=off] .cd-section>div {
        opacity: 0
    }

    [data-animation=rotate] .cd-section {
        -webkit-perspective: 1800px;
        -moz-perspective: 1800px;
        perspective: 1800px
    }

    [data-hijacking=on][data-animation=rotate] .cd-section:not(:first-of-type) {
        -webkit-perspective-origin: center 0;
        -moz-perspective-origin: center 0;
        perspective-origin: center 0
    }

    [data-animation=catch] .cd-section>div,[data-animation=scaleDown] .cd-section>div,[data-animation=gallery] .cd-section>div {
        box-shadow: 0 0 0 rgba(25,30,46,.4)
    }

    [data-animation=opacity] .cd-section.visible>div {
        z-index: 1
    }

    .cd-section>div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    [data-hijacking=on] .cd-section>div {
        visibility: visible;
        position: absolute
    }

    [data-animation=rotate] .cd-section>div {
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 3%;
    bottom: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/cd-icon-arrow.svg) center center no-repeat
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s 0s,visibility 0s .2s;
    -moz-transition: opacity .2s 0s,visibility 0s .2s;
    transition: opacity .2s 0s,visibility 0s .2s
}

@media only screen and (min-width:1050px) {
    .cd-vertical-nav {
        display: block;
        list-style: none
    }
}