/*!
 * Bel activity 2016 wordpress css
 */

 /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9948bcded1a04170e0bc)
 * Config saved to config.json and https://gist.github.com/9948bcded1a04170e0bc
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float : none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.jshidden {
	height : 0;
	overflow:hidden;
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.affix {
  position: fixed;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
	background : transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.texte button.mfp-close,
.texte button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  margin-top:-40px;
  }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #95a5a6;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding: 20px 40px 0 40px;
	height : 51px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 10;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


 /* Custom symbols insertion */

@font-face {
    font-family: 'belacti2016';
    src:    url('fonts/belacti2016.eot?ns44us');
    src:    url('fonts/belacti2016.eot?ns44us#iefix') format('embedded-opentype'),
        url('fonts/belacti2016.ttf?ns44us') format('truetype'),
        url('fonts/belacti2016.woff?ns44us') format('woff'),
        url('fonts/belacti2016.svg?ns44us#belacti2016') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="bicon-"], [class*=" bicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'belacti2016' !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;
}

.bicon-dl:before {
    content: "\e908";
}
.bicon-facebook:before {
    content: "\e904";
}
.bicon-twitter:before {
    content: "\e905";
}
.bicon-linkedin2:before {
    content: "\e906";
}
.bicon-plus2:before {
    content: "\e907";
}
.bicon-left:before {
    content: "\e902";
}
.bicon-right:before {
    content: "\e903";
}
.bicon-play:before {
    content: "\e900";
}
.bicon-plus:before {
    content: "\e901";
}

/* overwrite fifty-sixteen theme style */

#page {
	margin : 0;
}

#content {
	padding : 0;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
	height : 0;
}

.site-inner {
	width : 100%;
	max-width : 100%;
}

/* utilities rules */

img {
    max-width: 100%;
}

.aheight {
	display : inline-block;
	vertical-align : middle;
	line-height : 1;
}

.abs_contain {
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
}

.circle {
	position : relative;
	display : block;
	padding-top : 100%;
	width : 100%;
	height : 0;
	border-radius : 50%;
	overflow : hidden;
}

/* local dev simple design */

#masthead {
	padding : 10px;
	height : 100px;
	-moz-box-shadow: 0px 5px 5px 0px #656565;
	-webkit-box-shadow: 0px 5px 5px 0px #656565;
	-o-box-shadow: 0px 5px 5px 0px #656565;
	box-shadow: 0px 5px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

/* Design */

/* rules for em design */

#bel-activity-2016 h1,
#bel-activity-2016 h2 {
	font-size : 1em;
}

/* overwrite popin design */

.mfp-image-holder .mfp-content {
	max-width: 87%;
}

/* overwrite bxslider design */

#bel-activity-2016 {
	font-family: Futura,Arial,Helvetica,sans-serif;
	font-weight : 300;
	max-width : 750px;
	margin : 0 auto;
	font-size : 12px;
	overflow : hidden;
	margin-top:121px;
}

#bel-activity-2016 strong {
	font-weight : 700;
}

#bel-activity-2016 .bx-wrapper .bx-viewport {
	box-shadow : none;
	border : 0;
	left : 0;
}

#bel-activity-2016 .bx-wrapper .bx-pager,
#bel-activity-2016 .bx-wrapper .bx-controls-auto {
	bottom : 0;
}

#bel-activity-2016 .bx-wrapper .bx-pager.bx-default-pager a {
	background : #ffffff;
}

#bel-activity-2016 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#bel-activity-2016  .bx-wrapper .bx-pager.bx-default-pager a.active {
	background : #d82015;
}

#bel-activity-2016 .bx-wrapper .bx-controls-direction a {
	top : auto;
	bottom : 4%;
	text-align : center;
	background : none;
	color : #ffffff;
	text-indent : 1px;
	font-size : 2em;
	text-decoration : none;

	transition : all .2s ease-in-out;
	-webkit-transition : all .2s ease-in-out;
}

