html {
	height: 100%;
	font-size: 90%;

}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}
.wrapper {
	max-width: 1600px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
a {
	color: #eb6600;
}
a:hover {
	color: #000;
}
strong {
	font-weight: 600;
}
p, ul, ol {
	margin: 0 0 25px;
}
h1 {
	font-size: 200%;
	margin-bottom: 1em;
	letter-spacing: -1px;
	float: left;
	margin: 32px 0 0 20px;
	font-weight: 600;
}
h2 {
	font-size: 180%;
	letter-spacing: -1px;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}


.sub-footer {
	padding: 28px 0 60px;
	margin-bottom: 15px;
}
.sub-footer-header {
	text-transform: uppercase;
	font-weight: 600;
	border-left: 1px solid #fff;
	padding: 0 0 12px 9px;
	margin-bottom: 28px;
	color: #fff;
	margin-top: -60px;
}
.sub-footer-header a {
	color: #fff;
}
.sub-footer-item {
	float: left;
	width: 24.9%;
}
.sub-footer-header .sub-footer-item {
	padding-bottom: 12px;
}
.sub-footer-menu {
	list-style: none;
	color: #fff;
	padding: 0 0 0 9px;
	margin: 0;
	font-size: 100%;
	min-height: 230px;
	border-left: 1px solid #864a1c;
	text-transform: uppercase;
}
.sub-footer-menu li {
	margin-bottom: 6px;
}
.sub-footer-menu a {
	color: #333;
}

footer {
	padding: 50px 0 30px;	
	background: #eb6600;
}

.logo-footer {
	max-width: 100%;
	max-height: 44px;
	margin: 0 10px;
}
.footer-notes {
	border-top: 1px solid #8f4c1a;
	padding-top: 2px;
	font-size: 86%;
	color: #333;
	margin-top: 8px;
}


#languages-wrapper, #profiles-wrapper {
	background: #fafafa;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	box-shadow: inset 0 -4px 12px rgba(0,0,0,0.04);
}
#languages-wrapper img {
	max-width: 100%;
}
.panel-selector {
	float: left;
}
.panel-selector a {
	padding-bottom: 4px;
	border: 1px solid transparent;
	margin: 3px 2px 0 10px;
	line-height: 22px;
	color: #666;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	display: block;
	position: relative;
}
.panel-selector a .caret {
	border-width: 5px;
}
.panel-selector a:hover {
	color: #999;
}
.panel-selector a > * {
	display: inline-block;
	margin: 0 4px;
}
.panel-selector a:after {
	content: '';
	border-bottom: 1px solid #666;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.panel-selector a:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #eb6600;
	margin: 0 4px 0 -9px;
	position: absolute;
	bottom: -12px;
	background: #060606;
	padding: 0 3px;
	display: block;
	z-index: 1;
	left: 50%;
	font-size: 140%;
	line-height: 80%;
}

.flag img {
	height: 16px;
	vertical-align: text-top;
}
.panel-selector-border {
	padding: 0 18px;
	border-left: 1px solid #eb6600;
}
.panel-selector-border .logo {
	height: 28px;
}
.panel-selector-border a {
	color: #666;
	font-weight: 600;
}
.language-items {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.language-items li {
	margin-bottom: 10px;
	line-height: 86%;
	white-space: nowrap;
}
.language-items li {
	width: 25%;
	float: left;
}
.language-items img {
	width: 26px;
	vertical-align: baseline;
}
.language-items a {
	font-size: 80%;
	text-transform: uppercase;
}
.language-items a:hover {
	text-decoration: none;
	color: #000;
}
.my-choice {
	font-weight: normal;
}
.my-choice-badge {
		height: 80px;
		width: 80px;
		border-radius: 50%;
		background-color: #eb6600;
		line-height: 76px;
		font-size: 300%;
		color: #fff;
		text-align: center;
}
#profiles-wrapper .my-choice-badge {
	float: left;
	margin: 0 20px 0 0;
}

.logos {
	float: right;
	margin: 36px 0 32px;
}
.logos img {
	max-height: 40px;
	margin-left: 40px;
}

.toggle-lang {
	margin-bottom: 70px;
}
.toggle-lang .sub-footer-menu {
	border-color: #8f8f8f;
}
.toggle-lang .sub-footer-menu img {
	max-height: 16px;
	vertical-align: sub;
	margin-right: 3%;
}
.toggle-lang li {
	margin-bottom: 12px;
}
.toggle-lang a {
	text-decoration: none;
}
.toggle-lang .sub-footer-header {
	color: #333;
}
.toggle-down {
	background: #fff;
	padding: 10px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
}
.toggle-down .fa {
	background: #eb6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb6600 0%, #dd4e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6600), color-stop(100%,#dd4e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb6600 0%,#dd4e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb6600 0%,#dd4e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb6600 0%,#dd4e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb6600 0%,#dd4e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6600', endColorstr='#dd4e00',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 140%;
}
.toggle-down .fa:hover {
	background: #000; 
	cursor: pointer;
}
.orange-header {
	background: #eb6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb6600 0%, #dd4e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6600), color-stop(100%,#dd4e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb6600 0%,#dd4e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb6600 0%,#dd4e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb6600 0%,#dd4e00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb6600 0%,#dd4e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6600', endColorstr='#dd4e00',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: inline-block;
	padding: 8px 16px;
	font-size: 200%;
	font-weight: 600;
	margin-bottom: 0;
	bottom: -10px;
	position: relative;
	z-index: 1;
}
.global-map {
    margin-bottom: 95px;
}
.lang-container {
	margin-top: 30px;
}

@media (max-width: 992px) {
	body {
		font-size: 90%;
	}
	.orange-header {
		margin: 1em 0;
		bottom: 0;
	}
}
@media (max-width: 768px) {
	.toggle-lang {
		position: relative;
	}
	.toggle-lang .sub-footer-item {
		width: 100%;
		margin: 0;
	}
	.lang-container {
    margin-top: 0;

	}
	.sub-footer-item {
		margin: 0;
		padding: 0;
	}
	.toggle-lang li {
		margin-bottom: 6px;
	}
	.sub-footer-menu {
		min-height: 0;
	}
	.sub-footer-header {
		margin-top: 20px;
	
		margin-bottom: 0;
}
}