/* ---------------------------------------------------------
  1. Embedded fonts styles
  2. General reset
  3. Common site styles
  4. Custom form styles
  5. Styles for responsive breakpoints
 ---------------------------------------------------------*/

/* ---------------------------------------------------------
  1. Embedded fonts styles
 ---------------------------------------------------------*/

 @font-face {
  font-family: 'avenirheavy';
  src: url('../fonts/avenir-heavy-webfont.eot');
  src: url('../fonts/avenir-heavy-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Heavy.svg') format('svg'),
    url('../fonts/Avenir-Heavy.woff') format('woff'),
    url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../fonts/proxima_nova_reg-webfont.eot');
  src: url('../fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_reg-webfont.svg') format('svg'),
    url('../fonts/proxima_nova_reg-webfont.woff') format('woff'),
    url('../fonts/proxima_nova_reg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../fonts/proxima_nova_semibold-webfont.eot');
  src: url('../fonts/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_semibold-webfont.svg') format('svg'),
    url('../fonts/proxima_nova_semibold-webfont.woff') format('woff'),
    url('../fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_bold';
  src: url('../fonts/proxima_nova_bold-webfont.eot');
  src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_bold-webfont.svg') format('svg'),
    url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
    url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?fqigie');
  src: url('../fonts/icomoon.eot?fqigie#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.svg?fqigie') format('svg'),
    url('../fonts/icomoon.woff?fqigie') format('woff'),
    url('../fonts/icomoon.ttf?fqigie') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-earth:before {
  content: "\e600";
}

.icon-search:before {
  content: "\e604";
}

.icon-feed:before {
  content: "\e603";
}

.icon-airplane:before {
  content: "\e605";
}

.icon-note:before {
  content: "\e60b";
}

.icon-write:before {
  content: "\e60a";
}

.icon-download:before {
  content: "\e60e";
}

.icon-ext-link:before {
  content: "\e900";
}

.icon-curve:before {
  content: "\e610";
}

.icon-list:before {
  content: "\e611";
}

.icon-envelope:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-arrow-left:before {
  content: "\e601";
}

.icon-arrow-right:before {
  content: "\e606";
}

/* ---------------------------------------------------------
  2. General reset
 ---------------------------------------------------------*/

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
*/
body {
  margin: 0;
  color: #222;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;

  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 1280px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* set styles for default page links */
a {
  text-decoration: none;
  color: #039bdf;
  outline: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

a:hover {
  text-decoration: underline;
}

/* set default styles in all browsers */
input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 100%;
  vertical-align: middle;
  color: #222;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 6px 10px;
  color: #222;
}

button[type="submit"],
input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #18202a;
  background: #f8f8f9;
  color: #18202a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 28px;
  height: 32px;
  width: auto;
  border-radius: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #e5e5e5;
}

/* placeholder input styles */
::-webkit-input-placeholder {
  color: #039bdf;
}

:-moz-placeholder {
  color: #039bdf;
}

::-moz-placeholder {
  color: #039bdf;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

:-ms-input-placeholder {
  color: #039bdf;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0 0 1.2em;
}

blockquote {
  color: #009ce0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  margin: 0 0 34px;
  padding: 9px 0 26px;
  position: relative;
}

blockquote:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #009ce0;
}

blockquote cite {
  display: block;
  color: #222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}

blockquote q {
  display: block;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

.alignleft {
  float: left;
}

.alignleft {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

abbr {
  border-bottom: none;
}

hr {
  border: none;
  border-top: 1px solid #dedede;
  height: 1px;
  margin: 10px 0 30px;
  clear: both;
}

/* ---------------------------------------------------------
  3. Сommon site styles
 ---------------------------------------------------------*/
/* header displayed on print only */
.header-print {
  display: none;
  max-width: 1180px;
  padding: 0 41px;
  margin: 0 auto;
}

.header-print div {
  float: right;
  color: #111a44;
}

/* main container styles */
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* header styles */
#header .panel {
  background: #222;
  color: #b3b5b7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 11px;
  line-height: 14px;
}

.section-holder {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 41px;
}

.section-holder:after {
  content: "";
  display: block;
  clear: both;
}

#header .panel .block {
  float: right;
}

#header .panel .block+.block+.block {
  float: left;
}

/* profils list styles */
.profils {
  float: left;
}

.profils .title {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  padding: 8px 19px 8px 16px;
  position: relative;
  background: #04a1e5;
  margin: 0 23px 0 0;
  height: 30px;
}

.profils .title:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -6px 0 0 -1px;
  width: 0;
  height: 0;
  border-left: 8px solid #04a1e5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.profils ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  line-height: 16px;
}

.profils ul li {
  float: left;
  padding: 7px 0;
}

.profils ul li+li {
  padding: 7px 0 7px 11px;
}

.profils a {
  color: #a8a8a8;
}

.profils a:hover {
  text-decoration: none;
  color: #04a1e5;
}

/* switch language links styles */
.language-switcher-locale-url {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

#header .language-switcher-locale-url {
  border-left: 1px solid #585a5e;
  padding: 0 0 0 11px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.language-switcher-locale-url li {
  float: left;
}

.language-switcher-locale-url li.active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.language-switcher-locale-url li+li {
  padding-left: 13px;
}

.language-switcher-locale-url a,
.language-switcher-locale-url a.active {
  color: #b3b5b7;
  text-transform: uppercase;
}

.language-switcher-locale-url a:hover {
  text-decoration: none;
  color: #04a1e5;
}

#header .action {
  float: right;
  text-transform: uppercase;
  padding: 8px 0;
  height: 30px;
}

#header .action a {
  color: #B3B5B7;
}

#header .action span[class*="icon"] {
  margin: 0 12px 0 0;
  color: #6a6c6e;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
}

.header-holder {
  max-width: 1182px;
  margin: 0 auto;
  padding: 38px 41px 29px;
  position: relative;
}

.header-holder:after {
  content: "";
  display: block;
  clear: both;
}

#header .header-holder .language-switcher-locale-url {
  display: none;
  line-height: 33px;
}

#header .search {
  float: right;
  color: #ccc;
  margin-left: 30px;
}

#header .search a {
  color: #ccc;
  font-size: 17px;
}

#header .search a:hover {
  text-decoration: none;
  color: #039bdf;
}

/* page logo styles */
.logo {
  float: left;
  width: 271px;
}

.logo img {
  vertical-align: top;
}

/* main navigation styles */
#nav {
  float: right;
}

#nav .slide>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

#nav .slide>ul>li {
  float: left;
}

#nav .slide>ul>li+li {
  padding-left: 20px;
}

#nav .slide>ul>li>a {
  color: #696969;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin-bottom: -38px;
  padding-bottom: 38px;
  transition: color;
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
}

#nav .slide>ul>li>a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background: #4492fe;
  margin: 8px 7px 0 0;
}

#nav .slide>ul>li.active>a:before {
  content: " ";
  width: 11px;
  height: 11px;
  margin-top: 6px;
}

#nav .slide>ul>li>a:before {
  background: #051039;
}

#nav .slide>ul>li+li>a:before {
  background: #f00;
}

#nav .slide>ul>li+li+li>a:before {
  background: #98e1f1;
}

#nav .slide>ul>li+li+li+li>a:before {
  background: #fa3d6e;
}

#nav .slide>ul>li+li+li+li+li>a:before {
  background: #c7d530;
}

#nav .slide>ul>li+li+li+li+li+li>a:before {
  background: #4492fe;
}

#nav .slide>ul>li+li+li+li+li+li+li {
  display: none;
}

#nav .slide>ul>li>a:hover,
#nav .slide>ul>li.active>a {
  color: #13181f;
  text-decoration: none;
}

#nav .slide>ul>li.active>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

#nav .slide>ul>li.has-drop-down.hover>a {
  margin-bottom: -38px;
  padding-bottom: 38px;
}

#nav .menu-rich-arrow-stroke,
#nav .menu-rich-arrow-fill {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 15px 15px 15px;
}

#nav .menu-rich-arrow-fill {
  top: 2px;
  left: -15px;
  border-color: transparent transparent #F8F8F9 transparent;
}

#nav .menu-rich-arrow-stroke {
  z-index: 16;
  top: -57px;
  border-color: transparent transparent #4492FE transparent;
}

#nav .slide>ul>li:hover .menu-rich-arrow-stroke {
  border-color: transparent transparent #051039 transparent;
  position: relative;
  margin: 0 auto;
  top: 49px;
  /*right: 655px;*/
}

#nav .slide>ul>li+li:hover .menu-rich-arrow-stroke {
  border-color: transparent transparent #f00 transparent;
  /*right: 550px;*/
}

#nav .slide>ul>li+li+li:hover .menu-rich-arrow-stroke {
  border-color: transparent transparent #98e1f1 transparent;
  /*right: 445px;*/
}

#nav .slide>ul>li+li+li+li:hover .menu-rich-arrow-stroke {
  border-color: transparent transparent #fa3d6e transparent;
  /*right: 350px;*/
}

#nav .slide>ul>li+li+li+li+li:hover .menu-rich-arrow-stroke {
  border-color: transparent transparent #c7d530 transparent;
  /*right: 230px;*/
}

#nav .slide>ul>li+li+li+li+li+li:hover .menu-rich-arrow-stroke {
  border-color: transparent transparent #4492FE transparent;
  /*right: 90px;*/
}

/* burger menu styles */
.nav-opener {
  float: left;
  width: 55px;
  height: 39px;
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #696969;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 8px;
  right: 8px;
  height: 6px;
  margin-top: -3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 8px;
}

.nav-opener:after {
  top: 31px;
  content: " ";
}

/* close button (transition) styles */
.nav-active .nav-opener span {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.nav-opener:hover {
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
  left: 4px;
  right: 4px;
  height: 7px;
}

.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resize-active .slide {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* drop of main navigation styles */
#nav .drop {
  border-top: 1px solid transparent;
  position: absolute;
  right: -29px;
  left: -29px;
  top: 100%;
  background: #f8f8f9;
  padding: 42px 70px 23px;
  font: 13px/16px Arial, Helvetica, sans-serif;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#nav .drop>.pr {
  position: relative;
  height: 100%;
  width: 100%;
}

#nav li.hover .drop {
  opacity: 1;
  z-index: 15;
  display: block;
}

#nav .slide>ul>li.hover .drop {
  border-top-color: #051039;
}

#nav .slide>ul>li+li.hover .drop {
  border-top-color: #f00;
}

#nav .slide>ul>li+li+li.hover .drop {
  border-top-color: #98e1f1;
}

#nav .slide>ul>li+li+li+li.hover .drop {
  border-top-color: #fa3d6e;
}

#nav .slide>ul>li+li+li+li+li.hover .drop {
  border-top-color: #c7d530;
}

#nav .slide>ul>li+li+li+li+li+li.hover .drop {
  border-top-color: #4492fe;
}

#nav .post-block {
  float: left;
  width: 30%;
  padding: 6px 30px 0 0;
  color: #818181;
  font-size: 12px;
  line-height: 15px;
}

#nav .post-block .visual {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

#nav .post-block .visual a {
  display: block;
}

#nav .post-block .visual a:hover,
#nav .post-block .visual a:hover .caption {
  text-decoration: none;
}

#nav .post-block .visual img {
  vertical-align: top;
}

#nav .post-block .visual .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53.3%;
  padding: 20px 30px 17px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 15px;
}

#nav li .caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5051039, endColorstr=#E5051039);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5051039, endColorstr=#E5051039);
  zoom: 1;
  background: rgba(5, 16, 57, 1);
}

#nav li+li .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FF0000, endColorstr=#E5FF0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FF0000, endColorstr=#E5FF0000);
  background: rgba(255, 0, 0, 0.9);
}

#nav li+li+li .caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E598E1F1, endColorstr=#E598E1F1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E598E1F1, endColorstr=#E598E1F1);
  zoom: 1;
  background: rgba(152, 225, 241, 0.9);
}

#nav li+li+li+li .caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FA3D6E, endColorstr=#E5FA3D6E);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FA3D6E, endColorstr=#E5FA3D6E);
  zoom: 1;
  background: rgba(250, 61, 110, 0.9);
}

#nav li+li+li+li+li .caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5C7D530, endColorstr=#E5C7D530);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5C7D530, endColorstr=#E5C7D530);
  zoom: 1;
  background: rgba(199, 213, 48, 0.9);
}

#nav li+li+li+li+li+li .caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E54592FE, endColorstr=#E54592FE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E54592FE, endColorstr=#E54592FE);
  zoom: 1;
  background: rgba(69, 146, 254, 0.9);
}

#nav .post-block p {
  margin: 0 0 10px;
}

#nav .post-block p a {
  color: #818181;
}

#nav .post-block p a:hover {
  color: #039bdf;
  text-decoration: none;
}

.nav-columns {
  float: left;
  width: 70%;
}

.nav-columns .col {
  /*  float:left;
    width:20%;
  */
  width: 19%;
  display: inline-block;
  vertical-align: top;
  padding-left: 18px;
}

.nav-columns .col .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  color: #13181f;
  padding-bottom: 12px;
}

.nav-columns .col .title a {
  color: #13181f;
}

.nav-columns .col .title a:hover,
.nav-columns ul a:hover {
  text-decoration: none;
  color: #039bdf;
}

.nav-columns ul a {
  color: #818181;
}

.nav-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-columns ul li {
  padding-bottom: 9px;
}

.nav-columns .taxo-desc-menu {
  padding: 5px 18px;
  color: #818181;
  font-size: 12px;
  line-height: 15px;
  clear: left;
}

.main-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.main-image .holder {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-image img {
  max-width: none;
  vertical-align: top;
}

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url('/backgroundsize.min.htc');
  behavior: url('/backgroundsize.min.htc');
}

/* bar styles */
.bar {
  width: 100%;
  background: #f8f8f9;
  color: #a6a7ad;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 45px;
}

.home .bar {
  color: #fff;
  background: #222427;
  margin-bottom: 0;
  border-bottom: none;
}

.home .bar .section-holder {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.bar .profils {
  float: none;
}

.bar .profils .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 71px 15px 0;
  text-align: right;
  width: 25%;
  background: #13181f;
  height: 50px;
  margin-right: 45px;
}

.bar .profils .title:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 50px;
  width: 1000px;
  background: #13181f;
}

.bar .profils .title:before {
  content: " ";
  border-left: 5px solid #df0226;
  border-top-width: 5px;
  border-bottom-width: 5px;
  right: 33px;
  left: auto;
  margin: -6px 0 0;
}

.bar .profils ul {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  min-height: 50px;
}

.bar .profils li {
  padding: 15px 32px;
}

.bar .profils a {
  color: #656565;
}

.bar .profils a:hover,
.front .bar .profils a:hover,
header .profils .active a {
  color: #039bdf;
}

.bar .profils .active a,
.front .bar .profils a,
.bar .profils .active a:hover {
  color: #fff;
}

.bar .profils .active {
  background: #039bdf;
}

/* additional navigation styles */
.add-nav {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  min-height: 50px
}

.add-nav .title {
  float: left;
  margin: 0 48px -1px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  min-height: 51px;
  padding: 17px 20px 16px;
  position: relative;
  text-transform: uppercase;
  background: #04a1e5;
}

.add-nav .title a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.add-nav .title:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -6px 0 0 -1px;
  width: 0;
  height: 0;
  border-left: 8px solid #04a1e5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.add-nav.dark-blue .title {
  background: #051039;
  margin-right: 57px;
}

.add-nav.dark-blue .title:before {
  content: " ";
  border-left-color: #051039;
}

.add-nav.light-blue .title {
  background: #98e1f1;
}

.add-nav.light-blue .title:before {
  content: " ";
  border-left-color: #98e1f1;
}

.add-nav.pink .title {
  background: #ff366d;
}

.add-nav.pink .title:before {
  content: " ";
  border-left-color: #ff366d;
}

.add-nav.red .title {
  background: #f00;
}

.add-nav.red .title:before {
  content: " ";
  border-left-color: #f00;
}

.add-nav.light-green .title {
  background: #c7d530;
  margin-right: 25px;
}

.add-nav.light-green .title:before {
  content: " ";
  border-left-color: #c7d530;
}

.add-nav.blue .title {
  background: #4492fe;
  margin-right: 29px;
}

.add-nav.blue .title:before {
  content: " ";
  border-left-color: #4492fe;
}

.add-nav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.add-nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.add-nav ul li {
  float: left;
}

.add-nav ul li+li {
  margin-left: 44px;
}

.add-nav.blue ul li+li {
  margin-left: 27px;
}

.add-nav ul a {
  float: left;
  padding: 14px 0 18px;
  color: #c5c6ca;
  position: relative;
}

.add-nav ul li.active a,
.add-nav ul li a:hover {
  margin: 0;
  color: #111a44;
  text-decoration: none;
}

.add-nav ul li.active a:before,
.add-nav ul li a:hover:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #009ce0;
}

.add-nav.dark-blue ul li.active a:before,
.add-nav.dark-blue ul li a:hover:before {
  content: " ";
  background: #051039;
}

.add-nav.light-blue ul li.active a:before,
.add-nav.light-blue ul li a:hover:before {
  content: " ";
  background: #98e1f1;
}

.add-nav.pink ul li.active a:before,
.add-nav.pink ul li a:hover:before {
  content: " ";
  background: #fa3d6e;
}

.add-nav.red ul li.active a:before,
.add-nav.red ul li a:hover:before {
  content: " ";
  background: #f00;
}

.add-nav.light-green ul li.active a:before,
.add-nav.light-green ul li a:hover:before {
  content: " ";
  background: #c7d530;
}

.add-nav.blue ul li.active a:before,
.add-nav.blue ul li a:hover:before {
  content: " ";
  background: #4492fe;
}

/* social networks styles */
.social-networks {
  list-style: none;
  margin: 0 -30px 0 0;
  padding: 0;
}

.bar .social-networks:hover {
  background: #e8e8e8;
}

.bar .social-networks {
  float: right;
  border: solid #e8e8e8;
  border-width: 0 1px;
  padding: 0px 15px;
  background: #f3f3f3;
  margin: 0;
  position: relative;
}

.social-networks li {
  display: inline-block;
  vertical-align: middle;
}

.bar .social-networks li {
  height: 50px;
}

