/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 13, 2011 */

@font-face {
	font-family: 'FuturaLTBookBold';
  src: url('fonts/AvenirNextLTPro-Bold.otf');
	src: url('fonts/AvenirNextLTPro-Bold.eot?#iefix') format('eot'),
		 url('fonts/AvenirNextLTPro-Bold.woff') format('woff'),
		 url('fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
		 url('fonts/AvenirNextLTPro-Bold.svg#webfontiy4R6xbr') format('svg');
	/*src: url('fonts/futura_lt_bold-webfont.eot');
	src: url('fonts/futura_lt_bold-webfont.eot?#iefix') format('eot'),
		 url('fonts/futura_lt_bold-webfont.woff') format('woff'),
		 url('fonts/futura_lt_bold-webfont.ttf') format('truetype'),
		 url('fonts/futura_lt_bold-webfont.svg#webfontiy4R6xbr') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaLTBookHeavy';
	src: url('fonts/AvenirNextLTPro-Heavy.eot?#iefix') format('eot'),
		 url('fonts/AvenirNextLTPro-Heavy.woff') format('woff'),
		 url('fonts/AvenirNextLTPro-Heavy.ttf') format('truetype'),
		 url('fonts/AvenirNextLTPro-Heavy.svg#webfontiy4R6xbr') format('svg');
	/*src: url('fonts/futura_lt_bold-webfont.eot');
	src: url('fonts/futura_lt_bold-webfont.eot?#iefix') format('eot'),
		 url('fonts/futura_lt_bold-webfont.woff') format('woff'),
		 url('fonts/futura_lt_bold-webfont.ttf') format('truetype'),
		 url('fonts/futura_lt_bold-webfont.svg#webfontiy4R6xbr') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaLTBookRegular','Arial', 'Helvetica', sans-serif;
  src: url('fonts/AvenirNextLTPro-Regular.otf');
  src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('eot'),
		 url('fonts/AvenirNextLTPro-Regular.woff') format('woff'),
		 url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
		 url('fonts/AvenirNextLTPro-Regular.svg#webfontwLg9MTGL') format('svg');
	/*src: url('fonts/futura_lt_book-webfont.eot');
	src: url('fonts/futura_lt_book-webfont.eot?#iefix') format('eot'),
		 url('fonts/futura_lt_book-webfont.woff') format('woff'),
		 url('fonts/futura_lt_book-webfont.ttf') format('truetype'),
		 url('fonts/futura_lt_book-webfont.svg#webfontwLg9MTGL') format('svg');*/
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'FuturaLTMediumBold';
  src: url('fonts/AvenirNextLTPro-Demi.otf');
  /*src: url('fonts/AvenirNextLTPro-Demi.eot?#iefix') format('eot'),
		 url('fonts/AvenirNextLTPro-Demi.woff') format('woff'),
		 url('fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
		 url('fonts/AvenirNextLTPro-Demi.svg#webfontcYvxdYaG') format('svg');
	src: url('fonts/futura_lt_heavy-webfont.eot');
	src: url('fonts/futura_lt_heavy-webfont.eot?#iefix') format('eot'),
		 url('fonts/futura_lt_heavy-webfont.woff') format('woff'),
		 url('fonts/futura_lt_heavy-webfont.ttf') format('truetype'),
		 url('fonts/futura_lt_heavy-webfont.svg#webfontcYvxdYaG') format('svg');*/
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'FuturaLTMediumRegular','Arial', 'Helvetica', sans-serif;
  src: url('fonts/AvenirNextLTPro-Demi.otf');
	/*src: url('fonts/futura_lt_medium-webfont.eot');
	src: url('fonts/futura_lt_medium-webfont.eot?#iefix') format('eot'),
		 url('fonts/futura_lt_medium-webfont.woff') format('woff'),
		 url('fonts/futura_lt_medium-webfont.ttf') format('truetype'),
		 url('fonts/futura_lt_medium-webfont.svg#webfontVnSnlKuT') format('svg');*/
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'FuturaLTExtraBoldRegular';
  src: url('fonts/AvenirNextLTPro-Bold.otf');
	/*src: url('fonts/futura_lt_extra_bold-webfont.eot');
	src: url('fonts/futura_lt_extra_bold-webfont.eot?#iefix') format('eot'),
		 url('fonts/futura_lt_extra_bold-webfont.woff') format('woff'),
		 url('fonts/futura_lt_extra_bold-webfont.ttf') format('truetype'),
		 url('fonts/futura_lt_extra_bold-webfont.svg#webfontWLu67K6X') format('svg');*/
	font-weight: normal;
	font-style: normal;

}



/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 300;
	min-height: 100%;
}

/*FOND NORMAL*/

html{
	background: #e9e9e9 url('../img/fond2.png') no-repeat 50% top;
		-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}


/*FOND EVENT*/
/*
html{
	background-image:url("/common/img/fondeventinner.jpg"); background-color:#002342; background-repeat:repeat-y; background-position:top center;

}
*/

body,
select,
input,
textarea {
	color: #222;
	font-size: 12px;
}

body {
	min-height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset,
figure {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


a {
	color: #4a4f53;
	text-decoration: none;
}
a:hover {
	color: #2c3032;
	text-decoration: underline;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
.has-dropdown {
	position: relative;
}
.dropdown {
	display: none;
	position: absolute;
	z-index: 199;
}
.has-dropdown:hover .dropdown {
	display: block;
}





.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}



.form__item {
	margin: 0 0 6px;
	position: relative;
}
.form__label {
	background: #fa8f05;
	color: #fff;
	font-size: 24px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	text-transform: uppercase;
}
.form__text {
	border: none;
	background: #fff;
	color: #000;
	line-height: normal !important;
	height: 29px;
	padding: 0 5px;
	width: 100%;
}
textarea.form__text {
	display: block;
	line-height: 1.25 !important;
}
.form__info {
	color: #0b3b83;
	font-family: 'FuturaLTBookRegular', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	top: 100%;
}
.form__control {
	margin-top: 10px;
	text-align: center;
}





/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }*/

/* Direction Nav */
/*.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before { content: '\f002'; }*/

/* Pause/Play */
/*.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }*/

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
 .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}*/





.button {
	background: #fa8f05;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
}




.icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.icon2 {
 background-repeat: no-repeat;
 background-position: 50% 50%;
 display: inline-block;
 position: relative;
 top: -0.1em;
 vertical-align: middle; }
 
 .icon--22 {
 height: 22px;
 width: 22px; }
 
 .icon-group__item {
 display: inline-block;
 margin-left: 4px; }
 .icon-group__item:first-child {
  margin-left: 0; }
