@media (max-width: 767px) {
	section.stickyBar {
		position: inherit;
	}
	section.stickyBar ul {
		width: 100%
	}
		section.stickyBar ul li {
			float: right;
		}
		section.stickyBar ul li:first-child {
			float: left;
			border-right: none;
		}
	section.marks a.logo {
		display: block;
		margin: 0 auto;
	}
		section.marks a.logo.oneworld {
			display: none;
		}

	section.marks div.intervention {
		display: none;
	}

	section.stickyBar div.countrySelector {
		width: 670px;
		margin: 0 10px;
		padding: 20px 30px;
	}
		section.stickyBar div.countrySelector ul h2 {
			font-size: 14px;
		}
		section.stickyBar div.countrySelector ul li {
			float: left;
			width: 155px;
			font-size: 11px;
			line-height: 125%;
			overflow: hidden;
		}
		section.stickyBar div.countrySelector hr {
			width: 100%;
			height: 1px;
			margin: 10px 0;
		}
		section.stickyBar div.countrySelector ul li + h2 {
			clear: both;
			border-top: 1px solid #2a5d94;
			padding-top: 10px;

		}

	ol.breadcrumbs {
		display: none;
	}

	.span12 h1,
	.questionList,
	.span12 p,
	.errorPage {
		padding: 0 20px;
	}

	.errorPage h1 {
		padding: 0;
	}
	.errorPage a {
		display: block;
		text-align: center;
	}

	.span12 h1,
	.span7 h1,
	.questionList h2 {
		text-align: center;
	}
	.span12 p,
	.answerBox p,
	.answerBox {
		text-align: justify;
	}
	div.searchBox form.form-search button {
		margin-top: 10px;
	}
	div.socialLink a.twitterButton,
	div.socialLink a.facebookButton,
	div.socialLink a.feedbackButton {
		width: auto;
		margin: 0 20px;
	}
	div.socialLink a.mail,
	.accordion h3.mail {
		margin-left: 20px;
	}
	.accordion h3.mail {
		display: none;
	}
	div.ContactBoxContainer {
		background: none;
	}
		div.ContactBoxContainer div.contactBox,
		div.contactBar div.contactBox,
		div.contactBar div.questionRelated {
			padding: 0 20px;
		}
		div.ContactBoxContainer div.contactBox img {
			padding: 0;
		}
		div.ContactBoxContainer div.contactBox h3 {
			margin: 20px 0;
		}
		div.ContactBoxContainer div.contactBox p {
			padding: 0;
		}
		div.ContactBoxContainer div.contactBox + div.contactBox {
			margin-top: 40px;
		}

	div.questionList + div.contactBar {
		margin-top: 40px;
	}

	footer section.legal ul li {
		display: block;
		margin: 0;
		padding: 0 10px;
	}
	footer section.legal ul li:first-child {
		margin: 0;
	}
	footer section.legal ul li a.brand {
		display: block;
		margin: 0 auto;
	}
	footer section.legal ul li.copyright {
		width: auto;
		margin: 0;
	}
	footer section.legal ul li.copyright p {
		text-align: center;
	}
	footer section.legal ul li.lastBrand {
		float: none;
		margin-top: 20px;
	}

}