.bar .social-networks li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 8px;
}

.bar .social-networks li.social-tooltip {
  position: absolute;
  top: -65px;
  left: 0;
  min-width: 100%;
  text-align: center;
  padding: 12px;
  background: #fff;
  color: #000;
  display: none;
}

.bar .social-networks li.social-tooltip:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent;
}

.bar .social-networks:hover li.social-tooltip {
  display: block;
}

.social-networks a {
  color: #b7b7b7;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 1;
}

.social-networks .icon-facebook {
  margin-top: 3px;
}

.social-networks .icon-twitter {
  font-size: 22px;
  margin-top: 2px;
}

.social-networks .icon-linkedin {
  font-size: 21px;
}

.social-networks .icon-envelope {
  font-size: 25px;
}

.social-networks .icon-google-plus {
  font-size: 22px;
  margin-top: 1px;
}

.social-networks a:hover {
  text-decoration: none;
  color: #039bdf;
}

/* main informative part styles */
.container {
  max-width: 1042px;
  padding: 0 41px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.container.narrow {
  max-width: 1022px;
}

.container.wide {
  max-width: 1182px;
}

.container.results-container {
  max-width: 1042px;
  padding: 0 41px 38px;
}

main h1 {
  margin: 0 0 18px;
  color: #111a44;
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
}

.heading-block {
  padding-bottom: 10px;
  margin-bottom: 32px;
  border-bottom: 1px solid #dedede;
}

.heading-block .published {
  display: block;
  color: #b2b2b2;
  padding: 0 0 31px 2px;
  font: 14px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}

.heading-row {
  width: 100%;
}

.heading-row:after {
  content: "";
  display: block;
  clear: both;
}

.heading-row h1 {
  float: left;
}

.heading-row .social-networks {
  float: right;
  display: none;
}

/* tags styles */
.tags {
  list-style: none;
  margin: 0 -9px 0 0;
  padding: 0;
  height: 1%;
  font: 14px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}

.tags:after {
  content: "";
  display: block;
  clear: both;
}

.tags li {
  float: left;
  margin: 0 9px 9px 0;
}

.tags a {
  display: block;
  padding: 13px 23px 12px;
  border-radius: 2px;
  border: 1px solid #dedede;
  min-width: 94px;
}

.tags a:hover {
  text-decoration: none;
  background: #f8f8f9;
}

.content-area {
  width: 100%;
  padding-bottom: 52px;
}

.container.wide .content-area {
  padding-bottom: 24px;
}

.content-area:after {
  content: "";
  display: block;
  clear: both;
}

.home main {
  background: #f7f7f8;
}

.home .container.wide {
  max-width: 1280px;
  padding: 0;
}

/* intro blocks styles */
.intro {
  width: 25%;
  float: left;
  padding: 45px 46px 20px 60px;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #383838;
}

.intro h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #383838;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.intro h1 strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.intro-blocks {
  width: 75%;
  float: right;
}

.intro-blocks .block {
  float: left;
  width: 33.33%;
  height: 295px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.intro-blocks .block.wide {
  width: 66.66%;
}

.intro-blocks .block.white {
  color: #18202a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  background: #fff;
}

.intro-blocks .block.dark-blue {
  background: #13181f;
  color: #fff;
}

.intro-blocks .block.red {
  background: #F40707;
  color: #fff;
}

.intro-blocks .block img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}

.intro-blocks .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 34px 30px;
}

.intro-blocks .block.dark-blue .text-block {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF051039, endColorstr=#BF051039);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF051039, endColorstr=#BF051039);
  zoom: 1;
  background: rgba(5, 16, 57, 1);
}

.intro-blocks .block.light-blue .text-block {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF94D7E5, endColorstr=#BF94D7E5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF94D7E5, endColorstr=#BF94D7E5);
  zoom: 1;
  background: rgba(148, 215, 229, 1);
}

.intro-blocks .block.pink .text-block {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFED416E, endColorstr=#BFED416E);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFED416E, endColorstr=#BFED416E);
  zoom: 1;
  background: rgba(237, 65, 110, 1);
}

.intro-blocks .block.light-green .text-block {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFBFCC35, endColorstr=#BFBFCC35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFBFCC35, endColorstr=#BFBFCC35);
  zoom: 1;
  background: rgba(191, 204, 53, 1);
}

.intro-blocks .block.blue .text-block {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF478FF3, endColorstr=#BF478FF3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF478FF3, endColorstr=#BF478FF3);
  zoom: 1;
  background: rgba(71, 143, 243, 1);
}

.intro-blocks .block.red .text-block {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFF40707, endColorstr=#BFF40707);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFF40707, endColorstr=#BFF40707);
  zoom: 1;
  background: rgba(244, 7, 7, 1);
}

.intro-blocks .block.wide .text-block {
  width: 50%;
}

.intro-blocks .block.dark-blue.wide .text-block {
  background: rgba(5, 16, 57, 0.75);
}

.intro-blocks .block.light-blue.wide .text-block {
  background: rgba(148, 215, 229, 0.75);
}

.intro-blocks .block.pink.wide .text-block {
  background: rgba(237, 65, 110, 0.75);
}

.intro-blocks .block.light-green.wide .text-block {
  background: rgba(191, 204, 53, 0.75);
}

.intro-blocks .block.blue.wide .text-block {
  background: rgba(71, 143, 243, 0.75);
}

.intro-blocks .block.red.wide .text-block {
  background: rgba(244, 7, 7, 0.75);
}

.intro-blocks .title-note {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 6px;
}

.intro-blocks .block.dark-blue .text-holder .title-note {
  color: #039bdf;
}

.intro-blocks h2 {
  margin: 0;
  font: 20px/24px 'avenirregular', Arial, Helvetica, sans-serif;
  color: #fff;
}

.intro-blocks a {
  color: #fff;
}

.intro-blocks a:hover {
  text-decoration: none;
  color: #13181f;
}

.intro-blocks .block.dark-blue a:hover {
  color: #039bdf;
}

.intro-blocks .btn-play {
  position: absolute;
  top: 17px;
  left: 31px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.intro-blocks .btn-play:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.intro-blocks .btn-play:hover {
  border-color: #039bdf;
}

.intro-blocks .btn-play:hover:before {
  content: " ";
  border-left-color: #039bdf;
}

.intro-blocks .block.white .num {
  display: block;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: -4px;
}

.intro-blocks .block.white .title-desc {
  display: block;
  font-weight: normal;
  margin-bottom: 18px;
}

.intro-blocks .block.white .text-block {
  padding: 18px 40px 40px;
}

.intro-blocks .btn {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #18202a;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 9px;
  line-height: 14px;
  word-spacing: 2px;
  padding: 8px 17px;
  color: #18202a;
  min-width: 117px;
  height: 32px;
  text-align: center;
}

.intro-blocks .btn:hover,
.intro-blocks .block.dark-blue .btn:hover {
  color: #039bdf;
  border: 1px solid #039bdf;
}

.intro-blocks .block.dark-blue .btn {
  border-color: #fff;
  color: #fff;
  height: 33px;
  padding: 9px 25px 8px;
  min-width: 103px;
  /*margin-left:4px;*/
  position: absolute;
  bottom: 24px;
}

.intro-blocks .block.dark-blue .text-holder {
  padding: 33px 50px 20px 36px;
}

.intro-blocks .block.dark-blue .text-holder .title-note {
  margin-bottom: 14px;
}

.intro-blocks .chart {
  padding-bottom: 11px;
}

.intro-blocks .chart img {
  vertical-align: top;
}

.intro-blocks .exchange-row {
  margin: 0 0 20px;
}

.intro-blocks .exchange-row .num {
  font-size: 32px;
  line-height: 36px;
}

.intro-blocks .exchange-row .percent {
  font-size: 16px;
  line-height: 20px;
}

.intro-blocks .publication-list {
  padding-top: 1px;
}

.intro-blocks .publication-list li {
  padding: 0;
  margin-bottom: 10px;
}

.intro-blocks .publication-list .title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 15px;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}

.intro-blocks .publication-list .title a {
  color: #fff;
}

.intro-blocks .publication-list span[class*="icon-"] {
  color: #fff;
  font-size: 31px;
  position: static;
  display: inline-block;
  vertical-align: middle;
}

.intro-blocks .publication-list .published {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #404b59;
  display: none;
}

.intro-blocks .block.dark-blue a.icon-note {
  font-size: 29px;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 28px;
  color: #fff;
}

.intro-blocks .block.dark-blue a.icon-note:hover {
  text-decoration: none;
  color: #039bdf;
}

.intro-blocks .block.dark-blue .text-holder h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.intro-blocks .block.white .icon-airplane,
.intro-blocks .block.white .icon-earth {
  position: absolute;
  right: 31px;
  top: 41px;
  font-size: 44px;
  line-height: 1;
  color: #000;
}

.intro-blocks .block.white .icon-airplane {
  right: 46px;
  top: 45px;
}

/* main content styles */
#content {
  float: left;
  width: 71%;
}

.container.narrow #content {
  width: 66%;
}

.container.alt-wide-container #content {
  width: 65.5%;
}

.intro-text-area {
  color: #818181;
  font-size: 15px;
  line-height: 25px;
}

.intro-text-area h1 {
  margin-bottom: 24px;
}

/* article styles */
.article {
  font-size: 16px;
  line-height: 30px;
  padding-top: 8px;
}

.article .title-attach {
  padding: 12px;
  border: 1px solid #cdcdcd;
}

article .title-attach {
  padding: 12px;
  border: 1px solid #cdcdcd;
  margin-top: 16px;
  display: block;
  width: 260px;
}

article .title-attach a {
  width: 100%;
  display: block;
  text-align: center;
}

.article .image {
  padding-bottom: 36px;
}

.article .image img {
  width: 100%;
  vertical-align: top;
  max-width: none;
  margin-bottom: 15px;
}

.article .image .caption {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #969696;
}

.article .intro-text {
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: #111a44;
  padding-bottom: 29px;
}

.article .intro-text+p:first-letter {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 45px;
  color: #111a44;
  margin: 10px 11px -10px -3px;
}

.article p {
  margin: 0 0 26px;
  line-height: 26px;
}

.article .note-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  margin-top: -5px;
}

/* filter block styles */
.open-close .slide {
  display: none;
}

.open-close.slide-active .slide {
  display: none;
}

.filter-block {
  padding-top: 6px;
}

.filter-block .opener-block {
  border: solid #e5e5e5;
  border-width: 1px 0;
  background: #f8f8f9;
  padding: 4px 21px 3px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}

.filter-block .opener-block:after {
  content: "";
  display: block;
  clear: both;
}

.filter-block .opener {
  display: inline-block;
  vertical-align: top;
  padding-right: 19px;
  position: relative;
  margin: 13px 0 14px;
}

.filter-block .opener:hover {
  text-decoration: none;
  color: #2f3555;
}

.filter-block .opener:hover:after {
  content: " ";
  border-top-color: #2f3555;
}

.filter-block .opener:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 7px solid #009ce0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.filter-block.slide-active .slide {
  border-bottom: 1px solid #e5e5e5;
}

.filter-block.slide-active .opener:after {
  content: " ";
  border-top: none;
  border-bottom: 7px solid #009ce0;
}

.filter-block.slide-active .opener:hover:after {
  content: "";
  border-bottom-color: #2f3555;
}

/* filter form styles */
.filter-form {
  width: 100%;
  padding: 12px 0;
}

.filter-form label:hover,
.filter-form label:hover .fake-label {
  color: #009ce0;
  cursor: pointer;
}

.filter-form:after {
  content: "";
  display: block;
  clear: both;
}

.filter-form .col {
  float: left;
  width: 25.5%;
  padding: 0 10px;
}

.filter-form .col:last-child {
  width: 23.5%;
}

.filter-form .col .checkbox-item+.checkbox-item {
  padding-top: 14px;
}

.filter-form label {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 18px;
}

.filter-form .row {
  padding-left: 25.5%;
}

.filter-form .row .checkbox-item.col {
  width: 33%;
}

.filter-form .row+.row .checkbox-item.col {
  padding-top: 14px;
}

.filter-form .fake-label {
  color: #6c6c6c;
}

.results-container .opener {
  float: right;
}

/* search form styles */
/* Remove Views specific styles */
.filter-block .search-form,
.filter-block .views-exposed-widgets {
  margin-bottom: 0;
}

.filter-block .views-exposed-form .views-exposed-widget {
  padding: 0;
  position: relative;
}

.filter-block .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  position: relative;
  z-index: 1;
  text-indent: -99999px;
}

.filter-block .views-submit-button {
  color: #039BDF;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}

.filter-block .views-submit-button:hover {
  color: #000;
}

.filter-block .views-submit-button:before {
  position: absolute;
  width: 46px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  right: 0;
  z-index: 0;
  content: "\e604";
  font-family: 'icomoon';
}

/* search form custom styles */
.search-form {
  float: left;
  width: 291px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #fff;
  margin-left: 9px;
  height: 45px;
}

.search-form input[type="search"],
.search-form input[type="text"] {
  float: left;
  width: 243px;
  height: 43px;
  background: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #039bdf;
  margin: 0;
  padding: 13px 12px 13px 24px;
}

.search-form button[type="submit"],
.search-form input[type="submit"] {
  float: left;
  width: 46px;
  height: 43px;
  background: none;
  border: 0;
  font: 18px/1 "icomoon";
  font-weight: normal;
  color: #039bdf;
  text-align: left;
  padding: 13px 5px 12px 10px;
}

.search-form button[type="submit"]:hover {
  color: #111a44;
  background: none;
}

/* news articles styles */
.news-articles {
  padding: 16px 0 32px;
}

.news-article {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 25px;
  width: 100%;
  position: relative;
}

.news-article:after {
  content: "";
  display: block;
  clear: both;
}

.news-article .image {
  width: 38.6%;
  float: left;
  padding: 5px 38px 0 0;
}

.news-article .image img {
  width: 100%;
  max-width: none;
  vertical-align: top;
}

.news-article .text-block {
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
  color: #818181;
}

.news-article .text-block p {
  margin-bottom: 10px;
}

.news-article h2 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  color: #223960;
}

.news-article h2 a {
  color: #223960;
}

.news-article h2 a:hover {
  text-decoration: none;
  color: #039bdf;
}

.news-article .published {
  display: block;
  color: #039bdf;
  margin-bottom: 18px;
}

.news-article .tags {
  position: absolute;
  bottom: 16px;
  height: auto;
}

/* paging styles */
.paging {
  text-align: center;
  margin-top: 32px;
}

.paging ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 11px 0 0;
  list-style: none;
  color: #848484;
  font-size: 14px;
  line-height: 16px;
}

.container.results-container .paging {
  font-family: Arial, Helvetica, sans-serif;
}

.container.results-container .paging ul {
  padding: 0;
}

.paging li.pager-current,
.paging li.pager-item {
  float: left;
  margin: 0 15px;
  padding: 0;
}

.paging li a {
  color: #848484;
}

.paging li a:hover,
.paging li.pager-current {
  text-decoration: none;
  color: #039bdf;
}

.paging .prev,
.paging .next {
  margin: 0;
}

.container.results-container .paging .prev,
.container.results-container .paging .next {
  margin: 0 13px;
}

.paging span {
  margin: 0 -14px 0 -2px;
}

/* results articles styles */
.results-articles {
  padding: 15px 0 33px;
}

.results-articles .title {
  display: block;
  padding: 0 30px 18px;
  color: #2a3258;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}

.results-articles article {
  padding: 14px 28px;
  border-bottom: 1px solid #e5e5e5;
  color: #818181;
  font-size: 16px;
  line-height: 24px;
}

.results-articles article:nth-child(2n+1) {
  background: #f8f8f9;
}

.results-articles article p {
  margin-bottom: 0;
}

.results-articles article .title-block {
  width: 100%;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 30px;
}

.results-articles article .title-block:after {
  content: "";
  display: block;
  clear: both;
}

.results-articles article .published {
  color: #009ce0;
  padding-right: 20px;
  margin-right: 21px;
  position: relative;
  font-size: 15px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  min-width: 92px;
  height: 32px;
}

.results-articles article .published:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background: #cdcdcd;
}

.results-articles h2 {
  color: #223960;
  margin: 0;
  display: inline;
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}

.results-articles h2 a {
  color: #223960;
}

.results-articles h2 a:hover {
  text-decoration: none;
  color: #009ce0;
}

/* contacts section styles */
.contacts-section {
  width: 100%;
  padding: 10px 0 38px;
}

.contacts-section:after {
  content: "";
  display: block;
  clear: both;
}

.contacts-section .col {
  float: left;
  width: 33.3%;
  padding-right: 20px;
}

.contacts-section h2 {
  color: #039bdf;
  margin: 0 0 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.contacts-section .title {
  display: block;
  color: #2a3258;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
}

.contacts-section address {
  padding: 0;
  margin: 0;
  color: #818181;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
}

.contacts-section .address-info {
  display: block;
  margin-bottom: 5px;
}

.contacts-section .address-info.tel {
  color: #222;
  margin-bottom: 18px;
}

.contacts-section address .tel-link {
  color: #222;
}

.contacts-section address .sub-title {
  display: block;
  color: #04a1e5;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
}

.contacts-section .email {
  color: #818181;
}

.contacts-section .email:hover {
  text-decoration: none;
  color: #04a1e5;
}

/* contacts form section styles */
.webform-client-form>div {
  width: 750px;
  margin-left: 70px;
}

.webform-client-form .webform-component {
  display: inline-block;
  margin: 0;
  padding-bottom: 8px;
  text-align: right;
}

.webform-client-form .webform-component--nom,
.webform-client-form .webform-component--name,
.webform-client-form .webform-component--code-postal,
.webform-client-form .webform-component--zip-code,
.webform-client-form .webform-component--pays,
.webform-client-form .webform-component--country,
.webform-client-form .webform-component--numero-de-telephone,
.webform-client-form .webform-component--phone {
  width: 380px;
  margin-right: 11px;
}

.webform-client-form .webform-component--civilite,
.webform-client-form .webform-component--gender,
.webform-client-form .webform-component--prenom,
.webform-client-form .webform-component--firstname,
.webform-client-form .webform-component--ville,
.webform-client-form .webform-component--city {
  width: 290px;
}

.webform-client-form .webform-component--civilite,
.webform-client-form .webform-component--gender {
  margin-right: 370px;
  margin-left: 11px;
}

.webform-client-form .webform-component--civilite {
  margin-left: 15px;
}

.webform-client-form .webform-component--profil {
  width: 499px;
}

.webform-client-form .webform-component--profile {
  width: 472px;
}

.webform-client-form .webform-component--adresse,
.webform-client-form .webform-component--adress,
.webform-client-form .webform-component--address,
.webform-client-form .webform-component--adresse-e-mail,
.webform-client-form .webform-component--email,
.webform-client-form .webform-component--votre-message,
.webform-client-form .webform-component--your-message {
  width: 685px;
}

.webform-client-form .form-select,
.webform-client-form .form-radios,
.webform-client-form .form-text {
  width: 195px;
}

.webform-client-form .webform-component--adresse .form-text,
.webform-client-form .webform-component--adress .form-text,
.webform-client-form .webform-component--address .form-text,
.webform-client-form .webform-component--adresse-e-mail .form-text,
.webform-client-form .webform-component--email .form-text,
.webform-client-form .form-textarea {
  width: 500px;
}

.webform-client-form .form-required {
  vertical-align: top;
}

.webform-client-form .form-actions {
  margin: 11px 0 0 85px;
  text-align: center;
}

.webform-client-form label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-top: 4px;
}

