	.animate {
	    transition: transform 0.3s ease-out;
	}
	
	html,
	body {
	    height: 100%;
	}
	
	body {
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	}
    p span{
        display: inline-block;
    }

    .animationStartButton{
        background-color: #80BD26;
        box-shadow: 0 0 40px #cecece;
        color: #fff;
        font-family: arial, sans-serif;
        text-decoration: none;
        font-size: 40px;
	    /*box-shadow: 0 0 20px #cecece;*/
	    border: 6px solid #fff;
        border-radius: 100%;
        display: block;
	    width: 140px;
	    height: 140px;
	    line-height: 144px;
        position: absolute;
        margin: auto;
        text-align: center;
        left: 50%;
        margin-left: -70px;
        margin-top: 90px;
        z-index: 1000;
    }
    .animationStartButton svg{
        width: 50%; 
        height: 50%; 
        margin-top: 34px; 
        margin-left: 14px; 
    }
    .mainButton{
        background-color:#80BD26;
        border-radius: 6px;
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        width: 180px;
        line-height: 45px;
        margin: 5px auto;
        height: 45px;
        text-transform: uppercase;
    }
    .mainButton:hover{
        background-color:#488515;
    }
    .mainButton:active{
        background-color:#488515;
    }
	.container {
	    /*opacity: 0;*/
        background-color: #fff;
	    height: 540px;
	    width: 100%;
	    max-width: 970px;
	    position: relative;
	    margin: auto;
	    text-align: center;
	    font-family: 'Open Sans', sans-serif;
	}
	
	.slider-wrap {
	    width: 100%;
	    height: 100%;
	    position: relative;
	    max-width: 960px;
	    margin: auto;
	    display: block;
	    overflow: hidden;
	}
	
	.slider {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	
	.ms-touch.slider {
	    overflow-x: scroll;
	    overflow-y: hidden;
	    -ms-overflow-style: none;
	    /* Hides the scrollbar. */
	    -ms-scroll-chaining: none;
	    /* Prevents Metro from swiping to the next tab or app. */
	    -ms-scroll-snap-type: mandatory;
	    /* Forces a snap scroll behavior on your images. */
	    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
	    /* Defines the y and x intervals to snap to when scrolling. */
	}
	
	.holder {
	    /*width: 500%;*/
	    /*max-height: 500px;*/
	    height: 100%;
	    overflow-y: hidden;
	}
	
	.slide-wrapper {
	    /* width: 20%;*/
	    height: 100% !important;
	    float: left;
	    height: 500px;
	    position: relative;
	    overflow: hidden;
	}
	
	.slide {
	    height: 100%;
	    position: relative;
	    /*background-image: url(https://mediaoto.s3.amazonaws.com/UK/shopappi/banners/uk_shopAppi_shine.png);
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: 150%;*/
        border:2px solid #fff;
        overflow: hidden;
	}
	
	.slide img {
	    position: relative;
	    z-index: 0;
	    margin: auto;
	    bottom: -60px;
	    width: 100%;
	    display: block;
	}
	
	.backgroundImage {
	    display: block;
	    height: 100%;
	    width: 100%;
	}
	
	#nextButton {
	    background-color: #494949;
	    border-radius: 100%;
	    bottom: 10px;
	    cursor: pointer;
	    display: block;
	    height: 54px;
	    position: absolute;
	    text-align: center;
	    right: 10px;
	    width: 54px;
	    z-index: 100;
	}
	
	#nextButton img {
	    margin-top: 4px;
	}
	
	#previousButton {
	    cursor: pointer;
	    display: block;
	    height: 44px;
	    position: absolute;
	    right: 15px;
	    opacity: .2;
	    top: 10px;
	    width: 44px;
	    z-index: 10;
	}
	
	#ribbon {
	    pointer-events: none;
	    left: 0;
	    position: fixed;
	    top: 0;
	    z-index: 999;
	}
	
	#stamp {
	    pointer-events: none;
	    right: 5px;
	    position: fixed;
	    top: 130px;
	    z-index: 999;
	}
    
    .navigationButton{
        z-index: 90;
    }

    .navigationButton.left{
        background-color: rgba(0,0,0,0);
        width: 30%;
        height: 100%;
        position: absolute;
        left:30px;
    }
    .navigationButton.left .arrowLeft{
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        left: 0;
        position: absolute;
        opacity: 0;
        -webkit-animation-duration: 3s; 
        animation-duration: 3s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    .navigationButton.left:hover .arrowLeft{
        opacity: 1;
    }
    .navigationButton.right{
        background-color: rgba(0,0,0,0);
        width: 30%;
        height: 100%;
        position: absolute;
        right:30px;
    }
    .navigationButton.right .arrowRight{
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        right: 0;
        position: absolute;
        opacity: 0;
        -webkit-animation-duration: 3s; 
        animation-duration: 3s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    .navigationButton.right:hover .arrowRight{
        opacity: 1;
    }
	
	.slide .video {
	    display: block;
	    height: 540px;
        /*
        width: 960px;
        margin: 0 auto;
        */
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
	}
	
	.slideNavigation {
	    display: block;
	    margin: auto;
	    padding: 0;
	    position: absolute;
	    bottom: 20px;
	    width: 100%;
	    z-index: 100;
	}
	
	.slideNavigation li {
	    display: inline-block;
	    background-color: #efefef;
	    margin: auto 2px;
	    width: 15px;
	    height: 15px;
	    border-radius: 100%;
	    text-align: center;
	    line-height: 16px;
	}
	
	.slideNavigation a {
	    color: transparent;
	    text-decoration: none;
	    font-weight: bold;
        display: block;
	}
	
	.slideNavigation .slideSelected {
	    background-color: #80BD26;
	    box-shadow: 0 0 20px #cecece;
	    border: 4px solid #fff;
	    width: 22px;
	    height: 22px;
	    line-height: 22px;
	}
	
	.slideNavigation .slideSelected a {
	    color: #fff;
	}
	
	.slide-wrapper h3 {
	    color: #f39323;
        font-size: 32px;
	    margin: 0;
	}
	
	.slide-wrapper p {
	    color: #494949;
        font-size: 22px;
	    margin: 0;
	}
	
	.slide_1 .content {
	    margin-top: 20px;
	    width: 100%;
	}
    .slide_2 .content {
	    margin-top: 20px;
	    width: 100%;
	}
    .slide_3 .content {
	    margin-top: 20px;
	    width: 100%;
	}
    .slide_4 .content {
	    margin-top: 20px;
	    width: 100%;
	}
    .slide_5 .content {
	    margin-top: 35px;
	    width: 100%;
	}
    .slide_6 .content {
	    margin-top: 35px;
	    width: 100%;
	}
    .slide_7 .content {
	    margin-top: 25px;
	    width: 100%;
	}
    .slide_7 .content h3 {
        margin-bottom: 20px;
    }
    .slide_7 .iconRow{
        height: 116px;
        margin-bottom: 20px;
    }
    .slide_7 .iconRow img{
        display: inline-block;
        margin:0 5px;
        top:0;
        width: 116px;
    }
    .slide_7 p{
        margin-bottom: 10px;
    }
    .slide_7 .mainButton{
        margin-top: 20px;
    }
	
	.content {
	    position: absolute;
	}
	
	@media (max-width: 350px) {
	    #stamp {
	        right: -8px;
	        top: -5px;
	    }
	}
	
	@media only screen and (max-width: 692px) {
        .animationStartButton{
            background-color: #80BD26;
            box-shadow: 0 0 20px #cecece;
            color: #fff;
            font-family: arial, sans-serif;
            text-decoration: none;
            font-size: 20px;
            /*box-shadow: 0 0 20px #cecece;*/
            border: 4px solid #fff;
            border-radius: 100%;
            display: block;
            width: 70px;
            height: 70px;
            line-height: 74px;
            position: absolute;
            margin: auto;
            text-align: center;
            left: 50%;
            margin-left: -35px;
            margin-top: 35px;
        }
        .animationStartButton svg{
            width: 50%; 
            height: 50%; 
            margin-top: 17px; 
            margin-left: 14px; 
            /*margin-left: -14px; 
            position: absolute;*/
        }
        .slideNavigation{
            bottom:10px;
        }
        .slideNavigation .slideSelected {
            border: 3px solid #fff;
        }
        .navigationButton{
            display: none;
        }
	    .slide .video {
	        height: 270px;
	    }
	    .container {
	        height: 270px;
	    }
        .slide-wrapper h3 {
            color: #f39323;
            font-size: 18px;
            margin: 0;
        }
        .slide-wrapper p {
            color: #494949;
            font-size: 14px;
            margin: 0;
        }
        .slide_1 .content {
            margin-top: 10px;
            width: 100%;
        }
        .slide_2 .content {
            margin-top: 5px;
            width: 100%;
        }
        .slide_3 .content {
            margin-top: 10px;
            width: 100%;
        }
        .slide_4 .content {
            margin-top: 10px;
            width: 100%;
        }
        .slide_5 .content {
            margin-top: 10px;
            width: 100%;
        }
        .slide_6 .content {
            margin-top: 10px;
            width: 100%;
        }
        .slide_7 .content {
            margin-top: 10px;
            width: 100%;
        }
        .slide_7 .content h3 {
            margin-bottom: 10px;
        }
        .slide_7 .iconRow{
            height: 58px;
            margin-bottom: 5px;
        }
        .slide_7 .iconRow img{
            display: inline-block;
            margin:0 5px;
            top:0;
            width: 58px;
        }
        .slide_7 .mainButton{
            margin-top: 10px;
        }
	}