.icon--share {
	background-image: url(../img/picto-share.png);
	height: 10px;
	position: relative;
	top: -1px;
	width: 10px;
}
.icon--print {
	background-image: url(../img/picto-print.png);
	height: 10px;
	position: relative;
	top: -1px;
	width: 10px;
}
.icon--arrow {
	background-image: url(../img/bg_arrow_blue.gif);
	height: 13px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	width: 13px;
}
.icon--left-arrow {
	background-image: url(../img/btn_prev_blue_mini.png);
	height: 16px;
	width: 30px;
}
.icon--right-arrow {
	background-image: url(../img/btn_next_blue_mini.png);
	height: 16px;
	width: 30px;
}
.icon--go-green {
	background-image: url(../img/gogreen.png);
	height: 22px;
	width: 30px;
}
.icon--facebook {
	background-image: url(../img/share_facebook.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}

.icon--linkedin {
	background-image: url(../img/share_instagram.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}
.icon--instagram {
	background-image: url(../img/share_linkedin.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}

.no-backgroundsize .icon--facebook {
	background-image: url(../img/share_facebook-20.png);
}
.icon--twitter {
	background-image: url(../img/share_twitter.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}
.no-backgroundsize .icon--twitter {
	background-image: url(../img/share_twitter-20.png);
}
.icon--google {
	background-image: url(../img/share_google.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}
.no-backgroundsize .icon--google {
	background-image: url(../img/share_google-20.png);
}
.icon--myspace {
	background-image: url(../img/share_myspace.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}
.no-backgroundsize .icon--myspace {
	background-image: url(../img/share_myspace-20.png);
}
.icon--bookmark {
	background-image: url(../img/share_bookmark.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
}
.no-backgroundsize .icon--bookmark {
	background-image: url(../img/share_bookmark-20.png);
}
.icon--en {
	background-image: url(../img/en.gif);
	height: 8px;
	width: 16px;
}
.icon--fr {
	background-image: url(../img/fr.gif);
	height: 8px;
	width: 16px;
}
.icon--ch {
	background-image: url(../img/ch.gif);
	height: 8px;
	width: 16px;
}
.icon--prev {
	background-image: url(../img/btn_prev_blue.png);
	height: 28px;
	width: 53px;
}
.icon--next {
	background-image: url(../img/btn_next_blue.png);
	height: 28px;
	width: 53px;
}
.icon--mail {
	background-image: url(../img/picto_mail_green.png);
	height: 16px;
	margin-right: 5px;
	width: 16px;
}




.l-contained {
	margin: 0 auto;
	width: 980px;
}

.l-inline > * {
	display: inline-block;
	vertical-align: top;
}
.l-col {
	float: left;
}
.l-left {
	float: left;
}
.l-right {
	float: right !important;
}
.l-vertical-center > * {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: middle;
}
.l-media__image {
	float: left;
}
.l-media__image--ext {
	float: right;
}
.l-media__body {
	display: table-cell;
	vertical-align: top;
	width: 10000px;
}
.l-grid > * {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}



.greenbackground{
	background-color:#c2d02c;
}

.h {
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
.h strong {
	font-family: 'FuturaLTBookBold', 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
}
.h1 {
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
	text-transform:uppercase;
}
.h2 {
	color: #111;
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 25px;
}
.h3 {
	border-bottom: 1px solid #c9cfd3;
	color: #2c3032;
	font-size: 18px;
	margin: 20px 0 15px;
	line-height: 30px;
	text-transform: uppercase;
}




.shadow {
	-moz-box-shadow: 2px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 1px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 1px 5px rgba(0,0,0,0.5);
}




.slider {
	margin-top: 15px;
	padding: 0 15px;
	position: relative;
}
.slider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	z-index: 99;
}
.slider .flex-prev {
	left: -20px;
}
.slider .flex-next {
	right: -20px;
}
.slider__inner {
	overflow: hidden;
}
.slider__items{
	width: 10000px;
}
.slider__item {
	float: left;
	display: inline;
	position: relative;
}





.panel--dark {
	background: #333333;
	background: -moz-linear-gradient(top, #686868 0%, #2c2c2c 39%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(39%,#2c2c2c), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top, #686868 0%,#2c2c2c 39%,#131313 100%);
	background: -o-linear-gradient(top, #686868 0%,#2c2c2c 39%,#131313 100%);
	background: -ms-linear-gradient(top, #686868 0%,#2c2c2c 39%,#131313 100%);
	background: linear-gradient(top, #686868 0%,#2c2c2c 39%,#131313 100%);
	color: #fff;
}
.no-cssgradients .panel--dark {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#131313',GradientType=0 );
	zoom: 1;
}
.panel--dark a {
	color: #fff;
}
.panel--light {
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(99%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	background: -o-linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	background: -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	background: linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
}
.no-cssgradients .panel--light {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	zoom: 1;
}


.site__head {
	/*background: #212121 url('../img/entete.png') repeat-x 0 100%;*/
	/*min-height: 100px;*/
  background-color:white;
  background-image:url('/common/img/bg-header.png');
  background-repeat:no-repeat;
  background-position: top center;
  border-bottom: 1px solid #D8D8D8;
  min-width:980px;
  min-height:126px;
}
.newtagline {
      margin-top:20px;
      margin-right:10px;
      background-image:url('/common/img/newaircraft.png');
      float: right;
      width: 128px;
      height: 47px;
    }
.tagline {
	background: transparent url('../img/newaircraft.png') no-repeat 100% 0;
	color: #7e7e7e;
	float: right;
	font-family: 'FuturaLTMediumRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-top: 55px;
	text-transform: uppercase;
}

.main-nav {
	margin-bottom: 5px;
	min-height: 35px;
}
.main-menu {
	float: left;
  margin: 14px 28px 0 85px;
  padding: 0;
}
.branding {
  padding-left: 46px;
  padding-top: 54px; }
.menu__item--depth-1 {
	background: url(../img/sep.png) no-repeat 0 50%;
	float: left;
	margin: 0;
	padding: 0 4px 0 3px;
	position: relative;
}
.menu__item--depth-1:first-child {
	background: none;
}
.menu__link--depth-1 {
	color: #575d61;
	display: block;
	font-family: 'FuturaLTMediumRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 2.166666667;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu__link--depth-1:hover,
.menu__link--depth-1:active,
.menu__link--depth-1:focus,
.menu__link--depth-1.is-active {
	background-color: #f6aa41;
	color: #fff;
	text-decoration: none;
}
.menu--depth-2 {
	font-size: 12px;
	left: 3px;
	padding: 5px 5px 5px 10px;
	top: 30px;
	width: 165px;
}
.menu__item--depth-1:hover .menu--depth-2,
.menu__item--depth-1.hover .menu--depth-2 { display: block; }
.menu__link--depth-2 {
	border-bottom: 1px solid #ccc;
	display: block;
	font-weight: bold;
	line-height: 1.666666667;
}
.is-last > .menu__link--depth-2 {
	border: none;
}
.menu__link--depth-2:hover {
	color: #000;
	text-decoration: underline;
}
.menu__link--depth-2.is-active,
.menu__link--depth-3.is-active {
	font-style: italic;
	color: #999;
}
.menu--depth-3 {
	padding: 3px 0 6px 10px;
}
.menu__link--depth-3 {
	line-height: 1.4;
}
.menu__link--depth-3:hover {
	color: #000;
	text-decoration: underline;
}

.menu__item--about-atr .menu__link--depth-1:hover,
.menu__item--about-atr .menu__link--depth-1.hover,
.menu__item--about-atr .menu__link--depth-1.is-active,
.menu__item--about-atr:hover .menu__link--depth-1,
.menu__item--about-atr.hover .menu__link--depth-1,
.menu__item--newsroom .menu__link--depth-1:hover,
.menu__item--newsroom .menu__link--depth-1.hover,
.menu__item--newsroom .menu__link--depth-1.is-active,
.menu__item--newsroom:hover .menu__link--depth-1,
.menu__item--newsroom.hover .menu__link--depth-1,
.menu__item--media-gallery .menu__link--depth-1:hover,
.menu__item--media-gallery .menu__link--depth-1.hover,
.menu__item--media-gallery .menu__link--depth-1.is-active,
.menu__item--media-gallery:hover .menu__link--depth-1,
.menu__item--media-gallery.hover .menu__link--depth-1 {
	background-color: #eb280f;
	color: #fff;
}

.menu__item--products .menu__link--depth-1:hover,
.menu__item--products .menu__link--depth-1.hover,
.menu__item--products .menu__link--depth-1.is-active,
.menu__item--products:hover .menu__link--depth-1,
.menu__item--products.hover .menu__link--depth-1 {
	background-color: #93328e;
	color: #fff;
}
.menu__item--support .menu__link--depth-1:hover,
.menu__item--support .menu__link--depth-1.hover,
.menu__item--support .menu__link--depth-1.is-active,
.menu__item--support:hover .menu__link--depth-1,
.menu__item--support.hover .menu__link--depth-1 {
	background-color: #84bd00;
	color: #fff;
}
.menu__item--careers .menu__link--depth-1:hover,
.menu__item--careers .menu__link--depth-1.hover,
.menu__item--careers .menu__link--depth-1.is-active,
.menu__item--careers:hover .menu__link--depth-1,
.menu__item--careers.hover .menu__link--depth-1 {
	background-color: #ffa300;
	color: #fff;
}

.products_menu .menu__link--depth-1,
.products_menu:hover .menu__link--depth-1
{
	background-color: transparent;
	color: #000;
}

.products_menu .menu__link--depth-1:hover,
.products_menu .menu__link--depth-1.is-active
{
	background-color: #53565a;
	color: #fff;
}

.search-form__inner{
	background: transparent;
	float: right;
	margin: 0 30px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.search-form__item,
.search-form__control {
	float: left;
}
.search-form__text {
	background: url('../img/search.png');
	border: none;
	color: #666;
	float: left;
	font-size: 9px;
	height: 24px;
	line-height: normal;
	outline: none;
	text-transform: uppercase;
	padding: 6px 0 6px 25px;
	width: 150px;
}
.search-form__button {
	/*background: #eb280f url('../img/search-submit.png') no-repeat;*/
	border: none;
	color: #fff;
	float: left;
	font-size: 9px;
	height: 24px;
	margin: 0 0 0 -17px;
	padding: 0;
	text-indent: -3px;
	text-transform: uppercase;
	width: 80px;
}
.search-form__button:hover { background-color: #4a4f53; }




.page__top {
	/*border-bottom: 1px solid #c5c5c5;*/
	margin-bottom: 20px;
	padding: 5px;
}




.share {
	float: right;
}
.share > li {
	margin-left: 10px;
}
.share a:hover {
	text-decoration: underline;
}
.share__link .icon {
	margin-right: 5px;
}
.social--dropdown {
	padding-top: 10px;
	text-align: center;
	width: 50px;
}
.social--dropdown > li {
	margin-bottom: 10px;
}




.breadcrumb {
	float: left;
}




.content__title {
	//background: url('../img/header-green.png') no-repeat 0 0;
	color: #eb280f;
	height: 30px;
	padding: 0 25px;
	/*font-family: 'FuturaLTBookHeavy', sans-serif;*/
	font-family: 'FuturaLTBookBold', sans-serif;
	font-weight:bold;
	
}
.page--careers .content__title {
	//background: url('../img/header-orange.png') no-repeat 0 0;
  color: #ffa300;
}
.page--careers .content_wysiwyg ul li{
	background: url('../img/bullet_orange.gif') no-repeat left 10px;
	padding-left: 10px;
}
.postuler {
	margin-top: 50px;
	text-align: center;
}
.postuler .arrow_blue {
	font-family: 'FuturaLTBookBold';
	font-size: 16px;
	text-transform: uppercase;
}
.arrow_blue {
	background: url(../img/bg_arrow_blue.gif) no-repeat left 50%;
	padding-left: 20px;
	margin-bottom: 10px;
}



.content__inner {
	font-size: 14px;
	padding: 20px 35px 0;
	line-height:21px;
}




.hero {
	margin: 0 0px 15px;
}




.twitter {
	margin: 0 19px;
}
.twitter__title {
	background: transparent url(../img/twitter.png) no-repeat 0 0;
	height: 39px;
	margin: 0 0 9px;
}
.twitter__inner {
	border: 1px solid #32ccfe;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 1.166666667;
	min-height: 60px;
	margin-top: -9px;
}
.twitter__tweet {
	float: left;
	padding: 10px;
	width: 50%;
}
.twitter__tweet a {
	color: #32ccfe;
	text-decoration: underline;
}
.twitter__follow {
	background: transparent url(../img/followus.png) no-repeat 0 0;
	float: right;
	height: 20px;
	margin: -10px 2px 2px 0;
	width: 110px;
}




.cards {
	margin: 0 19px;
}
.card-container {
	border: 1px solid #ccc;
	float: left;
	height: 330px;
	margin: 20px 2px 0;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-align: left;
	width: 310px;
}
.card-container__footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.pager__count {
	display: block;
	font-size: 12px;
	padding: 0 0 5px;
	text-align: center;
}
.cards .flex-direction-nav a {
	bottom: 4px;
	position: absolute;
}
.cards .flex-prev {
	left: 5px;
}
.cards .flex-next {
	right: 5px;
}
.card__slides {
	height: 300px;
	overflow: hidden;
}
.card__slides > li {
	float: left;
	height: 300px;
	width: 300px;
}
.card__title {
	color: #2b9fdc;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 5px 0;
	text-transform: uppercase;
}
.card__title a {
	color: #2b9fdc;
}
.card__subtitle {
	color: #4a4f53;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.272727273;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.card__subtitle a {
	color: #4a4f53;
}
.card p {
	font-size: 11px;
	line-height: 1.272727273;
	margin-right: 5px;
	text-align: justify;
}

.jobs-list {
	font-size: 11px;
	line-height: 1.272727273;
}
.jobs-list > li {
	margin-bottom: 5px;
}
.jobs-list a {
	font-weight: bold;
}
.job__info {
	display: block;
	color: #666666;
}
.jobs-list__link {
	float: right;
	font-size: 11px;
	margin: 0 10px 5px 0;
}





.entry__intro {
	margin: 0 0 20px 0;
}
.entry__intro .l-media__image {
	margin: 10px;
}
.entry__intro p {
	margin: 0;
}
.entry p {
	line-height: 1.75;
	text-align: justify;
}
.entry ul {
	line-height: 1.833333333;
}
.entry__title {
	margin-top: 20px;
}





.organization-tree {
	padding-top: 30px;
}
.persons {
	background: transparent url('../img/bg_traits_ceo.png') no-repeat 50% top;
	margin: 0 auto;
	padding-top: 28px;
	width: 808px;
}
.persons-list--vp {
	background: url(../img/bg_traits_left.png) no-repeat right bottom;
	float: left;
	padding-right: 25px;
}
.persons-list--other {
	background: url(../img/bg_traits_right.png) no-repeat left bottom;
	float: right;
	padding-left: 25px;
}
.persons-list > li {
	margin-top: 20px;
}
.persons-list > li:first-child {
	margin-top: 0;
}
.person {
	position: relative;
	width: 364px;
}
.person--ceo {
	height: 80px;
	color: #fff;
	margin: 0 auto;
	position: relative;
}
.person__photo {
	height: 70px;
	margin: 5px 10px 5px 5px;
	overflow: hidden;
	width: 70px;
}
.person__name {
	border-bottom: 1px solid #c9cfd3;
	font-size: 19px;
	margin: 0 10px 0 0;
	padding: 10px 10px 0px 0;
}
.person--ceo .person__name {
	border-bottom-color: #6e7275;
}
.person__role {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 0;
	line-height: 2.444444444;
}
.person__link {
	background: transparent url(../img/bg_viewbio_ceo.png) no-repeat 0 0;
	color: #fff;
	bottom: 2px;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	text-align: center;
	width: 92px;
}
.person__link:hover {
	color: #fff;
	text-decoration: none;
}
.persons-list--other .person__link {
	background-image: url(../img/bg_viewbio_blue_short.png);
}
.person__bio {
	display: none;
}
.person__bio__photo {
	margin-right: 20px;
}
.person__bio__content .h3 {
	margin-top: 0;
}
.person__charge-of li {
	background: url('../img/bullet_green.gif') no-repeat left 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 180%;
	padding-left: 10px;
}

.person__bio__contentdescription {
    text-align: justify;
	height: 33%;
    overflow: auto;
    padding: 5px;
}

.modal {
	display: none;
	margin-left: -400px;
	left: 50%;
	padding: 20px;
	position: absolute;
	top: 330px;
	width: 800px;
	height:700px;
}
.modal__close {
	position: absolute;
	top: -0px;
	right: 0px;
	width: 27px;
	height: 27px;
	background: url('../img/btn_close.png') no-repeat 0 0;
}





.box {
	position: relative;
	margin: 30px 20px;
}
.box--wide {
	margin-left: 0;
	margin-right: 0;
}
.box__title {
	/*background: url(../img/bg_future.png) no-repeat right 0;*/
	border: none;
	color: #eb280f;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -20px;
	width: 375px;
	z-index: 99;
}
.box__content {
	color: #fff;
	overflow: hidden;
	padding: 30px 20px 20px 20px;
	position: relative;
}
.box__content p {
	line-height: 1.75;
	margin: 0 0 10px;
	text-align: justify;
}
.box .l-media__image--ext {
	margin-left: 15px;
}
.box__subtitle {
	bottom: 0;
	/*background: url(../img/bg_griffe_bottom.png) no-repeat right bottom;*/
	background: none;
	color: #fff;
	height: 43px;
	margin: 0;
	position: absolute;
	width: 375px;
}



.video-list > li {
	height: 170px;
	margin: 0 10px;
	position: relative;
	text-align: right;
	width: 270px;
}
.caption {
	color: #fff;
	bottom: 15px;
	cursor: pointer;
	font-family: 'FuturaLTBookBold';
	font-size: 18px;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}





.header-block {
	margin-bottom: 35px;
}
.header-block__inner {
	background: #feffff url('../img/bg_halo_blanc.png') no-repeat 50% bottom;
	background: url('../img/bg_halo_blanc.png') no-repeat 50% bottom, -ms-linear-gradient(top, #feffff 0%, #DCDCDC 51%, #BCBCBC 100%);
	background: url('../img/bg_halo_blanc.png') no-repeat 50% bottom, -moz-linear-gradient(top, #feffff 0%, #DCDCDC 51%, #BCBCBC 100%);
	background: url('../img/bg_halo_blanc.png') no-repeat 50% bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(51%,#DCDCDC), color-stop(100%,#BCBCBC));
	background: url('../img/bg_halo_blanc.png') no-repeat 50% bottom, -o-linear-gradient(top, #feffff 0%,#DCDCDC 51%,#BCBCBC 100%);
	background: url('../img/bg_halo_blanc.png') no-repeat 50% bottom, linear-gradient(top, #feffff 0%, #DCDCDC 51%, #BCBCBC 100%);
	padding: 0 20px;
}
.no-cssgradients .header-block__inner {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feffff', endColorstr='#bcbcbc');/*For IE7-8-9*/
	zoom: 1;
}
.header-block__title {
	color: #2c3032;
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin: 0;
	width: 400px;
}
.header-block img {
	max-width: 100%;
}
.filter {
	float: right;
	line-height: 50px;
}
.filter__label {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}
.filter__select {
	font-size: 12px;
	width: 170px;
}





.press-list {
	padding: 10px 20px;
}
.press-list > li {
	margin-top: 25px;
}
.press-list > li:first-child {
	margin-top: 0;
}
.btn-all-releases {
	padding: 3px 5px 3px 15px;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 10px 0;
}
.btn-all-releases span {
	background-color: #cfde2e;
	padding: 3px 5px 3px 0;
}
.btn-all-releases:hover {
	color: #fff;
}
a.switch_lang {
	//display: block;
	float: right;
	display: inline;
	width: 16px;
	height: 8px;
	margin-top: 5px;
}
a.switch_lang.fr {
	background: url("../img/fr.gif") no-repeat 0 0;
}
a.switch_lang.en {
	background: url("../img/en.gif") no-repeat 0 0;
}
a.switch_lang.ch {
	background: url("../img/ch.gif") no-repeat 0 0;
}
.blurb__title {
	border-bottom: 1px solid #c9cfd3;
	font-size: 16px;
	font-family: 'FuturaLTMediumBold', 'Arial Bold', sans-serif;
	font-weight: normal;
	line-height: 1.3125;
	margin: 0 0 5px;
}
.blurb__title a {
	text-decoration: none;
}
.blurb__image {
	margin-right: 15px;
}
.blurb__date {
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666;
	line-height: 20px;
}
.blurb__body {
	color: #56595b;
	font-style: italic;
	font-size: 11px;
	line-height: 1.909090909;
	width: 700px;
}
.blurb__lang {
	margin-top: -2px;
}
.blurb__lang > li {
	margin-right: 5px;
}





.pagination-wrapper {
	margin-top: 25px;
	text-align: center;
}
.pagination {
	background: #feffff url('../img/bg_halo_blanc.png') no-repeat 50% bottom;
	background: url('../img/bg_halo_blanc.png') no-repeat 50% 12px, -ms-linear-gradient(top, #feffff 0%, #DCDCDC 51%, #BCBCBC 100%);
	background: url('../img/bg_halo_blanc.png') no-repeat 50% 12px, -moz-linear-gradient(top, #feffff 0%, #DCDCDC 51%, #BCBCBC 100%);
	background: url('../img/bg_halo_blanc.png') no-repeat 50% 12px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(51%,#DCDCDC), color-stop(100%,#BCBCBC));
	background: url('../img/bg_halo_blanc.png') no-repeat 50% 12px, -o-linear-gradient(top, #feffff 0%,#DCDCDC 51%,#BCBCBC 100%);
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.no-cssgradients .pagination {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feffff', endColorstr='#bcbcbc');/*For IE7-8-9*/
	zoom: 1;
}
.pagination > li {
	float: left;
	margin-right: 5px;
	font-family: 'FuturaLTBookBold', 'Arial Bold', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	text-transform: uppercase;
}
.pagination__item {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination__prev {
	padding-right: 30px;
}
.pagination__next {
	padding-left: 30px;
}
.pagination span {
	color: #b3b5b5;
}




.customers {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.customers_list {
	max-height: 130px;
	overflow: hidden;
}
.customer__wrapper {
	padding: 0 35px;
	position: relative;
}
.customer__logo {
	display: table-cell;
	height: 130px;
	vertical-align: middle;
}
.is-active .customer__logo {
	border-bottom: 5px solid #cccccc;
	border-top: 5px solid #c2d02c;
}
.customer__name {
	background: #000;
	background: rgba(0, 0, 0, .7);
	display: none;
	bottom: 0;
	font-size: 12px;
	color: white;
	left: 50%;
	line-height: 21px;
	margin-left: -50px;
	position: absolute;
	text-align: center;
	width: 100px;
}
.customer__logo:hover .customer__name {
	display: block;
}
.customer__title {
	margin: 0 0 15px;
	font-weight: bold;
}
.customer__meta {
	margin-bottom: 2em;
}
.customer__photo {
	margin-right: 30px;
}





.featured-goodie {
	margin-bottom: 40px;
}
.featured-goodie__title {
	border-bottom: 1px solid #c9cfd3;
	margin: 0 0 15px;
	font-size: 25px;
	line-height: 30px;
	color: #2c3032;
	padding-bottom: 5px;
}
.featured-goodie__photo {
	margin-right: 30px;
}
.goodie {
	display: block;
	margin: 15px 10px;
	opacity: .25;
	position: relative;
}
.goodie span {
	text-transform : uppercase;
}
.goodie:hover {
	opacity: 1;
}
.goodie__caption {
	bottom: 10px;
	left: 0;
	padding: 5px;
	text-align: right;
}
.goodie:hover .goodie__caption {
	background: #000;
}





.vacancies-list {
	margin: -15px 10px 0;
}
.vacancies-list > li {
	padding: 15px;
	min-height:180px;
}
.vacancy {
	padding: 10px;
	min-height: 150px;
}
.vacancy__title {
	border-bottom: 1px solid #c9cfd3;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 5px;
	min-height: 45px;
}
.vacancy__title a:hover {
	text-decoration: none;
}
.vacancy__meta {
	font-style: italic;
	line-height: 15px;
}
.vacancy__ref {
	color: #000;
	margin-right: 6px;
}
.vacancy__date {
	color: #999;
}
.vacancy__body {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
}
.vacancy__body p {
	color: #60676a;
	line-height: 15px;
	margin: 0;
}
.vacancy__body .l-left {
	width: 30%;
}
ul.ref_offre {
	font-family: 'FuturaLTBookRegular','Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	list-style: none;
}
ul.ref_offre li {
	margin-bottom: 10px;
}
ul.ref_offre li strong {
	text-transform: uppercase;
}




.featured {
	padding: 20px;
}
.featured__photo {
	margin-right: 20px;
}
.featured__title {
	border-bottom: 1px solid #999;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 0 10px;
	padding-bottom: 0;
	text-transform: uppercase;
}
.featured__meta {
	color: #999b9c;
	font-style: italic;
}




.download-folders {
	margin-bottom: 60px;
	padding: 0 35px;
}
.folder {
	background: transparent url('../img/bg_folder_sprite.png') no-repeat 0 0;
	color: #fff;
	display: block;
	font-family: 'FuturaLTBookRegular','Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	height: 135px;
	line-height: 20px;
	margin: 10px 5px;
	padding: 40px 10px 0 10px;
	text-align: left;
	width: 200px;
}

.is-selected .folder,
.folder:hover {
	background-position: 0 -145px;
	text-decoration: none;
}

.folder__caption {
	font-family: 'FuturaLTMediumRegular', Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
}
.folder__caption strong {
	font-family: 'FuturaLTMediumBold', 'Arial Bold', sans-serif;
}
.folder__caption small {
	color: #999999;
}
.is-selected .folder__caption small,
.folder:hover .folder__caption small {
	color: #c2d02c;
}

.is-selected {
	font-family: 'FuturaLTMediumRegular', Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	 background-position: 0 -145px;
	text-decoration: none;
}

.download_center_list{
	margin-left: 15px;
}

.downloads-list {
	margin: 0 85px;
}
.downloads-list > ul > li {
	margin-top: 20px;
}
.downloads-list > ul > li:first-child {
	margin-top: 0;
}
.download__icon {
	margin-right: 7px;
	margin-top: -10px;
}
.download__size {
	color: #666;
	float: right;
}
.download__title {
	border-bottom: 1px solid #c9cfd3;
	display: block;
	font-family: 'FuturaLTMediumRegular', Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	width: auto;
}
.download__title:hover {
	text-decoration: none;
}




.milestone-years {
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.milestone-year {
	display: block;
	margin: 20px 5px;
}
.milestone-year:hover {
	text-decoration: none;
}
.milestone-year__caption {
	color: #666;
	display: block;
	font-family: 'FuturaLTBookBold', 'Arial Bold', sans-serif;
	margin: 15px auto 0 auto;
	text-align: center;
	width: 105px;
}
.milestone-year__caption:hover {
	color: #000;
}
.is-selected .milestone-year__caption {
	background: transparent url('../img/bg_year_milestone.png') no-repeat 50% 50%;
	color: #fff;
}
.milestones {
	margin: 0 20px;
}
.milestones__media {
	margin-right: 40px;
	width: 270px;
}
.milestones__year {
	display: block;
	margin: 20px 0;
	color: #eeeeee;
	font-size: 46px;
	line-height: 35px;
}
.milestones__year strong {
	font-size: 95px;
}





.events {
	padding: 20px 0;
}
.events .l-col--a {
	text-align: right;
	width: 175px;
}
.events .l-col--b {
	padding-left: 60px;
	width: 350px;
}
.events__head {
	/*background: transparent url('../img/header_short_green2.png') no-repeat 0 50%;*/
	color: #eb280f !important;
	font-size: 21px;
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	font-style: normal !important;
	margin-bottom: 20px;
	margin-left: -20px;
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
}
.events__list {
	font-size: 13px;
}
.events__list > li {
	padding: 6px 0;
}
/*.events__list > li:nth-child(2n+1) {
	background: transparent url('../img/tr_odd.png') repeat-y 0 0;
}*/
.event__date {
	float: left;
	text-align: right;
}
.event__title {
	float: left;
	font-style: italic;
}
.events__head .event__title {
	font-style: normal;
}
.event__location {
	color: #999;
	float: left;
}
.events .is-highlighted {
	background: transparent url('../img/highlight_list.png') no-repeat 0 50%;
}
.is-highlighted .event__date,
.is-highlighted .event__title {
	color: #c2d02c;
}
.is-highlighted .event__location {
	color: #fff;
}






.site__foot {
	padding-top: 50px;
}





.link-list {
	margin: 0 0 20px 0;
	text-align: center;
}
.link-list > li {
	background: url('../img/sep.png') no-repeat 0 50%;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px;
}
.link-list > li:first-child {
	background: none;
}
.link-list a:hover {
	text-decoration: underline;
}




.site__info {
	border-top: 1px solid #c5c5c5;
	color: #4a4f53;
	font-size: 11px;
	margin: 0 40px;
	padding: 5px;
	position: relative;
}
.site__info:before {
/*  background: url(../img/bg_griffe_footer.png) no-repeat 100% 0;*/
	bottom: 100%;
	content: "";
	height: 49px;
	position: absolute;
	right: -34px;
	width: 376px;
}




.buttons {
	position: relative;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}




.social-list {
	bottom: 0;
	left: 50px;
	position: absolute;
}
.social-list > li {
	margin-right: 4px;
}





.button {
	background-color: #53565a !important;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	zoom: 1;
}
.quick-links__button {
	background-image: url(../img/btn-quick-links.png);
	width: 95px;
}
.site-map__button {
	background-image: url(../img/btn-site-map.png);
	width: 75px;
}




.credits {
	float: right;
}


p.footnote {
  border-top: 1px solid #d7d7d7;
  font-size: 12px;
  font-style: italic;
  padding-top: 10px;
}
.text_shadow_white {
  text-shadow: 1px 1px 1px #fff;
}

.address {
	float: left;
}
.address address {
	font-style: normal;
}
.address a {
	color: #0492d0;
}




.popup {
	background: #f1f1f1; /*Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(99%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 50%,#e5e5e5 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 99%); /* IE10+ */
	background: linear-gradient(top, #ffffff 50%,#e5e5e5 99%); /* W3C */
	-moz-box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
	zoom: 1;
	overflow: hidden;
	display: none;
	position: absolute;
	margin: 0 0 0 -335px;
	left: 50%;
	bottom: 0;
	width: 670px;
	padding: 15px 20px;
	z-index: 100 !important;
	text-align: left;
}
.popup__title {
	border-bottom: 1px solid #d6d6d6;
	font-family: 'FuturaLTMediumRegular', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}
.popup__title strong {
	font-family: 'FuturaLTMediumBold', 'Arial Bold', sans-serif;
}




.site-map__heading {
	display: block;
	border-bottom: 1px solid #d6d6d6;
	font-family: 'FuturaLTMediumBold', 'Arial Bold', sans-serif;
	margin: 15px 0 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	/*color: #009de0;*/
}
.site-map__item {
	padding: 0 10px;
	width: 25%;
}
.site-map__item:first-child {
	width: 75%;
}
.site-map__item:first-child > ul > li {
	float: left;
	width: 33.3333%;
}
.site-map__item ul a {
	background: url('../img/puce-l2.png') 0 6px no-repeat;
	padding: 0 0 0 6px;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 2;
}
.site-map__item ul ul a {
	color: #888;
	font-weight: normal;
}




.links-block__title {
	/*color: #009de0;*/
	display: block;
	border-bottom: 1px solid #d6d6d6;
	margin: 15px 0 10px 0;
	font-family: 'FuturaLTMediumBold';
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.links-block__list > li {
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 10px;
}
.links-block__list a:hover {
	text-decoration: underline;
}


.box-content {
	margin-top: 30px;
	padding: 20px;
}
.box-content ul {
	list-style: none;
}

.search_header {
	padding: 20px 35px 5px 35px;
}
.search_header li {
	border-bottom: 1px solid #ccc;
}
strong.highlight {
	background-color: #eb280f; // #D8E730;
  color: #fff;
}


/* ==========================================================================
  Helper classes
  ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

a.contact {
	background: url(../img/picto_mail_green.png) no-repeat 0 1px;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	display: block;
}
h2.heading {
	font-family: 'FuturaLTMediumRegular', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	/*color: #2c3032;*/
}
h2.border_bottom {
	border-bottom: 1px solid #c9cfd3;
	text-transform: uppercase;
}

.grad_shadow_gris {
	margin-top: 20px;
	padding: 20px;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(99%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	background: -o-linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	background: -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0 );
	background: linear-gradient(top, #ffffff 50%,#e5e5e5 99%);
	box-shadow: 2px 1px 5px rgba(0,0,0,0.3);
	overflow: hidden;
}

a.sbx.left, img.left {
	float: left !important;
	margin-right: 20px !important;
	margin-bottom: 5px !important;
}

#wrapper_heading_comfort .heading
{
font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
font-size:22px;
}
#wrapper_heading_comfort ul li
{
font-size:10px;
width:265px;
}


#wrapper_core_values ul li
{
font-size:10px;
width:565px;
}

.wrapper_core_values .heading
{
font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
font-size:22px;
}

.wrapper_core_values ul li
{
font-size:12px;
width:273px;
}

#wrapper_heading_performance,
#wrapper_heading_performance .heading,
#wrapper_heading_performance ul li
{
font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
font-size:22px;
}

#wrapper_heading_performance {
	background: url('../img/performance_img_bg_top.jpg') no-repeat 0 0;
}
#wrapper_heading_performance ul {
	position: absolute;
	bottom: 20px;
	left: 25px;
	list-style: none;
}
#wrapper_heading_performance ul li {
	background: url("../img/bullet_green.gif") no-repeat left center !important;
	padding-left: 15px;
	font-size: 12px;
}
div.wrapper_core_values {
	width: 910px;
	height: 270px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px 0;
	position: relative;
}

h1.heading {
	position: absolute;
	top: 90px;
	left: 25px;
	color: #fff;
}

ul.bullet_3px {
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 10px 25px;
	zoom: 1;
}
ul.bullet_3px li {
	background: url('../img/bullet_green.gif') no-repeat left 10px;
	padding-left: 10px;
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	line-height: 21px;
	text-transform: none;
	font-style: italic;
}

ul.bullet_3px_green {
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 10px 25px;
	zoom: 1;
}
ul.bullet_3px_green li {
	background: url('../img/bullet_green.gif') no-repeat left 10px;
	padding-left: 10px;
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	line-height: 21px;
	text-transform: none;
	font-style: italic;
}

ul.bullet_3px_purple {
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 10px 25px;
	zoom: 1;
}
ul.bullet_3px_purple li {
	background: url('../img/bullet_purple.gif') no-repeat left 10px;
	padding-left: 10px;
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	line-height: 21px;
	text-transform: none;
	font-style: italic;
}
ul.bullet_3px_orange {
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 10px 25px;
	zoom: 1;
}
ul.bullet_3px_orange li {
	background: url('../img/bullet_orange.gif') no-repeat left 10px;
	padding-left: 10px;
	font-family: 'FuturaLTBookRegular', 'Arial', 'Helvetica', sans-serif;
	line-height: 21px;
	text-transform: none;
	font-style: italic;
}

div.support li {
	background: url('../img/bullet_purple.gif') no-repeat left center;
}

.whitecolor{
	color:#FFF;
}
#wrapper_heading_comfort {
	background: url('../img/comfort_img_bg_top.jpg') no-repeat 0 0;
	color: #fff;
	text-align: right;
	position: relative;
}
#wrapper_heading_comfort h1 {
	margin-right: 0px;
	position: absolute;
	top: 40px;
	right: 25px;
	color: #fff;
}
#wrapper_heading_comfort ul {
	position: absolute;
	bottom: 40px;
	right: 25px;
}
#wrapper_heading_comfort ul li {
	padding-right: 15px;
	background: url("../img/bullet_green.gif") no-repeat left 10px !important;
}

#wrapper_heading_innovation {
	background: url('../img/innovation_img_bg_top.jpg') no-repeat 0 0;
	color: #fff;
}
#wrapper_heading_innovation h1.heading {
	position: relative;
	top: 95px;
	z-index: 10;
	left: 25px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
}
#wrapper_heading_innovation ul {
	position: relative;
	top: 85px;
	left: 25px;
	padding: 0;
}
#wrapper_heading_innovation ul li {
	text-align: left;
	padding-left: 15px;
	background-position: 0 7px;
}
#plane {
	position: absolute;
	top: 0px;
	width: 910px;
	height: 270px;
	overflow: hidden;
}
#wrapper_heading_innovation #plane img {
	position: relative;
	top: 0;
	right: 0;
}

#wrapper_heading_environment {
	background: url('../img/environment_img_bg_top.jpg') no-repeat 0 0;
	text-align: right;
}
#wrapper_heading_environment h1.heading {
	top: 40px;
	right: 25px;
	font-size: 16px;
}
#wrapper_heading_environment ul {
	position: absolute;
	bottom: 40px;
	right: 25px;
	zoom: 1;
}
#wrapper_heading_environment ul li {
	padding-right: 15px;
	background: url("../img/bullet_green.gif") no-repeat left center !important;
}
#plane {
	position: absolute;
	top: 0px;
	left: 0;
	width: 910px;
	height: 270px;
	overflow: hidden;
}


#wrapper_heading_services {
	background: url('../img/service_img_bg_top.jpg') no-repeat 0 0;
	color: #fff;
	text-align: right;
}
#wrapper_heading_services h1 {
	position: absolute;
	top: 80px;
	right: 25px;
}
#wrapper_heading_services ul {
	position: absolute;
	bottom: 20px;
	right: 25px;
	zoom: 1;
	margin-top: 0px;
	bottom: 20px;
}
#wrapper_heading_services ul li {
	padding-right: 15px;
	background: url("../img/bullet_green.gif") no-repeat left center !important;
}
#wrapper_heading_services #plane img {
	top: -25px;
	left: -280px;
}
#plane img {
	position: relative;
}
.product_list {
	overflow: hidden;
	margin: 0 0 60px 0;
}
.product_list h1 {
	position: absolute;
	top: 20px;
	left: -15px;
	font-size: 30px !important;
	width: 400px;
}
.product_list h2 {
	position: absolute;
	top: 50px;
	left: -20px;
	width: 400px;
	margin: 20px 0 15px;
	line-height: 30px;
}
.product_list ul li {
	height: 130px;
	overflow: hidden;
	position: relative;
	text-align: right;
	width: 880px;
	cursor: pointer;
}
.product_list ul li img {
	position: absolute;
	right: 0;
	top: 0;
}


h1.products {
	/*//background: url("../img/header-product.png") repeat scroll 0 0 transparent;*/
  color: #93328e;
	/*font-family: 'FuturaLTBookHeavy', sans-serif;*/
	font-family: 'FuturaLTBookBold', 'Arial', 'Helvetica', sans-serif;
}
h1.support {
	/*//background: url("../img/header-support.png") repeat scroll 0 0 transparent;*/
  color: #84bd00;
}
h1.careers {
	/*//background: url("../img/header-orange.png") repeat scroll 0 0 transparent;*/
  color: #ffa300;
}

h2.content__subtitle {
	/*margin-top: 25px;*/
	text-transform:uppercase;
}

/*
	/about-atr/corporate-overview/worldwide-presence.html
*/
.legend h2.heading, .legend h2.border_bottom {
	color: #2c3032;
	font-family: 'FuturaLTMediumRegular','Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 15px;
	text-transform: uppercase;
	font-weight: normal;
}

.legend h2.heading strong {
	font-family: 'FuturaLTBookBold','Arial', 'Helvetica', sans-serif;
	font-weight: normal;
}

#worldMap {
	background: url("../media/about-atr/world-map.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 490px;
	margin-top: 40px;
	width: 910px;
	margin-left:40px;
}
#worldMap .legend {
	bottom: 0;
	left: -20px;
	position: absolute;
	width: 200px;
}

#worldMap .legend ul {
	list-style-type: none;
	padding: 0;
}

#worldMap .legend ul li {
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

#worldMap .spots {
	left: -999em;
	position: absolute;
	top: 0;
}

#worldMap .spot .type {
	background-repeat: no-repeat !important;
	cursor: pointer;
	height: 13px;
	position: absolute;
	width: 13px;
}
#worldMap .type-5 {
	background: url("../media/about-atr/puce_warehouse.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#worldMap .type-6 {
	background: url("../media/about-atr/puce_training_center.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#worldMap .type-8 {
	background: url("../media/about-atr/puce_customer_support.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#worldMap .type-9 {
	background: url("../media/about-atr/puce_sale_office.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#worldMap .type-10 {
	background: url("../media/about-atr/puce_support_center.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#page_worldwide_presence .regardsBox {
	width: 500px;
}


.grad_shadow_gris, .content_bg_grad_black {
	margin-top: 10px;
}

.regardsBox {
	overflow: visible;
	padding: 20px;
	position: absolute;
	width: 630px;
}

.regardsBox a.close {
	background: url("../media/btn_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	height: 27px;
	width: 27px;
	right: -14px;
	top: -12px;
}

.regardsBox h3.heading {
	border-bottom: 1px solid #c9cfd3;
	font-family: 'FuturaLTMediumRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 15px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.regardsBox ul {
	list-style-type: none;
}

.regardsBox ul li.name {
	font-family: 'FuturaLTMediumRegular','Arial', 'Helvetica', sans-serif;
	font-size: 15px;
	font-style: normal;
}
.regardsBox li {
	font-style: italic;
}
.regardsBox p, .regardsBox li {
	font-size: 12px;
	line-height: 180%;
}

.regardsBox ul li.name {
  font-family: 'FuturaLTMediumRegular','Arial', 'Helvetica', sans-serif;
  font-size: 15px;
  font-style: normal;
}

.advertising li span {
	position: absolute;
	display: block;
	width: 186px;
	bottom: 5px;
	right: 5px;
	padding: 5px;
}
.galerie_media_hl li a:hover span,
.advertising li a:hover span {
	background-color: #000;
}
.cache_image {
	position: absolute;
}
.galerie_media_hl {
	text-align: center;
}
.galerie_media_hl ul {
	width: 980px;
	overflow: hidden;
	text-align: center;
}
.galerie_media_hl ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.galerie_media_hl ul li span {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: calc(100% - 11 - 9);
	max-height: 60px;
	margin-left: 11px;
	margin-right: 9px;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'FuturaLTBookRegular','Arial', 'Helvetica', sans-serif;
	color: #fff;
	cursor: pointer;
}
.goodies_content li span {
	left: 0 !important;
	margin: 0 !important;
	width: 100%;
}
.advertising .is-selected span {
	font-size: 12px;
}
.advertising .is-selected a {
	opacity: 1;
}
span.trait_middle {
	display: block;
	background: url("../img/trait_middle.png") repeat-x 0 15px;
	width: 980px;
	height: 30px;
	margin: 20px 0 30px 0;
}

.lien_interne{
	border-bottom-color:#4a4f53;
	border-bottom:1px dotted #4a4f53;
	text-decoration:none;
}
.lien_interne:hover{
	border-bottom-color:#4a4f53;
	border-bottom-style:solid;
	text-decoration:none;
}

#btn-itineraire {
	float: right;
	margin-bottom: 50px;
}
#btn-itineraire a {
	padding: 0 5px;
	line-height: 21px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}
#mapCanvas {
	height: 350px;
	margin-bottom: 20px;
}


/* filtres dans la section download-center */
#certif-filter {
	height: 50px;
}
.filters,
.filters2 {
	float: left;
	width: 125px;
	margin-right: 20px;
}



/* ==========================================================================
  MEDIA QUERIES
  ========================================================================== */

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


#socialnetwork {
  position: absolute;
  top: 5px;
  right: 93px;
}
#input-search {
  position: absolute;
  top: 6px;
  right: 212px;
}

.icon--youtube {
 background-image: url('../img/icons/youtube.png'); }

.icon--youtube-light {
 background-image: url('../img/icons/youtube-light.png'); }

.icon--twitter {
 background-image: url('../img/icons/twitter.png'); }

.icon--twitter-light {
 background-image: url('../img/icons/twitter-light.png'); }

.icon--instagram {
 background-image: url('../img/icons/instagram.png'); }

.icon--instagram-light {
 background-image: url('../img/icons/instagram-light.png'); }

.icon--linkedin {
 background-image: url('../img/icons/linkedin.png'); }

.icon--linkedin-light {
 background-image: url('../img/icons/linkedin-light.png'); }

.icon--search {
 background-image: url('../img/icons/search.png'); }
 
 #input-search-inner {
  position: absolute;
  top: 6px;
  left: 1060px;
}
.search-form {
 display: none; }
 @media only screen and (min-width: 1104px) {
  .search-form {
   display: block;
   margin-left: 5px;
   width: 150px;
   text-align: right;
  } }
	
	.u-cf:before, .u-cf:after {
 content: " ";
 display: table; 
 width:1000px !important;
 }
 
 .search-form__form {
 height: 0;
 margin-top: 3px;
 /* overflow: hidden;*/
 position: relative;
 transition: height 0.15s ease-out;
 z-index: 100; }
 .search-form__form.is-open {
  height: 20px; }
	
	.search-form .search-form__text {
 border: 1px solid #53565a;
 border-radius: 3px 0 0 3px;
 background: none;
 font-size: 12px;
 height: 20px;
 width: 100px; }