#bel-activity-2016 .bx-wrapper .bx-controls-direction a span {
	vertical-align : top;
}

#bel-activity-2016 .bx-wrapper .bx-prev {
	left : 3%;
}

#bel-activity-2016 .bx-wrapper .bx-prev:hover {
	opacity : 0.7;
}

#bel-activity-2016 .bx-wrapper .bx-next {
	right : 3%;
}

#bel-activity-2016 .bx-wrapper .bx-next:hover {
	opacity : 0.7;
}

/* main design */

#bel-activity-2016 .slider {
	margin : 0;
	position : absolute;
	top : 0;
	left : 0;
	height : 100%;
}

#bel-activity-2016 .slider li > .item_c {
	height : 0;
	width : 100%;
	position : relative;
	padding-top : 54.14%;
}

#bel-activity-2016 .slider img {
	width : 100%;
}

#bel-activity-2016 .slider .description {
	position : absolute;
	bottom : 0;
	left : 0;
	width : 100%;
	height : 27.7%;
	background : rgba(0, 0, 0, 0.6);
}

#bel-activity-2016 .slider .description p {
	padding : 2.5% 7%;
	color : #ffffff;
	text-align : center;
}

#bel-activity-2016 .header,
#bel-activity-2016 .sub_header {
	font-family: 'Futura';
	font-weight : 700;
	height : 134px;
	line-height : 134px;
	text-align : center;
}

#bel-activity-2016 .header h1 {
	display : inline-block;
	margin : 0;
}

#bel-activity-2016 .header .date {
	color : #d41e03;
	color : #e22004;
	font-size : 2.5em;
}

#bel-activity-2016 .header .text {
	text-align : left;
	color : #97be01;
	text-transform : uppercase;
	font-size : 2.5em;
	padding-left : 40px;
	margin-left : 35px;
	position : relative;
}

#bel-activity-2016 .header .text::before {
	content : '';
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	width : 1px;
	height : 100%;
	background : #97be01;
}

#bel-activity-2016 .sub_header {
	height : 200px;
	line-height : 200px;
	text-transform : uppercase;
	color : #d82015;
	color : #e22004;
	position : relative;
}

#bel-activity-2016 .sub_header .title {
	display : block;
	font-size : 4em;
	font-weight : 700;
	line-height : 1em;
}

#bel-activity-2016 .sub_header .sub_title + .title {
	padding-top : 0;
}

#bel-activity-2016 .sub_header .sub_title {
	display : block;
	font-size : 2em;
	font-weight : 300;
	line-height : 1em;
}

#bel-activity-2016 .arrow_item {
	position : absolute;
}

#bel-activity-2016 .sprite_item {
	display : block;
	height: auto;
	max-width: 100%;
}

#bel-activity-2016 .arrow_item#arw_1 {
	bottom : 100px;
	right : -5%;
	width : 32.5%;
}

#bel-activity-2016 .arrow_item#arw_2 {
	bottom : 90px;
	left : 2%;
	width : 16%;
}

#bel-activity-2016 .arrow_item#arw_3 {
	bottom : 130px;
	left : 3%;
	width : 12%;
}

#bel-activity-2016 .arrow_item#arw_4 {
	bottom : 130px;
	right : 26%;
	width : 6.7%;
}

#bel-activity-2016 .arrow_item#arw_5 {
	bottom : 150px;
	right : 28%;
	width : 11%;
}

#bel-activity-2016 .cover {
	width : 100%;
	height : 0;
	padding-top : 54.14%;
	position : relative;
	background-position : center center;
	background-size : cover;
}

#bel-activity-2016 .cover.sub {
	padding-top : 44.21%;
}

#bel-activity-2016 .cover.wide {
	padding-top : 43.35%;
}

#bel-activity-2016 .cover.slide {
	padding-top : 54.14%;
}

#bel-activity-2016 .cover.wider {
	padding-top : 27.89%;
}

