/**
 * cbcv3
 * http://yourproject.rocks/cbc
 *
 * Copyright (c) 2016-07-19 Royale Studios
 * Licensed under the GPLv2+ license.
 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Custom imports
 */
@font-face {
  font-family: 'gotham_bookregular';
  src: url("../fonts/ufonts.com_gotham-book-webfont.woff") format("woff2"), url("../fonts/ufonts.com_gotham-book-webfont.woff") format("woff"), url("../fonts/GothamBook.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham_lightregular';
  src: url("../fonts/gotham-light-webfont.woff") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham_mediumregular';
  src: url("../fonts/ufonts.com_gotham-medium-webfont.woff") format("woff2"), url("../fonts/ufonts.com_gotham-medium-webfont.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }

/** Colors */
/** Sizes */
/** Fonts */
/* Floating effect */
@keyframes Floatingx {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 15px); }
  to {
    transform: translate(0, 0px); } }

/* Global elements */
/** Defult font family */
body.hidden-ov,
html.hidden-ov {
  overflow: hidden; }

.pn-Advancer {
  /* Reset the button */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 10px;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity .3s; }

.pn-Advancer:focus {
  outline: 0; }

.pn-Advancer_Left {
  left: 0; }

[data-overflowing="both"] ~ .pn-Advancer_Left,
[data-overflowing="left"] ~ .pn-Advancer_Left {
  opacity: 1; }

.pn-Advancer_Right {
  right: 0; }

[data-overflowing="both"] ~ .pn-Advancer_Right,
[data-overflowing="right"] ~ .pn-Advancer_Right {
  opacity: 1; }

.pn-Advancer_Icon {
  width: 20px;
  height: 44px;
  fill: #bbb; }

.pn-ProductNav_Link + .pn-ProductNav_Link {
  margin-left: 11px;
  padding-left: 11px;
  border-left: 1px solid #035F91; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: transparent;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

body {
  font-family: gotham_lightregular, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #425968;
  line-height: 1.7; }

body.modal-is-open {
  overflow: hidden; }

body a {
  text-decoration: none;
  color: #425968;
  transition: all 0.2s ease-in-out; }

body a:focus, body a:hover {
  color: #425968; }

body p {
  font-size: 16px !important;
  line-height: 1.7 !important; }

body p strong {
  font-family: gotham_mediumregular, sans-serif; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

span.logo {
  display: block;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 889;
  transition: all 0.2s ease-in-out; }

span.logo.fixed {
  position: fixed; }

span.logo--light .brand-name {
  fill: #425968; }

body.page-template-default .open-primary,
body.page-template-page-contact .open-primary,
body.search .open-primary,
body.single .open-primary,
body.taxonomy .open-primary {
  color: #425968; }

body.page-template-default .open-primary:hover,
body.page-template-page-contact .open-primary:hover,
body.search .open-primary:hover,
body.single .open-primary:hover,
body.taxonomy .open-primary:hover {
  background: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: gotham_bookregular, sans-serif;
  line-height: 1.7;
  color: #035F91; }

h1 {
  font-size: 45px;
  margin: 0;
  line-height: normal; }

h1.contact {
  margin: 0; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

strong {
  font-family: gotham_mediumregular, sans-serif; }

.title--primary {
  color: #035F91 !important; }

.title--centered {
  text-align: center; }

.title--contact {
  font-size: 36px;
  margin: 0; }

.title--new {
  line-height: 1; }

.block__container .title {
  color: #fff; }

.block__container--generic-1 h3 {
  color: #fff; }

.button,
button,
input[type="submit"] {
  display: inline-block;
  background: #fff;
  border: 1px solid #425968;
  text-decoration: none;
  color: #425968;
  line-height: 1.5rem;
  padding: 10px 40px;
  margin: 0;
  font-family: gotham_mediumregular;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
  -o-box-shadow: none;
  box-shadow: none; }

.button:hover,
button:hover,
input[type="submit"]:hover {
  background: #425968;
  color: #fff; }

.button i.fa,
button i.fa,
input[type="submit"] i.fa {
  display: inline-block;
  padding-right: 8px; }

[type="password"],
[type="search"],
[type="text"],
textarea {
  border: 1px solid transparent;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem;
  -o-box-shadow: none;
  box-shadow: none; }

.button.primary,
button.primary,
input[type="submit"].primary {
  background: #035F91;
  color: #fff;
  border: 1px solid transparent; }

.button.secondary,
button.secondary,
input[type="submit"].secondary {
  background: #425968;
  color: #fff;
  border: 1px solid transparent; }

.button.secondary--inverse,
button.secondary--inverse,
input[type="submit"].secondary--inverse {
  background: #fff;
  color: #425968;
  border: 1px solid #425968; }

.button.secondary--inverse:hover,
button.secondary--inverse:hover,
input[type="submit"].secondary--inverse:hover {
  background: #425968;
  color: #fff;
  border: 1px solid transparent; }

.button.warning,
button.warning,
input[type="submit"].warning {
  background: #D88028;
  color: #fff;
  border: 1px solid transparent; }

.button.warning:hover,
button.warning:hover,
input[type="submit"].warning:hover {
  background: #fff;
  color: #D88028;
  border: 1px solid #D88028; }

.button.alert,
button.alert,
input[type="submit"].alert {
  background: #870103;
  color: #fff;
  border: 1px solid transparent; }

.button.transparent,
button.transparent,
input[type="submit"].transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }

.button.transparent:hover,
button.transparent:hover,
input[type="submit"].transparent:hover {
  color: #035F91;
  border: 1px solid transparent;
  background: #fff; }

.list--checks {
  list-style-image: url("../../images/bullet-list.png"); }

.cbc-loader {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 998;
  color: #fff;
  transition: all 0.3s ease-in-out; }

.cbc-loader.secondary {
  color: #425968; }

.section-link {
  text-align: center;
  position: relative; }

.modal .mCSB_inside > .mCSB_container {
  margin-right: 0; }

.modal .mCSB_scrollTools {
  width: 4px; }

.modal .mCSB_scrollTools .mCSB_draggerRail,
.modal .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px; }

.modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #035F91; }

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  background: transparent url("../../images/layout-shadow-blue.png") repeat-x center bottom;
  transition: all 0.2s ease-in-out; }

.shadow--secondary {
  background-image: none;
  background: rgba(0, 0, 0, 0.7); }

.shadow--secondary .video-modal-play {
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  cursor: pointer; }

table {
  max-width: 100%;
  width: 100%; }

table tr td.half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

table tr td.half:last-child {
  margin-right: 0; }

.ft-page {
  display: table;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  background-blend-mode: multiply; }

.ft-page .title {
  margin: 0;
  color: #fff;
  font-size: 78px; }

.ft-page .slide--wrapper-div {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 3rem; }

.ft-page .slide--contents {
  color: #fff;
  overflow: hidden;
  width: 50vw;
  max-width: 50%;
  padding-right: 20px;
  padding-left: 120px;
  display: inline-block;
  float: left; }

.ft-page .slide--contents .brand-logo {
  padding: 3rem 0 1rem; }

.ft-page .slide--products {
  display: inline-block;
  position: relative;
  max-height: 100%;
  width: 50vw;
  max-width: 50%;
  padding-left: 20px;
  float: left; }

.ft-page .slide--products__wrapper {
  max-width: 100%;
  position: relative; }

.ft-page .slide--products__wrapper .swiper-button-next,
.ft-page .slide--products__wrapper .swiper-button-prev {
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: transparent; }

.ft-page .slide--products__wrapper .swiper-button-next i.fa,
.ft-page .slide--products__wrapper .swiper-button-prev i.fa {
  line-height: 44px; }

.ft-page .slide--products .swiper-container {
  overflow: visible; }

.ft-page .slide--products .swiper-container .swiper-wrapper {
  height: 50vh; }

.ft-page .slide--products .swiper-slide {
  text-align: center;
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0 !important;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out; }

.ft-page .slide--products .swiper-slide .product-title {
  position: relative;
  top: 53%;
  color: #fff;
  font-size: 24px; }

.ft-page .slide--products .swiper-slide .product-title:before {
  content: "";
  display: none !important;
  width: 50px;
  margin: 40px auto 20px;
  height: 4px;
  background: #fff; }

.ft-page .slide--products .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  transition: all 0.2s ease-in-out; }

.ft-page .slide__contents {
  font-size: 18px; }

img.alignleft {
  float: left;
  margin-right: 20px; }

img.alignright {
  float: right;
  margin-left: 20px; }

img.aligncenter {
  max-width: 100%;
  display: block;
  margin: 80px auto;
  clear: both; }

img.reset-margin-top {
  margin-top: 0 !important; }

img.reset-margin-bottom {
  margin-bottom: 0 !important; }

/* Portfolio more slides indicator */
.page-indicator-down {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 88;
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 0 0 10px;
  width: 100%;
  height: auto;
  animation-name: Floatingx;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: 10; }

.page-indicator-down.hidden {
  display: none !important; }

@media all and (max-width: 768px) {
  .page-indicator-down {
    display: none !important; } }

body.home .page-indicator-down {
  position: absolute;
  bottom: 200px;
  font-size: 50px; }

@media all and (min-width: 768px) {
  body.home .page-indicator-down {
    bottom: 300px; } }

/** ------------------------------------------ **/
/*  Lang selector  */
/** ------------------------------------------ **/
.lang-switcher {
  position: fixed;
  right: 50px;
  top: 32px;
  z-index: 999; }

.lang-switcher #lang_sel a.lang_sel_sel {
  background: transparent;
  border: 0;
  color: #fff; }

/** ------------------------------------------ **/
/*  Fixes 171016  */
/** ------------------------------------------ **/
@media screen and (max-width: 767px) {
  #mainSiteContentWrap .block__container--header-image-block {
    background-position: center;
    background-attachment: inherit; }
  .menu--primary__footer__wrapper h4 {
    margin-bottom: 20px; }
  #menu-social-principal {
    margin-bottom: 10px; }
  .block__container--news .block-body .left--full .contents {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    max-width: 100% !important;
    padding: 100px 60px 40px; }
  .block__container--news .block-body .left {
    height: auto !important; } }

.modal .close-modal {
  z-index: 99999; }

@media all and (max-width: 768px) {
  .info-text {
    display: none; } }

/**
 * Base layout
 */
body,
html {
  height: 100%; }

.slider .slide img {
  display: block;
  max-width: 100%; }

.contributions-block-slider {
  width: 100%;
  padding-bottom: 50px; }

.contributions-block-slider .howto {
  position: absolute;
  right: 15%;
  top: 10%;
  z-index: 99;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 1rem; }

.contributions-block-slider .howto i.fa {
  display: inline-block;
  padding-right: 8px; }

.contributions-block-slider {
  padding: 0 200px 30px; }

.contributions-block-slider .swiper-slide {
  text-align: center;
  background-position: center center;
  background-size: cover;
  padding: 0;
  float: left;
  display: block;
  width: 102.35765%; }

.contributions-block-slider .swiper-slide:last-child {
  width: 100%; }

.contributions-block-slider .swiper-slide img {
  visibility: hidden; }

.contributions-block-slider .cover-video-slide {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 17%;
  height: 100%;
  text-align: center;
  padding: 1rem 1rem 6rem;
  color: #fff;
  font-size: 60px;
  cursor: pointer; }

.contributions-block-slider .cover-video-slide i.fa {
  position: relative;
  top: 50%;
  margin-top: -30px; }

.contributions-block-slider .cover-video-slide.next {
  right: 0; }

.contributions-block-slider .cover-video-slide.prev {
  left: 0; }

.cover-content {
  position: relative; }

.cover-content .video-trigger {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -60px;
  text-align: center;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 120px;
  z-index: 888;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.cover-content .video-trigger:hover i.fa {
  color: #035F91;
  transition: all 0.2s ease-in-out; }

.video-cover-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 889;
  transition: all 0.2s ease-in-out; }

/** Cover descriptions wrapper */
.cover-descriptions {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  background: #fff; }

.cover-descriptions::after {
  clear: both;
  content: "";
  display: table; }

.cover-descriptions .description-wrapper {
  color: #425968;
  float: left;
  display: block;
  width: 51.17883%;
  margin-left: 25.58941%;
  display: none; }

.cover-descriptions .description-wrapper:last-child {
  width: 48.82117%; }

.cover-descriptions .description-wrapper.current {
  display: block !important; }

.cover-descriptions .description-wrapper p {
  line-height: 1.5rem; }

.cover-descriptions .description-wrapper h3 {
  color: #035F91; }

.cover-descriptions .description-wrapper img {
  display: inline-block; }

.cover-descriptions .description-wrapper img.aligncenter {
  display: block;
  margin: 0 auto; }

.cover-descriptions .cover-desc-read-more {
  text-align: center; }

/** news slider pagination */
.swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff; }

.swiper-pagination-bullet-active {
  background: #fff; }

.news-block-slider .news-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88; }

.news-block-slider .swiper-slide .title {
  position: absolute;
  bottom: 10vh;
  text-align: left;
  color: #fff;
  font-size: 42px;
  line-height: normal;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }

.news-block-slider .swiper-slide .title:last-child {
  margin-right: 0; }

.wrap {
  padding: 2.35765%; }

.page__layout {
  position: relative; }

.page__layout--primary {
  position: relative;
  min-height: 100%;
  background: #fff;
  overflow: hidden; }

.page__layout--nodisplaying {
  display: none; }

.page__layout--block-news {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }

.page__layout--block-news:last-child {
  margin-right: 0; }

.news-cover-background-mb {
  background-color: #425968;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0; }

.adjust-the-height {
  height: 100vh !important;
  padding-top: 80px; }

.adjust-the-height-inverse {
  padding-top: 0 !important; }

.min-the-pad {
  padding-top: 10% !important; }

.grid--adjust-height {
  height: auto; }

.grid--adjust-height .content {
  position: relative !important;
  min-height: 60vh; }

/**
 * .................................
 * .................................
 * Block news
 */
.page__layout__block {
  position: relative; }

.page__layout__block .title {
  letter-spacing: 2px;
  margin-top: 60px;
  margin-bottom: 60px; }

.block__container {
  overflow: hidden; }

.block__container--news {
  position: relative;
  background-color: #035F91;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.block__container--news .shadow--secondary {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5); }

.block__container--news .title {
  margin: 0 0 20px; }

.block__container--news .block-body {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 20; }

.block__container--news .block-body .left {
  float: left;
  display: block;
  width: 68.23843%;
  margin-right: 0;
  vertical-align: top;
  height: calc(100vh - 160px);
  position: relative; }

.block__container--news .block-body .left:last-child {
  width: 65.88078%; }

.block__container--news .block-body .left .swiper-slide {
  height: calc(100vh - 160px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.block__container--news .block-body .left--full {
  float: left;
  display: block;
  width: 102.35765%; }

.block__container--news .block-body .left--full:last-child {
  width: 100%; }

.block__container--news .block-body .left--full .contents {
  position: absolute;
  max-width: 600px;
  left: 60px;
  bottom: 40px;
  text-align: left;
  color: #fff; }

.block__container--news .block-body .left--full .contents .news-video-cover-excerpt {
  padding-bottom: 20px;
  line-height: 1.5em; }

.block__container--news .block-body .left--full .contents .button i.fa {
  font-size: 20px; }

.block__container--news .block-body .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  height: calc(100vh - 160px);
  margin-right: 0;
  z-index: 88; }

.block__container--news .block-body .right:last-child {
  margin-right: 0; }

.block__container--news .block-body .right .block__child {
  height: 50%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.block__container--news .block-body .right .block__child .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 95, 145, 0.4);
  color: #fff;
  z-index: 8899;
  text-align: left;
  transition: all 0.2s ease-in-out; }

.block__container--news .block-body .right .block__child .content .wrap-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 1.5rem;
  padding: 40px 60px; }

.block__container--news .block-body .right .block__child .title a {
  color: #fff; }

.block__container--news .block-footer {
  border-top: 1px solid #fff;
  overflow: hidden;
  height: 160px;
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }

.block__container--news .block-footer:last-child {
  margin-right: 0; }

.block__container--news .block-footer__child {
  float: left;
  display: block;
  width: 34.11922%;
  height: 100%;
  display: table; }

.block__container--news .block-footer__child:last-child {
  width: 31.76157%; }

.block__container--news .block-footer__child .wrap {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 20px 60px; }

.block__container--news .block-footer__child.borders {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }

.block__container--news .block-footer__child .title {
  margin: 0;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 20px; }

.block__container--news .block-footer__child .title a {
  color: #fff; }

.block__container--partners {
  width: 100%; }

.block__container--partners > .cover-container {
  display: -ms-flexbox;
  display: flex; }

/** Partners (covers) */
.block__cover {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.block__cover .cbc-loader {
  position: absolute; }

.block__cover {
  height: 100vh;
  position: relative;
  -ms-flex: 1 0 33.333%;
  flex: 1 0 33.333%; }

.block__cover .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.block__cover .content .cover-logo {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.block__cover .content .cover-logo .center-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/** Generic blocks */
.block__container--generic-1 {
  position: relative;
  overflow: hidden; }

.block__container--generic-1 .image-cover {
  background-repeat: no-repeat;
  background-position: left top;
  height: 100vh;
  background-size: cover;
  float: left;
  display: block;
  width: 76.76824%; }

.block__container--generic-1 .image-cover:last-child {
  width: 74.41059%; }

.block__container--generic-1 .image-cover img {
  visibility: hidden; }

.block__container--generic-1 .content {
  position: relative;
  float: left;
  display: block;
  width: 34.11922%;
  padding: 40px 20px 20px 60px;
  margin-left: -8.5298%;
  background: #035F91;
  color: #fff;
  top: 60px;
  height: 100vh; }

.block__container--generic-1 .content:last-child {
  width: 31.76157%; }

.block__container--generic-1 .content .read-more {
  padding: 1rem 0; }

.block__container--generic-1 .content p {
  line-height: 25px;
  margin-top: 0; }

.block__container--generic-1 .content h3 {
  margin: 0 0 40px; }

.close-ref-modal {
  position: fixed;
  right: 26px;
  top: 7px;
  font-size: 14px;
  color: #fff;
  background: #D88028;
  line-height: normal;
  cursor: pointer;
  z-index: 888;
  padding: 4px 7px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 375px) {
  .close-ref-modal {
    right: 10px; } }

.close-ref-modal a {
  color: #fff; }

.close-ref-modal a:hover, .close-ref-modal a:focus {
  color: #fff; }

/** Modal styles */
.modal {
  background: #fff;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  z-index: 999;
  word-wrap: break-word; }

.modal img {
  max-width: 100%;
  height: auto; }

.modal--full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal--disabled {
  z-index: 88;
  position: relative; }

.modal .content {
  height: 100%; }

.modal .content h2 {
  font-size: 90px;
  color: #035F91;
  margin: 2rem 0;
  line-height: normal; }

.modal__wrap .the_content {
  line-height: 2rem;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.modal__wrap .the_content::after {
  clear: both;
  content: "";
  display: table; }

.modal__wrap .modal-brand-primary-thumb {
  overflow: hidden; }

.modal__wrap .modal-brand-primary-thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  clear: both; }

.modal__content {
  float: left;
  display: block;
  width: 85.29804%;
  margin-left: 8.5298%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #425968; }

.modal__content:last-child {
  width: 82.94039%; }

.modal__footer {
  overflow: hidden; }

.modal__footer > div {
  float: left;
  display: block;
  width: 51.17883%;
  padding-top: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.modal__footer > div:last-child {
  width: 48.82117%; }

.modal__footer > div img {
  max-width: 100%; }

.modal .close,
.modal .close-modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 20px;
  color: #fff;
  background: #D88028;
  line-height: normal;
  cursor: pointer;
  z-index: 9999;
  padding: 0.5rem 0.76923rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.modal .close:hover,
.modal .close-modal:hover {
  background: #ae671f; }

/** About layout */
.block__container--about-main {
  height: 100vh; }

.block__container--about-main .block__left {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  padding: 0;
  float: left;
  display: block;
  width: 68.23843%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }

.block__container--about-main .block__left:last-child {
  width: 65.88078%; }

.block__container--about-main .block__left .block__content {
  float: left;
  display: block;
  width: 102.35765%;
  padding: 40px 60px; }

.block__container--about-main .block__left .block__content:last-child {
  width: 100%; }

.block__container--about-main .block__left .block__content .title {
  line-height: normal;
  font-family: gotham_lightregular, sans-serif; }

.block__container--about-main .block__right {
  position: relative;
  background: rgba(216, 128, 40, 0.4);
  overflow: hidden;
  height: 100%;
  float: left;
  display: block;
  width: 34.11922%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 88; }

.block__container--about-main .block__right:last-child {
  width: 31.76157%; }

.block__container--about-main .block__right .block__content {
  float: left;
  display: block;
  width: 102.35765%;
  padding: 40px 60px; }

.block__container--about-main .block__right .block__content:last-child {
  width: 100%; }

.block__container--about-main .block__right .block__content .title {
  line-height: normal;
  font-family: gotham_lightregular, sans-serif; }

.block__container--about-main.half .block__left,
.block__container--about-main.half .block__right {
  height: 50vh;
  padding: 0; }

.block__container--about-main.half--grid {
  height: 50vh; }

.block__container--about-main .block__content {
  color: #fff;
  line-height: 1.6rem;
  position: relative; }

.block__container--about-main .block__content .title {
  color: #fff;
  margin: 0 0 20px; }

.block__container--about-main .block__content .button {
  margin-top: 20px; }

/** About grid 3 layout */
.block__grid {
  position: relative;
  height: 55vh;
  background: #e7e7e7;
  overflow: hidden;
  color: #fff;
  float: left;
  display: block;
  width: 34.11922%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.block__grid:last-child {
  width: 31.76157%; }

.block__grid .title {
  font-family: gotham_lightregular, sans-serif;
  line-height: normal;
  margin-top: 0; }

.block__grid .content {
  position: relative;
  line-height: 1.6rem;
  float: left;
  display: block;
  width: 102.35765%;
  padding: 60px; }

.block__grid .content:last-child {
  width: 100%; }

@media all and (max-height: 767px) {
  .block__grid .content {
    padding: 50px; } }

.block__grid--3 .content {
  top: 0; }

.block__grid--2 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  float: left;
  display: block;
  width: 51.17883%;
  height: 480px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }

.block__grid--2:last-child {
  width: 48.82117%; }

.block__grid--2 .shadow {
  background-size: 1px 75%; }

.block__grid--2 .content {
  min-height: auto; }

.block__grid--2:hover .shadow {
  background-color: rgba(3, 95, 145, 0.6); }

/** Header block + image */
.block__container--header-image-block {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
  z-index: 88;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden; }

.block__container--header-image-block .content {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 10%;
  color: #fff;
  line-height: 1.9rem;
  font-size: 20px;
  overflow: hidden; }

.block__container--header-image-block .content .title {
  line-height: normal;
  font-size: 60px; }

.block__container--headerimage-content {
  padding: 5% 0;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.block__container--headerimage-content::after {
  clear: both;
  content: "";
  display: table; }

.block__container--headerimage-content .content {
  color: #425968;
  line-height: 1.7rem; }

.block__container--headerimage-content .content h1,
.block__container--headerimage-content .content h2,
.block__container--headerimage-content .content h3,
.block__container--headerimage-content .content h4,
.block__container--headerimage-content .content h5 {
  color: #035F91; }

.block__container--headerimage-content .content h2 {
  font-size: 60px; }

.head-content {
  position: relative;
  width: 1088px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/** Simple custom banner */
.block__container--simple-banner {
  color: #fff;
  padding: 7%; }

.block__container--simple-banner h2,
.block__container--simple-banner h3,
.block__container--simple-banner h4,
.block__container--simple-banner h5,
.block__container--simple-banner h6 {
  margin-top: 0; }

.block__container--simple-banner .read-more-banner {
  text-align: center; }

/** modal contens */
.modal__section {
  overflow: hidden; }

.full-content-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

.full-content-image:last-child {
  margin-right: 0; }

.full-content-image img {
  max-width: 100%;
  display: block; }

.block--type-full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }

.block--type-full:last-child {
  margin-right: 0; }

/** Pager */
.pager {
  overflow: hidden;
  border-top: 1px solid rgba(66, 89, 104, 0.4);
  color: #425968;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
  float: left; }

.pager .pages,
.pager a {
  border: 0; }

.pager a {
  color: #425968; }

.pager .current {
  background: #035F91;
  color: #fff;
  border: 0; }

/* Videos on blocks */
.video--wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.video--thumbnail video {
  position: absolute;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.video--full {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: -9995; }

.video--full.now-playing {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9995; }

.video--full.now-playing .wrap-video-full {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.video--full.now-playing .wrap-video-full video {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 9999; }

.video__controls .control i {
  position: relative;
  transition: all 0.2s ease-in-out; }

.video__controls .control:hover i {
  /* IE 9 */
  /* Safari */
  color: #D88028; }

.video__controls .control.hide-trigger {
  display: none; }

.video__controls .control--seekslider {
  display: none;
  background: red; }

.video__controls.video-playing {
  bottom: 0; }

.video__controls.video-playing .control--seekslider {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px; }

.video--full.now-playing .video__controls {
  background: rgba(3, 95, 145, 0.4);
  top: 0; }

.video--full.now-playing .video__controls .control--play_pause i.fa {
  font-size: 40px; }

/* Site footer */
.page__footer {
  position: relative;
  background-color: #425968;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden; }

.page__footer__wrap {
  position: relative;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.page__footer__wrap::after {
  clear: both;
  content: "";
  display: table; }

.page__footer__wrap__left, .page__footer__wrap__right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

.page__footer__wrap__left:last-child, .page__footer__wrap__right:last-child {
  margin-right: 0; }

.page__footer .menu--footer {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.page__footer .menu--footer li {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 40px; }

.page__footer .menu--footer li a {
  color: #fff; }

.footer__text-info {
  padding-top: 20px;
  line-height: 1.5em; }

/** Block passwd-protected-form */
.block--passwd-protected-form {
  padding-top: 60px;
  font-family: gotham_mediumregular, sans-serif;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.block--passwd-protected-form::after {
  clear: both;
  content: "";
  display: table; }

.block--passwd-protected-form [type="password"],
.block--passwd-protected-form [type="text"] {
  border: 1px solid #870103;
  padding: 12px 20px;
  outline: none; }

/* PRELOADER TRANSITIONS **/
.fixed-page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9998;
  text-align: center; }

.fixed-page-loader .fixed-page-loader-icon {
  display: block;
  position: absolute;
  height: 80px;
  top: 50%;
  width: 100%;
  font-size: 80px;
  margin-top: -80px;
  color: #fff; }

.fixed-page-loader .fixed-page-loader-icon svg {
  display: block;
  margin: 0 auto;
  text-align: center; }

.fixed-page-loader .fixed-page-loader-icon .cbc-brand-logo {
  transform-origin: center;
  animation: pulsacion 1.5s infinite; }

.fixed-page-loader .fixed-page-loader-icon .brand-name {
  fill: #425968;
  opacity: 0.7;
  animation: flashing 1.5s infinite; }

.block__grid--self {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 75vh; }

.block__grid--self .title {
  margin-bottom: 0; }

.block__grid--self:last-child {
  width: 100%; }

.loader-hidden {
  display: none; }

@keyframes pulsacion {
  100% {
    transform: rotate(360deg); } }

@keyframes flashing {
  50% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }

.menu--primary {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #035F91;
  color: #fff;
  z-index: 999;
  width: 31.8vw;
  padding: 2.35765%;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%); }

.menu--primary.open {
  transform: translateX(0); }

.menu--primary .close-primary {
  font-family: "fontawesome";
  content: "\f00d";
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 20px;
  color: #fff;
  background: #D88028;
  line-height: normal;
  cursor: pointer;
  z-index: 9999;
  padding: 0.5rem 0.68966rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.menu--primary .close-primary:hover {
  background: #ae671f; }

.open-primary {
  font-family: "fontawesome";
  content: "\f0c9";
  position: fixed;
  right: 1rem;
  top: 24px;
  font-size: 30px;
  color: #e7e7e7;
  background: transparent;
  line-height: normal;
  cursor: pointer;
  z-index: 999;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.menu--primary__wrapper {
  height: 100%;
  position: relative; }

.menu--primary__links {
  padding: 10% 0 100px 2rem; }

.menu--primary .language-link {
  position: absolute;
  right: 70px;
  top: 21px; }

.menu--primary .language-link a {
  color: #fff;
  text-transform: uppercase; }

.menu--primary ul {
  margin: 0;
  list-style-type: none;
  height: 85%; }

.menu--primary ul li {
  line-height: 40px; }

.menu--primary ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.3s ease-in-out; }

.menu--primary ul li.current-menu-item a, .menu--primary ul li:hover a {
  font-family: gotham_mediumregular, sans-serif; }

#menu-social-principal, #menu-social-principal-ingles {
  margin: 0 0 40px;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.menu--primary__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem; }

@media all and (max-height: 767px) {
  .menu--primary__footer .title {
    display: none; } }

.menu--primary__footer ul {
  margin: 0;
  overflow: hidden; }

.menu--primary__footer ul li {
  position: relative;
  display: block;
  text-align: center; }

.menu--primary__footer ul li:before {
  position: absolute;
  display: block;
  margin: 0 auto;
  background: #035F91;
  width: 38px;
  line-height: 36px;
  font-size: 20px;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 1.4rem;
  transition: all 0.2s ease-in-out;
  z-index: 8; }

.menu--primary__footer ul li:hover:before {
  background: #fff;
  color: #035F91; }

.menu--primary__footer ul li a {
  position: relative;
  z-index: 88;
  display: block;
  width: 38px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px; }

.menu--primary__footer__wrapper__form {
  padding-top: 1rem;
  position: relative;
  z-index: 9999; }

.menu--primary__footer__wrapper__form .icon-search {
  position: absolute;
  top: 28px;
  left: 10px;
  display: block;
  z-index: 87; }

.menu--primary__footer__wrapper__form .form-input {
  border: 1px solid #fff;
  background: transparent;
  outline: none;
  padding: 0 30px;
  font-size: 16px;
  max-width: 100%;
  height: 40px;
  width: 100%;
  color: #fff; }

.menu--primary__footer__wrapper__form .form-input:focus {
  background: transparent;
  color: #fff; }

/** Scroll pages menu */
.menu--scroll {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2rem;
  transition: all 0.3s ease-in-out; }

.menu--scroll ul {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.menu--scroll ul::after {
  clear: both;
  content: "";
  display: table; }

.menu--scroll ul li {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-family: gotham_lightregular, sans-serif;
  color: #035F91;
  text-align: center;
  -webkit-text-fill-color: #035F91;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
  float: left;
  display: block;
  width: 25.58941%; }

.menu--scroll ul li:last-child {
  width: 23.23176%; }

.menu--scroll ul li:last-child {
  margin-right: 0; }

.menu--scroll ul li .section-name {
  margin: 1rem auto;
  display: block; }

.menu--scroll ul li .section-icon {
  display: block;
  margin: 1rem auto; }

.menu--scroll ul li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -43px;
  left: 0;
  width: 100%;
  height: 22px;
  z-index: 888;
  background-position: center bottom;
  transition: all 0.2s ease-in-out; }

.menu--scroll ul li:after {
  text-align: center;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
  transition: all 0.2s ease-in-out;
  border-radius: 50%; }

.menu--scroll li.current, .menu--scroll li:hover {
  -webkit-text-fill-color: #035F91;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #035F91; }

.menu--scroll li.current:before, .menu--scroll li:hover:before {
  background: transparent url("../../images/angle-down.png") center top no-repeat; }

.menu--scroll li.current:after, .menu--scroll li:hover:after {
  background: #035F91; }

.menu--scroll.fixed {
  position: fixed;
  z-index: 889;
  background: #fff;
  -o-box-shadow: 0px 8px 11px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 8px 11px 0px rgba(50, 50, 50, 0.1); }

.menu--scroll.fixed li img {
  transition: all 0.2s ease-in-out;
  height: auto; }

.menu--scroll.fixed li .section-name {
  margin: 0.5rem auto;
  display: block; }

.menu--scroll.fixed li .section-icon {
  display: block;
  margin: 0.5rem auto 0; }

.request-password {
  outline: 0;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  font-size: 16px; }

.request-password:before {
  font-family: "fontawesome";
  content: "\f114";
  font-size: 60px;
  display: block;
  color: #fff; }

.request-password.error {
  color: #D88028; }

.request-password.success {
  color: #79AA00; }

#site-section-indicator {
  position: absolute;
  display: block;
  right: 70px;
  top: 36px;
  color: #fff;
  text-transform: uppercase;
  z-index: 889; }

#site-section-indicator h6 {
  margin: 0; }

#site-section-indicator h6.page-title {
  line-height: normal; }

#site-section-indicator .language-link a {
  color: #fff;
  display: inline-block;
  margin-left: 5px; }

#site-section-indicator .language-link a:before {
  content: '|';
  display: inline-block;
  padding-right: 5px; }

body.single #site-section-indicator {
  color: #425968; }

.close-primary--contents {
  position: fixed;
  left: 0;
  top: 0;
  width: 68vw;
  height: 100%;
  background: transparent;
  z-index: -9999; }

.close-primary--contents.open {
  z-index: 98; }

/** Media actions menu */
.media-wrapper {
  position: absolute;
  background: #035F91;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: column;
  flex-flow: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  overflow: hidden;
  z-index: 889; }

.media-wrapper .media-actions {
  position: relative;
  height: auto;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 20px; }

.media-wrapper .media-actions li {
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  margin: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out; }

.media-wrapper .media-actions li[data-protected-id] {
  margin-right: 1rem; }

.media-wrapper .media-actions li[data-protected-id]:after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  display: block;
  height: 100%;
  width: 1px;
  background: #fff; }

.media-wrapper .media-actions li:last-child {
  margin-left: 1rem; }

.media-wrapper .media-actions li:hover {
  border-bottom: 2px solid #fff; }

.media-wrapper .media-actions li.back-action--item {
  border-bottom: 2px solid transparent !important; }

.media-wrapper .media-actions li.back-action--item:hover {
  border-bottom: 2px solid transparent !important; }

.media-wrapper .media-actions li.back-action .back-action__link {
  display: block;
  margin-right: 10px;
  font-size: 16px; }

.menu--primary .cbc-loader {
  font-size: 8px !important; }

.title--menu {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 0; }

/* Menu primary fixed on top */
/* Visible only for desktop */
.menu--primary-clone {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 189px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#000000', endColorstr='#000000', GradientType=0 );
  z-index: 888; }

.menu--primary-clone.hidden {
  display: none; }

.menu--primary-clone ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.menu--primary-clone ul li {
  display: inline-block;
  padding-right: 10px;
  line-height: 96px; }

.menu--primary-clone ul li:after {
  content: "";
  position: relative;
  top: -30px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background: transparent;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.menu--primary-clone ul li:last-child {
  padding-right: 0; }

.menu--primary-clone ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-in-out; }

.menu--primary-clone ul li.current-menu-item:after, .menu--primary-clone ul li.current-page-ancestor:after, .menu--primary-clone ul li:hover:after {
  background: #fff; }

.menu--light {
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to bottom, white 55%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#ffffff', endColorstr='#000000', GradientType=0 ); }

.menu--light ul li a {
  color: #035F91 !important; }

.menu--light ul li.current-menu-item:after, .menu--light ul li.current-page-ancestor:after, .menu--light ul li:hover:after {
  background: #035F91; }

.page__footer {
  position: relative; }

.page__footer .menu--footer {
  position: relative; }

.page__footer .menu--footer li {
  overflow: hidden;
  position: relative; }

.page__footer .menu--footer li a {
  transition: all 0.2s ease-in-out; }

.page__footer .menu--footer li a:hover {
  -moz-text-shadow: #fff 0px 0px 2px;
  -webkit-text-shadow: #fff 0px 0px 2px;
  -o-text-shadow: #fff 0px 0px 2px;
  -khtml-text-shadow: #fff 0px 0px 2px;
  text-shadow: #fff 0px 0px 2px; }

.page__footer .menu--footer li.current-menu-item a {
  -moz-text-shadow: #fff 0px 0px 2px;
  -webkit-text-shadow: #fff 0px 0px 2px;
  -o-text-shadow: #fff 0px 0px 2px;
  -khtml-text-shadow: #fff 0px 0px 2px;
  text-shadow: #fff 0px 0px 2px; }

.home .the-indicator-section {
  display: none; }

.home .language-link a:before {
  content: '';
  display: none !important; }

.language-link--light a {
  color: #035F91 !important; }

.indicator-light {
  color: #035F91; }

.menu--safari li a {
  letter-spacing: -1px; }

.block__container--news-header {
  background-color: #035F91;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 0; }

.block__container--news-header .contents {
  color: #fff;
  position: absolute;
  bottom: 40px;
  width: 100%; }

.block__container--news-header .contents .wrap {
  padding: 0;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.block__container--news-header .contents .wrap::after {
  clear: both;
  content: "";
  display: table; }

.block__container--news-header .contents .wrap .title-wrap {
  padding-bottom: 3rem; }

.block__container--news-header .contents .wrap .title-wrap .title {
  font-size: 90px; }

.news--wrapper {
  overflow: hidden; }

.news__terms {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news--featured-label {
  overflow: hidden;
  padding: 20px 0;
  margin: 80px 0 60px;
  border-bottom: 1px solid #425968;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.news--featured-label::after {
  clear: both;
  content: "";
  display: table; }

.news--featured-label h4 {
  color: #425968;
  margin: 0; }

body.archive .block__news-archive,
body.category .block__news-archive {
  padding-top: 0; }

.single-cat-title {
  padding: 140px 0 60px;
  color: #035F91;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.single-cat-title::after {
  clear: both;
  content: "";
  display: table; }

.news__terms__term,
.news__terms li {
  display: inline-block;
  color: #fff;
  margin: 0 1rem 0 0;
  line-height: 2.7rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.news__terms__term a,
.news__terms li a {
  color: #fff; }

.news__terms > li:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background: transparent;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.news__terms > li.current-menu-item:after, .news__terms > li:hover:after {
  background-color: #fff; }

.block__news-archive {
  padding: 0;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.block__news-archive::after {
  clear: both;
  content: "";
  display: table; }

.page-template-page-news .block__container--news-posts {
  padding-top: 10px; }

.category .block__container--news-posts {
  padding-top: 20px; }

/* Bloks */
.new--block {
  position: relative;
  margin-bottom: 1.5rem; }

.new--block .shadow {
  background-size: 1px 65%; }

.new--block-simple {
  overflow: hidden;
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }

.new--block-simple:last-child {
  margin-right: 0; }

.new--block-simple:nth-child(3n) {
  margin-right: 0; }

.new--block-simple:nth-child(3n+1) {
  clear: left; }

.new--block-simple .title {
  margin-top: 20px;
  margin-bottom: 0;
  color: #035F91; }

.new--block-simple .meta {
  padding: 0;
  list-style-type: none;
  color: #035F91;
  margin-top: 20px;
  margin-bottom: 20px; }

.new--block-simple .meta em {
  display: block;
  font-size: 11px;
  color: #000; }

.new--block__content--simple {
  padding-top: 20px; }

.new--block__thumbnail {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 360px;
  background-color: #e7e7e7; }

.new--block__thumbnail a.permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 889;
  color: #fff; }

.new--block__thumbnail a.permalink .title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0; }

.new--block__thumbnail a.permalink .meta {
  list-style-type: none;
  padding: 0;
  overflow: hidden; }

.new--block__thumbnail a.permalink .meta li {
  display: inline-block;
  float: left;
  margin-right: 1rem; }

.new--block__thumbnail a.permalink .meta li.info em {
  font-size: 11px;
  display: block;
  clear: both;
  line-height: normal; }

/* Preparing the news related boxes */
.new--box-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }

.new--box-12:last-child {
  margin-right: 0; }

.new--box-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }

.new--box-7:last-child {
  margin-right: 0; }

.new--box-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }

.new--box-5:last-child {
  margin-right: 0; }

.new--box-related:nth-child(3n) {
  margin-right: 0; }

.new--box-related:nth-child(3n+1) {
  clear: left; }

.new--box-related .title {
  color: #fff !important; }

.new--block.last {
  margin-right: 0; }

/* Pager */
.pager {
  clear: both;
  overflow: hidden; }

.new__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 2.35765%; }

.new__content li.icon {
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center; }

.new__content li.icon img {
  display: block;
  float: none;
  margin: 4px auto 0;
  width: 80%;
  height: auto; }

/* For single post */
.single-post .single-main-title-wrapper {
  overflow: hidden; }

.single-post__content--title {
  margin-bottom: 2rem; }

.single-post__content--title .title {
  font-size: 60px; }

.single-post__content table {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }

.single-post__content table:last-child {
  margin-right: 0; }

.single-post__content img {
  max-width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px; }

.single-post__content img.size-full {
  width: 100%;
  clear: both; }

.single-post__content {
  color: #425968;
  padding-top: 6rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  clear: both; }

.single-post__content:last-child {
  margin-right: 0; }

.single-post__content blockquote {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.9rem;
  font-family: "Georgia";
  font-weight: 100; }

.single-post__content .title .meta {
  padding: 0;
  font-size: 14px;
  list-style-type: none; }

.single-post__content .title .meta li {
  display: inline-block;
  float: left;
  margin-right: 1rem; }

.single-post__content .title .meta li.icon img {
  margin-top: 0; }

.single-post__content .title .meta li.info {
  line-height: 38px; }

.single-post__content .title .meta li em {
  color: #000;
  font-size: 12px; }

article.single-post {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

article.single-post::after {
  clear: both;
  content: "";
  display: table; }

.related-posts {
  overflow: hidden; }

.related-posts .swiper-container {
  position: relative;
  width: 100%;
  height: 20vh;
  margin: 20px auto 0;
  overflow: visible; }

.related-posts .swiper-container .swiper-button-next,
.related-posts .swiper-container .swiper-button-prev {
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: transparent; }

.related-posts .swiper-container .swiper-button-next i.fa,
.related-posts .swiper-container .swiper-button-prev i.fa {
  line-height: 44px; }

.related-posts .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease-in-out; }

.related-posts .swiper-slide img {
  opacity: 0;
  filter: alpha(opacity=0); }

.related-posts .swiper-slide-active {
  transform: scale(1.3);
  z-index: 889; }

.related-posts .swiper-slide:nth-child(2n) {
  width: 40%; }

.related-posts .swiper-slide:nth-child(3n) {
  width: 20%; }

.related--wrapper {
  background: #f7f7f7;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }

@media all and (max-width: 1120px) {
  .related--wrapper {
    padding-right: 20px;
    padding-left: 20px; } }

.related__title {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.related__title::after {
  clear: both;
  content: "";
  display: table; }

.related__title .title {
  margin-top: 0; }

.related__container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.related__container::after {
  clear: both;
  content: "";
  display: table; }

.countries {
  position: relative;
  margin-bottom: 20px; }

.countries__trigger {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.countries__current {
  position: relative;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  z-index: 889;
  padding: 10px 0;
  transition: all 1.5s ease-in-out; }

.countries__current__item i.fa {
  font-size: 14px; }

.countries__list {
  position: absolute;
  top: 99%;
  left: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #2e3e49;
  z-index: -889; }

.countries__list.open {
  z-index: 889; }

.countries__list li {
  line-height: 30px;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.countries__list li:hover, .countries__list li.active {
  background: #fff;
  color: #425968; }

.overlay-footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -999;
  transition: all 0.2s ease-in-out; }

.overlay-footer.fmenu-is-open {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 888; }

@media screen and (min-width: 960px) {
  /* Share buttons */
  #at-expanding-share-button {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .home .block__container--news .block-body .left--full {
    height: 100vh; } }

@media screen and (min-width: 1120px) {
  body.single #site-section-indicator, body.page-template-page-contact #site-section-indicator {
    color: #fff !important; } }

.scroll-page-container {
  overflow: hidden;
  padding-top: 200px;
  position: relative; }

.scroll--row {
  position: relative;
  background: #fff;
  margin-bottom: 3rem;
  overflow: hidden;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.scroll--row::after {
  clear: both;
  content: "";
  display: table; }

.scroll--row .actions {
  position: fixed;
  z-index: 88;
  bottom: -30vh;
  left: 0;
  width: 100%; }

.scroll--row .actions .wrap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.scroll--row .actions .wrap::after {
  clear: both;
  content: "";
  display: table; }

.scroll--row .actions .wrap .button {
  margin-left: 1rem; }

.scroll--row .actions.visible {
  bottom: 0; }

.scroll__row-container {
  overflow: hidden;
  min-height: 100vh; }

.scroll--row .wrapper {
  float: left;
  display: block;
  width: 102.35765%; }

.scroll--row .wrapper:last-child {
  width: 100%; }

.scroll__content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  overflow: hidden; }

.scroll__content:last-child {
  margin-right: 0; }

.scroll__content h1,
.scroll__content h2,
.scroll__content h3,
.scroll__content h4,
.scroll__content h5,
.scroll__content h6 {
  color: #035F91; }

.scroll__content h3 {
  font-size: 20px; }

.scroll__content img.size-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

.scroll__content.is-absolute {
  position: absolute; }

.scroll__photo {
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

.scroll__photo img {
  max-width: 100%; }

.scroll__photo:last-child {
  margin-right: 0; }

/** Scroll on modal pages */
.scrollbar-contents {
  position: relative;
  height: 100%;
  overflow: hidden; }

.scrollbar-contents .title {
  color: #035F91;
  font-size: 35px;
  margin-top: 100px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 8.5298%; }

.scrollbar-contents .title:last-child {
  margin-right: 0; }

.content--centered {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }

.content--centered:last-child {
  margin-right: 0; }

.content--centered img {
  max-width: 100%;
  width: auto;
  height: auto; }

.modal__section__video-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #035F91;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover; }

.modal__section__video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999; }

.modal-footer-section-contents {
  color: #fff; }

.modal-footer-section-contents h3 {
  color: #fff;
  font-size: 35px; }

.modal__section {
  position: relative; }

.modal__section__video-container {
  height: 100vh; }

/* A better world projects final style */
.abw-row {
  position: relative;
  margin-bottom: 60px;
  background: #fff;
  overflow: hidden; }

.abw-row__left, .abw-row__right {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  overflow: hidden; }

.abw-row__left:last-child, .abw-row__right:last-child {
  margin-right: 0; }

.abw-row {
  min-height: calc(100vh - 200px);
  overflow: hidden; }

.abw-row__left h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #425968; }

.abw-row__left p {
  margin-top: 0;
  line-height: 1.5em; }

.abw-row__left ul li {
  line-height: 1.5em;
  margin-bottom: 20px; }

.abw-row {
  overflow: hidden; }

.abw-row__right img {
  max-width: 100%;
  width: 500px;
  height: auto; }

.abw-row__right.fixed {
  position: fixed;
  top: 180px;
  left: calc(50% + 12px);
  width: 50%;
  overflow: hidden; }

.abw-row__right.fixed img {
  margin-top: 20px;
  max-width: 500px;
  width: 500px; }

span.on-modal {
  z-index: 9999;
  position: fixed; }

#adn-modal,
#files-modal,
#pages-modal,
#blocks-pages-modal {
  position: absolute;
  left: -200%;
  z-index: -9999; }

#adn-modal.modal,
#files-modal.modal,
#pages-modal.modal,
#blocks-pages-modal.modal {
  position: fixed !important;
  left: 0;
  z-index: 9999; }

#files-modal {
  overflow: auto; }

#files-modal header {
  background: #035F91;
  padding: 180px 0 120px; }

#files-modal header .title {
  color: #fff;
  font-size: 60px;
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }

#files-modal header .title:last-child {
  margin-right: 0; }

table.media--files {
  background: #fff;
  border: 0;
  border-spacing: 0; }

table.media--files tbody {
  margin: 0;
  padding: 0;
  border: 0; }

table.media--files tr {
  line-height: 80px;
  border: 0;
  margin: 0;
  position: relative; }

table.media--files tr:nth-child(odd) {
  background: #E1E5E7; }

table.media--files td {
  margin: 0;
  border: 0;
  padding: 0;
  color: #425968; }

table.media--files td:first-child {
  padding-left: 8.5298%;
  width: 15.5298%; }

table.media--files td .file-type {
  background: #035F91;
  color: #fff;
  padding: 10px 12px;
  line-height: normal;
  display: inline-block;
  font-size: 1rem;
  border-radius: 50%; }

table.media--files td .file-link-download {
  color: #B3BDC3;
  font-size: 20px; }

table.media--files td .file-link-download:active, table.media--files td .file-link-download:focus, table.media--files td .file-link-download:hover, table.media--files td .file-link-download:visited {
  color: #035F91; }

.menu--primary .cbc-loader {
  font-size: 12px; }

#adn-modal {
  z-index: 9999 !important; }

.adn-vector-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 65px 0; }

.adn-vector-wrapper svg {
  width: 75%; }

.adn-vector-wrapper g {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

.adn-vector-wrapper g.active, .adn-vector-wrapper g.current, .adn-vector-wrapper g:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.adn-section-item {
  position: absolute;
  margin-bottom: 20px;
  padding-top: 50px;
  overflow: hidden;
  background: #fff; }

.adn-section-item.is-active {
  position: relative; }

.adn-section-item .title {
  color: #870103; }

.adn-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }

.adn-description:last-child {
  margin-right: 0; }

.adn-description strong {
  font-family: gotham_mediumregular, sans-serif; }

.button--adn {
  position: absolute;
  outline: none !important;
  cursor: pointer; }

.button--adn.current, .button--adn:hover {
  background: #870103;
  color: #fff;
  border: 1px solid #870103; }

.button--adn.b0 {
  bottom: 100px;
  left: 100px; }

.button--adn.b1 {
  bottom: 0;
  left: 32%; }

.button--adn.b2 {
  bottom: 3%;
  left: 57%; }

.button--adn.b3 {
  top: 5%;
  right: 33%; }

.button--adn.b4 {
  top: 5%;
  right: 13%; }

.button--adn.b5 {
  right: 13%;
  bottom: 14%; }

/* Drag indicator */
.adn-buttons-scroll-indicator {
  display: none; }

.contact--main-section {
  background: #035F91;
  overflow: hidden;
  color: #fff;
  padding: 85px 0 10px 0; }

.contact__list {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.contact__list::after {
  clear: both;
  content: "";
  display: table; }

.contact__list li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 0; }

.contact__list li:last-child {
  margin-right: 0; }

.contact__list li:nth-child(4n) {
  margin-right: 0; }

.contact__list li:nth-child(4n+1) {
  clear: left; }

.contact__list__content {
  padding: 0 20px;
  margin-bottom: 75px; }

.contact__list__content .title {
  margin: 0;
  font-size: 20px;
  color: #fff; }

.contact__list__content .title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 40px 0; }

/** Default contents */
.contact--default-contents {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 20px; }

.contact--default-contents::after {
  clear: both;
  content: "";
  display: table; }

.contact__form {
  margin-top: 100px;
  overflow: hidden; }

.contact__form__field-element--left, .contact__form__field-element--right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

.contact__form__field-element--left:last-child, .contact__form__field-element--right:last-child {
  margin-right: 0; }

.contact__form__field-element {
  margin-bottom: 30px; }

.contact__form__field-element .wpcf7-form-control {
  outline: none;
  border: 1px solid #425968;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  font-family: gotham_mediumregular, sans-serif;
  color: #425968;
  border-radius: 20px; }

.contact__form__field-element .wpcf7-form-control.wpcf7-submit {
  width: auto;
  float: right;
  padding: 10px 40px; }

.contact__form__field-element--right textarea {
  height: 198px; }

span.wpcf7-not-valid-tip {
  padding: 2px 15px;
  font-size: 12px; }

.phones {
  color: #fff !important; }

.phones p {
  color: #fff !important; }

.block__container--news-posts {
  padding-top: 0; }

.search--wrap-title {
  padding: 140px 0 60px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.search--wrap-title::after {
  clear: both;
  content: "";
  display: table; }

.search--wrap-title .title {
  color: #035F91 !important; }

/**
 * Tesalia main containers
 */
.menu--tesalia-drinks {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0; }

.menu--tesalia-drinks li {
  position: relative;
  padding: 10px 20px;
  margin: 20px 0;
  border-right: 1px solid #035F91; }

.menu--tesalia-drinks li a {
  display: inline-block;
  color: #0e6090;
  font-family: gotham_mediumregular;
  border-bottom: 1px solid transparent; }

.menu--tesalia-drinks li:last-child {
  border-right: 1px solid transparent; }

.menu--tesalia-drinks li:hover a, .menu--tesalia-drinks li.current-menu-item a {
  border-bottom: 1px solid #0e6090; }

.tesalia-single-main-menu {
  margin-top: 150px; }

.list-empty {
  text-align: center;
  opacity: .5; }

header.tesalia-drinks-header .page-title {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin: 0 auto;
  padding: 100px 20px 40px 20px; }

.tesalia--container {
  max-width: 1024px;
  padding: 20px;
  margin: 0 auto; }

.tesalia--container .panel__contents {
  width: 80%;
  text-align: center;
  margin: 0 auto; }

.tesalia--container .products-permalinks {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
  margin: auto;
  -ms-flex-pack: center;
  justify-content: center; }

.tesalia--container .products-permalinks li {
  line-height: 2.5;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%; }

.tesalia--container .products-permalinks li:before {
  content: "\f105";
  display: inline-block;
  font-family: "fontawesome"; }

.tesalia--container .products-permalinks li a:hover {
  text-decoration: underline; }

.attachment-sizes, .size-sizes, .wp-post-image {
  width: auto !important;
  max-width: 600px !important;
  height: auto !important;
  max-height: 500px !important; }

.tesalia--container .panel__footer figure {
  margin: 50px 0 0;
  text-align: center; }

.tesalia--container .panel__footer figure img {
  width: 100%; }

.tesalia-block--container {
  overflow: hidden;
  height: 100vh;
  position: relative; }

.tesalia-block--container .wrapper-slide {
  width: 90%; }

.tesalia-block--container .wrapper-slide .swiper-slide {
  text-align: center;
  background: #fff; }

.tesalia-block--container .wrapper-slide .swiper-slide .item-description {
  display: block;
  width: 100%;
  text-align: center;
  font-family: gotham_mediumregular;
  color: #035F91; }

.tesalia-block--container .wrapper-slide .swiper-slide .item-description:before {
  content: "";
  display: block;
  background: #035F91;
  height: 3px;
  width: 40px;
  margin: 15px auto; }

.tesalia-block--container h1 {
	font-size: 2.1em;
	margin-left: -3px; }

.tesalia-block--container__wrapper {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  height: 100vh; }

.tesalia-block--container__wrapper figure {
  margin: 0; }

.tesalia-block--container__wrapper figure img {
  max-width: 200px; }

.tesalia-block--container__wrapper .child {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }

.tesalia-block--container__wrapper .left .wrap {
  width: 85%;
  padding: 0; }

.tesalia-block--container__wrapper .left .wrap p {
  text-align: justify; }

.nutritional-info-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: transparent;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  display: none; }

.nutritional-info-modal .close {
  position: absolute;
  right: -21px;
  top: -21px;
  font-size: 20px;
  color: #fff;
  background: #D88028;
  line-height: normal;
  cursor: pointer;
  z-index: 9999;
  padding: 0.5rem 0.76923rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

.nutritional-info-modal.visible {
  display: -ms-flexbox;
  display: flex; }

.nutritional-info-modal .nutritional-info-contents {
  position: relative;
  background: #ffffff;
  max-width: 1200px;
  min-width: 1024px;
  padding: 20px;
  box-shadow: -2px 14px 24px 0px rgba(0, 0, 0, 0.39); }

.nutritional-info-modal .nutritional-info-contents h1, .nutritional-info-modal .nutritional-info-contents h2, .nutritional-info-modal .nutritional-info-contents h3, .nutritional-info-modal .nutritional-info-contents h4 {
  margin: 0; }

.nutritional-info-modal .nutritional-info-contents table {
  border: 0; }

.nutritional-info-modal .nutritional-info-contents table tbody tr:nth-child(odd) {
  background-color: #ccc; }

.nutritional-info-modal .nutritional-info-contents table tr:hover {
  opacity: .9; }

.nutritional-info-modal .nutritional-info-contents table tr td {
  padding: 5px 10px;
  border: 0; }

/**
 * New features for cover blocks
 */
.swiper-slide .cover-content {
  box-shadow: -1px 3px 16px -2px rgba(0, 0, 0, 0.75); }

.menu--tesalia-drinks {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

/**
 * Full map template
 */
.tesalia--full-map {
  position: relative;
  overflow: hidden; }

#fullMap {
  height: 75vh; }

.location-info-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background: #035F91;
  z-index: 998;
  color: #fff;
  overflow: auto; }

.location-info-layer p {
  font-size: 12px !important; }

.location-info-layer strong {
  font-family: gotham_mediumregular; }

.location-info-layer h3 {
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
  text-transform: uppercase;
  font-family: gotham_mediumregular; }

.location-info-layer .location-contents {
  padding: 40px 20px 20px 20px; }

.overlay-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #03466b;
  padding: 0 20px;
  color: #fff; }

.overlay-actions .close {
  cursor: pointer; }

.location-info-layer {
  transition: all 0.4s ease-in-out;
  -khtml-transform: translateY(100%);
  transform: translateY(100%); }

.location-info-layer.visible {
  -khtml-transform: translateY(0);
  transform: translateY(0); }

/**
 * Map page template
 */
.tesalia--full-map-container {
  padding-top: 160px; }

.tesalia--full-map-container h1 {
  margin-bottom: 100px; }

.contact__form .fields-body {
  display: -ms-flexbox;
  display: flex; }

.contact__form__field-element--right {
  margin-right: 0 !important; }

.select2-selection {
  height: 49px !important;
  width: 100% !important;
  border-radius: 20px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  border-color: #425968 !important; }

.select2-selection .select2-selection__rendered {
  padding-left: 16px !important;
  font-family: gotham_mediumregular, sans-serif;
  color: #425968 !important; }

.select2-selection .select2-selection__arrow {
  top: 12px !important;
  right: 6px !important; }

[data-reference="modal"] {
  margin-top: 40px;
  outline: none; }

[data-reference="modal"] .modal__content {
  padding-top: 0;
  outline: none; }

[data-reference="modal"] .modal__section .title--section {
  font-size: 35px;
  margin-top: 100px;
  float: left;
  display: block;
  width: 85.29804%;
  margin-left: 8.5298%; }

[data-reference="modal"] .modal__section .title--section:last-child {
  width: 82.94039%; }

[data-reference="modal"] .content--centered {
  padding-bottom: 40px; }

.video-close {
  display: block;
  position: absolute;
  right: 40px;
  top: 100px;
  color: #870103;
  font-size: 40px;
  padding: 0.5rem 0.68966rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 767px) {
  body.page-template-page-operations .brand-name {
    fill: #425968; } }

.operations {
  position: relative;
  overflow: hidden; }

.operations--content .wrapper {
  padding-top: 148px;
  padding-bottom: 36px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }

.operations--content .wrapper::after {
  clear: both;
  content: "";
  display: table; }

@media all and (max-width: 767px) {
  .operations--content .wrapper {
    padding-top: 70px; } }

.operations--content .wrapper .the-content {
  float: left;
  display: block;
  width: 68.23843%;
  margin-left: 17.05961%;
  line-height: 1.6;
  color: #035F91;
  font-size: 17px; }

.operations--content .wrapper .the-content:last-child {
  width: 65.88078%; }

@media all and (max-width: 767px) {
  .operations--content .wrapper .the-content {
    float: left;
    display: block;
    width: 102.35765%;
    margin-left: 0%;
    padding: 20px; }
  .operations--content .wrapper .the-content:last-child {
    width: 100%; } }

.operations--content .wrapper .the-content h1 {
  margin-bottom: 36px;
  margin-top: 0; }

.operations--map {
  background: #f1f2f2 url("../../images/cbc-textura.png") repeat left top fixed; }

.operations__wrapper {
  position: relative;
  min-height: 100%;
  height: 100vh;
  padding-left: 30px;
  float: left;
  display: block;
  width: 59.70863%; }

.operations__wrapper:last-child {
  width: 57.35098%; }

@media all and (max-width: 960px) {
  .operations__wrapper {
    float: left;
    display: block;
    width: 51.17883%; }
  .operations__wrapper:last-child {
    width: 48.82117%; } }

@media all and (max-width: 767px) {
  .operations__wrapper {
    display: none; } }

.operations__wrapper svg {
  margin-top: 40px;
  height: 100%;
  width: 100%;
  max-width: 100%; }

.operations__info {
  position: relative;
  right: 0;
  top: 0;
  z-index: 98;
  height: 100vh;
  background: #035F91;
  color: #fff;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }

.operations__info:last-child {
  margin-right: 0; }

@media all and (max-width: 960px) {
  .operations__info {
    float: left;
    display: block;
    width: 51.17883%; }
  .operations__info:last-child {
    width: 48.82117%; } }

@media all and (max-width: 767px) {
  .operations__info {
    float: left;
    display: block;
    width: 102.35765%; }
  .operations__info:last-child {
    width: 100%; } }

.operations__info .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.operations__info .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-stat;
  justify-content: flex-stat;
  -ms-flex-align: inherit;
  align-items: inherit;
  -ms-flex-flow: column;
  flex-flow: column; }

.operations__info .swiper-slide .contents-wrapper {
  max-width: 100%;
  overflow-y: auto;
  padding: 40px; }

@media all and (max-width: 767px) {
  .operations__info .swiper-slide .contents-wrapper {
    padding: 40px 20px; } }

.operations__info .swiper-slide .contents-wrapper h3,
.operations__info .swiper-slide .contents-wrapper h4 {
  color: #fff;
  margin: 0 0 26px;
  text-align: left;
  letter-spacing: 1px; }

.operations__info .swiper-slide .contents-wrapper .contents {
  text-align: left;
  line-height: 2;
  font-size: 13px; }

.operations__info .swiper-slide .thumbnail {
  padding-top: 26px; }

.operations__info .swiper-slide .thumbnail img {
  max-width: 100%;
  display: block; }

.operations__info__header {
  height: 76px;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.operations__info__header h3 {
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
  float: left;
  display: block;
  width: 102.35765%; }

.operations__info__header h3:last-child {
  width: 100%; }

.operations__slider {
  position: relative;
  float: left;
  display: block;
  width: 102.35765%; }

.operations__slider:last-child {
  width: 100%; }

.operations__slider .wrapper {
  float: left;
  display: block;
  width: 102.35765%; }

.operations__slider .wrapper:last-child {
  width: 100%; }

.operations__slider .wrapper .swiper-pagination {
  max-width: 100%;
  width: 100%;
  top: 10px;
  height: 20px; }

.operations__slider .hidden .swiper-pagination {
  display: none; }

#opt-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  position: relative;
  color: #fff;
  overflow-y: auto; }

#opt-contents .content {
  width: 100%;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
  height: 100%; }

#opt-contents .content .operations__slider {
  height: 100%; }

#opt-contents .content .countries-loader {
  position: absolute;
  width: 100%;
  right: 0;
  top: 20%;
  padding: 15px 0 60px;
  text-align: center; }

@media all and (max-width: 767px) {
  #opt-contents .content .countries-loader {
    position: relative; } }

svg#operations-vector g {
  cursor: pointer;
  transition: all 0.5s ease-in-out; }

svg#operations-vector g#bolivia path, svg#operations-vector g#cuba path, svg#operations-vector g#haiti path, svg#operations-vector g#sin-operaciones path {
  fill: #c7c7c7 !important; }

svg#operations-vector g path,
svg#operations-vector g polygon {
  position: relative;
  transform-origin: center;
  transition: all 0.5s ease-in-out;
  z-index: 0; }

svg#operations-vector g path:hover,
svg#operations-vector g polygon:hover {
  z-index: 9999 !important; }

svg#operations-vector g.active path,
svg#operations-vector g.active polygon, svg#operations-vector g:hover path,
svg#operations-vector g:hover polygon {
  fill: #035F91 !important; }

.operations__menu {
  position: relative;
  float: left;
  display: block;
  width: 102.35765%;
  overflow: hidden; }

.operations__menu:last-child {
  width: 100%; }

.operations__menu .swiper-container {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: relative; }

.operations__menu .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #035F91;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: move; }

.operations__menu .swiper-slide h4 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px; }

.list-control {
  color: #fff;
  cursor: pointer;
  position: absolute;
  background: #035F91;
  top: 0;
  line-height: 70px;
  font-size: 11px;
  z-index: 899;
  display: inline-block; }

.list-control--left {
  left: 0;
  padding-left: 20px;
  padding-right: 10px; }

.list-control--right {
  right: 0;
  padding-right: 20px;
  padding-left: 10px; }

.list-control.swiper-button-disabled > span {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.operations__slider__nested {
  position: relative; }

.operations__slider__nested .swiper-pagination {
  top: -10px !important; }

.operations__slider__nested .swiper-button-next,
.operations__slider__nested .swiper-button-prev {
  background-image: none !important;
  font-size: 60px; }

@media screen and (min-width: 768px) {
  .block__container--header-image-block {
    height: 100vh; } }

@media screen and (max-width: 1100px) {
  .search--wrap-title {
    padding-right: 20px;
    padding-left: 20px; }
  .search .block__news-archive {
    padding-right: 20px;
    padding-left: 20px; }
  .page__footer__wrap {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .modal-is-open,
  html .modal-is-open {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .menu--primary {
    width: 50vw; }
  .menu--primary__links {
    padding-top: 62px; }
  /** About layout */
  .block__container--about-main {
    height: 50vh; }
  .block__container--about-main .block__left {
    width: 50vw; }
  .block__container--about-main .block__right {
    width: 50vw !important; }
  .block__container--about-main .block__content .title {
    font-size: 35px; }
  .block__container--about-main.inverse .block__left,
  .block__container--about-main.inverse .block__right {
    width: 50vw !important; }
  .block__container--news-header {
    background-color: #035F91;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50vh; }
  .block__container--news-header .contents {
    padding: 0 20px;
    bottom: 80px; }
  .new--block__thumbnail {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(33vh - 20px); }
  .block__news-archive {
    overflow: hidden;
    padding: 20px 20px 0; }
  .block__container--news-post {
    overflow: hidden;
    padding: 0 20px; }
  .new--block {
    margin-bottom: 20px; }
  .new--block-simple .title {
    font-size: 20px; }
  /* Generic header block */
  .block__container--headerimage-content .content {
    padding: 0 20px; }
  .block__container--headerimage-content .content h1,
  .block__container--headerimage-content .content h2,
  .block__container--headerimage-content .content h3,
  .block__container--headerimage-content .content h4,
  .block__container--headerimage-content .content h5 {
    color: #035F91; }
  .block__container--headerimage-content .content h2 {
    font-size: 35px; }
  .block__container--header-image-block {
    background-position: center top;
    background-size: cover;
    background-attachment: scroll; }
  .news--featured-label {
    margin-left: 20px;
    margin-right: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /** Main menu */
  .menu--primary {
    width: 50vw;
    padding: 0; }
  /**
   * .................................
   * .................................
   * Block news
   */
  .page__layout__block {
    position: relative; }
  .page__layout__block .title {
    letter-spacing: 2px; }
  .block__container--news .title {
    margin: 0; }
  .block__container--news .block-body .left {
    float: left;
    display: block;
    width: 102.35765%;
    margin-right: 0;
    vertical-align: top;
    height: calc(50vh); }
  .block__container--news .block-body .left:last-child {
    width: 100%; }
  .block__container--news .block-body .left .contents {
    max-width: 100%;
    left: 40px; }
  .block__container--news .block-body .left .swiper-slide {
    height: calc(50vh);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .block__container--news .block-body .right {
    height: 30vh;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    background: #fff;
    vertical-align: bottom;
    margin-right: 0; }
  .block__container--news .block-body .right:last-child {
    margin-right: 0; }
  .block__container--news .block-body .right .block__child {
    height: 100%;
    float: left;
    display: block;
    width: 51.17883%; }
  .block__container--news .block-body .right .block__child:last-child {
    width: 48.82117%; }
  .block__container--news .block-footer {
    height: 20vh; }
  .block__container--news .block-footer__child {
    display: table;
    height: 100%; }
  .block__container--news .block-footer__child .wrap {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
    padding-left: 40px; }
  .block__container--news .block-footer__child .wrap .section-link .button {
    padding: 10px; }
  .block__container--partners {
    width: 100%;
    height: 100%;
    overflow: auto; }
  .block__container--partners .cover-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh; }
  .block__container--partners .cover-container .block__cover {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 50%; }
  .block__container--generic-1 .image-cover {
    background-position: 17% top; }
  .block__container--generic-1 .image-cover img {
    visibility: hidden; }
  .block__container--generic-1 .content {
    position: relative;
    float: left;
    display: block;
    width: 59.70863%;
    padding: 2.35765%;
    margin-left: -34.11922%; }
  .block__container--generic-1 .content:last-child {
    width: 57.35098%; }
  .contributions-block-slider {
    padding: 0 100px 30px; }
  .contributions-block-slider .swiper-slide {
    text-align: center;
    background-position: center center;
    background-size: cover;
    padding: 0;
    float: left;
    display: block;
    width: 102.35765%; }
  .contributions-block-slider .swiper-slide:last-child {
    width: 100%; }
  .contributions-block-slider .swiper-slide img {
    visibility: hidden; }
  .block__cover {
    float: left;
    display: block;
    width: 102.35765%;
    height: 33.33vh; }
  .block__cover:last-child {
    width: 100%; }
  .button--adn.b0 {
    bottom: 60px;
    left: 32px; }
  .button--adn.b5 {
    right: 4%;
    bottom: 19%; }
  /** Blocks grids paddings */
  .block__grid {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto; }
  .block__grid:last-child {
    margin-right: 0; }
  .block__grid:last-child {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    border-bottom: 1px solid #011e2d; }
  .block__grid:last-child:last-child {
    margin-right: 0; }
  .block__grid .title {
    margin-bottom: 20px; }
  .block__grid .content {
    position: relative; }
  /* Portfolio */
  .ft-page .slide--contents {
    padding-left: 0;
    max-width: 100%;
    width: 100%; }
  .ft-page .slide--products {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
  .ft-page .slide--products img {
    max-width: 80%; }
  .ft-page .slide--products .swiper-slide {
    max-width: 100%;
    background-size: auto 100%; }
  .ft-page .slide--products .swiper-slide img {
    max-width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .block__container--about-main {
    height: 100vh; }
  .block__container--about-main .block__left {
    width: 50vw; }
  .block__container--about-main .block__right {
    width: 50vw !important; }
  .block__container--about-main .block__content .title {
    font-size: 35px; }
  .button--adn.b0 {
    bottom: 60px;
    left: 60px; } }

@media only screen and (max-width: 1210px) {
  .page-title {
    display: block;
    /*max-width: 145px;*/ } }

@media only screen and (min-width: 768px) and (max-width: 1181px) {
  .block__container--partners {
    width: 100%;
    height: 100%;
    overflow: auto; }
  .block__container--partners .cover-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh; }
  .block__container--partners .cover-container .block__cover {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 50%; }
  .block__container--news .block-footer {
    height: auto !important; }
  .block__container--news .block-footer .wrap {
    height: 230px;
    padding-right: 40px; }
  .block__container--news .block-footer .wrap .title {
    font-size: 20px; }
  .block__container--news .block-footer .wrap .section-link i.fa {
    display: block;
    text-align: center; } }

@media screen and (max-width: 1120px) {
  /** Header block + image */
  .block__container--header-image-block .content {
    padding: 40px 60px;
    margin-left: 0%; }
  .block__container--headerimage-content .content {
    padding: 40px 60px; }
  .abw-row__left {
    padding: 0 0 0 60px; }
  .ft-page .title {
    margin: 0;
    color: #fff;
    font-size: 48px; }
  /* Modal refered pages */
  [data-reference="modal"] {
    margin-top: 0;
    padding-top: 100px; }
  [data-reference="modal"] .modal__section .title--section {
    margin-top: 40px; }
  .page-template-default .brand-name {
    fill: #425968; }
  .single-post__content {
    padding: 20px;
    clear: both; }
  article.single-post {
    padding-top: 100px; }
  article.single-post__content {
    padding: 20px;
    clear: both; }
  .menu--primary-clone {
    display: none; }
  .menu--primary {
    display: block !important; }
  span.logo {
    position: absolute; }
  body.single .brand-name {
    fill: #425968; }
  body.single #site-section-indicator,
  body.single .open-primary {
    color: #425968; }
  /* A better world projects final style */
  /** Block passwd-protected-form */
  .block--passwd-protected-form {
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 768px) {
  .tesalia-logo {
    width: 150px; }
  .tesalia-drinks-header .page-title {
    padding: 100px 20px 35px 20px !important;
    font-size: 30px; }
  #menu-drinks-nav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .menu--tesalia-drinks {
    float: left; }
  .menu--tesalia-drinks li {
    white-space: nowrap; }
  .tesalia--container .panel__footer figure {
    margin-top: 50px; }
  .tesalia-single-main-menu {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .tesalia-block--container {
    height: 100% !important;
    overflow: visible !important; }
  .tesalia-block--container .tesalia-block--container__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100% !important; }
  .tesalia-block--container .tesalia-block--container__wrapper .left {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .tesalia-block--container .tesalia-block--container__wrapper .right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .language-link {
    z-index: 9; }
  .products-permalinks li {
    -ms-flex: 0 1 50% !important;
    flex: 0 1 50% !important; }
  .block__container--gencontent-2 .block__grid--self {
    height: auto; }
  .side-no-0 .brand-logo {
    padding-top: 100px !important; }
  .slide--wrapper-div {
    width: 100vw !important;
    max-width: 100%;
    word-wrap: break-word;
    overflow: hidden; }
  .slide--contents, .slide--products {
    clear: both; }
  .slide--contents {
    padding-bottom: 60px !important; }
  .adn-buttons-scroll-indicator {
    display: block;
    padding: 10px;
    font-size: 30px; }
  /** Brand name */
  body.page-template-page-contact .brand-name,
  body.single .brand-name {
    fill: #425968; }
  /** Blocks grids paddings */
  .block__grid:last-child {
    border-bottom: 1px solid #024f78; }
  .block__grid .title {
    margin-bottom: 20px; }
  .block__grid .content {
    position: relative; }
  .page__footer__wrap__left, .page__footer__wrap__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
  .page__footer__wrap__left:last-child, .page__footer__wrap__right:last-child {
    margin-right: 0; }
  .page__footer__wrap__right {
    padding-top: 20px; }
  /** Header block + image */
  .block__container--header-image-block {
    height: auto; }
  .block__container--header-image-block .content {
    position: relative !important;
    top: 0;
    padding: 100px 20px 20px 20px;
    margin-left: 0%; }
  .block__container--headerimage-content .content {
    padding: 40px 60px; }
  .abw-row {
    height: auto; }
  .abw-row__left {
    padding: 0; }
  /* A better world projects final style */
  .abw-row {
    padding: 0 20px; }
  .abw-row__left, .abw-row__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
  .abw-row__left:last-child, .abw-row__right:last-child {
    margin-right: 0; }
  .abw-row__right iframe,
  .abw-row__right img {
    width: 100%;
    display: block; }
  .modal-footer-section-contents {
    padding-top: 20px; }
  .scroll__content {
    max-width: 100%;
    padding: 0; }
  .scroll__content table.stack {
    border-spacing: 0; }
  .scroll__content table td {
    padding: 0 !important; }
  .scroll__content table td img {
    max-width: 100%;
    width: 100%; }
  .modal__section .title--section {
    font-size: 24px;
    padding: 30px 40px 20px 20px;
    margin: 0; }
  .full-content-image {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .block--type-full {
    padding-top: 0;
    padding-bottom: 0; }
  table.stack {
    padding: 0 20px !important; }
  table.stack td {
    padding: 0 !important; }
  .full-content-image {
    width: 100%;
    padding: 20px;
    max-width: 100%; }
  .full-content-image img {
    max-width: 100%;
    width: 100%; }
  .block--type-full {
    width: 100%;
    padding: 20px;
    max-width: 100%; }
  table.stack {
    padding: 20px; }
  table.stack td {
    display: block;
    width: 100% !important;
    clear: both;
    padding: 0 0 20px; }
  h1 {
    font-size: 35px; }
  h3.title--contact {
    font-size: 20px; }
  .menu--primary {
    float: left;
    display: block;
    width: 102.35765%; }
  .menu--primary:last-child {
    width: 100%; }
  .menu--primary ul {
    padding-left: 0; }
  .menu--primary ul li {
    text-align: center;
    line-height: 40px; }
  .menu--primary__links {
    padding-top: 50px; }
  .menu--primary__footer__wrapper__form {
    text-align: center; }
  .menu--primary__footer__wrapper__form .form-input {
    width: 100%; }
  .media-wrapper {
    text-align: center; }
  .block__container--news .block-body .left,
  .block__container--news .block-body .right {
    float: left;
    display: block;
    width: 102.35765%; }
  .block__container--news .block-body .left:last-child,
  .block__container--news .block-body .right:last-child {
    width: 100%; }
  .block__container--news .block-body .left {
    height: 50vh; }
  .block__container--news .block-body .left .swiper-slide {
    height: 50vh; }
  .block__container--news .block-body .left .swiper-slide .title {
    font-size: 20px; }
  .block__container--news .block-body .right {
    height: 50vh; }
  .block__container--news .block-footer {
    height: auto;
    border: 0;
    border-top: 1px solid #fff; }
  .block__container--news .block-footer__child {
    border: 0;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    display: block;
    width: 102.35765%; }
  .block__container--news .block-footer__child.borders {
    border: 0;
    border-bottom: 1px solid #fff; }
  .block__container--news .block-footer__child:last-child {
    width: 100%; }
  .block__container--news .block-footer__child:last-child {
    text-align: center; }
  .block__container--news .block-footer__child:last-child .wrap {
    display: block;
    width: 100%; }
  .title--block {
    font-size: 35px;
    text-align: center; }
  .block__cover {
    float: left;
    display: block;
    width: 102.35765%;
    height: 33.33vh; }
  .block__cover:last-child {
    width: 100%; }
  .block__container--partners {
    width: 100%;
    height: 100%;
    overflow: auto; }
  .block__container--partners .cover-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh; }
  .block__container--partners .cover-container .block__cover {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 50%; }
  .contributions-block-slider {
    padding: 0; }
  .block__container--generic-1 .image-cover {
    float: left;
    display: block;
    width: 102.35765%;
    height: 50vh; }
  .block__container--generic-1 .image-cover:last-child {
    width: 100%; }
  .block__container--generic-1 .content {
    top: 0;
    float: left;
    display: block;
    width: 102.35765%;
    margin-left: 0%;
    height: auto; }
  .block__container--generic-1 .content:last-child {
    width: 100%; }
  .block__container--generic-1 .content h3 {
    font-size: 35px; }
  .block__container--generic-1 .content:after {
    content: ""; }
  .block__container--generic-1 .content .read-more {
    padding-bottom: 0; }
  .block__container--about-main {
    height: auto !important; }
  .block__container--about-main .block__left, .block__container--about-main .block__right {
    height: auto !important;
    float: left;
    display: block;
    width: 102.35765%;
    padding: 0; }
  .block__container--about-main .block__left:last-child, .block__container--about-main .block__right:last-child {
    width: 100%; }
  .block__container--about-main .block__left .title, .block__container--about-main .block__right .title {
    font-size: 35px; }
  .block__container--about-main .block__left {
    padding: 100px 0 0; }
  .block__container--about-main .block__content {
    position: relative;
    height: auto;
    padding: 60px;
    width: 100% !important;
    margin: 0 !important; }
  .block__container--about-main.inverse .block__left, .block__container--about-main.inverse .block__right {
    padding: 0; }
  .block__container--about-main.half {
    clear: both;
    height: auto !important; }
  .block__container--about-main.half--grid {
    height: auto;
    overflow: hidden; }
  .block__container--about-main.half .block__left,
  .block__container--about-main.half .block__right {
    height: auto; }
  .block__grid--3 {
    height: auto;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
  .block__grid--3:last-child {
    margin-right: 0; }
  .block__grid--3 .content {
    position: relative;
    width: 100%; }
  .block__grid--3:last-child {
    width: 100%; }
  .block__grid--2 {
    float: left;
    display: block;
    width: 102.35765%;
    height: auto; }
  .block__grid--2:last-child {
    width: 100%; }
  .block__grid--2 .content {
    position: relative;
    top: 0;
    left: 0; }
  .block__content {
    position: relative;
    top: 0;
    left: 0;
    height: auto; }
  #site-section-indicator {
    font-size: 14px; }
  #site-section-indicator .page-title {
    font-size: 14px !important; }
  body.page-template-page-partners #site-section-indicator {
    top: 32px; }
  .modal .partner-logo {
    margin: 0 20px;
    display: block; }
  .modal__title {
    font-size: 35px !important;
    margin: 0 !important;
    padding: 20px 20px 0; }
  .modal__content {
    margin: 0;
    float: left;
    display: block;
    width: 102.35765%;
    max-width: 100%; }
  .modal__content:last-child {
    width: 100%; }
  .modal__content .wrap-content table.stack {
    padding: 20px; }
  .modal__content .wrap-content table.stack td {
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 20px; }
  .ft-page .slide--wrapper-div {
    padding: 0; }
  .ft-page .slide--contents {
    padding: 20px;
    float: left;
    display: block;
    width: 102.35765%; }
  .ft-page .slide--contents:last-child {
    width: 100%; }
  .ft-page .title {
    font-size: 35px; }
  .block__container--header-image-block {
    height: auto;
    position: relative; }
  .block__container--header-image-block .content {
    float: left;
    display: block;
    width: 102.35765%;
    position: relative;
    height: auto; }
  .block__container--header-image-block .content:last-child {
    width: 100%; }
  .block__container--header-image-block .content .title {
    font-size: 35px; }
  .block__container--headerimage-content .content {
    padding: 0 20px; }
  .block__container--headerimage-content .content h2 {
    font-size: 35px; }
  .menu--scroll {
    padding-bottom: 10px; }
  .menu--scroll ul li img {
    width: 40px;
    height: auto; }
  .menu--scroll ul li .section-name {
    font-size: 13px;
    line-height: normal; }
  .menu--scroll ul li:before {
    bottom: -30px; }
  .block__container--headerimage-content .content h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 0; }
  .block__container--headerimage-content table tr td {
    display: block;
    clear: both;
    max-width: 100%;
    text-align: center;
    width: 100% !important; }
  .scroll-page-container {
    padding-top: 150px; }
  .scroll--row table {
    border-spacing: 0;
    padding: 0 20px 20px; }
  .scroll--row table tr td {
    display: block;
    max-width: 100%;
    clear: both;
    width: 100% !important; }
  .scroll--row table tr td iframe,
  .scroll--row table tr td img,
  .scroll--row table tr td p {
    max-width: 100%; }
  .scroll--row table tr td img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
  .scroll--row table.stack tr td {
    width: auto !important; }
  .adn-vector-wrapper svg {
    width: 95%; }
  .adn-vector-wrapper {
    padding-bottom: 0; }
  .adn-section-item {
    padding-top: 0; }
  .adn-section-item .title {
    margin-bottom: 0; }
  .adn-buttons-wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 20px 20px 0; }
  .adn-buttons-wrapper .adn-buttons-list {
    position: relative;
    height: auto;
    width: 1350px;
    overflow: hidden;
    text-align: left; }
  .adn-buttons-wrapper .adn-buttons-list .button--adn {
    position: static;
    float: left;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    display: inline-block;
    margin: 0 5px; }
  .contact--default-contents {
    padding-top: 130px;
    padding-bottom: 30px; }
  .contact__form {
    margin-top: 60px; }
  .contact__form__field-element--left, .contact__form__field-element--right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
  .contact__form__field-element--left:last-child, .contact__form__field-element--right:last-child {
    margin-right: 0; }
  .contact--main-section {
    padding: 45px 0 10px; }
  .contact__list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .contact__list li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
  .contact__list li:last-child {
    margin-right: 0; }
  .contact__list li:nth-child(2n) {
    margin-right: 0; }
  .contact__list li:nth-child(2n+1) {
    clear: left; }
  .cover-descriptions .description-wrapper {
    width: 100% !important;
    margin-left: 0%;
    padding: 20px; }
  .block__container--generic-1 .content {
    padding: 20px; }
  .block__container--news-header {
    min-height: 50vh;
    height: auto; }
  .block__container--news-header .contents {
    padding: 150px 20px 0;
    position: relative; }
  .block__container--news-header .contents .title {
    font-size: 35px !important; }
  .news__terms li {
    display: block;
    margin: 0; }
  .news__terms li:after {
    display: inline-block;
    margin-left: 10px; }
  .news--featured-label {
    margin-right: 20px;
    margin-left: 20px; }
  .single-cat-title {
    padding-right: 20px;
    padding-left: 20px; }
  .block__news-archive {
    padding: 0 20px; }
  .new--block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto !important; }
  .new--block:last-child {
    margin-right: 0; }
  .new--block__content--simple {
    padding-top: 0; }
  .new--block-simple .title {
    margin-top: 20px;
    margin-bottom: 20px; }
  .menu--primary .cbc-loader {
    font-size: 6px !important; }
  .single-post__content--title .title {
    font-size: 24px; }
  img.aligncenter, img.alignleft, img.alignright {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .single-post__content {
    padding: 20px;
    clear: both;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
  .single-post__content:last-child {
    margin-right: 0; } }

@media screen and (max-width: 620px) {
  .scroll .actions {
    text-align: center; }
  .scroll .actions .button {
    margin-top: 5px; }
  .ft-page {
    overflow: hidden; }
  .ft-page .title {
    margin: 0;
    color: #fff;
    font-size: 24px; }
  .ft-page .title br {
    clear: none; }
  .ft-page .slide--wrapper-div {
    overflow: visible;
    height: 100%;
    display: block; }
  .ft-page .slide--contents {
    color: #fff;
    max-width: 100%;
    width: 100%;
    display: block;
    float: none; }
  .ft-page .slide--contents p {
    font-size: 12px;
    margin: 0;
    line-height: 17px; }
  .ft-page .slide--contents .brand-logo {
    padding: 70px 0 1rem; }
  .ft-page .slide--contents .brand-logo img {
    width: 25%; }
  .ft-page .slide--products {
    position: relative;
    height: auto;
    width: 100%;
    clear: both;
    max-width: 100%;
    padding-left: 0;
    float: none; }
  .ft-page .slide--products.mobile {
    text-align: center;
    display: block; }
  .ft-page .slide--products.mobile img {
    width: 73%;
    max-width: 100%; }
  .ft-page .slide--products__wrapper {
    overflow: hidden;
    max-width: 100%;
    position: relative; }
  .ft-page .slide--products__wrapper .swiper-button-next i.fa,
  .ft-page .slide--products__wrapper .swiper-button-prev i.fa {
    line-height: 44px; }
  .ft-page .slide--products .swiper-container {
    overflow: visible; }
  .ft-page .slide--products .swiper-container .swiper-wrapper {
    position: relative;
    padding-bottom: 100px; }
  .ft-page .slide--products .swiper-slide {
    text-align: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0 !important;
    filter: alpha(opacity=0);
    transition: all 0.2s ease-in-out; }
  .ft-page .slide--products .swiper-slide .product-title {
    position: relative;
    top: 50%;
    color: #fff;
    font-size: 14px; }
  .ft-page .slide--products .swiper-slide .product-title:before {
    content: "";
    display: block;
    width: 50px;
    margin: 40px auto 20px;
    height: 4px;
    background: #fff; }
  .ft-page .slide--products .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    transition: all 0.2s ease-in-out; }
  .ft-page .slide__contents {
    max-width: 100%;
    word-wrap: break-word;
    font-size: 18px; }
  .cover-video-slide {
    width: auto; }
  .page-template-page-partners #site-section-indicator {
    top: 10px; }
  .page-template-page-partners .page-title {
    /*max-width: 55%;*/
    word-wrap: break-word;
    text-align: right;
    float: right;
    line-height: normal !important; }
  article.single-post {
    padding-top: 100px; }
  article.single-post__content {
    padding: 20px;
    clear: both;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
  article.single-post__content:last-child {
    margin-right: 0; } }

@media screen and (max-width: 599px) {
  .block__container--news .block-body .left {
    height: auto; }
  .block__container--news .block-body .left--full .contents {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    padding: 100px 60px 40px; }
  .block__container--news .block-body .left--full .contents .title {
    font-size: 24px; } }

/** breakpoint for small devices */
@media screen and (max-width: 375px) {
  .block__container--news .block-body .left--full .contents {
    padding-top: 75px; }
  .page__footer .menu--footer li {
    width: 100%;
    display: block; }
  #site-section-indicator {
    top: 35px;
    right: 47px;
    /*display: none !important;*/ }
  .block__container--news .block-body .left {
    height: 100vh; }
  .block__container--news .block-body .right {
    height: auto; }
  .block__container--news .block-body .right .block__child {
    height: auto; }
  .block__container--news .block-body .right .block__child .content {
    position: relative; }
  .block__container--news .block-body .right .block__child .content .wrap-content {
    position: relative; }
  .page__layout__block .title {
    margin: 20px 0; }
  .menu--primary ul li {
    line-height: 30px; }
  .menu--primary ul li a {
    font-size: 16px; }
  .block__container--news-posts {
    padding-top: 0;
    padding-bottom: 0; }
  .new--block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
  .new--block:last-child {
    margin-right: 0; }
  .single-post__content--title .title {
    font-size: 20px; }
  .menu--primary .title--menu {
    display: none; }
  .the-indicator-section {
    max-width: 110px;
    display: block;
    text-align: right;
    line-height: 1;
    font-size: 13px; }
  .open-primary {
    right: 0;
    top: 22px; }
  .page-title {
    max-width: 120px; }
  .page-title .language-link {
    display: none; } }
    
.tesalia-block--container h1{
	font-size: 2.3em !important;
}