.search-form__submit {
 background: #53565a;
 border: none;
 border-radius: 0 3px 3px 0;
 color: #fff;
 font-size: 12px;
 height: 20px;
 padding: 0 5px;
 width: auto; }

.l-nav {
  position: absolute;
  top: 50px;
  left: 210px;
  padding-top: 10px; 
  padding-bottom: 20px;
}





/*05/04/2018*/
.highlighted{
	position: relative;
}
.highlighted__text{
	position: absolute;
	bottom:1rem;
	right:0;
	width:95%;
	color:#fff;
	background-color:rgba(0,0,0,0.8);
	padding:1rem;
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.5em;
}
.highlighted__text span{
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size:15px;
}
.highlighted__text a{
	color:#fff;
	text-decoration: underline;
}
.global-date{
	font-weight: bold;
}
.double-text{
	/*-webkit-column-count: 2;
	-moz-column-count: 2;	
	column-count: 2;
	column-gap:1rem;
	margin-bottom: 1em;
	text-align: justify;*/
	text-align:justify;
}
.news__list{
	margin:0;
	padding:2rem 20px;
	border-top:1px solid #919191;
}
.news__item{
	list-style: none;
	font-size:0;
	margin:1rem 0;
	position: relative;
	display: inline-block;
}
.news__link{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
}
.news__image, .news__content{
	display: inline-block;
	vertical-align: top;
	font-size:1rem;
}
.news__image{
	width:110px;
	box-shadow:5px 5px 5px 0px rgba(150,150,150,0.5);
}
.news__image img{
	max-width:100%;
	display: inline-block;
	vertical-align: middle;
}
.news__content{
	width:calc(100% - 110px);
	padding-left:1rem;
}
.news__content *{
	color:#4b4b4a;
}
.news__header{
	font-size:0;
	border-bottom:1px solid #919191;
	padding-bottom:0.25rem;
}
.news__title, .news__date{
	display: inline-block;
	vertical-align: bottom;
}
.news__title{
	margin:0;
	font-family: avenirbold, 'Arial Bold', sans-serif;
	font-size:1rem;
	width:calc(100% - 180px);
}
.news__date{
	width:180px;
	padding-left:1rem;
	text-align: right;
}
.news__date, .news__text{
	font-style: italic;
	font-size:0.7rem;
}
.news__text p{
	margin:0.25rem 0;
}
.event__table{
	width: 100%;
	table-layout: fixed;
}
.event__row{
	padding:1rem 0;
	border-bottom:1px solid #D8D8D8;
}
.event__row--headings{
	color:#eb280f;
	text-align: left;
	text-transform: uppercase;
	font-family: 'FuturaLTBookBold', sans-serif;
	font-weight: bold;
	font-size: 18px;
	border-bottom: none;
}
.event__row td, .event__row th{
	vertical-align: middle;
	padding:0.5rem 0;
}
.event__cell--when{
	width:30%;
}
.event__cell--what{
	width:50%;
}
.event__cell--where{
	width:20%;
}


