@charset "UTF-8";
/* Compass */
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
/* 8. Visually hide an element */
/**
 * the sticky footer mixin
 **/
/* Tools */
/* COLDIDER */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* =Fonts
------------------- */
/* Chart Colors */
.f-color1 {
  color: red; }

.f-color2 {
  color: blue; }

/* Base */
/* ===========================
   Base
   =========================== */
* {
  margin: 0; }

body {
  position: relative;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  background-color: #ececec;
  background-image: url(../img/back.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility; }

a:active, a:hover, a:visited {
  outline: none;
  outline-width: 0;
  text-decoration: none; }

pre {
  font-size: 1.5rem; }

/* especificamos tama├▒os del sitio */
.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px; }

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1180px;
  width: 100%; }

.seccion {
  float: left;
  position: relative;
  width: 100%; }

/* limpiamos y acomodamos objetos */
.autopos {
  display: block;
  margin: 0 auto; }

.no-padding {
  padding: 0px; }

/* pantalla completa */
.fullwidth, .fullScreen, .fullScreen2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  /* min-height: 250px; */ }

/* animaciones */
.wow {
  opacity: 1;
  khtml-opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0); }

.visible {
  opacity: 1;
  khtml-opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.coverBg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.animations *, .animated {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }

/* pagina 404*/
.no-found {
  padding-top: 20px;
  text-align: center; }

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
.titulo-form {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  color: #ffffff; }
  .titulo-form .text {
    text-align: center;
    color: #00047f;
    font-weight: bold;
    font-family: "Encode Sans Condensed", sans-serif;
    margin: 40px 0px 60px; }
    .titulo-form .text h3 {
      letter-spacing: 5px;
      font-size: 33px;
      font-weight: bold;
      font-family: "Encode Sans Condensed", sans-serif; }
  .titulo-form .titulo {
    text-align: left;
    color: #ffffff;
    margin: 0px 0px 40px; }

.map-cont {
  background-color: transparent;
  padding: 0px 0px 0px; }
  .map-cont .formu {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 1024px; }

.text-label {
  display: inline-block;
  position: relative;
  float: left; }

.labelform {
  color: #ffffff;
  text-transform: initial;
  text-align: left;
  font-weight: 500;
  padding: 0px;
  font-size: 18px; }

.form-control {
  background-color: #ffffff;
  border-color: 1px solid #000;
  color: #3f3f3f;
  font-size: 15px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  margin-bottom: 0px;
  height: 40px; }
  .form-control::-webkit-input-placeholder {
    color: #00108f;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .form-control:-moz-placeholder {
    color: #00108f;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .form-control::-moz-placeholder {
    color: #00108f;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder {
    color: #00108f;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

.contacto_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contacto_form .btn-contacto {
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    width: 100%; }
    .contacto_form .btn-contacto .btn {
      padding: 5px;
      line-height: 1.3333333;
      background: #00047f;
      border-radius: 10px;
      max-width: 100px;
      border: 1px solid #ffffff;
      float: left;
      font-weight: 600;
      color: #ffffff;
      font-size: 12px;
      font-family: "Encode Sans Condensed", sans-serif;
      letter-spacing: 5px;
      outline: none;
      outline-width: 0;
      text-decoration: none;
      text-transform: uppercase; }
    .contacto_form .btn-contacto .btn:hover {
      background: #00674d;
      color: #ffffff; }

.btn.focus {
  outline: none;
  outline-width: 0;
  text-decoration: none; }

textarea.form-control {
  resize: none; }

.form-group {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 10px; }

.captha {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px; }
  .captha #rc-imageselect, .captha .g-recaptcha {
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
/* theme slick-slider*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus {
    outline: none; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #510d3c;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  color: #510d3c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "\f104"; }
    [dir="rtl"] .slick-prev:before {
      content: "\f104"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "\f105"; }
    [dir="rtl"] .slick-next:before {
      content: "\f105"; }

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ÔÇó";
        width: 20px;
        height: 20px;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #000000;
        opacity: .25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000000;
      opacity: 1; }

/* -----------------------------time line -------------------------------------------*/
/* ---------------- *\
   GLOBAL VARIABLES
\* ---------------- */
/* 1 / sqrt(3) */
/* ------ *\
   MIXINS
\* ------ */
/* -------------- *\
   MAIN CONTAINER
\* -------------- */
.timeline-me-container {
  position: relative; }

.timeline-me-container.no-scroll .timeline-me-wrapper {
  overflow: hidden; }

.timeline-me-container.no-x-scroll .timeline-me-wrapper {
  overflow-x: hidden; }

.timeline-me-container.no-y-scroll .timeline-me-wrapper {
  overflow-y: hidden; }

.timeline-me-track {
  position: relative;
  overflow: hidden; }

.timeline-me-track:before {
  content: '';
  position: absolute;
  background: #bebebe;
  border-radius: 45px; }

.timeline-me-vertical .timeline-me-track:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 8px;
  margin-left: -4px; }

.timeline-me-horizontal .timeline-me-track {
  display: table; }

.timeline-me-horizontal .timeline-me-track:before {
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  margin-top: -2px; }

.timeline-me-leftscroll,
.timeline-me-rightscroll {
  width: 50px;
  position: absolute;
  z-index: 1001;
  top: 0;
  bottom: 0; }

.timeline-me-leftscroll {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, left, right);
  background-image: -webkit-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -moz-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -ms-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -o-linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(#8dd8dd), to(rgba(141, 216, 221, 0)));
  background-image: linear-gradient(left, #8dd8dd, rgba(141, 216, 221, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#8dd8dd', end-colourStr='rgba(141, 216, 221, 0)', gradientType='1'); }

.timeline-me-rightscroll {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, left, right);
  background-image: -webkit-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -moz-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -ms-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -o-linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(141, 216, 221, 0)), to(#8dd8dd));
  background-image: linear-gradient(left, rgba(141, 216, 221, 0), #8dd8dd);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(141, 216, 221, 0)', end-colourStr='#8dd8dd', gradientType='1'); }

.timeline-me-leftarrow,
.timeline-me-rightarrow {
  position: absolute;
  top: 50%;
  z-index: 1002;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.timeline-me-leftarrow:after,
.timeline-me-rightarrow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-style: solid; }

.timeline-me-leftarrow {
  left: 0; }

.timeline-me-leftarrow:after {
  left: 0;
  border-width: 11.54px 20px 11.54px 0;
  border-color: transparent #ffffff transparent transparent; }

.timeline-me-rightarrow {
  right: 0; }

.timeline-me-rightarrow:after {
  right: 0;
  border-width: 11.54px 0 11.54px 20px;
  border-color: transparent transparent transparent #ffffff; }

/* -------------------- *\
   GENERIC ITEM'S STYLE
\* -------------------- */
.timeline-me-horizontal {
  /*.timeline-me-label { bottom: - ($label-picto-total-size - $timeline-thickness) / 2; }*/ }

.timeline-me-horizontal .timeline-me-wrapper {
  overflow-x: scroll; }

.timeline-me-horizontal .timeline-me-item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

.timeline-me-horizontal .timeline-me-fix-height .timeline-me-label {
  height: 150px; }

.timeline-me-horizontal .timeline-me-fix-height .timeline-me-content {
  height: 300px; }

.timeline-me-horizontal .timeline-me-fix-width .timeline-me-label {
  width: 200px; }

.timeline-me-horizontal .timeline-me-fix-width .timeline-me-content {
  width: 400px; }

.timeline-me-vertical .timeline-me-item {
  padding-top: 5px;
  padding-bottom: 5px; }

.timeline-me-item,
.timeline-me-item:first-child {
  position: relative;
  margin: 20px 0px; }

.timeline-me-content {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.timeline-me-shortcontent,
.timeline-me-fullcontent {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  line-height: 20px;
  border-radius: 2px; }

.timeline-me-showmore {
  display: block; }

.timeline-me-showless {
  display: none; }

.timeline-me-hidden {
  position: relative;
  z-index: -1000; }

/* ----------------- *\
   MILESTONE ELEMENT
\* ----------------- */
.timeline-me-milestone {
  /* Specific for 'right' position item - default one */
  /* Specific for 'top' position item */
  /* Specific for 'left' position item */
  /* Specific for 'bottom' position item */ }

.timeline-me-milestone .timeline-me-label {
  position: relative;
  line-height: 36px; }

.timeline-me-milestone .timeline-me-label .timeline-me-picto {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #555555;
  z-index: 100;
  text-align: center;
  overflow: hidden; }

.timeline-me-milestone.timeline-me-right, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) {
  width: 50%;
  margin-left: 50%; }

.timeline-me-milestone.timeline-me-right .timeline-me-label, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) .timeline-me-label {
  height: 36px;
  padding-left: 39px;
  margin-left: -18px; }

.timeline-me-milestone.timeline-me-right .timeline-me-label .timeline-me-picto, .timeline-me-milestone:not(.timeline-me-top):not(.timeline-me-left):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0; }

.timeline-me-milestone.timeline-me-top {
  margin: auto;
  text-align: center; }

.timeline-me-milestone.timeline-me-top .timeline-me-label {
  padding-bottom: 39px; }

.timeline-me-milestone.timeline-me-top .timeline-me-label .timeline-me-picto {
  bottom: 0px;
  left: 50%;
  margin-left: -18px; }

.timeline-me-milestone.timeline-me-left {
  width: 50%;
  margin-right: 50%;
  text-align: right; }

.timeline-me-milestone.timeline-me-left .timeline-me-label {
  height: 36px;
  padding-right: 39px;
  margin-right: -18px; }

.timeline-me-milestone.timeline-me-left .timeline-me-label .timeline-me-picto {
  top: 0;
  right: 0px; }

.timeline-me-milestone.timeline-me-bottom {
  margin: auto;
  text-align: center; }

.timeline-me-milestone.timeline-me-bottom .timeline-me-label {
  padding-top: 39px; }

.timeline-me-milestone.timeline-me-bottom .timeline-me-label .timeline-me-picto {
  top: 0px;
  left: 50%;
  margin-left: -18px; }

.timeline-me-milestone .timeline-me-shortcontent {
  display: none; }

.timeline-me-horizontal .timeline-me-milestone.timeline-me-top .timeline-me-label-wrapper {
  padding-bottom: 36px; }

.timeline-me-horizontal .timeline-me-milestone.timeline-me-bottom .timeline-me-label-wrapper {
  padding-top: 36px; }

/* ----------------- *\
   SMALLITEM ELEMENT
\* ----------------- */
.timeline-me-smallitem {
  /* Specific for 'left' position item - default one */
  /* Specific for 'top' position item */
  /* Specific for 'right' position item */
  /* Specific for 'bottom' position item */ }

.timeline-me-smallitem .timeline-me-item-wrapper {
  position: relative; }

.timeline-me-smallitem .timeline-me-label {
  position: absolute;
  line-height: 36px; }

.timeline-me-smallitem .timeline-me-label .timeline-me-picto {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 4px;
  width: 30px;
  margin-top: 13px;
  background-color: #ffffff;
  border-radius: 45px;
  border: 3px solid #bebebe;
  z-index: 100;
  text-align: center;
  overflow: hidden;
  background-color: #bebebe; }

.timeline-me-smallitem.timeline-me-left .timeline-me-label, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label {
  left: 50%;
  top: 0;
  margin-left: -18px;
  text-align: left;
  padding-left: 39px;
  color: #283673;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.timeline-me-smallitem.timeline-me-left .timeline-me-label .timeline-me-picto, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0px; }

.timeline-me-smallitem.timeline-me-left .timeline-me-content-container, .timeline-me-smallitem:not(.timeline-me-top):not(.timeline-me-right):not(.timeline-me-bottom) .timeline-me-content-container {
  width: 40%;
  margin-left: 10%;
  padding-right: 25px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-label {
  top: 50%;
  left: 0;
  margin-top: -18px;
  text-align: left;
  padding-top: 39px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-label .timeline-me-picto {
  top: 0px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-content-wrapper:not(.timeline-me-hidden) {
  margin-bottom: 50px; }

.timeline-me-smallitem.timeline-me-top .timeline-me-fullcontent:before,
.timeline-me-smallitem.timeline-me-top .timeline-me-shortcontent:before {
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  bottom: -5px;
  left: 18px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-label {
  right: 50%;
  top: 0;
  margin-right: -18px;
  text-align: right;
  padding-right: 39px;
  color: #283673;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-label .timeline-me-picto {
  top: 0;
  right: 0px; }

.timeline-me-smallitem.timeline-me-right .timeline-me-content-container {
  width: 40%;
  margin-left: 50%;
  padding-left: 25px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-label {
  bottom: 50%;
  left: 0;
  margin-bottom: -18px;
  text-align: left;
  padding-bottom: 39px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-label .timeline-me-picto {
  bottom: 0px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-content-wrapper:not(.timeline-me-hidden) {
  margin-top: 50px; }

.timeline-me-smallitem.timeline-me-bottom .timeline-me-fullcontent:before,
.timeline-me-smallitem.timeline-me-bottom .timeline-me-shortcontent:before {
  background-color: inherit;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  top: -5px;
  left: 18px; }

.timeline-me-smallitem .timeline-me-content-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.timeline-me-smallitem .timeline-me-fullcontent,
.timeline-me-smallitem .timeline-me-shortcontent {
  padding: 10px;
  min-height: 18px;
  min-width: 18px; }

.timeline-me-smallitem .timeline-me-fullcontent:before,
.timeline-me-smallitem .timeline-me-shortcontent:before {
  content: '';
  position: absolute; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-shortcontent, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-shortcontent {
  display: none; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-fullcontent, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-fullcontent {
  display: block; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-showmore, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-showmore {
  display: none; }

.timeline-me-smallitem .timeline-me-displayfull .timeline-me-showless, .timeline-me-smallitem.timeline-me-displayfull .timeline-me-showless {
  display: block; }

.timeline-me-smallitem .timeline-me-shortcontent {
  display: inline-block; }

.timeline-me-smallitem .timeline-me-fullcontent {
  display: none; }

/* --------------- *\
   BIGITEM ELEMENT
\* --------------- */
.timeline-me-bigitem {
  /* to avoid "not clickable" effect on flipped element */ }

.timeline-me-bigitem .timeline-me-label {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 39px;
  line-height: 36px; }

.timeline-me-bigitem .timeline-me-label .timeline-me-picto {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #555555;
  z-index: 100;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
  overflow: hidden; }

.timeline-me-bigitem .timeline-me-content-wrapper {
  position: relative;
  z-index: 1000; }

.timeline-me-bigitem .timeline-me-content-container {
  width: 80%;
  margin: auto; }

.timeline-me-bigitem .timeline-me-fullcontent,
.timeline-me-bigitem .timeline-me-shortcontent {
  padding: 20px; }

.timeline-me-bigitem .timeline-me-flipped .timeline-me-showmore, .timeline-me-bigitem.timeline-me-flipped .timeline-me-showmore {
  display: none; }

.timeline-me-bigitem .timeline-me-flipped .timeline-me-showless, .timeline-me-bigitem.timeline-me-flipped .timeline-me-showless {
  display: block; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper {
  display: table; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper .timeline-me-label-wrapper,
.timeline-me-horizontal .timeline-me-bigitem .timeline-me-item-wrapper .timeline-me-content-wrapper {
  display: table-cell;
  vertical-align: middle; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-label {
  margin-bottom: 0;
  bottom: 18px; }

.timeline-me-horizontal .timeline-me-bigitem .timeline-me-content-container {
  width: 100%;
  margin: 0; }

/* --------------- *\
   BIGITEM 3D-FLIP
\* --------------- */
/* entire container, keeps perspective */
.timeline-me-bigitem {
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* flip the pane when hovered */
  /* Configure flip speed */
  /* Hide back of pane during flip */
  /* Front pane, placed above back */
  /* Back pane, initially hidden pane */ }

.timeline-me-bigitem.timeline-me-flipped .timeline-me-content-container {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.timeline-me-bigitem .timeline-me-content-container {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.timeline-me-bigitem .timeline-me-shortcontent, .timeline-me-bigitem .timeline-me-fullcontent {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.timeline-me-bigitem .timeline-me-shortcontent {
  z-index: 2;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.timeline-me-bigitem .timeline-me-fullcontent {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* -------------- *\
   COLLAPSED MODE
\* -------------- */
.timeline-me-collapsed .timeline-me-smallitem .timeline-me-content-wrapper,
.timeline-me-collapsed .timeline-me-bigitem .timeline-me-content-wrapper, .timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-content-wrapper, .timeline-me-collapsed.timeline-me-horizontal .timeline-me-bigitem .timeline-me-content-wrapper {
  display: none; }

.timeline-me-collapsed .timeline-me-smallitem .timeline-me-label,
.timeline-me-collapsed .timeline-me-bigitem .timeline-me-label {
  position: relative;
  margin: 0; }

.timeline-me-collapsed.timeline-me-vertical .timeline-me-bigitem .timeline-me-label {
  padding-bottom: 0;
  left: 50%;
  top: 0;
  margin-left: -18px;
  text-align: left;
  padding-left: 39px; }

.timeline-me-collapsed.timeline-me-vertical .timeline-me-bigitem .timeline-me-label .timeline-me-picto {
  top: 0;
  left: 0px;
  margin-left: 0; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-label {
  text-align: center; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem .timeline-me-label .timeline-me-picto {
  left: 50%;
  margin-left: -18px; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem.timeline-me-top .timeline-me-label-wrapper {
  padding-top: 36px; }

.timeline-me-collapsed.timeline-me-horizontal .timeline-me-smallitem.timeline-me-bottom .timeline-me-label-wrapper {
  padding-bottom: 36px; }

/* 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;
  -webkit-box-sizing: border-box;
  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;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 60px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  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: #4d4d4d;
  padding-top: 0px;
  z-index: 9; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
    -webkit-box-sizing: border-box;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.ajax-content {
  display: inline-block;
  position: relative;
  /* border:1px solid red; */ }

#mfp-build-tool {
  position: relative;
  background: #FFF;
  padding: 2em 3em;
  width: auto;
  margin: 5px auto;
  max-width: 1024px;
  height: auto;
  overflow-y: auto; }

#mfp-build-tool {
  background-color: #dddddd;
  color: #4d4d4d; }
  #mfp-build-tool .dato-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px; }
    #mfp-build-tool .dato-extra img {
      max-width: 20px;
      margin-right: 20px; }

/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
.header {
  padding: 0px;
  width: 100%;
  float: left;
  height: 80px;
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  min-width: 320px;
  background-image: url(../img/header.jpg);
  background-attachment: initial;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.menu_index {
  position: relative; }

.section-header {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px; }
  .section-header .logo {
    display: inline-block;
    left: 2%;
    float: left;
    position: absolute;
    width: 180px;
    z-index: 1;
    bottom: 0px;
    margin-top: 0px;
    top: 10px; }
    .section-header .logo .logo-res {
      background-image: url("../img/logo.png");
      height: 75px;
      width: 150px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: 100%;
      background-repeat: no-repeat; }
    @media screen and (max-width: 599px) {
      .section-header .logo {
        position: relative; } }
  .section-header .navbar-collapse.collapse {
    margin-right: 0px;
    margin-top: 0px; }

.navbar-nav > li {
  float: left;
  margin: 0px 20px; }

.navbar-nav > li > a {
  color: #00108f;
  outline: none;
  letter-spacing: 0px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 900;
  margin: 0px;
  padding: 12px 0px 10px;
  height: 60px; }

.navbar-nav li span {
  background: transparent;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 100%; }

.navbar-nav li:hover span {
  background: rgba(0, 103, 77, 0.7);
  display: inline-block;
  position: relative;
  height: 20px;
  width: 100%; }

.navbar-nav .active {
  color: #00108f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 900;
  display: inline-block;
  position: relative; }
  .navbar-nav .active span {
    background: #00674d;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 100%; }
  .navbar-nav .active a {
    color: #00108f;
    font-weight: 900; }

.nav > li > a:focus, .nav > li > a:hover {
  color: #00108f;
  background: transparent;
  letter-spacing: 0px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 900;
  margin: 0px;
  padding: 12px 0px 10px; }
  .nav > li > a:focus span, .nav > li > a:hover span {
    background: #00674d;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 100%; }

.navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 1%;
  text-transform: uppercase;
  position: relative;
  border: 0;
  font-size: 14px;
  margin-top: -2px;
  height: 80px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 15px 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #ffffff; }
  .navbar-toggle .fa {
    color: #ffffff; }

.navbar-nav .active a {
  color: #00108f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  margin: 0px;
  padding: 12px 0px 10px;
  height: 60px; }

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 3%;
  width: 17%;
  top: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .phone img {
    padding-right: 10px; }
  .phone .azul {
    font-weight: 900;
    font-size: 16px;
    color: #00108f; }
  .phone .verde {
    font-weight: 900;
    font-size: 16px;
    color: #00674d;
    padding-right: 5px;
    padding-left: 5px; }

@media screen and (max-width: 1080px) {
  .menu_index .section-header .logo {
    left: 10px; }

  .header .section-header .logo {
    left: 10px; } }
@media screen and (max-width: 980px) {
  .navbar-nav > li {
    margin: 0px 10px; } }
@media screen and (max-width: 880px) {
  .section-header .logo {
    width: 140px;
    top: 15px; } }
@media screen and (max-width: 790px) {
  .navbar-nav > li {
    margin: 0px 7px; }

  .phone {
    width: 20%; } }
@media screen and (max-width: 767px) {
  .phone {
    top: -56px;
    right: 40%; }

  .navbar-nav > li {
    margin: 0px 0px; }

  .header .section-header .logo {
    width: 180px; }

  .navbar {
    border: 0px; }

  .wrappercon {
    margin-top: 50px; }

  .section-header .navbar-collapse.collapse {
    width: 100%;
    position: absolute; }
  .section-header .navbar-header {
    height: 80px; }

  .navbar-collapse {
    padding: 0px; }

  .menu_index .section-header {
    padding: 0px; }
    .menu_index .section-header .logo {
      display: inline-block;
      left: 10px;
      float: left;
      position: relative;
      width: 180px;
      z-index: 1;
      bottom: 0px;
      margin-top: 5px; }
  .menu_index .redesofi {
    width: 100px; }
    .menu_index .redesofi .link_red2 {
      font-size: 20px;
      width: 20px;
      height: 20px; }

  .redesofi {
    width: 100px;
    position: absolute;
    display: inline-block;
    float: right;
    padding-left: 20px;
    padding-top: 5px; }
    .redesofi .link_red2 {
      font-size: 20px;
      width: 20px;
      height: 20px; }

  .navbar-nav {
    margin: 0%; }

  .navbar-nav > li {
    float: left;
    width: 100%;
    background-color: #00047f; }
    .navbar-nav > li.active {
      margin: 0px;
      height: inherit;
      color: #ffffff; }
    .navbar-nav > li a {
      color: #00674d; }

  .navbar-nav li.active {
    height: auto; }

  .nav > li > a:focus, .nav > li > a:hover {
    height: auto;
    color: #ffffff; }

  .navbar-nav li.active a, .navbar-nav li:hover a {
    padding: 10px 0px;
    color: #ffffff;
    background: #00674d;
    height: 40px; }

  .navbar-nav li:hover span {
    display: none;
    height: 0px; }

  .navbar-nav .active span {
    display: none;
    height: 0px; }

  .navbar-nav li span {
    display: none;
    height: 0px; }

  .navbar-nav li a::hover {
    padding: 10px 0px; }

  .navbar-right {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -1px; }

  .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 0px;
    height: 40px; }

  .navbar-collapse.in {
    overflow-y: inherit;
    background-color: red; } }
@media screen and (max-width: 360px) {
  .dep-right .dep-lis {
    padding: 0px; }

  .header .section-header .logo {
    width: 120px;
    margin-top: 20px; } }
/* ==|====================
   Layout/Nav
   ======================= */
.block-esp {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center; }

.img-center {
  margin: 0 auto; }

.slide-claims {
  margin-bottom: 0px; }
  .slide-claims .item img {
    margin: 0 auto; }

.sec-mision {
  padding: 50px 0px; }
  .sec-mision .mision-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.text-identidad {
  text-align: left;
  color: #686868;
  font-size: 1.3em;
  font-weight: 100; }

.flex-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.blk-claims {
  padding: 50px 0px; }

.blk-norma {
  padding: 30px 0px; }

.flex-norma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tit-norma {
  color: #4cac33;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px; }

.des-norma {
  color: #595959;
  font-size: 1.3em;
  font-weight: 100; }

.back-fixed {
  padding: 100px 0px;
  color: #ffffff;
  font-size: 1.5em;
  background-size: cover;
  background-attachment: fixed; }
  .back-fixed:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(42, 63, 24, 0.8);
    z-index: 2; }
  .back-fixed .txt-description {
    position: relative;
    z-index: 5;
    max-width: 600px;
    margin: 0 auto; }

.block-charolas {
  padding: 30px 0px; }
  .block-charolas .slide-categorias {
    margin-bottom: 0px; }

.block-intro .txt-intro {
  font-size: 1.3em;
  font-weight: 100;
  color: #595959; }

.cont-productos {
  margin: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cont-productos .item-producto {
    display: inline-block;
    margin-bottom: 50px; }

.extra-margen {
  margin-top: 80px; }

.name-product {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  width: 100%; }
  .name-product span {
    position: absolute;
    right: 15px;
    top: 0px; }

.md-titulo {
  color: #4cac33;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px 15px; }

.md-descripcion {
  color: #595959;
  font-size: 1.1em;
  font-weight: 100;
  padding: 0px 15px; }

#mfp-build-tool {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.md-fondo-imagen {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .md-fondo-imagen img {
    padding: 15px; }

.menu-top {
  display: inline-block;
  position: relative;
  margin-bottom: 50px; }
  .menu-top a {
    background-color: transparent;
    padding: 3px 10px;
    margin: 0px 1px;
    color: #ffffff;
    font-weight: 400;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7f7f7f; }
    .menu-top a:hover, .menu-top a.active {
      background-color: #78b039;
      color: #ffffff; }

.depa {
  width: 100%;
  display: inline-block;
  position: relative; }
  .depa .text-depa {
    color: #a3a3a3;
    font-size: 24px;
    font-weight: 200;
    margin: 40px 20px;
    letter-spacing: .3em; }

.tipo-depa {
  margin-top: 50px; }

#mapa {
  float: left;
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  display: inline-block; }
  #mapa .contmapimg {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 20px;
    border: 2px solid red;
    max-width: 10px; }

#mapa {
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 718px;
  height: 420px;
  clear: both;
  margin: 0 1px;
  width: 100%;
  overflow: hidden; }
  #mapa #infoWindow {
    min-height: 20px;
    position: relative;
    width: 225px;
    display: inline-block;
    text-align: center; }
    #mapa #infoWindow .infoImg {
      width: 35%;
      padding: 7px; }
    #mapa #infoWindow .infomap {
      width: 100%;
      min-height: 20px;
      text-align: center;
      padding: 5px; }
      #mapa #infoWindow .infomap .maps-tit {
        font-size: 17px;
        margin-top: 0px;
        min-height: 2px;
        text-transform: uppercase;
        width: 100%; }
      #mapa #infoWindow .infomap .maps-dir, #mapa #infoWindow .infomap .maps-mail, #mapa #infoWindow .infomap .maps-phone {
        font-size: 13px;
        margin-top: 5px;
        min-height: 20px;
        width: 100%;
        font-weight: 400; }
      #mapa #infoWindow .infomap .vergmaps_container a {
        font-weight: 500; }

.bloque-info {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0px;
  background: transparent; }
  .bloque-info .info {
    min-width: 350px;
    display: inline-block;
    position: relative;
    background: #ffffff; }
    .bloque-info .info .titulo {
      font-weight: bold;
      font-size: 18px;
      padding: 0px;
      color: #00108f;
      margin: 0px; }
    .bloque-info .info .text {
      font-size: 14px;
      color: #9ab93b;
      font-weight: bold;
      padding: 0px; }
    .bloque-info .info .icono {
      width: 100%;
      display: inline-block;
      position: relative;
      padding-top: 10px; }
      .bloque-info .info .icono .fa-map-marker {
        color: #9ab93b;
        font-size: 24px; }

/* BLOQUE DE CONTENEDOR CONTACTO */
.contacto-texto {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 130px;
  background: transparent; }
  .contacto-texto .text {
    float: left;
    min-width: 350px;
    display: inline-block;
    position: relative;
    background: transparent;
    padding-left: 10%; }
    .contacto-texto .text .descripcion {
      font-size: 22px;
      color: #9ab93b;
      width: 100%;
      display: inline-block;
      position: relative;
      font-weight: 600;
      height: 60px;
      font-family: "Encode Sans Condensed", sans-serif;
      max-width: 280px; }
      .contacto-texto .text .descripcion p {
        margin: 0px; }
    .contacto-texto .text .titulo {
      font-size: 20px;
      width: 100%;
      display: inline-block;
      position: relative;
      color: #00108f;
      font-size: 24px;
      font-weight: bold;
      padding-top: 5px;
      text-transform: uppercase; }

@media screen and (max-width: 1920px) {
  #mapa {
    height: 550px; } }
/* ==|====================
   Layout/Footer
   =======================*/
.footer {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #00108f;
  min-height: 25px;
  float: left;
  padding: 20px 0px; }
  .footer .bloque-direccion {
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 0px;
    text-aling: left; }
    .footer .bloque-direccion .titulo {
      font-weight: bold;
      font-size: 26px;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; }
      .footer .bloque-direccion .titulo img {
        padding-right: 12px;
        display: inline-block; }
      .footer .bloque-direccion .titulo .logb {
        height: 50px;
        margin-bottom: 10%; }
      .footer .bloque-direccion .titulo .icono {
        height: 36px; }
    .footer .bloque-direccion .tit {
      margin-bottom: 2%; }
    .footer .bloque-direccion .info {
      width: 100%;
      display: inline-block;
      position: relative;
      color: #ffffff;
      text-align: left;
      max-width: 480px;
      float: left;
      font-size: 16px; }
  .footer .tarjetas {
    display: inline-block;
    position: relative;
    padding: 40px 0px; }
    .footer .tarjetas .bases {
      width: 100%;
      display: inline-block;
      max-width: 200px; }
      .footer .tarjetas .bases .titulo {
        width: 100%;
        display: inline-block;
        position: relative;
        color: #ffffff;
        text-align: left; }
        .footer .tarjetas .bases .titulo strong {
          width: 100%;
          display: inline-block;
          position: relative;
          color: #ffffff;
          font-size: 26px; }
      .footer .tarjetas .bases .tarjimg {
        width: 100%;
        display: inline-block;
        position: relative;
        color: #ffffff;
        text-align: left;
        padding-bottom: 10px; }
        .footer .tarjetas .bases .tarjimg a {
          color: #ffffff; }
          .footer .tarjetas .bases .tarjimg a:hover {
            color: red; }
  .footer .copy {
    color: #ffffff;
    padding: 20px 0px; }
    .footer .copy .phone {
      font-size: 20px;
      display: inline-block;
      position: relative;
      text-align: left;
      padding-top: 100px; }
      .footer .copy .phone .tel {
        color: #ffffff; }
    .footer .copy .logo-ferall {
      max-width: 20px;
      display: inline-block;
      position: relative;
      margin-left: 10px; }
  .footer .aviso {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #ffffff;
    font-size: 18px; }
    .footer .aviso a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px; }

@media screen and (max-width: 1180px) {
  .footer .text {
    padding: 20px 0px; } }
@media screen and (max-width: 767px) {
  .footer .aviso {
    width: 100%;
    display: inline-block;
    padding: 0px 0px;
    text-align: center !important; }
  .footer .bloque-direccion {
    padding: 20px 0px 0px; }
    .footer .bloque-direccion .titulo {
      display: inline-block;
      width: 100%;
      float: none;
      text-align: center; }
  .footer .bloque-direccion .info {
    max-width: 400px;
    float: none;
    padding-top: 20px; }

  .map-cont {
    padding: 15px 0px 0px; }
    .map-cont .formu {
      max-width: 300px; } }
@media screen and (max-width: 550px) {
  .footer .min-12 {
    width: 100%;
    text-align: center; }

  .footer .bloque-direccion .titulo {
    text-align: center; }

  .footer .bloque-direccion .info {
    text-align: center; }

  .footer .bloque-direccion {
    padding-bottom: 10px; }

  .footer .tarjetas {
    padding: 10px 0px; }

  .footer .tarjetas .bases {
    width: 100% !important;
    max-width: inherit; }
    .footer .tarjetas .bases .titulo {
      text-align: center; }
    .footer .tarjetas .bases .tarjimg {
      text-align: center; }

  .footer .copy .phone {
    padding-top: 0px;
    width: 100%;
    text-align: center; }
    .footer .copy .phone .after-sec-t-c {
      width: 100%;
      text-align: center; }
    .footer .copy .phone .after-sec-t-t {
      width: 100%;
      text-align: center; } }
.form-error {
  display: none; }

.rows-forms {
  margin-bottom: 5px; }

/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */
/* modal magnific popup*/
/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-figure figcaption {
  /* border:solid 1px red; */
  display: inline-block;
  /* height: 50px; */
  width: 100%;
  position: absolute;
  float: left;
  bottom: 0px; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  margin-top: 4px;
  margin-right: 0px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  float: right;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 42px;
  /* font-family: Arial, Baskerville, monospace; */ }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 40px;
  margin: 0 auto;
  /* max-height: 70% !important; */ }

/* 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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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: relative;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 28px;
  color: #09262d;
  word-wrap: break-word;
  padding-right: 36px;
  background-color: #fff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold; }

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



/*# sourceMappingURL=style.css.map */