.contacts-form-section {
  background: #f8f8f9;
  padding: 45px 0 51px;
}

.contacts-form h2 {
  color: #039bdf;
  margin: 0 0 34px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.contacts-form ::-webkit-input-placeholder {
  color: #222;
}

.contacts-form :-moz-placeholder {
  color: #222;
}

.contacts-form ::-moz-placeholder {
  color: #222;
}

.contacts-form :-ms-input-placeholder {
  color: #222;
}

.contacts-form .radios .title {
  float: left;
  width: 22%;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-top: 4px;
}

.contacts-form .radios-list {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  width: 71%;
}

.contacts-form .radios-list:after {
  content: "";
  display: block;
  clear: both;
}

.contacts-form .radios-list li {
  float: left;
}

.contacts-form .radios-list li+li {
  padding-left: 15px;
}

.intro-text-block {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  padding-bottom: 7px;
}

.intro-text-block h1 {
  margin-bottom: 35px;
}

.intro-text-block .date {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

/* tabset styles */
.tabset {
  list-style: none;
  margin: 0 -44px 0 0;
  padding: 0;
  height: 1%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}

.tabset:after {
  content: "";
  display: block;
  clear: both;
}

.tabset li {
  float: left;
  padding: 14px 44px 14px 0;
}

.tabset a {
  color: #c5c6ca;
  float: left;
}

.tabset a:hover,
.tabset .active a {
  color: #111a44;
  text-decoration: none;
  margin-bottom: -14px;
  padding-bottom: 11px;
  border-bottom: 3px solid #ff376b;
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
}

.history-tabset a:hover,
.history-tabset .active a {
  border-bottom-color: #051039;
}

/* tab content styles */
.tab-content {
  background: #fafafa;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 -4px 0 #fafafa;
  box-shadow: 0 -4px 0 #fafafa;
  font-size: 16px;
  line-height: 20px;
  color: #818181;
  padding: 47px 0 44px;
}

/* .historical article styles */
.historical-article {
  padding-bottom: 17px;
}

.historical-article .article-content {
  width: 100%;
}

.historical-article .article-content:after {
  content: "";
  display: block;
  clear: both;
}

.historical-article h2 {
  margin: 0 0 9px;
  color: #009ce0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.historical-article p {
  margin-bottom: 20px;
}

.historical-article .visual {
  width: 47.8%;
  float: left;
  margin-top: 8px;
}

.historical-article .visual img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}

.historical-article .visual .icons {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
}

.historical-article .visual .icons:after {
  content: "";
  display: block;
  clear: both;
}

.historical-article .visual .icons li {
  float: right;
  width: 43px;
  margin: 0 0 10px 10px;
}

.historical-article .text-block {
  width: 49%;
  float: right;
}

/* carousel styles */
.flotte-list {
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 51px;
}

.flotte-list .container {
  padding: 0 41px;
  position: relative;
  max-width: 1022px;
}

.flotte-list .prev,
.flotte-list .next {
  font-size: 26px;
  line-height: 1;
  color: #002253;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -8px;
}

.flotte-list .next {
  left: auto;
  right: 1px;
}

.flotte-list .prev:hover,
.flotte-list .next:hover {
  text-decoration: none;
  color: #039bdf;
}

.flotte-list .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.flotte-list .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.flotte-list.carousel .slides {
  width: 99999px;
}

.flotte-list .slides li {
  float: left;
  width: 188px;
  padding: 0 10px;
  text-align: center;
}

.flotte-list .mask li.active {
  z-index: 1;
}

.flotte-list .image {
  width: 110px;
  height: 90px;
  position: relative;
  margin: 0 auto 5px;
  white-space: nowrap;
}

.flotte-list .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin: 0 0 0 -4px;
}

.flotte-list .image>span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.flotte-list .image img {
  width: 100%;
  vertical-align: top;
  max-width: none;
}

.flotte-list .caption {
  display: block;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.flotte-list .slides a {
  color: #a9a9a9;
}

.flotte-list .slides a:hover {
  text-decoration: none;
  color: #039bdf;
}

.node-type-avion .ajax-loader {
  height: 515px;
}

/* info section */
.info-section h2 {
  margin: 0 0 25px;
  color: #121746;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
}

.info-section .info-container {
  width: 100%;
  padding-bottom: 15px;
}

.info-section .info-container:after {
  content: "";
  display: block;
  clear: both;
}

.info-section .image {
  float: left;
  width: 62.5%;
}

.info-section .image img {
  max-width: none;
  width: 100%;
  vertical-align: top;
  margin-bottom: 41px;
}

.data-table {
  float: right;
  width: 37.5%;
  font: 14px/18px Arial, Helvetica, sans-serif;
  color: #222;
  margin-top: 2px;
}

.data-table tbody {
  border-top: 0;
}

.data-table td,
.data-table th {
  padding: 11px 17px;
  border-top: 1px solid #d6d6d6;
  background: #fafafa;
}

.data-table th {
  width: 61%;
  padding-left: 22px;
  font-weight: bold;
  text-align: left;
}

.data-table td {
  width: 39%;
  text-align: right;
}

.data-table tbody tr:first-child td,
.data-table tbody tr:first-child th {
  border-top: 0;
}

.data-table tbody tr:nth-child(2n+1) td,
.data-table tbody tr:nth-child(2n+1) th {
  background: #fff;
}

.data-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
  color: #6f728e;
  font: 12px/16px Arial, Helvetica, sans-serif;
}

.data-list li {
  display: inline;
  vertical-align: top;
  padding: 0 9px 0 0;
  position: relative;
}

.data-list li+li {
  padding: 0 9px 0 8px;
}

.data-list li+li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9799b2;
}

.data-list li.eco {
  color: #9799b2;
}

.info-section .images {
  border: solid #d6d6d6;
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 36px 6px 18px;
  overflow: hidden;
}

.info-section .images li {
  float: left;
  width: 105px;
  padding: 0 15px 15px 0;
}

.info-section .images img {
  width: 100%;
  max-width: none;
  vertical-align: top;
}

/* text article styles */
.text-article.node-page {
  min-height: 300px;
}

.text-article {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 32px;
}

.text-article .intro-text {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #111a44;
  padding: 12px 0 20px;
}

.text-article p {
  margin: 0 0 26px;
}

.text-article .data-block {
  width: 100%;
}

.text-article .data-block:after {
  content: "";
  display: block;
  clear: both;
}

.text-article h2 {
  margin: 0 0 12px;
  padding-top: 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #039bdf;
}

.text-article h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 26px;
  color: #111a44;
  margin: 0 0 3px;
}

/* information data table styles */
.info-data-table {
  padding: 5px 0 43px;
}

.info-data-table th {
  background: #f8f8f8;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  color: #039bdf;
  padding: 12px 20px 9px;
  box-sizing: border-box;
}

.info-data-table .title-table {
  background: #f8f8f9;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  padding: 14px 19px 11px;
}

.info-data-table .title-table:after {
  content: "";
  display: block;
  clear: both;
}

.info-data-table .title-table .title {
  float: left;
  font-weight: normal;
}

.info-data-table .title-table .title a:hover {
  text-decoration: none;
  color: #111a44;
}

.info-data-table .title-table time {
  float: right;
  font: 14px/20px 'proxima_nova_bold', Arial, Helvetica, sans-serif;
}

.info-data-table table {
  font: 13px/18px Arial, Helvetica, sans-serif;
  width: 100%;
}

.info-data-table table td {
  padding: 0;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 0;
  text-align: center;
  vertical-align: top;
  padding: 16px 5px 15px;
}

.info-data-table table tr td:last-child {
  border-right: 0;
  width: 29.5%;
}

.info-data-table table tr td:nth-last-child(2) {
  width: 17.5%;
}

.info-data-table table tr td:nth-last-child(3) {
  width: 18.5%;
}

.info-data-table table tr td:nth-last-child(4) {
  width: 16%;
}

.info-data-table table tr:first-child td {
  border-top: 1px solid #dfdfe0;
}

.info-data-table table span {
  color: #333;
  float: right;
}

.info-data-table table b {
  display: block;
  font: 14px/18px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.graph-block {
  padding: 0 22px 28px 32px;
  color: #666;
  font: 15px/20px Arial, Helvetica, sans-serif;
}

.graph-block p {
  margin: 0 0 13px;
}

.graph-block p a {
  color: #666;
}

.graph-block p a:hover {
  text-decoration: none;
  color: #039bdf;
}

.graph-block .graph {
  margin: 0 -5px 43px;
}

.graph-block .graph img {
  vertical-align: top;
  max-width: none;
  width: 100%;
}

.graph-block .note-block {
  font-size: 10px;
  line-height: 13px;
}

.graph-block .note-block p {
  margin: 0;
}

/* information table styles */
.text-article .info-table {
  float: right;
  width: 260px;
  margin: 32px 0 0 20px;
  font-size: 14px;
  line-height: 18px;
}

.text-article .info-table .title-table {
  background: #f8f8f9;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  padding: 14px 10px 12px;
  text-align: center;
}

.text-article .info-table .title {
  font-weight: normal;
  color: #039bdf;
}

.text-article .info-table .title a:hover {
  text-decoration: none;
  color: #111a44;
}

.text-article .info-table table {
  width: 100%;
}

.text-article .info-table table th,
.text-article .info-table table td {
  padding: 16px 5px 15px 20px;
  width: 50%;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 0;
}

.text-article .info-table table tr:first-child td,
.text-article .info-table table tr:first-child th {
  border-top: 1px solid #e5e5e5;
}

.text-article .info-table table th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #111a44;
  padding-left: 10px;
  text-align: left;
}

.text-article .info-table table tr th:last-child,
.text-article .info-table table tr td:last-child {
  border-right: 0;
}

.text-article .text-block {
  overflow: hidden;
  color: #818181;
  font-size: 16px;
  line-height: 26px;
}

.text-article .data-block .text-block p {
  margin-bottom: 20px;
}

.text-article .info-list {
  list-style: none;
  margin: 0;
  padding: 1px 0 14px;
}

.text-article .boxes {
  padding-top: 11px;
  margin-right: -20px;
  overflow: hidden;
}

.text-article .boxes .box {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  padding: 31px 61px 34px 30px;
  min-height: 214px;
  position: relative;
  z-index: 1;
}

.text-article .boxes .box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  background: #f8f8f9;
  z-index: -1;
}

.text-article .box h3 {
  margin: 0 0 9px 12px;
  color: #04a1e5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
}

.text-article .box .desc-text,
.messages.error+article+article .box .desc-text {
  margin-left: 12px;
  padding-left: 70px;
  position: relative;
  display: none;
}

.js .text-article .box .desc-text {
  display: block;
}

.text-article .box .desc-text span[class*="icon-"] {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 38px;
  line-height: 1;
}

.text-article .box a:hover {
  text-decoration: none;
  color: #111a44;
}

/* registration form */
.register-form {
  padding-top: 3px;
}

.register-form .form-item {
  width: 100%;
  padding-bottom: 11px;
}

.register-form .form-item:after {
  content: "";
  display: block;
  clear: both;
}
.register-form .form-item-submit {
  display: flex;
  width:100%;
  flex-direction: column;
  align-items: center;
}
.register-form .form-item-submit input {
  width:60%;
}

.register-form label {
  width: 34%;
  float: left;
  margin-top: 3px;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
}

.register-form input[type="email"],
.register-form input[type="password"],
.register-form input[type="text"],
.register-form .fake-select {
  float: right;
  width: 64%;
  height: 32px;
}

.register-form select {
  width: auto;
}

.register-form .submit-row {
  width: 63%;
  margin: -1px 0 0 auto;
}

.register-form .submit-row .link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #04a1e5;
}

.register-form button[type="submit"],
.register-form input[type="submit"] {
  padding: 8px 20px;
  margin-bottom: 5px;
}

.register-form .description {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  top: -9999px;
}

/* news boxes */
.news-boxes {
  padding: 26px 0 25px;
}

.news-boxes h2 {
  margin: 0 0 14px;
  color: #039bdf;
  font: 14px/20px 'proxima_nova_bold', Arial, Helvetica, sans-serif;
}

.news-boxes .boxes-holder {
  margin-right: -20px;
  overflow: hidden;
}

.news-boxes article {
  float: left;
  width: 33.3%;
  padding-right: 20px;
  font: 14px/25px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 1;
}

.news-boxes article:before {
  background: #f8f8f9;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border-left: 10px solid #051039;
  z-index: -1;
}

.news-boxes article .image img {
  vertical-align: top;
  width: 100%;
  max-width: none;
}

.news-boxes article .desc {
  padding: 20px 15px 21px 20px;
  border-bottom: 1px solid #CCC;
  position: relative;
  margin-left: 10px;
  height: 107px;
}

.news-boxes h3 {
  margin: 0 0 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 15px;
  color: #222;
}

.news-boxes h3 a {
  color: #222;
}

.news-boxes h3 a:hover {
  color: #039bdf;
  text-decoration: none;
}

.news-boxes .published {
  display: block;
  color: #696969;
  position: absolute;
  bottom: 0;
}

/* news blocks styles*/
.news-blocks {
  margin: 0 -20px 26px 0;
  overflow: hidden;
}

.news-blocks article {
  float: left;
  width: 50%;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.news-blocks article:before {
  background: #f8f8f9;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border-left: 10px solid #4492fe;
  z-index: -1;
}

.news-blocks article .image img {
  vertical-align: top;
  width: 100%;
  max-width: none;
}

.news-blocks article .desc {
  padding: 14px 15px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-left: 10px;
}

.news-blocks h3 {
  margin: 0 0 8px;
  font: 14px/20px 'proxima_nova_bold', Arial, Helvetica, sans-serif;
  color: #222;
}

.news-blocks h3 a {
  color: #222;
}

.news-blocks h3 a:hover {
  color: #039bdf;
  text-decoration: none;
}

.news-blocks p {
  margin: 0 0 5px;
}

/* features section styles */
.features-section {
  padding-bottom: 10px;
}

.features-section article {
  padding: 0 26px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #818181;
  position: relative;
  width: 100%;
}

.features-section article:after {
  content: "";
  display: block;
  clear: both;
}

.features-section article+article {
  border-top: 1px solid #e5e5e5;
  padding: 19px 26px 20px 0;
}

.features-section article+article .more {
  margin-top: -4px;
}

.features-section article .image {
  width: 35.5%;
  padding-right: 22px;
  float: left;
}

.features-section article .image img {
  vertical-align: top;
  width: 100%;
  max-width: none;
}

.features-section article .text-block {
  overflow: hidden;
  padding-top: 5px;
}

.features-section h2 {
  color: #223960;
  margin: 0 0 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}

.features-section h2 a {
  color: #223960;
}

.features-section h2 a:hover {
  text-decoration: none;
  color: #039bdf;
}

.features-section p {
  margin: 0;
}

.features-section .more {
  color: #e21a3b;
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -13px;
  font-size: 26px;
  line-height: 1;
}

.features-section .more:hover {
  text-decoration: none;
  color: #039bdf;
}

/* publications blocks styles */
.publication-blocks {
  margin: 0 -20px 30px 0;
  overflow: hidden;
}

.publication-blocks .block {
  float: left;
  width: 33.3%;
  padding: 0 20px 39px 0;
  position: relative;
  color: #818181;
  font: 14px/25px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.publication-blocks h3 {
  color: #039bdf;
  margin: 0 0 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 30px;
}

.publication-list {
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
}

.publication-list li {
  padding: 0 0 27px 47px;
  position: relative;
}

.publication-list span[class*="icon-"] {
  font-size: 33px;
  line-height: 1;
  color: #18202a;
  position: absolute;
  left: -2px;
  top: -3px;
}

.publication-list span[class*="icon-ext-link"] {
  padding-left: 3px;
  font-size: 29px;
}

.publication-list .title {
  color: #18202a;
  display: block;
  font: 14px/18px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.publication-list .title a {
  color: #18202a;
}

.publication-list .title a:hover {
  text-decoration: none;
  color: #039bdf;
}

.publication-list .published {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #8b8f94;
  padding-left: 3px;
  position: static;
  /* Override .news-boxes .published property */
}

.publication-list .note {
  color: #a1a2a5;
  font-size: 13px;
  line-height: 15px;
  display: block;
  padding-left: 10px;
  position: relative;
  margin-top: -2px;
}

.publication-list .note:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #b8b8bb;
}

.publication-list .note .published {
  font-size: 12px;
  display: inline;
}

.publication-blocks .more {
  font: 13px/18px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
}

.publication-blocks .more a:hover {
  text-decoration: none;
  color: #18202a;
}

/* about section styles */
.about-section {
  background: #f6f6f6;
  padding: 38px 0 31px;
  font-size: 16px;
  line-height: 20px;
  color: #6d7279;
}

.about-section article {
  padding: 41px 100px 20px 0;
  width: 50%;
  float: left;
  position: relative;
}

.about-section article+article {
  padding-left: 57px;
  border-left: 1px solid #cdcdcd;
}

.about-section h2 {
  color: #2a3258;
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}

.about-section h2 a {
  color: #2a3258;
}

.about-section h2 a:hover {
  text-decoration: none;
  color: #039bdf;
}

.about-section .more {
  color: #e21d3e;
  position: absolute;
  top: 50%;
  right: 49px;
  margin-top: -8px;
  font-size: 26px;
  line-height: 1;
}

.about-section article+article .more {
  right: 19px;
}

.about-section .more:hover {
  text-decoration: none;
  color: #039bdf;
}

/* key figures section */
.key-figures-section {
  background: url(../images/bg-sky.jpg) no-repeat 50% 0;
  background-size: 100% 100%;
  padding: 58px 0 26px;
}

.key-figures-section .text-block {
  max-width: 448px;
  margin: 0 auto;
  font: 15px/20px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  color: #f4f5f5;
}

.key-figures-section .title-block {
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 21px;
}

.key-figures-section .title-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 1px;
  background: #e00a2d;
}

.key-figures-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #2a3258;
  margin: 0 0 2px;
}