#bel-activity-2016 #cover1 { background-image : url(../img/cover.1.jpg); }
#bel-activity-2016 #cover2 { background-image : url(../img/cover.2.jpg); }
#bel-activity-2016 #cover3 { background-image : url(../img/cover.3.jpg); }
#bel-activity-2016 #cover4 { background-image : url(../img/cover.4.jpg); }
#bel-activity-2016 #cover5 { background-image : url(../img/cover.5.jpg); }
#bel-activity-2016 #cover6 { background-image : url(../img/cover.6.jpg); }

#bel-activity-2016 #cover8,
#bel-activity-2016 #cover9 { background : #dedede;}

#bel-activity-2016 #cover1 .cover_content {
	padding-top : 12%;
}

#bel-activity-2016 .cover_content {
	cursor : pointer;
}

#bel-activity-2016 .vid_content {
	display : none;
}

#bel-activity-2016 .vid_content.active {
	display : block;
	z-index:2;
}

#bel-activity-2016 #cover1 .circle {
	background : #ffffff;
}

#bel-activity-2016 #cover1 p {
	color : #ffffff;
	font-family: 'Futura';
	font-weight : 300;
	font-size : 1.2em;
	line-height : 1.1em;
	text-align : center;
	margin-top : 20px;
	margin-bottom : 30px;
	padding-top : 13%;
}

#bel-activity-2016 #cover1 .launcher {
	margin-top : 0px;
	cursor : pointer;
}

#bel-activity-2016 #cover1 .launcher .circle_container {
	width : 100px;
	position : relative;
}

#bel-activity-2016 #cover1 .launcher .circle {
	width : 50%;
	padding-top : 50%;
	margin : 0 auto;
	position : relative;
}

#bel-activity-2016 #cover1 .launcher .circle .bicon {
	font-size : 2em;
	color : #91be1f;
	position : absolute;
	top : 50%;
	left : 50%;
	margin : -25% 0 0 -25%;
	padding : 0 0 0 0.15em;
}

#bel-activity-2016 #cover1 .launcher p {
	font-size : 1em;
	padding-top : 15px;
	text-transform : uppercase;
}

#bel-activity-2016 .growth_item {
	display : block;
	height : 100%;
	max-height : 100%;
	background-color : rgba(70, 67, 67, 0.6);


}

#bel-activity-2016 .growth_item:hover {
	background-color : rgba(70, 67, 67, 0.6);
}

#bel-activity-2016 .growth_item .svg_picto {
	padding-top : 20%;
}

#bel-activity-2016 .growth_item .title {
	display : block;
	color : #ffffff;
	font-size : 1.4em;
	line-height : 1.2em;
	font-weight : 700;
	text-align : center;
	margin : 0 -5%;
}

#bel-activity-2016 .growth_item .text {
	text-align : center;
	color : #ffffff;
	line-height : 1em;
	padding-top : 15%;
}

#bel-activity-2016 .growth_item .text p {
	text-align : left;
	opacity : 0;
  margin-bottom: 15px;

	transition : opacity .2s ease-in-out;
	-webkit-transition : opacity .2s ease-in-out;
}

#bel-activity-2016 .growth_item:hover .text p {
	opacity : 1;
}

#bel-activity-2016 .growth_item .text .bicon {
	font-size : 2.5em;
	position : relative;
	z-index : 2;
}

#bel-activity-2016 .growth_item .text .bicon:before {
	position : relative;
	z-index : 2;
	transition : color 0.15s ease-in-out;
	-webkit-transition : color 0.15s ease-in-out;
}

#bel-activity-2016 .growth_item .text .bicon:after {
	content : '';
	display : block;
	width : 70%;
	height : 70%;
	position : absolute;
	top : 15%;
	left : 15%;
	background : #7192c2;
	border-radius : 50%;
	z-index : 1;
	transition : background-color 0.15s ease-in-out;
	-webkit-transition : background-color 0.15s ease-in-out;
}