.highlights, .market-forecast{
	width: 50%;
	margin-left: 0%;
	height: 272px;
	background: #f0f0ef;
	margin-bottom: 1%;
	padding: 0 22px 22px 0;
}
.highlights{
	text-align: center;
}
.market-forecast{
	background: #ffffff;
	border:1px solid #909090;
	padding:0;
}
.market-forecast--smaller-height{
	height:234px;
}
.highlights__title{
	font-family: avenirbold, 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #eb280f;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	position: relative;
	margin:0;
	padding:10px 0 20px;
}
.highlights__title:before, .highlights__title:after{
	content:'';
	display: block;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width:32px;
	height:32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.highlights__title:before{
	left:0;
	background-image:url('../images/lebourget/quote-open.svg');
}
.highlights__title:after{
	right: 0;
	background-image:url('../images/lebourget/quote-close.svg');
}
{
	text-align: center;
}
.highlights a{
	position: relative;
	display: block;
}
.highlights a:before{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../images/lebourget/play-button.png');
	background-position: center;
	background-size: 84px;
	background-repeat: no-repeat;
}
.highlights img{
	display: inline-block;
}
.market-forecast{
	text-align: center;
}
.market-forecast-text{
	text-transform: uppercase;
	font-size: 24px;
	font-family: futura, 'Arial Bold', sans-serif;
	text-align: center;
	display: inline-block;
	padding:50px 20px 0 0;
}
.market-forecast-text span{
	display: block;
}
.market-forecast-text--smaller{
	font-size: 0.85em;
}
.market-forecast-text--colored{
	color:#eb280f;
}
.market-forecast-text--bold{
	font-family: futurabold, 'FuturaLTBookBold', 'Arial Bold', sans-serif;
}
.market-forecast-image{
	display: inline-block;
	padding:50px 0 0 0;
}
.press-release{
	width: 49%;
	margin-left: 1%;
	height: 272px;
	background: #d9d9d9;
	margin-bottom: 1%;
	padding: 0;
	float: left;
}
.press-release__text, .press-release__image{
	width: 50%;
	float: left;
}
.press-release__text{
	padding:29px 20px 20px 10px;
}
.press-release__text h2{
	font-family: avenirbold, 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #eb280f;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin:0;
}
.press-release__text p{
	font-size: 16px;
	margin:10px 0;
}
@media screen and (max-width:991px) {
	.highlights, .market-forecast, .press-release{
		width:100%;
		margin-right: 0;
		margin-left:0;
	}
	.highlights{
  height: 305px;
	}
	.press-release__text{
		width: calc(100% - 233px);
		padding:30px 20px 30px 10px;
	}
	.press-release__image{
		width: 233px;
	}
}
@media screen and (max-width:580px) {
	.market-forecast, .press-release, .highlights{
		height:inherit;
		padding:10px;
	}
	.market-forecast-text{
		padding:20px 0 0 0;
	}
	.market-forecast-image{
		padding:0 0 0 20px;
	}
	.press-release__text{
		width: 100%;
		padding:20px 10px;
	}
	.press-release__image{
		width: 100%;
		text-align: center;
	}
	.press-release img{
		display: inline-block;
	}
}
.market-forecast-intro{
	background-color:#fff;
	font-size: 0;
}
.market-forecast-intro:after{
	content:'';
	display: block;
	clear: both;
}
.market-forecast-intro-text{
	font-size:33px;
	text-transform: uppercase;
	text-align: center;
	line-height:33px;
}
.market-forecast-intro-text span{
	display: block;
}
.market-forecast-intro__content,
.market-forecast-intro__image{
	width:50%;
	display: inline-block;
	vertical-align: middle;
}
.market-forecast-intro-cta{
	font-size:28px;
	text-align: center;
}
.market-forecast-intro-cta a{
	display: inline-block;
	padding:15px 10px;
}
.market-forecast-intro-cta a:hover{
	text-decoration: none;
}
.market-forecast-intro-cta--main a{
	color:#fff;
	background-color:#eb280f;
}
.market-forecast-intro-cta--secondary a{
	font-size:0.8em;
	color:#eb280f;
}
.market-forecast-intro__image{
	text-align: center;
}
.market-forecast-intro__image img{
	display: inline-block;
	max-width: 100%;
}
.market-forecast-world{
	background-color:#fff;
	display: block;
	border:1px solid #a7a7a6;
	width: 100%;
	padding:0 10px;
}
.market-forecast-world-line{
	padding:10px 0;
}
.market-forecast-world:after, .market-forecast-world-line:after{
	content:'';
	display: block;
	clear: both;
}
.market-forecast-world-item__spec{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	background-color:#eb280f;
	height:0;
	overflow: hidden;
	transition:all 0.25s;
}
.market-forecast-world-item{
	width: 25%;
	float: left;
	text-align: center;
	padding:0 20px;
	position: relative;
}
.market-forecast-world-item:hover .market-forecast-world-item__spec{
	height:100%;
	transition:all 0.25s;
}
.market-forecast-world-item a{
	display: block;
}
.market-forecast-world-item a:hover{
	text-decoration: none;
}
.market-forecast-world-item img{
	display: inline-block;
}
.market-forecast-world-item p{
	margin:0;
}
.market-forecast-world-item__title{
	text-transform: uppercase;
	font-size: 15px;
	font-family: avenir, 'Arial Bold', sans-serif;
	font-weight: bold;
}
.market-forecast-world-item__spec p{
	color:#fff;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 23px;
	font-family: futura, 'Arial Bold', sans-serif;
	width: 100%;
	line-height:28px;
}
.market-forecast-world-item__spec span{
	font-family: futurabold, 'FuturaLTBookBold', 'Arial Bold', sans-serif;
}
.market-forecast-world-item__spec a{
	width: 100%;
	position: absolute;
	height:100%;
	text-indent:-999rem;
	overflow: hidden;
	z-index:2;
}

.cta-main{
	display: block;
	width: 100%;
	text-align: center;
	margin:1rem 0 0;
}
.cta-main a{
	color:#fff;
	background-color:#eb280f;
	text-align: center;
	display: inline-block;
	font-size: 22px;
	padding:10px 15px;
	text-decoration: none;
}


.column-text-by2{
	column-count: 2;
}
@media screen and (max-width:500px) {
	.column-text-by2{
		column-count: 1;
	}
}


/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 12px 0 5px;
	background-color: #fafafa;
	border-color: #f1f1f1;
}
.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #666666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 9px 12px 9px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	font-family: 'FuturaLTMediumRegular', Arial, sans-serif;
  font-size: 12px;
	
}