.key-figures-section .num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 70px;
  line-height: 74px;
  color: #fff;
}

.key-figures-section .title-block .title-text {
  display: block;
  color: #fff;
  margin-top: -5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
}

/* news section styles */
.news-section .intro-text {
  display: block;
  color: #999;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 5px 23px;
}

/* filter news form styles */
.filter-news {
  padding: 3px 0 54px;
}

.filter-news .row {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 0 14px;
  height: 60px;
  position: relative;
  white-space: nowrap;
}

.filter-news .row:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin: 0 0 0 -5px;
}

.filter-news .row:after {
  content: "";
  display: block;
  clear: both;
}

.filter-news label {
  white-space: normal;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  position: relative;
  color: #6b6b6b;
}

.filter-news label:hover {
  color: #009ce0;
  cursor: pointer;
}

.filter-news .columns {
  width: 100%;
}

.filter-news .columns:after {
  content: "";
  display: block;
  clear: both;
}

.filter-news .columns .col {
  float: left;
  width: 45.5%;
}

.filter-news .columns .col+.col {
  float: right;
  width: 49%;
}

.filter-news .col .row:last-child {
  border: none;
}

.filter-news .columns .col+.col label {
  padding-left: 35px;
}

.filter-news .columns label {
  font-size: 12px;
  line-height: 15px;
}

.filter-news [type="checkbox"]+.fake-checkbox {
  position: absolute;
  top: 50%;
  left: 2px;
  margin: -6px 0 0;
}

.filter-news .fake-select {
  width: 80px;
  height: 35px;
  margin-left: 7px;
}

.filter-news select {
  height: 35px;
  font-size: 12px;
  line-height: 15px;
  color: #6b6b6b;
  border-color: #e5e5e5;
  padding: 9px 5px;
  text-align: left;
}

.filter-news .fake-select:before {
  content: " ";
  width: 27px;
  border-left: none;
}

.filter-news .fake-select:after {
  content: " ";
  border-top: 3px solid #080808;
  border-left-width: 3px;
  border-right-width: 3px;
  top: 16px;
}

/* releases news styles */
.releases-news {
  padding-bottom: 32px;
}

.releases-news h2 {
  margin: 0 0 35px 7px;
  color: #223960;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
}

.releases-news article {
  padding: 24px 10px 16px 36px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}

.releases-news article .icon-note {
  position: absolute;
  left: 6px;
  top: 24px;
  font-size: 20px;
  line-height: 1;
  color: #d1d2d4;
}

.releases-news article .title-block {
  padding-bottom: 18px;
}

.releases-news article .published {
  display: inline-block;
  vertical-align: top;
  color: #039bdf;
  position: relative;
  padding-right: 6px;
  margin-right: 6px;
}

.releases-news article .published:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #e9e9e9;
}

.releases-news .title-block h3 {
  display: inline;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.releases-news .title-block h3 a {
  color: #333;
}

.releases-news .title-block h3 a:hover {
  text-decoration: none;
  color: #039bdf;
}

.releases-news p {
  margin-bottom: 0;
}

.releases-news article:nth-child(2n+1) {
  background: #f8f8f9;
}

/* publications section styles */
.publications {
  padding: 35px 0 50px;
  font-size: 14px;
  line-height: 15px;
  color: #333;
}

.publications h1 {
  color: #223960;
  margin-bottom: 17px;
}

.publications .title-block {
  background: #fafafa;
  padding: 11px 20px 10px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}

.publications .title-block strong {
  font-weight: normal;
  color: #039bdf;
}

.publications .title-block a:hover {
  text-decoration: none;
  color: #111a44;
}

.publications .row {
  padding: 16px 0 4px;
}

.publications .row+.row {
  border-top: 1px solid #e5e5e5;
  padding: 18px 0 4px;
}

.publications .sub-title {
  display: block;
  font: 14px/15px 'proxima_nova_bold', Arial, Helvetica, sans-serif;
  color: #222;
  margin: 0 0 24px;
}

.publications .row+.row .sub-title {
  margin-bottom: 22px;
}

.publications .list {
  list-style: none;
  margin: 0 -24px 0 0;
  padding: 0;
  color: #333;
}

.publications .list li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  min-height: 40px;
  padding: 0 20px 7px 0;
}

.publications .list li:after {
  content: "";
  display: block;
  clear: both;
}

.publications .tooltip-holder {
  float: left;
  margin-right: 12px;
}

.tooltip-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20px;
}

.tooltip-holder .opener[class*="icon-"] {
  font-size: 20px;
  line-height: 1;
  color: #d1d2d4;
  display: inline-block;
  vertical-align: top;
}

.tooltip-holder.hover .opener {
  text-decoration: none;
}

.tooltip-holder.hover .opener:before {
  color: #039add;
  margin-right: -10px;
  padding-right: 10px;
  /*content: "\e60b ";*/
  /* IE8 fix : Add spaces to force render -> http://bit.ly/1yRlBdK */
}

.tooltip {
  position: absolute;
  left: 100%;
  top: -12px;
  background: #13181f;
  float: left;
  border-radius: 2px;
  color: #fff;
  margin-left: 9px;
  padding: 9px 12px 9px 12px;
  min-width: 100px;
  min-height: 48px;
  display: none;
}

.tooltip-holder.hover .tooltip {
  display: block;
}

.tooltip:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -7px;
  height: 0;
  width: 0;
  border-right: 8px solid #13181f;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.tooltip a {
  color: #6d7075;
}

.tooltip a:hover {
  color: #039bdf;
  text-decoration: none;
}

.tooltip .download {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.publications .list .desc {
  overflow: hidden;
  padding-top: 3px;
  display: block;
}

.tooltip-holder .desc {
  display: block;
}

.tooltip-holder .tooltip .desc {
  padding-top: 0;
}

/* main slideshow styles */
.slideshow {
  width: 100%;
  position: relative;
}

.slideshow .mask {
  overflow: hidden;
  width: 100%;
  height: 346px;
  position: relative;
}

.slideshow .slides {
  width: 99999px;
  float: left;
}

.slideshow .slide {
  width: 100%;
  height: 346px;
  float: left;
}

.slideshow .slide.active {
  z-index: 1;
}

.slideshow .prev,
.slideshow .next {
  position: absolute;
  left: 34px;
  top: 50%;
  margin-top: -17px;
  z-index: 10;
  font-size: 28px;
  line-height: 1;
  color: #f2f2f2;
}

.slideshow .next {
  left: auto;
  right: 34px;
}

.slideshow .prev:hover,
.slideshow .next:hover {
  text-decoration: none;
  color: #039bdf;
}

.slideshow .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.slideshow img {
  max-width: none;
  vertical-align: top;
}

.slideshow .container.wide {
  max-width: 1182px;
  padding: 0 41px;
}

.slideshow .text-block {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 533px;
  text-align: center;
  padding: 25px 20px;
  margin: 36px 0 0 16px;
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C13181F, endColorstr=#4C13181F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C13181F, endColorstr=#4C13181F);
  zoom: 1;
  background: rgba(19, 24, 31, 0.3);
}

.slideshow .text-block.alignright {
  float: none;
  margin: 36px 16px 0 auto;
}

.slideshow .text-block.aligncenter {
  margin: 36px auto 0;
}

.slideshow .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 9px;
}

.slideshow h1 {
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.slideshow .title-text {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.slideshow .switcher {
  text-align: center;
  line-height: 0;
  font-size: 0;
  padding-bottom: 20px;
}

.slideshow .switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.slideshow .switcher ul li {
  float: left;
  margin: 0 11px;
}

.slideshow .switcher ul a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.slideshow .switcher ul .active a,
.slideshow .switcher ul a:hover {
  background: #57aad3;
}

.slideshow a {
  color: #fff;
  text-decoration: none;
}

.slideshow .btn {
  display: inline-block;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #131c46;
  padding: 14px 21px;
  min-width: 145px;
  background: #fff;
}

.slideshow .btn:hover {
  text-decoration: none;
  background: #039bdf;
  color: #fff;
}

/* governance article styles */
.governance-article h2 {
  color: #039bdf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
}

.governance-article p {
  margin: 0 0 26px;
}

.governance-portraits-wrapper {
  margin-top: 26px;
}

.details-box {
  background: #f6f6f6;
  padding: 41px 36px 40px 40px;
  position: relative;
  margin: 37px 0 31px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #818181;
}

.details-box:after {
  content: "";
  display: block;
  clear: both;
}

.details-box .close {
  position: absolute;
  top: 11px;
  right: 18px;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
}

.details-box .close:hover {
  text-decoration: none;
  color: #111a44;
}

.details-box .col {
  float: left;
  width: 30.5%;
  padding-right: 20px;
}

.details-box .col+.col {
  float: left;
  width: 69.5%;
  padding: 15px 0 0 20px;
  border-left: 1px solid #cdcdcd;
}

.details-box .photo {
  max-width: 190px;
  padding-bottom: 27px;
}

.details-box .photo img {
  vertical-align: top;
  width: 100%;
}

.details-box .title-person {
  padding-bottom: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.details-box .title-person .name {
  display: block;
  color: #04a1e5;
}

.details-box .title-person strong {
  font-weight: normal;
}

.details-box .title-person .position {
  color: #2a3258;
}

.details-box .about-person {
  color: #333;
}

.details-box p {
  margin: 0 0 20px;
}

.details-list {
  margin: 0 0 20px;
  width: 100%;
  overflow: hidden;
}

.details-list dt {
  float: left;
  clear: left;
  margin-right: 4px;
}

.details-list dd {
  margin: 0;
}

.governance-article .photos-list {
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 7px 0 29px;
}

.governance-article .photos-list li {
  display: inline-block;
  vertical-align: top;
  width: 19.6%;
  padding: 0 6px 10px 0;
  position: relative;
}

.node-type-gouvernance-structure .governance-article .photos-list li {
  display: inline-block;
  vertical-align: top;
  width: 23.6%;
  padding: 0 6px 10px 0;
  position: relative;
}

.governance-article .photos-list .photo-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 6px;
  padding: 8px;
  margin: auto;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);

}

.governance-article .photos-list img {
  vertical-align: top;
  width: 100%;
}

.governance-article h3 {
  color: #2a3258;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 10px;
}

/* internal control section styles */
.internal-control {
  font-size: 16px;
  line-height: 20px;
  color: #818181;
  background: #f6f6f6;
  margin-top: 42px;
  padding: 44px 0 31px;
}

.internal-control h2 {
  color: #039bdf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 3px;
}

.internal-control .container>h2:first-child {
  margin-bottom: 16px;
}

/* pillars articles */
.pillars-articles {
  margin: 0 -100px 16px 0;
  overflow: hidden;
  padding-top: 3px;
}

.pillar-article {
  padding: 16px 100px 16px 0;
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: -1px;
}

.pillar-article:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #d4d4d4;
}

.pillar-article:nth-child(2n+2):before {
  content: " ";
  right: 100px;
}

.pillar-article:nth-child(2n+2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -62px;
  width: 1px;
  background: #cdcdcd;
}

.pillar-article h2 {
  margin: 0 0 9px;
  color: #2a3258;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  min-height: 34px;
}

.pillar-article p {
  margin-bottom: 0;
}

.pillar-article h2 a {
  color: #2a3258;
}

.pillar-article h2 a:hover {
  text-decoration: none;
  color: #039bdf;
}

.internal-control .publication-list span[class*="icon-"] {
  top: 0;
}

.internal-control .publication-list li {
  padding: 0 0 20px 45px;
}

/* remuneration policy styles */
.remuneration-policy {
  padding: 46px 0 53px;
}

.remuneration-policy h2 {
  color: #039bdf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 27px;
}

.remuneration-policy h3 {
  color: #2a3258;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 6px;
}

.remuneration-directors {
  padding-top: 6px;
  border-bottom: 1px solid #cdcdcd;
}

.remuneration-directors h2 {
  background: #fafafa;
  padding: 13px 10px;
  margin-bottom: 6px;
}

.remuneration-directors .publication-list {
  padding-top: 1px;
  margin-right: -20px;
}

.remuneration-directors .publication-list li {
  padding: 8px 16px 19px 46px;
  display: inline-block;
  vertical-align: top;
  width: 32.2%;
}

.remuneration-directors .publication-list .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
}

.remuneration-directors .publication-list .note {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 15px;
  margin-top: 0;
}

.remuneration-directors .publication-list span[class*="icon-"] {
  left: -4px;
  top: 9px;
}

/* Editorial structure / contenu styles */
.editorial-block {
  margin-bottom: 55px;
}

.strategy-article h2 {
  color: #039bdf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 19px;
}

.strategy-article h1+h2 {
  margin-bottom: 13px;
}

.strategy-article h1 {
  margin-bottom: 25px;
}

.strategy-article p {
  margin-bottom: 26px;
}

.strategy-article .key-data {
  padding: 31px 0 25px;
  background: #f8f8f9;
  color: #4b4b4b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.strategy-article .key-data .container {
  display: table;
  table-layout: fixed;
}

.strategy-article .key-data .col {
  text-align: center;
  padding: 33px 20px;
  display: table-cell;
  vertical-align: middle;
}

.strategy-article .key-data .col.three {
  width: 33.3%;
}

.strategy-article .key-data .col.two {
  width: 50%;
}

.strategy-article .key-data .col.one {
  width: 100%;
}

.strategy-article .key-data .col>div {
  max-width: 300px;
  margin: auto;
}

.strategy-article .key-data .col+.col {
  border-left: 1px solid #c6c6c7;
}

.strategy-article .key-data .num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 54px;
  color: #111a44;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.strategy-article .key-data .num:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 43px;
  height: 1px;
  margin-left: -22px;
  background: #e00a2d;
}

.strategy-article .columns {
  width: 100%;
}

.strategy-article .columns+.columns {
  background: #f3f3f3;
}

.strategy-article .columns:after {
  content: "";
  display: block;
  clear: both;
}

.strategy-article .columns .col {
  width: 51%;
  float: left;
}

.strategy-article .columns .col+.col {
  width: 49%;
}

.strategy-article .text-section .columns:first-child .col:first-child {
  padding: 27px 60px 0 0;
}

.strategy-article .text-section .columns+.columns .col+.col {
  padding: 136px 45px 8px;
  font-size: 20px;
  line-height: 25px;
}

.strategy-article .columns .images {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.strategy-article .columns .images:after {
  content: "";
  display: block;
  clear: both;
}

.strategy-article .columns .images li {
  width: 50%;
  float: left;
}

.strategy-article .columns img {
  width: 100%;
  vertical-align: top;
}

.strategy-article .text-section h2 {
  margin-bottom: 29px;
}

.strategy-article .wide-text-section {
  background: #f3f3f3;
}

.strategy-article .wide-text-section .image {
  float: left;
  width: 83%;
  margin-left: -18.5%;
}

.strategy-article .wide-text-section .image img {
  vertical-align: top;
  width: 100%;
}

.strategy-article .wide-text-section .text-col {
  float: right;
  width: 26%;
  padding-top: 104px;
}

.strategy-article .wide-text-section h2 {
  margin-bottom: 21px;
}

/* testimonials styles */
.testimonials {
  border: solid #dbdbdb;
  border-width: 1px 0;
  padding: 55px 0 58px;
}

.testimonials .quote-block {
  overflow: hidden;
}

.testimonials blockquote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 28px;
  text-align: right;
  padding: 6px 0 34px;
  max-width: 576px;
  margin: 0 0 0 auto;
}

.testimonials blockquote q {
  margin-bottom: 22px;
}

.testimonials blockquote:after {
  content: "’’";
  color: #e00a2d;
  font: bold 30px/34px Georgia, "Times New Roman", Times, serif;
  background: none;
  left: auto;
  margin: 0;
  right: 2px;
  height: auto;
  width: auto;
}

.testimonials blockquote cite .position {
  display: block;
  color: #818181;
}

.testimonials blockquote cite {
  position: relative;
}

.testimonials .visual {
  float: right;
  width: 174px;
  border-radius: 50%;
  margin-left: 66px;
}

.testimonials .visual img {
  vertical-align: top;
  width: 100%;
  border-radius: 50%;
}

/* sub navigation */
.sub-nav {
  width: 25.5%;
  float: right;
  margin: -45px 0 20px;
  background: #f6f6f6;
  padding: 42px 50px 40px 60px;
}

/* Hide subnav on some content type (when it appears because it has been appended to a menu)*/
.node-type-communiques-presse .sub-nav {
  display: none;
}

.sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
}

.sub-nav ul li {
  border-top: 1px solid #cdcdcd;
  padding: 5px 0 6px;
}

.sub-nav ul li:first-child {
  border: none;
}

.sub-nav ul .active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.sub-nav ul a {
  color: #111a44;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.sub-nav ul a:hover,
.sub-nav ul .active a {
  text-decoration: none;
  color: #04a1e5;
}

.sub-nav ul .active a {
  padding-left: 16px;
}

.sub-nav ul .active a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid #222427;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* sidebar styles */
#sidebar {
  width: 25.5%;
  float: right;
}

.container.narrow #sidebar {
  width: 28.7%;
}