#bel-activity-2016 .growth_item:hover .text .bicon {
	color : #7192c2;
}

#bel-activity-2016 .growth_item:hover .text .bicon:after {
	background : #ffffff;
}

#bel-activity-2016 #cover2 .svg_picto {
	margin-top : 15%;
}

#bel-activity-2016 #cover2 .title {
	margin-top : -5px;
}

#bel-activity-2016 #cover3 .svg_picto {
	margin : 0 30px
}

#bel-activity-2016 #cover4 .svg_picto {
	margin : 0 15px 0 5px;
}

#bel-activity-2016 #cover4 .title {
	margin-top : -20px;
}

#bel-activity-2016 #cover5 .svg_picto {
	margin : 0 10px;
}

#bel-activity-2016 #cover5 .title {
	margin-top : -5px;
}

#bel-activity-2016 #cover6 .launcher {
	padding-top : 10%;
	width : 20%;
}

#bel-activity-2016 #cover6 .launcher .circle {
	background-color : #ffffff;
	-moz-box-shadow: 0px 15px 0px 0px #84b345;
	-webkit-box-shadow: 0px 15px 0px 0px #84b345;
	-o-box-shadow: 0px 15px 0px 0px #84b345;
	box-shadow: 0px 15px 0px 0px #84b345;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#84b345, Direction=180, Strength=0);
	text-align : center;
}

#bel-activity-2016 #cover6 .caller {
	position : absolute;
	bottom : 0;
	right : 0;
	padding : 1% 20px;
	background : rgba(0, 0, 0, 0.6);
	color : #ffffff;
	text-transform : uppercase;
	font-size : 20px;
}

#bel-activity-2016 #cover6 .caller .bicon {
	display : inline-block;
	margin-right : 10px;
	background : #ffffff;
	border-radius : 50%;
	width : 48px;
	height : 48px;
	text-align : center;
	line-height : 48px;
	color : #91be1f;
}

#bel-activity-2016 #cover6 .caller .bicon:before {
	padding-left : 0.15em;
}

#bel-activity-2016 #cover6 .caller span {
	vertical-align : middle;
}

#bel-activity-2016 #cover6 .launcher .circle p {
	padding : 32% 0;
	margin : 0;
	color : #D41E03;
	font-weight : 700;
	text-transform : uppercase;
	font-size : 2em;
	line-height : 1.1em;
}

#bel-activity-2016 #cover8 {
	text-align : center;
}

#bel-activity-2016 #cover8 a.number_item {
	display : block;
	padding-top : 130.05%;
	height : 0;
	width : 100%;

	transition : all 0.15s ease-in-out;
	-webkit-transition : all 0.15s ease-in-out;
}

#bel-activity-2016 #cover8 a:hover {
	background : rgba(0, 0, 0, 0.1);
}

#bel-activity-2016 #cover8 .title {
	font-size : 1.875em;
	display : inline-block;
	margin : 1.5em 0;
	color : #7192c2;
	font-weight : 700;
	text-transform : uppercase;
}

#bel-activity-2016 #cover8 .svg_picto {
	width : 60%;
	padding-top : 60%;
	height : 0;
	margin : 0 auto;
	position : relative;
}

#bel-activity-2016 #cover8 .text {
	position : absolute;
	top : 28%;
	left : 0;
	width : 100%;
	text-transform : uppercase;
	color : #d82015;
	color : #e22004;
	font-size : 1.1em;
	line-height : 1em;
}
#bel-activity-2016 #cover8 .text strong {
	font-size : 1.7em;
	line-height : 1.3em;
}

#bel-activity-2016 #cover8 .text .small {
	font-size : 0.75em;
	line-height : 1em;
}

#bel-activity-2016 #cover8 .footer {
	margin : 1em 0;
	height : 2em;
	line-height : 2em;
	display : inline-block;
	text-align : left;
	color : #4b4b4b;
	text-transform : uppercase;
	font-size : 0.875em;
}

