

* {
	outline: none;
	font-smooth: always;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

body {
	color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
    font-style: normal;
}

#banner {
	position: relative;
	padding: 0px;
	width: 890px;
	height: 400px;
	font-family: 'boxed-bold';
	color:#fff;
	background-color: #003892;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    overflow: hidden;
    max-width: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.animated{
    opacity: 0;
}

img {
    position: absolute;
    max-width: 100%;
    height: auto;
    will-change: transform;
}

#cta {
    z-index: 10;
}

.bg {
    z-index: 0;

}

/* LOGOT */
#k18,
#logo,
#veikkaus,
#etu
 {
    position: absolute;
    margin:20px;
}

#k18 {
    top:0px;
    left:0px;
    width:31px;
    height: 31px;
}

#etu {
    top: 0;
    left: 40px;
    width: 30px;
    height: 30px;
}

#logo {
    top: 0px;
    width:56px;
    height: 42px;
    right:0px;
    z-index:200;
}

#veikkaus {
    bottom: 0px;
    left: 0px;
    width: 64px;
    height: 20px;
    fill: #fff;
   }

.a {
    fill:#ffffff;
}

.k18 {
    fill:#ffffff;
}

.logo
{
    fill:#fff;
}

#veikkaus {
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 20px;
    fill: #fff;
   }

/* CTA */

#arrow {
top: 124px;
    position: absolute;
    width: 0.7%;
    height: 100%;
    left: 414px;
    -webkit-animation: buttonloop 2200ms 12;
    animation: buttonloop 2200ms 12;
    -webkit-transform: scaleX(1);
        transform: scaleX(1);
    -webkit-transform-origin: 150% 50%;
      transform-origin: 150% 50%;
    cursor:pointer;
    z-index: 100;
}


#arrow.arrow {
    -webkit-animation: buttonloop2 2200ms infinite;
        animation: buttonloop2 2200ms infinite;
    -moz-animation-play-state: paused;
        -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

#button:hover > #button_right .arrow {
    -moz-animation-play-state: running;
        -webkit-animation-play-state: running;
            animation-play-state: running;
}

#arrow svg {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -o-transform:      translateY(-50%);
    transform:         translateY(-50%);
    display: block;
}

@keyframes buttonloop {
    0% {
        opacity: 1;
        left: 414px;
    }
    10%{
        transform: scaleX(1);
    }
    15% {
        opacity: 1;
        left: 419px;;
    }
    25%{
        transform: scaleX(0.85);
    }
    30%{
        left: 419px;;
    }
    50%{
        transform: scaleX(1);
    }
    70% {
        opacity: 1;
        left: 414px;
    }
}

@-webkit-keyframes buttonloop {
    0% {
        opacity: 1;
        left: 0;
    }
    10%{
        -webkit-transform: scaleX(1);
    }
    15% {
        opacity: 1;
        left: 10px;
    }
    25%{
        -webkit-transform: scaleX(0.85);
    }
    30%{
        left:10px;
    }
    50%{
        -webkit-transform: scaleX(1);
    }
    70% {
        opacity: 1;
        left: 0;
    }
}