@media (min-width:1200px) {
	.navbar-default .navbar-nav > li > a {
		padding: 12px 1px 12px 5px;
	}
}


.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #666666;
	background-color: #fafafa;
	

}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 200px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	margin-right: 6px;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
	/*padding: 12px 20px;*/
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.main-navigation .dropdown-menu > li > a { 
	position: relative;
	font-family: avenir, Arial;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #e84c3d;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

.dropdown-menu .dropdown-menu.to-left {
	right: 100%!important;
	left: auto!important;
}

/*transparent header*/
.header.transparent:not(.dark) .navbar-nav > .open > a,
.header.transparent:not(.dark) .navbar-nav > .open > a:hover,
.header.transparent:not(.dark) .navbar-nav > .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-color: rgb(250, 250, 250)!important;
}

@media (min-width: 1000px) { 
	.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
		color: #333333;
	}
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 96%;
	width: 100%;
	padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.mega-menu .menu > li > a {
	padding: 5px 0;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mega-menu .menu > li:last-child > a {
	border-bottom: none!important;
}
.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
	padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #e84c3d;
	border-color: #f1f1f1;
	text-decoration: none;
}

/* arrows for parent menu items */
.dropdown>a:before {
	/*font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 15px;
	right: 6px;
	line-height: 1;
	color: #d1d1d1;*/
}
.transparent.header:not(.dark) .dropdown>a:before { 
	color: #666666;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}
.dropdown .dropdown>a:before {
	content: "\f105";
	right: 10px;
	top: 15px;
	margin-left: 0;
	visibility: visible;
	color: #666;
}
.dropdown .dropdown.open>a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open>a:before {
	color: #e84c3d;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #ccc;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #e84c3d;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #e84c3d;
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
	background-color: #27272A;
	border-color: #1f1f1f;
}
/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
	color: #e1e1e1;
}
/* Dark navigation first level active menu items on hover/focus */
.dark.header .navbar-default .navbar-nav > .active > a, 
.dark.header .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
}
/* Dark navigation first level active menu items when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus { 
	background-color: #27272a;
	border-color: #484848;
	border-bottom-color: #27272a;
	color: #ffffff;
}
/*Dark navigation second level menu items*/
.dark.header .dropdown-menu {
	background-color: #27272a;
	border: 1px solid #484848;
}
.dark.header-top .dropdown-menu {
	background-color: #36373c;
	border: 1px solid #3d3d3d;
	border-top-color: #36373c;
}
.dark.header-top .dropdown-menu .divider { 
	background-color: #454545;
}
.dark.header .dropdown-menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;
}
/*Dark navigation second level menu items on focus/hover and when opened */
.dark.header .dropdown-menu > li > a:hover, 
.dark.header .dropdown-menu > li > a:focus, 
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover, 
.dark.header .nav .open > a:focus, 
.dark.header .dropdown-menu > .active > a, 
.dark.header .dropdown-menu > .active > a:hover, 
.dark.header .dropdown-menu > .active > a:focus, 
.dark.header .dropdown-menu .menu > .active > a, 
.dark.header .dropdown-menu .menu > .active > a:hover, 
.dark.header .dropdown-menu .menu > .active > a:focus {
	background-color: #36373C;
	color: #ffffff;
}
/*Dark navigation mega-menu items*/
.dark.header h1,
.dark.header h2,
.dark.header h3,
.dark.header h4,
.dark.header h5,
.dark.header h6,
.dark.header p {
	color: #cdcdcd;
}
.dark.header .divider {
	background-color: #3d3d3d;
}
.dark.header .mega-menu .menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;	
}
/*Dark navigation mega menu menu items on focus/hover and when opened */
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
	background-color: #36373c;
	color: #ffffff;
}
/* Dark navigation arrows for parent menu items */
.dark.header .dropdown>a:before {
	color: #e1e1e1;
}
.dark.header .navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #ffffff;
}
.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #666666;
}
.dark.header .dropdown .dropdown>a:before {
	color: #e1e1e1;
}
/* Dark navigation mobile menu toggle button */
.dark.header .navbar-default .navbar-toggle {
	border-color: #666666;
}