#bel-activity-2016 #cover8 .footer .bicon {
	color : #7192c2;
	font-size : 1.8571em;
}

#bel-activity-2016 .pdf_link {
	display : block;
	text-align : center;
	padding : 5% 0;
	-webkit-perspective: 1000px; /* Chrome, Safari, Opera */
    perspective: 1000px;
	position : relative;
}

#bel-activity-2016 .pdf_link a {
	display : inline-block;
	padding : 5px;
	max-width : 13%;

	transition : all .15s ease-in-out;
	-webkit-transition : all .15s ease-in-out;
}

#bel-activity-2016 .pdf_link img {
	display : block;
	-moz-box-shadow: 5px 5px 10px 0px #656565;
	-webkit-box-shadow: 5px 5px 10px 0px #656565;
	-o-box-shadow: 5px 5px 10px 0px #656565;
	box-shadow: 5px 5px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);

  transform: scale(1) translate3d(0,0,0);
  -webkit-transform: scale(1) translate3d(0,0,0);
	transition : transform .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition : transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

#bel-activity-2016 .pdf_link img:hover {
	/*transform : translateZ(20px);*/
	transform: scale(1.05) translate3d(0,0,0);
  -webkit-transform: scale(1.05) translate3d(0,0,0);
	-moz-box-shadow: 15px 10px 10px 0px #656565;
	-webkit-box-shadow: 15px 10px 10px 0px #656565;
	-o-box-shadow: 15px 10px 10px 0px #656565;
	box-shadow: 15px 10px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
}

.social_link {
	position : fixed;
	top : 50%;
	right : 30px;
	height : 185px;
	margin-top : -95px;
	text-align : center;
}

.social_link .title {
	text-transform : uppercase;
	color : #000000;
	font-size : 10px;
	font-family: 'Futura';
	line-height : 12px;
	height : 16px;
}

.social_link .content {
	background : #ffffff;
	border : 5px solid #f0eceb;
	padding : 15px;
}

.social_link .content a {
	display : block;
	color : #79787e;
	line-height : 2em;
	font-size : 1em;
	text-decoration : none;
}

.social_link .content a:hover {
	color : #97BE01;
}

#cover7 .social_link {
	position : absolute;
	top : 5px;
	right : 5px;
	margin : 0;
	z-index : 10;
	height : auto;
	left : auto;
	width : auto;
	line-height : 1;
}

#cover7 .social_link .content {
	border-width : 2px 0;
	padding : 5px 10px;
	margin : 0;
}

#cover7 .social_link .content a {
	line-height : 1em;
	padding : 4px;
}

#cover7 .social_link a {
	display : inline-block;
}

.m-hidden {
		display : block;
}

.m-visible {
	display : none;
}

#responsive_stat:before {
		content : 'desktop';
}

@media (max-width: 1279px) {

	#bel-activity-2016 #cover6 .launcher .circle p {
		font-size : 2em;
		padding: 38% 0;
	}

	#responsive_stat:before {
		content : 'desktop';
	}

}