.container.alt-wide-container #sidebar {
  width: 31%;
}

#sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 21px;
  color: #009ce0;
}

.social-box {
  border: 1px solid #dedede;
  padding: 15px 22px 15px 29px;
}

/* sidebar last cp styles */
#sidebar .dark-sidebar {
  background: #13181f;
  color: #fff;
}

#sidebar .dark-sidebar .sidebar-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

#sidebar .dark-sidebar .sidebar-title a {
  color: white;
}

#sidebar .dark-sidebar .sidebar-title a:hover {
  text-decoration: none;
  color: #039bdf;
}

.container.wide #sidebar .dark-sidebar .sub-block {
  padding: 28px 40px 25px 36px;
}

#sidebar .dark-sidebar .title-note {
  color: #039bdf;
  display: block;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
}

#sidebar .dark-sidebar .btn {
  border: solid 1px #fff;
  color: #fff;
  height: 33px;
  padding: 9px 25px 8px;
  min-width: 103px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 9px;
  line-height: 14px;
  word-spacing: 2px;
  text-align: center;
}

#sidebar .dark-sidebar .btn:hover {
  color: #039bdf;
  border: 1px solid #039bdf;
  text-decoration: none;
}

/* end of sidebar last cp styles */

#sidebar .sub-block {
  padding-bottom: 34px;
}

.container.wide #sidebar .sub-block {
  padding-right: 20.5%;
}

/* news list styles */
#sidebar .news {
  list-style: none;
  margin: 0;
  padding: 0 0 14px;
  font-size: 14px;
  line-height: 15px;
  color: #333;
}

.container.wide #sidebar .news {
  padding-bottom: 18px;
}

#sidebar .news li {
  padding: 20px 0 18px;
  position: relative;
  border-bottom: 1px solid #dedede;
}

#sidebar .news li:first-child {
  padding-top: 0;
}

#sidebar .news .image {
  width: 40.2%;
  float: left;
  padding-right: 19px;
}

#sidebar .news .image img {
  vertical-align: top;
}

#sidebar .news a {
  color: #333;
}

#sidebar .news a:hover {
  text-decoration: none;
  color: #039bdf;
}

#sidebar .news .text-block {
  overflow: hidden;
  padding-top: 4px;
  word-spacing: -1px;
}

#sidebar .news .published {
  display: block;
  color: #b4b4b4;
  font-size: 12px;
  line-height: 15px;
}

#sidebar .news p {
  margin: 0 0 12px;
}

/* additional menu styles */
#sidebar .add-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 13px/16px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

#sidebar .add-menu li {
  padding-bottom: 9px;
}

#sidebar .add-menu a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 19px;
}

#sidebar .add-menu a:hover {
  text-decoration: none;
  color: #333;
}

#sidebar .add-menu span[class*="icon"] {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  font-size: 10px;
  line-height: 1;
  color: #b7b7b7;
}

#sidebar .add-menu span.icon-feed {
  width: 20px;
  margin: 2px 0 0 -17px;
}

/* sub box styles */
.sub-box {
  margin: 6px 0 27px;
  position: relative;
}

.sub-box img {
  width: 100%;
  max-width: none;
  vertical-align: top;
}

.sub-box .caption-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF0095DD, endColorstr=#BF0095DD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF0095DD, endColorstr=#BF0095DD);
  zoom: 1;
  background: rgba(0, 149, 221, 0.75);
  color: #fff;
  padding: 26px 40px 26px;
}

.sub-box .caption-block .title-text {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  color: #17204a;
  padding-bottom: 5px;
}

.sub-box .caption-block h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.sub-box .caption-block a {
  color: #fff;
}

.sub-box a:hover {
  text-decoration: none;
}

.sub-box a:hover .caption-block h2 {
  color: #17204a;
}

/* share & price box styles */
.share-price-box {
  margin-right: -90px;
  background: #18202a;
  padding: 60px 80px 38px 63px;
  color: #fff;
}

#sidebar .share-price-box h3 {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 11px;
}

.exchange-row {
  margin: 0 -3px 36px;
}

.exchange-row .num {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
}

.exchange-row .percent {
  display: inline-block;
  vertical-align: bottom;
  color: #039bdf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.share-price-box .chart {
  margin: 0 0 70px 4px;
  position: relative;
}

.share-price-box .chart-bg-rect {
  position: absolute;
  top: 0;
  left: 184px;
  width: 46px;
  height: 89px;
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33009BE0, endColorstr=#33009BE0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33009BE0, endColorstr=#33009BE0);
  zoom: 1;
  background: rgba(0, 155, 224, 0.2);
  z-index: 0;
  pointer-events: none;
}

.share-price-box .chart img {
  vertical-align: top;
}

.docs-list {
  list-style: none;
  margin: 0;
  padding: 9px 0 0 3px;
  font-size: 12px;
  line-height: 16px;
}

.docs-list li {
  padding: 0 0 28px 27px;
  position: relative;
}

.docs-list span[class*="icon-"] {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.docs-list strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.docs-list a {
  color: #fff;
}

.docs-list a:hover {
  text-decoration: none;
  color: #039bdf;
}

.docs-list .published {
  display: block;
  color: #a8a9ab;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

/* promo section styles */
.promo {
  background: #f8f8f8;
  padding: 38px 0 48px;
}

.promo .title-text {
  display: block;
  padding-bottom: 32px;
  text-align: center;
  color: #84899e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 12px/16px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.promo .blocks {
  margin-right: -40px;
  height: 1%;
}

.promo .blocks:after {
  content: "";
  display: block;
  clear: both;
}

.promo .block {
  float: left;
  width: 33.33%;
  padding-right: 40px;
  font-size: 13px;
  line-height: 20px;
  color: #a4a4a4;
}

.promo .visual {
  position: relative;
  margin-bottom: 20px;
}

.promo .visual .play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 44px;
  line-height: 1;
  color: #fff;
  margin: -19px 0 0 -8px;
}

.promo .visual img {
  vertical-align: top;
  max-width: none;
  width: 100%;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

.promo .visual a:hover {
  text-decoration: none;
  color: #039bdf;
}

.promo .visual a:hover .play {
  color: #039bdf;
}

.promo .visual a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.promo h3 {
  margin: 0 0 10px;
  color: #111a44;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
}

.promo h3 a {
  color: #111a44;
}

.promo h3 a:hover {
  text-decoration: none;
  color: #039bdf;
}

/* big footer styles */
/* posts section styles */
.posts-section {
  width: 100%;
  background: #111417;
  color: #a8a9ab;
  font-size: 12px;
  line-height: 16px;
}

.posts-section:after {
  content: "";
  display: block;
  clear: both;
}

.posts-section .posts-col {
  width: 50%;
  float: left;
}

.posts-section .posts-col .holder {
  max-width: 591px;
  margin: 0 auto 0 0;
  padding: 64px 31px 65px 54px;
}

.posts-section .posts-col:first-child .holder {
  margin: 0 0 0 auto;
  padding-left: 31px;
}

.posts-section h2 {
  margin: 0 0 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #0b9ee0;
}

.posts-section h2 a {
  color: #0b9ee0;
}

.posts-section h2 a:hover {
  color: #fff;
  text-decoration: none;
}

.posts-section .posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.posts-section .posts li {
  width: 100%;
  padding-left: 2px;
}

.posts-section .posts li+li {
  padding-top: 41px;
}

.posts-section .posts-col:first-child .posts li+li {
  padding-top: 29px;
}

.posts-section .posts li:after {
  content: "";
  display: block;
  clear: both;
}

.posts-section .posts h3 {
  color: #fff;
  margin: 0 0 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}

.posts-section .posts .text-block h3 {
  margin-bottom: 6px;
}

.posts-section .posts h3 a {
  color: #fff;
}

.posts-section .posts h3 a:hover {
  color: #0b9ee0;
  text-decoration: none;
}

.posts-section .published {
  display: block;
  color: #a8a9ab;
}

.posts-section .posts .date {
  float: left;
  width: 41px;
  border: 1px solid #2b3036;
  border-radius: 3px;
  text-align: center;
  margin-right: 32px;
  padding: 7px 0 3px;
  font: 11px/14px Arial, Helvetica, sans-serif;
  color: #0695d5;
  text-transform: uppercase;
}

.posts-section .posts .date .num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-top: -2px;
}

.posts-section .posts .text-block {
  overflow: hidden;
}

.posts-section .posts p {
  margin: 0;
}

.footer-holder {
  margin: 0 auto;
}

/* logos section styles */
.logos-section {
  width: 100%;
  padding: 25px 41px 38px 67px;
  max-width: 1230px;
  margin: auto;
}

.logos-section:after {
  content: "";
  display: block;
  clear: both;
}

.logos-section .logo {
  width: 225px;
  margin: 5px 60px 0 2px;
}

.logos-list {
  overflow: hidden;
  padding: 0;
}

.logos-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  float: right;
  text-align: right;
}

.logos-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 20px;
}

.logos-list a {
  display: inline-block;
  vertical-align: top;
}

.logos-list img {
  display: inline-block;
  /*  width:100%;*/
  height: auto;
}

/* footer navigation styles */
#footer .nav {
  width: 100%;
  font: 13px/16px Arial, Helvetica, sans-serif;
  margin: auto;
  padding-left: 67px;
  max-width: 1230px;
}

#footer .nav:after {
  content: "";
  display: block;
  clear: both;
}

#footer .nav .columns {
  float: left;
  width: 77.5%;
}

#footer .nav .columns .row {
  width: 100%;
  padding-bottom: 17px;
}

#footer .nav .columns .row:after {
  content: "";
  display: block;
  clear: both;
}

#footer .nav .columns .col {
  float: left;
  width: 23%;
  padding-right: 25px;
}

#footer .nav .columns .col:first-child {
  width: 30%;
}

#footer .nav .columns .col:nth-child(3) {
  width: 24%;
}

#footer .nav h3 {
  margin: 0 0 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  color: #273056;
}

#footer .nav h3 a {
  color: #273056;
}

#footer .nav a:hover,
#footer .nav ul a:hover,
#footer .nav .main-list a:hover {
  text-decoration: none;
  color: #039bdf;
}

#footer .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #8e8e8e;
}

#footer .nav ul li {
  padding-bottom: 4px;
}

#footer .nav ul a {
  color: #8e8e8e;
}

#footer .nav .main-list {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  color: #273056;
}

#footer .nav .main-list li {
  padding-bottom: 10px;
}

#footer .nav .main-list a {
  color: #273056;
}

#footer .nav .links-list {
  float: right;
  width: 21.5%;
  border-left: 1px solid #e3e3e3;
  padding-left: 42px;
}

/* footer styles */
#footer footer {
  border-top: 1px solid #e5e5e5;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #aeaeae;
  text-align: center;
}

#footer footer .section-holder {
  max-width: 1230px;
  margin: 0 auto;
  padding: 30px 18px 20px 50px;
}

.copy {
  float: left;
  width: 23.4%;
  text-align: left;
  padding-top: 2px;
}

/* bottom switch language links styles */
#footer .language-switcher-locale-url {
  font: 12px/16px Arial, Helvetica, sans-serif;
}

#footer .language-switcher-locale-url li.active {
  font-family: Arial, Helvetica, sans-serif;
}

#footer .language-switcher-locale-url li+li {
  padding-left: 9px;
  margin-left: 8px;
  position: relative;
}

#footer .language-switcher-locale-url li+li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background: #c1c1c1;
}

#footer .language-switcher-locale-url a {
  color: #818181;
}

#footer .language-switcher-locale-url a:hover {
  color: #039bdf;
}

/* additional menu styles */
#footer .add-menu {
  float: left;
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}

#footer .add-menu ul {
  margin: 0;
  padding: 0;
}

#footer .add-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px 0 12px;
  position: relative;
}

#footer .add-menu li+li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 11px;
  background: #cacaca;
}

#footer .add-menu a {
  color: #818181;
}

#footer .add-menu a:hover {
  text-decoration: none;
  color: #039bdf;
}

/* ---------------------------------------------------------
  4. Custom form styles
 ---------------------------------------------------------*/

/* checkboxes styles */
form [type="checkbox"],
form [type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  z-index: -1;
}

form .fake-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  position: relative;
  margin: 0 17px 4px 0;
}

form [type="checkbox"]+.fake-checkbox:before {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #e5e5e5;
  border-width: 0 0 2px 2px;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -5px 0 0 -6px;
}

form [type="checkbox"]:checked+.fake-checkbox:before {
  border-color: #009ce0;
}

form [type="checkbox"]:checked~.fake-label {
  color: #009ce0;
}

/* radio buttons styles */
form .fake-radio {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  background: #fff;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}

form [type="radio"]+.fake-radio {
  border-radius: 100%;
}

form [type="radio"]+.fake-radio:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #04a1e6;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

form [type="radio"]:checked+.fake-radio:before {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

/* select styles */
form .fake-select {
  position: relative;
  display: inline-block;
  height: 32px;
}

form select::-ms-expand {
  display: none;
}

form select {
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 10px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 32px;
  position: relative;
}

form .fake-select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  background: #fff;
  border: 1px solid #e8e8e8;
  pointer-events: none;
  border-radius: 0;
  z-index: 1;
}

form .fake-select:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 13px;
  right: 11px;
  border-top: 6px solid #04a1e6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  line-height: 0;
  z-index: 1;
}

#sliding-popup.sliding-popup-bottom {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EB13181F, endColorstr=#EB13181F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EB13181F, endColorstr=#EB13181F);
  zoom: 1;
  background: rgba(19, 24, 31, 0.925);
}

#sliding-popup .popup-content.info {
  max-width: 1100px;
  width: 80%;
  text-align: center;
  padding: 15px 0;
}

#sliding-popup .popup-content #popup-text,
#sliding-popup .popup-content #popup-buttons {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0;
}

#sliding-popup .popup-content #popup-text {
  max-width: none;
  width: 90%;
  margin-right: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#sliding-popup .popup-content #popup-text p,
#sliding-popup .popup-content #popup-buttons button {
  margin: 0;
}

#sliding-popup .popup-content #popup-buttons button {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 25px;
  font-weight: normal;
  box-shadow: none;
  width: 25px;
  color: #FFF;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  zoom: 1;
  font-size: 14px;
  text-shadow: none;
  padding: 0 0 1px;
  margin: 0;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FF000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#000000);
  zoom: 1;
}

#sliding-popup .popup-content #popup-buttons button.find-more-button {
  display: none;
}

.print-page {
  font-size: 14px;
  color: #b2b2b2;
  width: 94px;
  float: right;
  position: relative;
  cursor: pointer;
}

.print-page:after {
  content: '';
  margin-bottom: 13px;
  display: table;
}

.print-page img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  float: none;
}

div.form-item div.password-suggestions {
  width: 100%;
}

/* ---------------------------------------------------------
  5. Styles for Responsive web design
 ---------------------------------------------------------*/