/* Dark navigation mobile menu toggle button on hover/focus */
.dark.header .navbar-default .navbar-toggle:hover,
.dark.header .navbar-default .navbar-toggle:focus {
	background-color: #36373c;
	border-color: #999999;
}
.dark.header .navbar-default .navbar-toggle .icon-bar {
	background-color: #666666;
}
.dark.header .navbar-default .navbar-toggle:hover .icon-bar,
.dark.header .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #999999;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left,
#offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:1000px) {
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 23px;
		  margin-top: 22px;
			
  height: 0px;
	font-family: 'Avenir Next Regular', Arial, sans-serif;
font-size: 12px;
	}
	
	/* first level menu */
	.navbar.navbar-default,
	.dark.header .navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	
	/* layout fixes */
	.main-navigation .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
		  top: 37px;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1000px) {
	.main-navigation .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .navbar-nav {
		float: left !important;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:1000px) {
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -243px;
		width: 940px;
	}
}

/* Medium desktop devices */
@media (min-width:1000px) and (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		padding-right: 5px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/* first level menu item */
	.main-navigation .navbar-nav > li {
		margin: 0 0 0 10px;
	}
	.main-navigation .navbar-nav > li:first-child {
		margin: 0;
	}
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -293px;
		width: 1140px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:1000px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #e84c3d;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #141414;
	}
	.light .subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #ddd;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent!important;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #e84c3d;
		background-color: #fff;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #e84c3d;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}

	/*Dark mobile menu
	------------------------------ */
	.dark.header .navbar-default .navbar-collapse, 
	.dark.header .navbar-default .navbar-form {
		border-color: #1f1f1f;
	}
	/* active items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #36373c;
	}
	/* first level items */
	.dark.header .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #3c3c3e;
	}

	/* first level active items */
	.dark.header .navbar-default .navbar-nav > .active > a, 
	.dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373C;
	}

	/* first level items hover and focus states */
	.dark.header .navbar-default .navbar-nav > li > a:hover,
	.dark.header .navbar-default .navbar-nav > li > a:focus,
	.dark.header .navbar-default .navbar-nav > .active > a:hover,
	.dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}

	/* first level items when opened */	
	.dark.header .main-navigation .navbar-nav > .open > a, 
	.dark.header .main-navigation .navbar-nav > .open > a:hover, 
	.dark.header .main-navigation .navbar-nav > .open > a:focus	{
		color: #ffffff;
		background-color: #36373c;
	}

	/* second level menu */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #27272a;
		border: none;
	}
	/* second level items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #cdcdcd;
		border-color: #3c3c3e;
	}
	
	/* second level items on hover/focus */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}
	.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
		color: #ffffff;
	}
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}
.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}
.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}
.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}