@media (max-width: 991px) {

	/* bootstrap utilities */

	.hidden-sm {
		display : none;
	}

	#bel-activity-2016 .cover {
		padding-top : 505px;
	}

	#bel-activity-2016 .cover.slide {
		padding-top : 72.3598%;
	}

	#bel-activity-2016 .cover.wide {
		padding-top : 450px;
	}

	#bel-activity-2016 #cover1 .cover_content {
		padding-top : 200px;
	}

	#bel-activity-2016 #cover1 .cover_content > p {
		padding-top : 0;
		text-align : left;
	}

	#bel-activity-2016 #cover1 .launcher .circle_container {
		width : 100px;
	}

	#bel-activity-2016 #cover1 .launcher .circle .bicon {
		margin : -22% 0 0 -20%;
		padding : 0 0 0 0.01em;
	}

	#bel-activity-2016 #cover1 .launcher p {
		font-size : 1.2em;
	}

	#bel-activity-2016 .arrow_item#arw_2 {
		bottom : 170px;
		width : 15%;
		transform : rotate(30deg);
		-webkit-transform : rotate(30deg);
	}

	#bel-activity-2016 .arrow_item#arw_3 {
		bottom : 160px;
		transform : rotate(20deg);
		-webkit-transform : rotate(20deg);
	}

	#bel-activity-2016 .arrow_item#arw_4 {
		bottom : 80px;
		right : 23%;
		width : 6.7%;
	}

	#bel-activity-2016 .arrow_item#arw_5 {
		bottom : 150px;
		right : 28%;
		width : 11%;
	}

	#bel-activity-2016 #cover6 .caller {
		font-size : 20px;
	}

	#bel-activity-2016 #cover6 .caller .bicon {
		width : 48px;
		height : 48px;
		line-height : 48px;
	}

	#bel-activity-2016 #cover6 .launcher {
		width : 275px;
		padding-top : 8%;
	}

	#bel-activity-2016 #cover6 .launcher .circle p {
		font-size : 3.3em;
		padding: 35% 0;
	}

	#bel-activity-2016 .growth_item .title,
	#bel-activity-2016 #cover2 .title,
	#bel-activity-2016 #cover5 .title	{
		margin-top : 10px;
	}

	#bel-activity-2016 #cover8 .footer {
		font-size : 1.2em;
	}

	#bel-activity-2016 .slider li > .item_c {
		padding-top : 72.36%;
	}

	#responsive_stat:before {
		content : 'tablet';
	}

}

@media (max-width: 767px) {

	/* bootstrap utilities */

	.hidden-xs {
		display : none;
	}

	#bel-activity-2016 {
		font-size : 10.5px;
		/* max-width : 768px; */
	}

	#bel-activity-2016 .header .text {
		margin-left : 10px;
		padding-left : 10px;
		font-size : 2em;
	}

	#bel-activity-2016 .header .date {
		font-size : 1.5em;
	}

	#bel-activity-2016 #cover1 .launcher .circle_container {
		width : 80px;
	}

	#bel-activity-2016 #cover6 .caller {
		font-size : 16px;
	}

	#bel-activity-2016 #cover6 .caller .bicon {
		width : 32px;
		height : 32px;
		line-height : 32px;
	}

	#bel-activity-2016 #cover6 .launcher {
		width : 275px;
		padding-top : 12%;
	}

	#bel-activity-2016 #cover6 .launcher .circle p {
		font-size : 4em;
		padding: 35% 0;
	}

	#bel-activity-2016 #cover8.cover.wide {
		padding-top : 0;
		height : auto;
	}

	#bel-activity-2016 #cover8.cover.wide > .abs_contain {
		position : relative;
	}

	#bel-activity-2016 #cover8 a.number_item {
		padding-top : 70%;
	}

	#bel-activity-2016 #cover8 .svg_picto {
		width : 28%;
		padding-top : 28%;
	}

	#bel-activity-2016 #cover8 .title {
		margin-top : 3em;
	}

	#bel-activity-2016 #cover8 .footer {
		font-size : 1.5em;
	}

	#bel-activity-2016 #cover8 .text {
		top : 32%;
	}

}