/* styles for screens 1279px wide and narrower */
@media only screen and (max-width:1279px) {
  body {
    font-size: 14px;
    line-height: 1.429;
    min-width: 768px;
  }

  blockquote {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 19px;
    padding: 0 0 23px;
  }

  blockquote:after {
    content: " ";
    left: 3px;
    width: 56px;
  }

  blockquote cite {
    font-size: 13px;
    line-height: 18px;
  }

  /* header styles */
  #header .panel {
    font-size: 10px;
    line-height: 14px;
  }

  /* profils list styles */
  .profils .title {
    padding: 5px 17px 5px 10px;
    margin: 0 20px 0 0;
    height: 24px;
  }

  .profils .title:before {
    content: " ";
    margin: -4px 0 0 -1px;
    border-left-width: 7px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .profils ul {
    font-size: 10px;
    line-height: 14px;
  }

  .profils ul li {
    padding: 5px 0;
  }

  .profils ul li+li {
    padding: 5px 0 5px 10px;
  }

  /* switch language links styles */
  #header .lang {
    padding: 5px 0 5px 8px;
    height: 24px;
    font-size: 9px;
    line-height: 14px;
  }

  #header .language-switcher-locale-url {
    line-height: 24px;
  }

  .lang li+li {
    padding-left: 10px;
  }

  #header .action {
    padding: 5px 0;
    height: 24px;
  }

  #header .action span[class*="icon"] {
    margin: 0 9px 0 0;
    font-size: 12px;
    line-height: 1;
  }

  .header-holder {
    padding: 27px 41px 21px;
  }

  #header .search {
    color: #a3a3a3;
    margin: -2px 2px 0 24px;
  }

  #header .search a {
    color: #a3a3a3;
    font-size: 19px;
  }

  /* page logo styles */
  #header .logo {
    width: 197px;
    margin: 3px 0 0 8px;
  }

  /* main navigation styles */
  #nav .slide>ul>li+li {
    padding-left: 16px;
  }

  /* drop of main navigation styles */
  #nav .drop {
    right: 0;
    left: 0;
    padding: 42px 41px 23px;
  }

  #nav .slide>ul>li .menu-rich-arrow-stroke {
    right: 634px;
  }

  #nav .slide>ul>li+li .menu-rich-arrow-stroke {
    right: 534px;
  }

  #nav .slide>ul>li+li+li .menu-rich-arrow-stroke {
    right: 433px;
  }

  #nav .slide>ul>li+li+li+li .menu-rich-arrow-stroke {
    right: 340px;
  }

  #nav .slide>ul>li+li+li+li+li .menu-rich-arrow-stroke {
    right: 224px;
  }

  #nav .slide>ul>li+li+li+li+li+li .menu-rich-arrow-stroke {
    right: 90px;
  }

  #nav .post-block {
    padding: 6px 24px 0 0;
  }

  #nav .post-block .visual .caption {
    padding: 20px 24px;
  }

  #nav .menu-rich-arrow-stroke {
    bottom: 6px;
  }

  .nav-columns .col {
    padding-left: 12px;
  }

  .bar {
    margin-bottom: 37px;
  }

  /* additional navigation styles */
  .add-nav {
    font-size: 13px;
    line-height: 18px;
  }

  .add-nav ul li+li {
    margin-left: 38px;
  }

  .add-nav ul a {
    padding: 16px 0;
  }

  .add-nav ul li.active a:before,
  .add-nav ul li a:hover:before {
    bottom: 0;
    height: 4px;
  }

  .bar .social-networks {
    display: none;
  }

  .home .bar .section-holder {
    padding: 0 41px;
  }

  .bar .profils .title {
    font-size: 13px;
    line-height: 20px;
    padding: 15px 30px 15px 0;
    text-align: left;
    width: 23.5%;
    margin-right: 40px;
  }

  .bar .profils .title:before {
    content: "";
    border-left-width: 5px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    right: 17px;
    margin: -3px 0 0;
  }

  .bar .profils ul {
    font-size: 15px;
    line-height: 20px;
  }

  .bar .profils ul li {
    padding: 15px 24px;
  }

  /* intro blocks styles */
  .intro {
    width: auto;
    max-width: 690px;
    float: none;
    padding: 37px 41px 46px;
    text-align: left;
    font-size: 15px;
    line-height: 16px;
  }

  .intro h1 {
    float: left;
    width: 31.25%;
    padding-right: 10px;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
  }

  .intro .text-block {
    overflow: hidden;
  }

  .intro-blocks {
    width: auto;
    margin: 0 -0.3% 0 0;
    float: none;
    overflow: hidden;
  }

  .intro-blocks .block {
    height: 345px;
  }

  .intro-blocks .block.white {
    font-size: 15px;
    line-height: 17px;
  }

  .intro-blocks .text-block {
    padding: 43px 36px 37px;
  }

  .intro-blocks .title-note {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 4px;
  }

  .intro-blocks h2 {
    font-size: 17px;
    line-height: 21px;
  }

  .intro-blocks .btn-play {
    border-width: 2px;
    top: 38px;
    left: 32px;
    width: 104px;
    height: 104px;
  }

  .intro-blocks .btn-play:before {
    content: " ";
    border-left-width: 17px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    margin: -11px 0 0 -6px;
  }

  .intro-blocks .block.white .num {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 0;
  }

  .intro-blocks .block.white .title-desc {
    display: block;
    font-weight: normal;
    margin-bottom: 18px;
  }

  .intro-blocks .block.white .text-block {
    padding: 18px 44px 42px;
  }

  .intro-blocks .btn {
    font-size: 12px;
    line-height: 16px;
    word-spacing: 2px;
    padding: 11px 17px;
    min-width: 146px;
    height: 40px;
  }

  .intro-blocks .block.dark-blue .btn {
    height: 40px;
    padding: 11px 25px;
    min-width: 125px;
    margin-left: 5px;
  }

  .intro-blocks .block.dark-blue .text-holder {
    padding: 40px 50px 20px 36px;
  }

  .intro-blocks .block.dark-blue .text-holder .title-note {
    margin-bottom: 16px;
  }

  .intro-blocks .chart {
    padding-bottom: 31px;
  }

  .intro-blocks .chart img {
    vertical-align: top;
    max-width: 100%;
    width: auto;
  }

  .intro-blocks .exchange-row {
    margin: 0 0 26px 2px;
  }

  .intro-blocks .exchange-row .num {
    font-size: 34px;
    line-height: 35px;
  }

  .intro-blocks .exchange-row .percent {
    font-size: 17px;
    line-height: 20px;
  }

  .intro-blocks .publication-list {
    padding: 7px 0 13px;
  }

  .intro-blocks .publication-list li {
    padding: 0;
  }

  .intro-blocks .publication-list .title {
    font-size: 13px;
    line-height: 18px;
  }

  .intro-blocks .publication-list .published {
    font-size: 13px;
    line-height: 16px;
  }

  .intro-blocks .publication-list span[class*="icon-"] {
    top: -2px;
  }

  .intro-blocks .block.white .icon-earth {
    font-size: 48px;
    line-height: 1;
    top: 63px;
    right: 35px;
  }

  .intro-blocks .block.dark-blue a.icon-note {
    font-size: 34px;
    top: 30px;
  }

  .intro-blocks .block.dark-blue .text-holder h2 {
    position: absolute;
    bottom: 70px;
    left: 32px;
    font-size: 20px;
    line-height: 30px;
  }

  /* main informative part styles */
  .content-area {
    padding-bottom: 35px;
  }

  main h1 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-block .published {
    color: #818181;
    padding: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
  }

  .tags {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
  }

  .heading-row .social-networks {
    display: block;
    margin: 1px -10px 0 0;
  }

  .heading-row .social-networks li {
    padding-right: 10px;
  }

  .heading-row .social-networks a {
    font-size: 15px;
  }

  .heading-row .social-networks .icon-twitter {
    font-size: 18px;
  }

  .heading-row .social-networks .icon-linkedin {
    font-size: 17px;
  }

  .heading-row .social-networks .icon-envelope {
    font-size: 22px;
  }

  .intro-text-area {
    font-size: 14px;
    line-height: 19px;
    color: #222;
    padding-bottom: 11px;
  }

  .intro-text-area h1 {
    margin-bottom: 19px;
  }

  /* main slideshow styles */
  .slideshow .mask {
    height: 350px;
  }

  .slideshow .slide {
    height: 350px;
  }

  .slideshow .prev,
  .slideshow .next {
    margin-top: -17px;
    font-size: 36px;
    line-height: 1;
  }

  .slideshow .next {
    left: auto;
  }

  .slideshow .text-block {
    max-width: 458px;
    padding: 47px 20px 27px;
    margin: 35px 0 0 8px;
  }

  .slideshow .text-block.alignright {
    margin: 35px 8px 0 auto;
  }

  .slideshow .text-block.aligncenter {
    margin: 35px auto 0;
  }

  .slideshow .title {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 22px;
  }

  .slideshow h1 {
    margin: 0 0 8px;
  }

  .slideshow .title-text {
    margin-bottom: 10px;
  }

  .slideshow .switcher {
    padding-bottom: 17px;
  }

  .slideshow .switcher ul li {
    margin: 0 12px;
  }

  .slideshow .switcher ul a {
    width: 10px;
    height: 10px;
  }

  .slideshow .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 20px 20px 19px;
    min-width: 158px;
  }

  /* main content styles */
  #content {
    width: 65.5%;
  }

  /* article styles */
  .article {
    font-size: 14px;
    line-height: 20px;
  }

  .article .image {
    padding-bottom: 18px;
  }

  .article .image img {
    margin-bottom: 7px;
  }

  .article .image .caption {
    font-size: 12px;
    line-height: 18px;
  }

  .article .intro-text {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 16px;
  }

  .article p {
    margin: 0 0 20px;
  }

  .article .intro-text+p:first-letter {
    font-size: 45px;
    line-height: 35px;
    margin: 3px 18px -3px -3px;
  }

  .article .note-text {
    margin-top: 0;
  }

  .article blockquote {
    margin-top: -2px;
  }



  /* carousel styles */
  .flotte-list .prev {
    left: 15px;
  }

  .flotte-list .next {
    right: 15px;
  }

  /* strategy article styles */
  .strategy-article {
    font-size: 14px;
    line-height: 19px;
  }

  .strategy-article h2 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 9px;
  }

  .strategy-article h1 {
    margin-bottom: 14px;
  }

  .strategy-article .key-data {
    margin: 26px 0 33px;
    padding: 32px 0 27px;
    font-size: 13px;
    line-height: 18px;
  }

  .strategy-article .text-section {
    padding-bottom: 26px;
  }

  .strategy-article .text-section .columns:first-child .col:first-child {
    padding: 53px 40px 0 0;
  }

  .strategy-article .text-section h2 {
    margin-bottom: 18px;
  }

  .strategy-article .text-section .columns+.columns .col:last-child {
    font-size: 15px;
    line-height: 20px;
  }

  .strategy-article p {
    margin-bottom: 19px;
  }

  .strategy-article .wide-text-section {
    margin: 28px 0 25px;
  }

  .strategy-article .wide-text-section .image {
    margin-left: -41px;
    width: 66.5%;
  }

  .strategy-article .wide-text-section .text-col {
    width: 36%;
    padding-top: 89px;
  }

  .strategy-article .wide-text-section h2 {
    margin-bottom: 17px;
  }

  /* testimonials styles */
  .testimonials {
    margin-top: 34px;
    padding: 45px 0 14px;
  }

  .testimonials .visual {
    width: 150px;
    margin-left: 63px;
  }

  .testimonials blockquote {
    font-size: 27px;
    line-height: 30px;
    padding: 3px 0 41px;
  }

  .testimonials blockquote q {
    margin-bottom: 18px;
  }

  .testimonials blockquote:after {
    content: " ’’";
    right: -1px;
  }

  /* governance article styles */
  .governance-article h1 {
    margin-bottom: 15px;
  }

  .governance-article p {
    margin-bottom: 19px;
  }

  .governance-article h2 {
    font-size: 14px;
    line-height: 19px;
  }

  .details-box {
    margin: 29px 0 26px;
    padding: 33px 32px 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .details-box .title-person {
    font-size: 14px;
    line-height: 16px;
  }

  .details-box .col {
    width: 30%;
    padding-right: 25px;
  }

  .details-box .col+.col {
    width: 70%;
    padding: 1px 0 0 19px;
  }

  .details-box p {
    margin-bottom: 18px;
  }

  .details-box .photo {
    max-width: 152px;
  }

  .details-box .close {
    font-size: 44px;
    line-height: 48px;
    right: 15px;
    top: 7px;
  }

  .governance-article .photos-list {
    padding: 12px 0 24px;
    margin-right: -8px;
  }

  .governance-article .photos-list li {
    padding: 0 4px 8px 0;
  }

  .governance-article .photos-list .photo-name {
    bottom: 7px;
    right: 4px;
  }

  .governance-article h3 {
    font-size: 14px;
    line-height: 19px;
  }

  /* internal control section styles */
  .internal-control {
    margin-top: 37px;
    padding: 34px 0 18px;
    font-size: 14px;
    line-height: 19px;
  }

  .internal-control h2 {
    font-size: 14px;
    line-height: 19px;
  }

  .internal-control .container>h2:first-child {
    margin-bottom: 11px;
  }

  /* pillars articles styles */
  .pillars-articles {
    margin: 0 -72px 11px 0;
    padding-top: 0;
  }

  .pillar-article {
    padding: 11px 72px 13px 0;
  }

  .pillar-article:nth-child(2n+2):after {
    left: -43px;
    content: " ";
  }

  .pillar-article:nth-child(2n+2):before {
    content: " ";
    right: 72px;
  }

  .pillar-article h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 8px;
    min-height: 27px;
  }

  .internal-control .publication-list {
    padding-top: 1px;
  }

  .internal-control .publication-list li {
    padding-left: 36px;
  }

  .internal-control .publication-list span[class*="icon-"] {
    font-size: 26px;
  }

  .internal-control .publication-list .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
  }

  /* remuneration policy article styles */
  .remuneration-policy {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 48px;
  }

  .remuneration-policy h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 19px;
  }

  .remuneration-policy h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .remuneration-directors {
    padding: 12px 0 23px;
  }

  .remuneration-directors h2 {
    padding: 7px 8px;
    margin-bottom: 5px;
  }

  .remuneration-directors .publication-list {
    margin-right: -30px;
  }

  .remuneration-directors .publication-list li {
    padding: 8px 30px 6px 38px;
    font-size: 13px;
    line-height: 15px;
  }

  .remuneration-directors .publication-list span[class*="icon-"] {
    font-size: 27px;
    line-height: 1;
    left: 0;
  }

  .remuneration-directors .publication-list .title {
    font-size: 13px;
    line-height: 15px;
    display: inline;
  }

  .remuneration-directors .publication-list .note {
    display: inline;
    margin-left: 8px;
  }

  .remuneration-directors .publication-list .note:after {
    content: " ";
    height: 13px;
  }

  /* sidebar styles */
  #sidebar,
  .container.narrow #sidebar,
  .container.alt-wide-container #sidebar {
    width: 31.2%;
  }

  #sidebar h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 25px;
  }

  .social-box {
    padding: 17px 22px 20px 29px;
  }

  /* social networks styles */
  .social-networks {
    margin-right: -33px;
  }

  .social-networks li {
    padding-right: 29px;
  }

  .social-networks a {
    font-size: 20px;
    line-height: 1;
  }

  .social-networks .icon-twitter {
    font-size: 25px;
  }

  .social-networks .icon-linkedin,
  .social-networks .icon-google-plus {
    font-size: 23px;
  }

  .social-networks .icon-envelope {
    font-size: 27px;
  }

  /* sub navigation styles */
  .sub-nav {
    width: 31.2%;
    margin-top: -37px;
    padding: 43px 63px 34px 60px;
  }

  /* text articles styles */
  .text-article .boxes .box {
    padding: 25px 40px 25px 20px;
  }

  /* register form styles */
  .register-form label {
    width: 35%;
  }

  .register-form input[type="email"],
  .register-form input[type="password"],
  .register-form input[type="text"],
  .register-form .fake-select,
  .register-form .submit-row {
    width: 60%;
  }

  /* news blocks styles */
  .news-blocks {
    margin: 0 -15px 40px 0;
  }

  .news-blocks article {
    padding-right: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .news-blocks article:before {
    content: " ";
    right: 15px;
  }

  .news-blocks h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 1px;
  }

  .news-blocks article .desc {
    padding: 12px 15px 7px 29px;
  }

  /* features section styles */
  .features-section article .image {
    width: 43%;
    padding-right: 29px;
  }

  .features-section article {
    color: #222;
    font-size: 14px;
    line-height: 19px;
    padding: 0 26px 18px 0;
  }

  .features-section article+article {
    padding: 17px 26px 18px 0;
  }

  .features-section h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px;
  }

  .features-section article .text-block {
    padding-top: 9px;
  }

  .features-section .more {
    font-size: 24px;
    margin-top: -17px;
  }

  /* about section styles */
  .about-section {
    margin-top: -15px;
  }

  .about-section {
    padding: 39px 0 46px;
    font-size: 14px;
    line-height: 19px;
  }

  .about-section article {
    padding: 6px 100px 9px 24px;
  }

  .about-section article+article {
    padding: 6px 55px 9px 63px;
    border-left-color: #000;
  }

  .about-section h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .about-section p {
    margin: 0;
  }

  .about-section .more {
    right: 54px;
    margin-top: 4px;
    font-size: 24px;
    line-height: 1;
  }

  .about-section article+article .more {
    right: 19px;
  }

  /* sub block styles */
  #sidebar .sub-block {
    padding-bottom: 38px;
  }

  .container.wide #sidebar .sub-block {
    padding-right: 0;
  }

  /* news list styles */
  #sidebar .news {
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 19px;
  }

  #sidebar .news li {
    padding: 21px 0;
  }

  #sidebar .news .image {
    width: 38%;
    padding-right: 13px;
  }

  #sidebar .news .text-block {
    padding-top: 2px;
  }

  #sidebar .news .published {
    font-size: 14px;
    line-height: 19px;
  }

  #sidebar .news p {
    margin: 0 0 8px;
  }

  /* sidebar additional menu styles */
  #sidebar .add-menu li {
    padding-bottom: 7px;
  }

  #sidebar .add-menu a {
    padding-left: 24px;
  }

  #sidebar .add-menu span[class*="icon"] {
    width: 24px;
    margin: 2px 0 0 -24px;
    font-size: 12px;
    line-height: 1;
  }

  #sidebar .add-menu span.icon-feed {
    width: 22px;
    margin: 0 0 0 -22px;
  }

  /* sub box styles */
  .sub-box .caption-block {
    padding: 20px;
  }

  /* share & price box styles */
  .share-price-box {
    padding-top: 57px;
  }

  #sidebar .share-price-box h3 {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 11px;
  }

  .exchange-row {
    margin: 0 -9px 33px;
  }

  .exchange-row .num {
    margin-right: 10px;
    font-size: 37px;
    line-height: 40px;
  }

  .exchange-row .percent {
    font-size: 18px;
    line-height: 22px;
  }

  .share-price-box .chart {
    margin: 0 37px 68px 0;
  }

  .docs-list {
    padding: 6px 0 0;
    font-size: 13px;
    line-height: 15px;
  }

  .docs-list li {
    padding: 0 0 26px 31px;
    position: relative;
  }

  .docs-list span[class*="icon-"] {
    top: 9px;
    font-size: 13px;
    line-height: 1;
  }

  /* promo section styles */
  .promo {
    padding: 28px 0 16px;
  }

  .promo .title-text {
    padding-bottom: 27px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
  }

  .promo .blocks {
    margin-right: -30px;
  }

  .promo .block {
    padding-right: 30px;
    font-size: 14px;
    line-height: 19px;
    color: #b0b0b0;
  }

  .promo .visual {
    margin-bottom: 20px;
  }

  .promo .visual .play {
    margin-top: -25px;
  }

  .promo .visual a:hover .play {
    color: #039bdf;
  }

  .promo h3 {
    margin: 0 0 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  /* big footer styles */
  /* posts section styles */
  .posts-section {
    background: #0b0c0e;
    font-size: 13px;
    line-height: 15px;
  }

  .posts-section .posts-col:first-child {
    background: #0b0c0e;
  }

  .posts-section .posts-col .holder {
    padding: 37px 41px 40px 67px;
  }

  .posts-section .posts-col:first-child .holder {
    padding-left: 67px;
  }

  .posts-section h2 {
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 18px;
  }

  .posts-section .posts-col:first-child h2 {
    margin-bottom: 7px;
  }

  .posts-section .posts li {
    padding-left: 0;
  }

  .posts-section .posts li+li,
  .posts-section .posts-col:first-child .posts li+li {
    padding-top: 15px;
  }

  .posts-section .posts .text-block {
    padding-top: 2px;
  }

  .posts-section .posts h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 15px;
  }

  .posts-section .posts .text-block h3 {
    margin-bottom: 0;
  }

  .posts-section .posts .date {
    width: 28px;
    border-color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 20px;
    padding: 4px 0 3px;
    font-size: 9px;
    line-height: 12px;
  }

  .posts-section .posts .date .num {
    font-size: 14px;
    line-height: 18px;
    margin-top: -2px;
  }

  /* logos section styles */
  .logos-section {
    padding: 25px 41px 38px 67px;
  }

  .logos-section .logo {
    margin: 5px 19px 0 -5px;
  }

  .logos-list {
    width: auto;
  }

  /* footer navigation styles */
  #footer .nav {
    font-size: 11px;
    line-height: 14px;
  }

  #footer .nav .columns {
    width: 67%;
  }

  #footer .nav .columns .row {
    padding-bottom: 22px;
  }

  #footer .nav .columns .col {
    width: 22%;
    padding-right: 18px;
  }

  #footer .nav .columns .col:first-child,
  #footer .nav .columns .col:nth-child(3) {
    width: 27%;
  }

  #footer .nav h3 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
  }

  #footer .nav ul li {
    padding-bottom: 6px;
  }

  #footer .nav .main-list {
    font-size: 14px;
    line-height: 18px;
  }

  #footer .nav .main-list li {
    padding-bottom: 12px;
  }

  #footer .nav .links-list {
    width: 33%;
    padding-left: 40px;
  }

  #footer .nav .links-list h3 {
    margin-bottom: 10px;
  }

  /* footer styles */
  #footer footer {
    font-size: 11px;
    line-height: 14px;
  }

  #footer footer .section-holder {
    max-width: 1230px;
    margin: 0 auto;
    padding: 23px 23px 25px 47px;
  }

  .copy {
    width: auto;
    padding-top: 1px;
  }

  /* bottom switch language links styles */
  #footer .lang {
    font-size: 11px;
    line-height: 14px;
    padding-top: 2px;
  }

  #footer .lang li+li {
    padding-left: 8px;
    position: relative;
  }

  #footer .lang li+li:before {
    content: " ";
    margin-top: -5px;
    height: 10px;
    background: #c8c8c8;
  }

  /* additional menu styles */
  #footer .add-menu {
    float: none;
    padding: 0 127px 0 0;
  }

  #footer .add-menu li+li:before {
    content: " ";
    margin-top: -5px;
    height: 10px;
    background: #b5b5b5;
  }

  .tablet-hidden {
    display: none !important;
  }
}

