/* Splash */
.splash{
    background: none;
}

.splash-container {
    margin: 0 auto;
    position: relative;
    width: 320px;
}

.splash_cstm {
    background: url(../img/design/splash-bg-mobile.png) no-repeat;
    height: 359px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 316px;
}

.splash-link-french, .splash-link-english {
	display: block;
	float: left;
	height: 20px;
	position: absolute;
	top: 338px;
}

.splash-link-french {
    left: 170px;
}

.splash-link-english {
	left: 71px;
}

.splash-link-french img{
    width: 75px;
}

.splash-link-english img{
	width: 75px;
}


@media only all and (min-width: 560px) {
    /* Splash */
    .splash-container {
        width: 720px;
    }
	
    .splash_cstm {
        background: url(../img/design/splash-bg-desktop.png) no-repeat;
        height: 533px;
        width: 596px;
        top: 100px;
    }
	
    .splash-link-english, .splash-link-french {
        height: 34px;
        top: 600px;
        width: 133px;
    }

    .splash-link-french {
        left: 442px;
    }

    .splash-link-english {
        left: 267px;
    }
}