/* Offcanvas navigation
---------------------------------- */
.offcanvas {
	background-color: #fafafa;
	border-color: #f1f1f1;
}
.offcanvas-toggle-left {
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	z-index: 1031;
	text-align: center;
}
.offcanvas-toggle-left:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}
#offcanvas.in + .offcanvas-toggle-left:after {
	content: "\f00d";
	color: #999999;
}
.offcanvas-toggle-right {
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	z-index: 1031;
	text-align: center;
}
.offcanvas-toggle-right:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}
#offcanvas.in + .offcanvas-toggle-right:after {
	content: "\f00d";
	color: #999999;
}

/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
	float: none;
	margin: 0;
}
#offcanvas .navbar-nav > li > a {
	color: #333333;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#offcanvas .navbar-nav > li:last-child > a {
	border-bottom-color: transparent!important;
}
#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover, 
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
	color: #e84c3d;
	background-color: #ffffff;
}
/*Second level menu items*/
#offcanvas .dropdown-menu {
	position: static;
	width: 100%;
	float: none;
	box-shadow: none;
	border: none;
	background-color: #ffffff;
	margin: 0;
}
#offcanvas.offcanvas-right .dropdown-menu { 
	overflow: hidden;
}
#offcanvas .dropdown-menu > li > a { 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-color: #f7f7f7;
}
#offcanvas.offcanvas-right .dropdown-menu > li > a {
	text-align: right;
	padding-left: 10px;
	padding-right: 20px;
}