/* styles for screens 1025px wide and larger */
@media only screen and (min-width: 1025px) {
  .tel-link {
    cursor: default;
    pointer-events: none;
  }
}

/* styles for screens 1023px wide and narrower */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }

  blockquote {
    padding-bottom: 18px;
    margin-bottom: 21px;
  }

  /* header styles */
  #header .panel {
    display: none;
  }

  #header .header-holder {
    padding: 15px 27px 19px 24px;
  }

  #header .header-holder .language-switcher-locale-url {
    display: block;
    top: 7px;
    position: relative;
  }

  #header .header-holder .language-switcher-locale-url li {
    float: none;
    display: inline;
  }

  #header .search {
    color: #ccc;
    margin: 5px 0 0;
  }

  #header .search a {
    color: #ccc;
    font-size: 30px;
  }

  /* page logo styles */
  #header .logo {
    float: none;
    display: block;
    width: 197px;
    margin: 14px auto 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  /* main navigation styles */
  #nav {
    float: none;
  }

  #nav .nav-opener {
    display: block;
    margin-top: 1px;
  }

  #nav .slide {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    float: none;
    max-height: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  .nav-active #nav .slide {
    max-height: 4000px;
  }

  #nav .slide>ul {
    float: none;
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7F8F8F9, endColorstr=#F7F8F8F9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7F8F8F9, endColorstr=#F7F8F8F9);
    zoom: 1;
    background: rgba(248, 248, 249, 0.97);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .nav-active #nav .slide>ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #nav .slide>ul>li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e7e7e7;
    position: relative;
  }

  #nav .slide>ul>li+li {
    padding-left: 0;
  }

  #nav .slide>ul>li>a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding: 35px 25px 30px 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
  }

  #nav .slide>ul>li>a:before {
    content: " ";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
  }

  #nav .slide>ul>li:nth-child(3)>a:before {
    background: #fa3d6e;
  }

  #nav .slide>ul>li:nth-child(4)>a:before {
    background: #4492fe;
  }

  #nav .slide>ul>li>a span {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding-right: 0;
  }

  #nav .slide>ul>li.has-drop-down.hover>a {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #nav .slide>ul>li.has-drop-down.hover>a:after {
    content: " ";
    display: none;
  }

  #nav .menu-rich-arrow-stroke {
    display: none;
  }

  /* drop of main navigation styles */
  #nav .drop {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 27px;
    text-align: left;
    margin-top: 30px;
    float: none;
    display: none;
  }

  #nav .drop:after {
    content: "";
    display: block;
    clear: both;
  }

  #nav .post-block {
    width: 26%;
    padding: 6px 15px 0 0;
  }

  #nav .post-block .visual .caption {
    padding: 10px;
    width: 70%;
    font-size: 13px;
    line-height: 14px;
  }

  .nav-columns {
    width: 74%;
  }

  .nav-columns .col {
    padding-left: 10px;
  }

  /* main slideshow styles */
  .slideshow .container.wide {
    padding: 0 27px;
  }

  .slideshow .text-block.alignright,
  .slideshow .text-block,
  .slideshow .text-block.aligncenter {
    margin: 36px auto 0;
  }

  .home .bar .section-holder {
    padding: 0 24px;
  }

  .bar .profils .title {
    padding: 15px 26px 15px 8px;
    width: 23%;
    margin-right: 25px;
  }

  .bar .profils ul {
    font-size: 15px;
    line-height: 20px;
  }

  .bar .profils ul li {
    padding: 15px 9px;
  }

  /* intro blocks styles */
  .intro {
    max-width: 580px;
    padding: 37px 30px 30px;
  }

  .intro h1 {
    width: 36%;
  }

  .intro-blocks {
    width: auto;
    margin: 0;
    float: none;
    overflow: hidden;
  }

  .intro-blocks .block {
    width: 50%;
  }

  .intro-blocks .block.wide {
    width: 100%;
  }

  .intro-blocks .text-block {
    padding: 43px 52px 32px;
  }

  .intro-blocks .title-note {
    margin-bottom: 11px;
  }

  .intro-blocks .block.dark-blue .text-holder {
    padding: 34px 50px 20px 39px;
  }

  .intro-blocks .block.white .text-block {
    padding: 18px 44px 42px 63px;
  }

  .intro-blocks .block.white .icon-airplane {
    right: 62px;
    top: 49px;
  }

  .intro-blocks .publication-list li {
    padding: 0;
  }

  .intro-blocks .block.dark-blue a.icon-note {
    right: 36px;
  }

  .intro-blocks .block.white .icon-earth {
    right: 84px;
  }

  /* main informative part styles */
  .section-holder,
  .container {
    padding: 0 27px;
  }

  .container.results-container {
    padding: 0 27px 38px;
  }

  main h1 {
    margin-bottom: 7px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .heading-block .published {
    padding-bottom: 17px;
  }

  .content-area {
    padding-bottom: 13px;
  }

  /* main content styles */
  #content {
    float: none;
    width: 100%;
    padding-bottom: 26px;
  }

  .container.wide #content,
  .container.narrow #content {
    width: 100%;
  }

  /* article styles */
  .text-article.node-page {
    min-height: auto;
  }

  .article {
    padding-top: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .article .image {
    padding-bottom: 21px;
  }

  .article .image .caption {
    font-size: 13px;
    line-height: 18px;
  }

  .article .image img {
    margin-bottom: 14px;
  }

  .article .intro-text {
    padding-bottom: 19px;
  }

  .article .intro-text+p:first-letter {
    margin: 0 18px -5px -2px;
  }

  .article blockquote {
    margin-top: -4px;
  }

  .article .note-text {
    margin-top: -1px;
  }

  .article p {
    margin-bottom: 19px;
  }

  /* .results articles styles */
  .results-articles article {
    font-size: 14px;
    line-height: 20px;
  }

  .results-articles h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .contacts-section address {
    font-size: 14px;
    line-height: 20px;
  }

  /* contacts form styles */
  .contacts-form .form-box {
    max-width: 650px;
  }

  .contacts-form .form-box .row>label {
    width: 28%;
  }

  .contacts-form .column {
    width: 69.5%;
  }

  .contacts-form .radios-list li+li {
    padding-left: 12px;
  }

  .contacts-form .column .block label+input[type="text"],
  .contacts-form .column .block label+input[type="tel"],
  .contacts-form .column .block label+input[type="email"],
  .contacts-form .radios-list {
    width: 73%;
    line-height: 26px;
    padding-top: 1px;
  }

  .intro-text-block h1 {
    margin-bottom: 20px;
  }

  .intro-text-block {
    font-size: 15px;
    line-height: 20px;
  }

  /* tabset styles */
  .tabset {
    font-size: 13px;
    line-height: 18px;
    margin-right: -15px;
  }

  .tabset li {
    padding-right: 15px;
  }

  /* tab content-styles */
  .tab-content {
    font-size: 14px;
    line-height: 20px;
  }

  /* carousel styles */
  .flotte-list .container {
    padding: 0 28px;
  }

  .flotte-list .mask {
    max-width: 712px;
    margin: 0 auto;
  }

  .flotte-list .slides li {
    width: 178px;
  }

  .data-table {
    font-size: 13px;
    line-height: 18px;
  }

  .data-table th,
  .data-table td {
    padding: 10px 12px;
  }

  .heading-row .social-networks {
    margin-right: 4px;
  }

  .intro-text-area h1 {
    margin-bottom: 9px;
  }

  /* news blocks styles */
  .news-blocks {
    margin: 0 -20px 22px 0;
  }

  .news-blocks article {
    padding-right: 20px;
  }

  .news-blocks article:before {
    content: "";
    right: 20px;
  }

  .news-blocks h3 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
  }

  .news-blocks article .desc {
    padding: 12px 10px 16px 32px;
  }

  /* features section styles */
  .features-section article .image {
    width: 37.5%;
    padding-right: 30px;
  }

  .features-section .more {
    right: -8px;
    font-size: 22px;
  }

  /* about section styles */
  .about-section {
    margin-top: -15px;
  }

  .about-section {
    padding: 26px 0 29px;
  }

  .about-section article {
    padding: 6px 75px 9px 0;
  }

  .about-section article+article {
    padding: 6px 55px 8px 25px;
    border-left-color: #cdcdcd;
  }

  .about-section h2 {
    margin: 0 0 11px;
  }

  .about-section .more {
    right: 24px;
    margin-top: -7px;
    font-size: 22px;
    line-height: 1;
  }

  .about-section article+article .more {
    right: -7px;
  }

  /* releases news section styles */
  .releases-news h2 {
    font-size: 22px;
    line-height: 27px;
  }

  /* strategy article styles */
  .strategy-article h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .strategy-article .key-data {
    margin: 25px 0 29px;
    padding-bottom: 29px;
  }

  .strategy-article .key-data .col {
    padding-bottom: 10px;
  }

  .strategy-article .columns .col+.col,
  .strategy-article .columns .col {
    width: 50%;
  }

  .strategy-article .text-section .columns:first-child .col:first-child {
    padding: 33px 33px 0 0;
  }

  .strategy-article .text-section .columns+.columns .col:last-child {
    font-size: 14px;
    line-height: 18px;
    padding: 96px 39px 13px;
  }

  .strategy-article .wide-text-section .image {
    margin-left: -27px;
    width: 71%;
  }

  .strategy-article .wide-text-section .text-col {
    float: none;
    overflow: hidden;
    padding: 38px 0 0 20px;
    width: auto;
  }

  /* testimonials styles */
  .testimonials {
    padding-bottom: 31px;
  }

  .testimonials .visual {
    margin: 21px 51px 36px;
  }

  .testimonials blockquote q {
    margin-bottom: 21px;
  }

  /* governance article styles */
  .details-box {
    margin: -7px -27px 34px;
    padding: 23px 28px;
    width: auto;
    overflow: hidden;
  }

  .details-box .close {
    right: 23px;
    top: -3px;
  }

  .details-box .col {
    width: 31%;
    padding: 10px 18px 0 0;
  }

  .details-box .col+.col {
    width: 69%;
    padding-left: 25px;
  }

  .details-box .photo {
    padding-bottom: 12px;
  }

  .details-box .title-person {
    padding-bottom: 7px;
  }

  .governance-article .photos-list {
    padding: 2px 0 20px;
    margin-right: -7px;
  }

  .governance-article .photos-list li {
    padding: 0 3px 7px 0;
    width: 19.5%;
  }

  /* internal control section styles */
  .internal-control {
    padding-bottom: 23px;
  }

  .internal-control p {
    margin-bottom: 8px;
  }

  /* pillars articles styles */
  .pillars-articles {
    margin: 0 -80px 10px 0;
    padding-top: 0;
  }

  .pillar-article {
    padding: 18px 80px 16px 0;
  }

  .pillar-article:nth-child(2n+2):after {
    left: -40px;
    content: " ";
  }

  .pillar-article:nth-child(2n+2):before {
    content: " ";
    right: 80px;
  }

  .pillar-article h2 {
    margin-bottom: 10px;
  }

  /* remuneration policy section styles */
  .remuneration-policy {
    padding-top: 39px;
  }

  .remuneration-directors {
    padding-bottom: 37px;
  }

  .remuneration-directors h2 {
    margin-bottom: 16px;
  }

  .remuneration-directors .publication-list {
    margin-right: -24px;
  }

  .remuneration-directors .publication-list li {
    width: 49.5%;
    padding: 8px 50px 5px 75px;
  }

  .remuneration-directors .publication-list span[class*="icon-"] {
    left: 37px;
  }

  .remuneration-directors .publication-list .title {
    display: block;
  }

  .remuneration-directors .publication-list .note {
    display: block;
    margin-left: 0;
  }

  /* sub navigation styles */
  .sub-nav {
    width: auto;
    margin: -37px 0 36px;
    float: none;
    padding: 20px 20px 6px;
  }

  .sub-nav ul {
    margin-right: -24px;
    font-size: 14px;
    line-height: 20px;
  }

  .sub-nav ul li {
    display: inline-block;
    vertical-align: top;
    border: none;
    width: 24.5%;
    padding: 0 20px 10px 0;
  }

  .sub-nav ul .active {
    font-size: 14px;
    line-height: 20px;
  }

  /* share & price box styles */
  .share-price-box {
    margin: 0 -30px -24px;
    padding: 38px 30px 37px 80px;
    overflow: hidden;
  }

  #sidebar .share-price-box h3 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 13px;
  }

  #sidebar .share-price-box .documents-block h3 {
    margin-bottom: 5px;
  }

  .exchange-row {
    margin: 0 -3px 32px;
  }

  .exchange-row .num {
    font-size: 36px;
    line-height: 40px;
    margin-right: 8px;
  }

  .exchange-row .percent {
    font-size: 18px;
    line-height: 22px;
  }

  .share-price-box .price-block {
    float: left;
    width: 50%;
    padding: 3px 20px 0 0;
  }

  .share-price-box .documents-block {
    float: right;
    width: 46%;
    padding-left: 20px;
  }

  .docs-list {
    font-size: 13px;
    line-height: 16px;
    padding-top: 8px;
  }

  .docs-list li {
    padding: 0 0 25px 38px;
  }

  .docs-list span[class*="icon-"] {
    font-size: 20px;
    line-height: 1;
    top: 6px;
    left: 0;
  }

  .docs-list strong {
    margin-bottom: 3px;
  }

  .share-price-box .chart {
    margin-bottom: 5px;
  }

  /* sidebar styles */
  #sidebar {
    float: none;
    width: auto;
  }

  .container.wide #sidebar,
  .container.narrow #sidebar,
  .container.alt-wide-container #sidebar {
    width: auto;
  }

  #sidebar h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  /* social networks styles */
  .social-networks .icon-google-plus {
    font-size: 25px;
    margin-top: 2px;
  }

  .social-box {
    display: inline-block;
    vertical-align: top;
    padding-right: 29px;
  }

  /* sub block styles */
  #sidebar .sub-block {
    padding-bottom: 17px;
  }

  /* news-list styles */
  #sidebar .news {
    padding-bottom: 0;
  }

  #sidebar .news li {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 22px 18px 0;
    border-bottom: none;
  }

  #sidebar .news li:nth-child(2n+2) {
    padding: 0 0 18px 28px;
  }

  #sidebar .news li:nth-child(2n+2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 18px;
    width: 2px;
    background: #e9e9e9;
  }

  #sidebar .news .image {
    width: 117px;
    padding-right: 19px;
  }

  /* additional menu styles */
  #sidebar .add-menu ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    word-spacing: 1px;
  }

  #sidebar .add-menu span.icon-feed {
    margin: 3px 0 0 -22px;
  }

  /* sub box styles */
  .sub-box {
    width: 50%;
  }

  /* promo section styles */
  .promo {
    padding-bottom: 44px;
  }

  .promo .blocks {
    margin-right: 0;
  }

  .promo .block {
    float: none;
    width: 100%;
  }

  .promo .block+.block {
    padding-top: 20px;
  }

  .promo .visual {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px 0 0;
    margin: 0;
  }

  .promo .visual img {
    width: 100%;
    max-width: none;
  }

  .promo .block .text-block {
    width: 58%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
  }

  .promo .visual .play {
    margin-left: -26px;
  }

  .promo .block p {
    margin-bottom: 10px;
  }

  /* big footer styles */
  /* posts section styles */
  .posts-section .posts-col .holder {
    padding: 37px 27px 40px;
  }

  .posts-section .posts-col:first-child .holder {
    padding-left: 27px;
  }

  .posts-section .posts .text-block h3,
  .posts-section .posts h3 {
    margin-bottom: 2px;
  }

  /* logos section styles */
  .logos-section .logo {
    float: none;
    margin: 0 auto 18px;
  }

  .logos-section {
    padding-bottom: 19px;
    padding-left: 27px;
  }

  .logos-section ul {
    float: none;
    text-align: center;
  }

  .logos-list li:first-child {
    padding-left: 0;
  }

  .logos-list li:last-child {
    padding-right: 0;
  }

  /* footer navigation styles */
  #footer .nav {
    padding-left: 27px;
  }

  #footer .nav .columns {
    padding-left: 6px;
    width: 72%;
  }

  #footer .nav .columns .col {
    padding-right: 10px;
    width: 20%;
  }

  #footer .nav .columns .col:nth-child(3) {
    width: 28.5%;
  }

  #footer .nav .columns .col:last-child {
    width: 24%;
  }

  #footer .nav .links-list {
    width: 27.5%;
    padding-left: 31px;
  }

  /* footer styles */
  #footer footer .section-holder {
    padding: 22px 27px 25px 33px;
  }

  #footer .add-menu {
    padding-right: 105px;
  }

  #footer .copy {
    color: #818181;
  }

  .mobile-hidden {
    display: none !important;
  }

  #sliding-popup .popup-content #popup-text {
    width: 60%;
    margin-right: 20px;
  }
}