@media (max-width: 600px) {

	.m-hidden {
		display : none;
	}

	.m-visible {
		display : block;
	}

	#bel-activity-2016 .cover.slide {
		padding-top : 86.7187%;
	}

	#bel-activity-2016 .header {
		text-align : left;
	}

	#bel-activity-2016 .header h1 {
		line-height : 1;
		vertical-align : middle;
	}

	#bel-activity-2016 .header .date {
		display : block;
		margin : 0 0 5px 20px;
	}

	#bel-activity-2016 .header .text:before {
		display : none;
	}

	#bel-activity-2016 #cover1 .cover_content {
		/*padding-top : 100px;*/
	}

	#bel-activity-2016 #cover1 .cover_content > .col-xs-4 {
		width : 45%;
	}

	#bel-activity-2016 #cover1 .cover_content > .col-xs-4 p{
		margin-left : -5%;
		margin-right : -5%;
	}

	#bel-activity-2016 .growth_item .title,
	#bel-activity-2016 #cover4 .title	{
		font-size : 1.4em;
		margin-top : 0;
	}

	#bel-activity-2016 .sub_header .title {
		font-size : 3em;
	}

	#bel-activity-2016 .sub_header .sub_title {
		font-size : 2em;
	}

	#bel-activity-2016 #cover1 {
		background-position : 33% center;
	}

	#bel-activity-2016 #cover6.cover.wide {
		padding-top : 350px;
	}

	#bel-activity-2016 #cover6 .launcher {
		width : 180px;
	}

	#bel-activity-2016 #cover6 .launcher .circle p {
		font-size : 2.4em;
	}

	#bel-activity-2016 #cover8 a.number_item {
		padding-top : 420px;
	}

	#bel-activity-2016 .bx-wrapper .bx-pager .bx-pager-item {
		display : none;
	}

	#bel-activity-2016 #cover8 .svg_picto {
		width : 168px;
		padding-top : 168px;
	}

	#bel-activity-2016 #arw_2.arrow_item {
		bottom : 40px;
		left : 2%;
	}

	#bel-activity-2016 #arw_3.arrow_item {
		width : 18%;
		left : 1%;
		bottom : 70px;
		transform: rotate(40deg);
	}

	#bel-activity-2016 #arw_4.arrow_item {
		width : 12%;
		bottom: 100px;
		right: 13%;
	}

	#bel-activity-2016 #arw_5.arrow_item {
		right : 65%;
		bottom : 90px;
		width : 20%;
		transform : rotate(-90deg);
	}

	.social_link {
		position : absolute;
		margin : 0;
		top : 0;
		left : 50%;
		margin-left : -135px;
		right : auto;
		height : 40px;
		line-height : 40px;
		width : 215px;
	}

	.social_link .title,
	.social_link .content	{
		display : inline-block;
		vertical-align : middle;
		line-height : 1;
		margin : 0 5px;
	}

	.social_link .content {
		border-width : 2px;
		padding : 5px 15px;
	}

	.social_link .content a {
		display : inline-block;
		line-height : 1.2em;
		margin : 0 5px;
	}

	#cover7 .social_link {
		top : -33px;
		right : 0;
	}

	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
		width : 40px;
		padding-right : 10px;
	}

	#bel-activity-2016 .slider li > .item_c {
		padding-top : 86.7187%;
	}

	#responsive_stat:before {
		content : 'mobile';
	}
}

@media (max-width: 400px) {

	#bel-activity-2016 #cover1 {
		padding-top : 400px;
	}

	#bel-activity-2016 #cover1 .cover_content {
		padding-top : 50px;
	}

	#bel-activity-2016 .sub_header {
		height : 150px;
		line-height : 150px;
	}

	#bel-activity-2016 .sub_header .title {
		font-size : 2em;
	}

	#bel-activity-2016 .sub_header .sub_title {
		font-size : 1.5em;
	}

	#bel-activity-2016 #cover6.cover.wide {
		padding-top : 280px;
	}

	#bel-activity-2016 #arw_4.arrow_item {
		right : 13%;
		bottom : 75px;
	}

	#bel-activity-2016 #arw_3.arrow_item {
		bottom : 50px;
	}

	#bel-activity-2016 #arw_5.arrow_item {
		bottom : 70px;
	}

	#bel-activity-2016 #cover3 .svg_picto {
		margin : 0 20px;
	}

}

/*!
 * End Bel activity 2016 wordpress css
 */