/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 30px;
}
#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 10px;
	padding-right: 30px;
}

/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 45px;
}
#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 10px;
	padding-right: 45px;
}

/*Fifth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 60px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 10px;
	padding-right: 60px;
}
/*Nav arrows*/
#offcanvas .dropdown>a:before {
	right: 15px;
	top: 13px;
}
#offcanvas.offcanvas-right .dropdown>a:before {
	right: auto;
	left: 15px;
	top: 13px;
}
#offcanvas.offcanvas-right .dropdown .dropdown>a:before {
	content: "\f104";
}
/*Dark offcanvas nav*/
.dark.offcanvas-container .offcanvas {
	background-color: #27272a;
	border-color: #484848;
}

.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-left:after,
.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-right:after { 
	color: #e1e1e1;
}
/*First level menu items*/
.dark.offcanvas-container #offcanvas .navbar-nav > li > a { 
	color: #e1e1e1;
	border-bottom: 1px solid #3d3d3d;
}
.dark.offcanvas-container #offcanvas .navbar-nav > li.open > a {
	border-bottom: 1px solid #515151!important;
}
.dark.offcanvas-container #offcanvas .nav .open > a,
.dark.offcanvas-container #offcanvas .nav .open > a:hover,
.dark.offcanvas-container #offcanvas .nav .open > a:focus,
.dark.offcanvas-container #offcanvas .nav > li > a:hover, 
.dark.offcanvas-container #offcanvas .nav > li > a:focus,
.dark.offcanvas-container #offcanvas .navbar-nav > li.active > a {
	color: #ffffff;
	background-color: #36373c;
}
/*Second level menu items*/
.dark.offcanvas-container #offcanvas .dropdown-menu { 
	background-color: #36373c;
}
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a { 
	border-color: #515151;
	color: #e1e1e1;
}
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:hover, 
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #36373c;
}
/*Nav arrows*/
.dark.offcanvas-container .dropdown .dropdown.open>a:before {
	color: #ffffff;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
	margin: 0;
	min-height: 0;
	background: transparent;
	border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
	padding: 10px 10px;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
	border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #e84c3d;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.subfooter .navbar-nav {
		float: none;
		margin: 15px 0;
		text-align: center;
	}
	.subfooter .navbar-nav > li {
		float: none;
		padding: 5px 0;
	}
	.subfooter .navbar-default .nav > li > a {
		padding: 0px 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.subfooter {
		text-align: left;
	}
	.subfooter .navbar-nav {
		float: right;
		margin: 0;
		text-align: left;
	}
	.subfooter .navbar-nav > li {
		float: left;
		padding: 0;
		margin-top: 4px;
	}
	.subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #333333;
	}
	.light .subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #999999;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:1000px) {
	/* subfooter nav */
	.subfooter .navbar-default .navbar-toggle:hover,
	.subfooter .navbar-default .navbar-toggle:focus {
		background-color: transparent;
		border-color: #888;
	}
	.light .subfooter .navbar-default .navbar-collapse {
		border-color: #ddd;
	}
	.subfooter .navbar-default .navbar-collapse {
		border-color: #000000;
	}
}

/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
---------------------------------- */
.logo img {
  margin-top: 38px;
  margin-left: 40px;
	width:155px;
	height:42px;
display: block;
max-width: 100%;
}

.main-container .logo img {
	margin: 0 auto;
}
.header-small .logo img {
/*	max-height: 40px;*/
	/*margin: 2px 0 -4px 0;*/
}
.text-center .logo img {
	margin: 0 auto;
}
.site-slogan {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}
.transparent.header:not(.dark) .site-slogan {
	color: #333333;
}
.dark.header .site-slogan {
	color: #cdcdcd;
}
.transparent.dark.header .site-slogan {
	color: #ffffff;
}
.main-container .site-slogan {
	color: inherit;
	text-align: center;
	margin-bottom: 20px;
}
.logo-footer {
	margin: 25px 0 20px;
}
.offcanvas .logo {
	margin: 20px 0 10px;
}
.offcanvas .logo img {
	margin: 0 auto;

}
.offcanvas .site-slogan {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	.logo img,
	.header-small .logo img {
		margin: 0 auto;
	}
	.site-slogan {
		text-align: center;
	}
}

/* Call to action
---------------------------------- */
.call-to-action {
	padding: 10px 25px;
	text-align: center;
}
.call-to-action .btn {
	margin: 10px 5px;
}
.call-to-action .btn.btn-lg {
	margin-top: 15px;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.call-to-action .btn {
		display: block;
		width: 60%;
		margin: 10px auto;
	}
}
.header .container {
	background: white url(../../hpv2/images/bg-heli.png) 28% top no-repeat;
	height: 122px;}
.header .col-md-3, .container.pad-par {
  padding-left: 5px;
  padding-right: 5px;
}
#header-top-second {
  margin-right: 20px;
}
.header .header-top-dropdown {
  margin-top: 14px;
}
.header-top-dropdown {
  float: right;
  font-size: 0;
  text-align: right;
}
#header-top-second a {
  float: right;
  margin-top: 19px;
}
.header .header-top-dropdown .btn-group > button {
  padding: 3px 0;
}
.header-top-dropdown .btn-group:last-child > button {
  border-right-color: transparent;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.header-top-dropdown .btn-group > button {
  padding: 8px 10px;
  margin: 0;
    margin-left: 0px;
  font-size: 12px;
  color: #999;
  text-align: center;
  min-width: 0;
  background-color: transparent;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none;
}
.header-top-dropdown .btn-group > button {
  border-right: 1px solid #e3e3e3;
    border-right-color: rgb(227, 227, 227);
  border-left: 1px solid transparent;
}
.dropdown-toggle.disabled, .dropdown-toggle.disabled:active, .dropdown-toggle.disabled:hover {
  color: #ff0000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.header .col-md-9 {
  padding-right: 0;
}
.main-navigation .dropdown-menu > li.menu-grey > a {
  background: #dfdfdf;
  font-family: 'Avenir Next Regular', Arial, sans-serif;
  font-size: 12px;
  color: #53565a;
}
.main-navigation .dropdown-menu > li.menu-grey > a:hover {
  color: #e84c3d;
}
.main-navigation .dropdown-menu > li.submenu-grey > a {
  font-family: 'Avenir Next Regular', Arial, sans-serif;
  font-size: 12px;
}
.header-top-dropdown .dropdown-menu {
  z-index: 103;
  padding: 20px;
  min-width: 280px;
  margin-top: 0px;
}
.animated.main-navigation .open .dropdown-menu, #offcanvas.animated .open .dropdown-menu, .open .dropdown-animation {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  min-width: 200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
    margin-top: 0px;
    margin-right: 0px;
  margin-right: 6px;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  z-index: 101;
}
.gray-bg .form-control, .header-top-dropdown .form-control, #footer.light .form-control {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
  border-color: #f1f1f1;
  background-color: #ffffff;
}
.form-control {
  border-radius: 0;
  background: #ffffff;
    background-color: rgb(255, 255, 255);
  height: 40px;
  padding-right: 30px;
  border-color: #acacac;
  color: #666666;
  position: relative;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);

}
.header-top-dropdown .search-box .form-group {

  margin-bottom: 0;

}
.form-control-feedback {

  width: 40px;
  height: 40px;
  line-height: 42px !important;
  top: 0;

}
.breadcrumb > li + li::before {

  display: none;

}
.breadcrumb {

  background-color: transparent;

}