/* Table */
table.afklm-table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-size: 15px;
}

table.afklm-table,
table.afklm-table.no-border th,
table.afklm-table.no-border td,
table.afklm-table.no-border caption {
  border: none;
}

table.afklm-table caption {
  background: #f8f8f8;
  color: #039bdf;
  padding: 5px 14px 5px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

table.afklm-table tbody {
  border-top-color: #fff;
}

table.afklm-table.no-border tbody {
  border: none;
}

table.afklm-table th {
  color: #000;
  padding: 1px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

table.afklm-table td {
  vertical-align: top;
  padding: 13px 20px;
  color: #9b9b9b;
}

/* Colorbox Popin */
#cboxOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #000;
}

#colorbox {
  z-index: 101;
}

#colorbox:focus,
#cboxClose:focus,
#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus {
  outline: none;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
}

#cboxClose {
  color: #fff;
  top: -20px;
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  width: 15px;
  text-align: center;
  font-family: 'avenir-medium';
}

#cboxNext {
  position: absolute;
  bottom: -18px;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious {
  position: absolute;
  bottom: -18px;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxCurrent {
  position: absolute;
  bottom: -18px;
  left: 60px;
  color: #fff;
}

#content tbody,
td,
tr,
th {
  border: 1px solid #e4e4e4;
}

#content .table-title-blue {
  color: #4492fe;
  padding-left: 20px;
  font-weight: 600;
  line-height: 40px;
  background-color: #fafafa;
}

#content .table-title-black {
  color: #565656;
  padding-left: 20px;
  line-height: 30px;
  font-weight: 600;
}

#content .table-left-margin {
  padding-left: 40px;
  line-height: 40px;
  color: #565656;
}

.view-agenda .calendar_agenda {
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.view-agenda .selector_year {
  background-color: #fafafa;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}

.view-agenda .selector_year a {
  vertical-align: middle;

}

.view-agenda .selector_year p {
  color: #4492fe;
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 42px;
  vertical-align: middle;
}

.view-agenda .selector_month {
  margin-top: 0;
}

#content .view-agenda .selector_month>ul {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.view-agenda .selector_month>ul>li {
  width: 8.33%;
  height: 100%;
  display: block;
  float: left;
  border-right: 1px solid #E4E4E4;
  background: #fafafa;
  position: relative;
  padding-bottom: 30px;
  min-height: 63px;

}

.view-agenda .selector_month>ul>li.active {
  background-color: #ededed;
  border-bottom: 3px solid #4492fe;
}

.view-agenda .selector_month>ul>li.active p {
  bottom: -3px;
}

.view-agenda .selector_month>ul a:hover {
  background-color: #ededed;
  border-bottom: 3px solid #4492fe;
}

.view-agenda .selector_month>ul>li:last-child {
  border-right: 0;
}

.view-agenda .selector_month .color_event ul {
  text-align: center;
  overflow: hidden;
  padding-left: 0;
}

.view-agenda .selector_month .color_event ul li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin-bottom: 30px;
  margin: 0 auto;
}

.view-agenda .selector_month .color_event ul .puce_event:first-child {
  margin-top: 20px;
  margin-bottom: 40px;
}

.view-agenda .selector_month .color_event ul .puce_event {
  margin-bottom: 40px;
}

.view-agenda .selector_month {
  text-align: center;
}

.view-agenda .selector_month a {
  text-decoration: none;
}

.view-agenda .selector_month p {
  position: absolute;
  bottom: 0px;
  left: 25%;
  color: #565656;
  font-weight: 600;
}

.view-agenda .selector_all {
  float: right;
  margin-top: 25px;

}

.view-agenda .selector_all p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color: #4492fe;
  margin-left: 5px;
}

.view-agenda .selector_all .onoffswitch {
  display: inline-block;
  vertical-align: middle;
}

.view-agenda .agenda_legend ul {
  display: inline-block;
  float: left;
  padding-left: 0;
}

.view-agenda .agenda_legend ul li {
  display: block;
  float: left;
  margin-right: 40px;
}

.view-agenda .agenda_legend ul li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.view-agenda .agenda_legend ul li p {
  vertical-align: middle;
  display: inline;
  margin-left: 5px;
  color: #565656;
}

.view-agenda .view-content .item-list>ul>li {
  float: left;
  display: block;
  width: 100%;
}

.view-agenda .view-content .item-list article {
  position: relative;
}

.view-agenda .view-content .item-list article .type_event_color {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.view-agenda .view-content .item-list article h2 {
  display: inline;
  vertical-align: middle;
  color: #293357;
  margin-left: 5px;
  padding-top: 0;
}

.view-agenda .view-content .item-list article .date {
  /*display: inline;*/
  width: 580px;
  /*same as description*/
  vertical-align: middle;
  color: #222222;
  /*margin-left: 5px;*/
  padding-top: 0;
}

.view-agenda .view-content .item-list article .description {
  width: 580px;
}

.view-agenda .view-content .item-list article a {
  display: inline-block;
  position: absolute;
  /*  top: 25px;*/
  top: 30px;
  right: 0;
  border: 0;
  width: 225px;
  line-height: 16px;
  vertical-align: middle;
  padding-top: 0;
}

.view-agenda .view-content .item-list article a:hover {
  background: none;
  text-decoration: underline;
}

.view-agenda .view-content .item-list article a:before {
  content: '';
  height: 30px;
  width: 28px;
  vertical-align: middle;
  /*margin-top: 10px;*/
  margin-top: 1px;
  margin-right: 10px;
  background-image: url('../images/calendar.png');
  display: block;
  float: left;
  line-height: 30px;
}

.view-agenda .month-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: capitalize;
}

.onoffswitch {
  position: relative;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 5px;
  background-color: #7BB2FC;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 5px;
  background-color: #FAFAFA;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px;
  background: #4492FE;
  /*border: 2px solid #E5E5E5;*/
  border-radius: 14px;
  position: absolute;
  bottom: 0;
  top: 2px;
  right: 13px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 2px;
}


/*Event pre-footer*/
.posts-section .event-date-prefooter {
  border: solid 1px #a8a9ab;
  margin: -5px 40px 0 0;
  padding: 7px 0;
  float: left;
  max-width: 90px;
}

.posts-section .event-date-prefooter.single {
  margin: -3px 67px 0 0;
}

.posts-section .event-date-prefooter.single div {
  min-width: 45px;
  max-width: 90px;
  padding: 0;
  text-align: center;
}

.posts-section .event-date-prefooter .event-date-month {
  color: #0b9ee0;
  text-transform: uppercase;
  font: 11px/12px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.posts-section .event-date-prefooter .event-date-day {
  margin-top: 4px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
}

.posts-section .event-description {
  float: left;
  width: 70%;
}



/* ---------------------------------------------------------------------
*
* PFI - 2019/02/12
* Begin MODULAR, STRUCTURED, MAINTENABLE AND SCALABLE APPROACH
*
*  ---------------------------------------------------------------------

/* 
- $OBJECTS -------------------------------------------------------------
*/

/* o-ratio */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.o-ratio__content,
.o-ratio>iframe,
.o-ratio>embed,
.o-ratio>object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.o-ratio--284\:245:before {
  padding-bottom: 86.2676%;
}


/* 
- $COMPONENTS -------------------------------------------------------------
*/

/* $HEADINGS */
.title1 {
  color: #111a44;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /* font-size: 39.43px; */
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1023px) {
  .title1 {
    font-size: 30px;
  }
}

.title2 {
  color: #111a44;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1023px) {
  .title2 {
    font-size: 30px;
  }
}

/* $TEXT */
.txt1 {
  font-size: 19.24px;
  line-height: 23px;
}

.txt2 {
  font-size: 26.1px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1023px) {
  .txt2 {
    font-size: 26px;
  }
}

/* User Form inputs */
.txt3,
.txt3[type="email"] {
  color: #111a44;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1023px) {
  .txt3 {
    font-size: 19px;
  }
}

/* $COLORS */
.ftColor1 {
  color: #222;
}

.ftColor2 {
  color: #fff;
}

.ftColor3 {
  color: #111a44;
}

/* $LINKS */
.simpleLink {
  color: inherit;
}

.link1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.link1__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 4px;
  background: transparent no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}

.link1__icon--mapPins {
  width: 11px;
  height: 13px;
  background-image: url('../images/club-actionnaires/pins_blue_navy.png');
}

.link1__icon--arrow1 {
  width: 23px;
  height: 23px;
  background-image: url('../images/club-actionnaires/arrow1-navy-left.png');
}

/* $BUTTONS */
.btn1 {
  display: inline-block;
  padding: 4px 12px 2px 12px;
  background-color: #111a44;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn1--light {
  background-color: #0b9ee0;
}

.btn2 {
  display: inline-block;
  padding: 11px 5px 8px 5px;
  background-color: #111a44;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}

.btn2--large {
  padding: 17px 10px 14px 10px;
}

.btn2--full {
  display: block;
}

.btn3 {
  display: inline-block;
  padding: 6px 30px 6px 30px;
  border: 1px solid #111a44;
  background-color: transparent;
  color: #111a44;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15.6px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
}

/* $LISTBOXES */

/* listBox1 for Brèves */
.listBox1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listBox1__item {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.22;
  letter-spacing: 0.02em;
  text-align: justify;
}

.listBox1__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

@media screen and (max-width: 1023px) {
  .listBox1__item {
    padding-bottom: 11px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}

/* WYSIWYG */
.wysiwyg p {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .wysiwyg p {
    font-size: 18px;
    line-height: 1.4;
  }
}

/* $MEDIAS */
.imgResp {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* $BANNERS */
.banner1 {
  height: 427px;
  background: transparent no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .banner1 {
    height: 274px;
  }
}

.banner2 {
  height: 214px;
  background: transparent no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}


/* $FORMS */

/* Form for User editor */
.form--type1__part2 {
  position: relative;
}

.form__fieldInput,
.form__fieldSelect,
.form__fieldTextArea,
.form__fieldInput[type="email"] {
  width: 100%;
  padding: 2px 10px;
  border: 1px solid #b7b7b7;

  background-color: #fff;
}

.form__btnEdit {
  font-size: 16.2px;
  text-decoration: underline;
}

.form__editor {
  display: none;
  max-width: 560px;
  padding: 35px 35px 35px 0;
  background-color: #f8f8f9;
}

.form__editorFooter {
  text-align: right;
  padding-top: 10px;
}


/* $GRIDBOX */

/* gridBox1 - 2 cols layout for Club des actionnaires */
.gridBox1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gridBox1__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.gridBox1__col--type2 {
  -webkit-flex-basis: 324px;
  -ms-flex-preferred-size: 324px;
  flex-basis: 324px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: 48px;
}

@media screen and (max-width: 1023px) {
  .gridBox1 {
    display: block;
  }

  .gridBox1__col--type2 {
    margin-left: 0;
  }
}

/* gridBox2 - user infos + form row layout */
.gridBox2__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.gridBox2__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.gridBox2__col--type1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 238px;
  -ms-flex: 0 0 238px;
  flex: 0 0 238px;

  padding-right: 15px;
  text-align: right;
}

.gridBox2__col--type2,
.gridBox2__col--type3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.gridBox2__col--type3 {
  padding-left: 25px;
}

@media screen and (max-width: 1023px) {
  .gridBox2__row {
    margin-bottom: 16px;
  }
}


/* Pagers */
.pager1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager1__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18.1px;
  letter-spacing: -0.02em;
}

.pager1__item--prev {
  text-align: left;
}

.pager1__item--next {
  text-align: right;
}

.pager1__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111a44;
}

.pager1__linkIcon--prev {
  margin-right: 15px;
}

.pager1__linkIcon--next {
  margin-right: 0;
  margin-left: 15px;
  ;
  -webkit-transform: scale(-1);
  ;
  -ms-transform: scale(-1);
  ;
  transform: scale(-1);
}


/* $SIDEBARS */
.sideBar1__item+.sideBar1__item {
  margin-top: 40px;
}

/* @media screen and (max-width: 1023px) {
  .sideBar1__item + .sideBar1__item  {
      margin-top: 30px;
  }
} */


/* $CARDBOXES */

/* cardBox1 - user infos monitor */
.cardBox1 {
  background-color: #f8f8f9;
}

.cardBox1__body {
  padding: 34px 30px;
}

.cardBox1__footer {
  padding: 22px 30px;
  border-top: 1px solid #111a44;
}

.cardBox1__user {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 0.4em;
}

.cardBox1__userLastName {
  text-transform: uppercase;
}

.cardBox1__userNumber {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.cardBox1__label1 {
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 20.46px;
}

.cardBox1__description1 {
  margin-bottom: 0.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16.86px;
}

.cardBox1__link1 {
  font-size: 16.8px;
}

@media screen and (max-width: 1023px) {
  .cardBox1__body {
    padding: 22px 24px;
  }

  .cardBox1__footer {
    padding: 14px 24px;
  }

  .cardBox1__user {
    /* font-size: 18px; */
    font-size: 25px;
    margin-bottom: 0.4em;
  }

  .cardBox1__label1 {
    /* font-size: 14px; */
    font-size: 18px;
  }

  .cardBox1__link1 {
    /* font-size: 12px; */
    font-size: 16px;
  }

  .cardBox1--userMonitor {
    position: absolute;
    top: 240px;
    right: 45px;
    /* width: 232px; */
    width: 294px;
    -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.15);
  }

}

/* cardBox2 - Breves */
.cardBox2 {
  padding: 37px 30px;
  ;
  background-color: #111a44;
  color: #fff;
}

.cardBox2__header {
  margin-bottom: 28px;
}

.cardBox2__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .cardBox2 {
    padding: 25px;
  }

  .cardBox2__title {
    font-size: 22px;
  }
}

/* cardBox3 - Events */
.cardBox3 {
  background: transparent no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.cardBox3:before {
  background-color: #fff;
  opacity: 0.43;
}

.cardBox3__inner,
.cardBox3__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cardBox3__content {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding: 30px 20px 14px 20px;
}

.cardBox3__header,
.cardBox3__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.cardBox3__header {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.cardBox3__title,
.cardBox3__date,
.cardBox3__place {
  margin: 0;
  color: #111a44;
  /* font-family: 'avenirmedium'; */
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cardBox3__title,
.cardBox3__date {
  font-size: 18.9px;
}

.cardBox3__title a,
.cardBox3__date a {
  color: inherit;
}

.cardBox3__place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}

.cardBox1__linkMore {
  font-size: 13px;
}

@media screen and (max-width: 1023px) {

  .cardBox3__title,
  .cardBox3__date {
    font-size: 22px;
  }

  .cardBox3__place {
    font-size: 17px;
  }

  .cardBox3__placeIcon {
    width: 11px;
    height: 14px;
    margin-right: 4px;
  }

  .cardBox3__cta {
    font-size: 16px;
  }
}

/* cardBoxList1 (for Events cards list) */
.cardBoxList1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-left: -52px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cardBoxList1__item {
  width: -webkit-calc((100% - (52px * 2)) / 3);
  width: calc((100% - (52px * 2)) / 3);
  margin-left: 52px;
  margin-bottom: 48px;
}

.cardBoxList1__item:nth-child(3n + 1) {
  margin-left: 0;
}

/* .cardBoxList1__item + .cardBoxList1__item {
  margin-top: 2.5em;
} */

@media screen and (max-width: 1300px) {
  .cardBoxList1__item {
    width: -webkit-calc((100% - 52px) / 2);
    width: calc((100% - 52px) / 2);
  }

  .cardBoxList1__item:nth-child(3n + 1) {
    margin-left: 52px;
  }

  .cardBoxList1__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .cardBoxList1__item {
    width: -webkit-calc((100% - (18px * 2)) / 3);
    width: calc((100% - (18px * 2)) / 3);
    margin-left: 18px;
    margin-bottom: 13px;
  }

  .cardBoxList1__item:nth-child(2n + 1) {
    margin-left: 18px;
  }

  .cardBoxList1__item:nth-child(3n + 1) {
    margin-left: 0;
  }

}

/* $ARTICLEBOXES */

/* ArticleBox1 - Club des actionnaires Home article */
.articleBox1__title {
  margin-bottom: 50px;
  text-transform: uppercase;
}

.articleBox1__title2 {
  margin-top: 55px;
}

.articleBox1__events {
  margin-top: 55px;
}

@media screen and (max-width: 1023px) {
  .articleBox1__title {
    width: 50%;
  }
}

/* ArticleBox2 - Event single */
.articleBox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.articleBox2__banner {
  height: 214px;
  margin-bottom: 40px;
}

.articleBox2__date {
  margin-bottom: 0.3em;
}

.articleBox2__title {
  margin-bottom: 0.75em;
}

.articleBox2__ctaBox {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.articleBox2__cta {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.articleBox2__pager {
  margin-top: auto;
}

@media screen and (max-width: 1023px) {
  .articleBox2__banner {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .articleBox2__title,
  .articleBox2__date {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .articleBox2__ctaBox {
    padding-top: 40px;
  }

  .articleBox2__cta {
    max-width: 230px;
  }
}


/* $SECTIONS */

/* Section 1 - Used for Page Informations */
.section1__title {
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media screen and (max-width: 1023px) {}


/* 
- $LAYOUT -------------------------------------------------------------
*/
.container1 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.modLayout1 {
  padding-left: 25px;
  padding-right: 25px;
}


/* 
- $TEMPLATES -------------------------------------------------------------
*/
.template1__mainContent {
  margin-bottom: 90px;
}

.template1__mainContentPart2 {
  padding-top: 70px;
}

@media screen and (max-width: 1023px) {
  .template1__mainContent {
    margin-bottom: 40px;
  }
}


/* ---------------------------------------------------------------------
*
* PFI - 2019/02/12
* End MODULAR, STRUCTURED, MAINTENABLE AND SCALABLE APPROACH
*
*  ---------------------------------------------------------------------*/