#cawi .q_text {
    margin-top: 100px;
}

#cawi .question.error {
    margin-top: 100px;
}

#header #logo_wgi {
	background-image:  url('img/logo_wgi.png');
	background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 70px;
    left: 20px;
    position: absolute;
    top: 80px;
    width: 135px;
}

#header #logo_swg {
	background-image:  url('img/logo-swg-new2.png');
	background-size: auto 70px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 70px;
	right: 10px;
	position: absolute;
	top: 80px;
	width: 82px;
}

.screen-400 #header #logo_wgi {
	background-image:  url('img/logo_wgi.png');
	background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 35px;
    left: 10px;
    position: absolute;
    top: 80px;
    width: 68px;
}

.screen-400 #header #logo_swg {
	background-image:  url('img/logo-swg-new2.png');
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 35px;
	right: 0px;
	position: absolute;
	top: 80px;
	width: 41px;
}

@media screen and (max-width : 700px) {
	#header #logo_wgi {
		background-image:  url('img/logo_wgi.png');
		background-size: auto 35px;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 35px;
		left: 10px;
		position: absolute;
		top: 80px;
		width: 68px;
	}
	
	#header #logo_swg {
		background-image:  url('img/logo-swg-new2.png');
		background-size: auto 35px;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 35px;
		right: 10px;
		position: absolute;
		top: 80px;
		width: 41px;
	}
