/* ---------------------------------- */
/* ----------- BASE CONFIG ---------- */
/* ---------------------------------- */
@import url(./font/styles.css);
@-webkit-keyframes arrow-up {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes arrow-up {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5px);
  }
}

@keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes move-left {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10px);
  }
}

@keyframes move-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

/* -------------------------- */
/* ------- TYPOGRAPHY ------- */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* --------- RESET ---------- */
/* -------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------- */
.main-font, .top-subtitle-text-font, .top .content-top .info h2.featured, .form-label-font, *, form select, form input[type="text"],
form input[type="email"],
form input[type="tel"], form input[type="checkbox"], form textarea, body, footer, footer .top-footer .certifications .text h1, footer .top-footer .certifications .text h2, .attachs h3, .blocks .block, .articles_home-mosaic .articles-wrapper article .info .top-info, .articles_layout-3x .articles-wrapper article .info .top-info, .articles .articles-wrapper article .info .top-info, .articles-category .articles-wrapper article .info .top-info, .block.articles_infinite-loader .content.scrollable article .info .top-info, .teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info h4 {
  font-family: "Zilla Slab", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.title-font, .activity_item_date_type, .activities_layout-3x .activities-wrapper article .date, .block.activities_infinite-loader .content.scrollable article .date, h2,
h3, .content .text h3, header .nav .bottom-nav .featured, .blocks .block .text h3, .locations_list.block .content .locations .location-list .info .title, .sections_areas .section .info .title, .body h1, .body .part h3, .project-file article .body .text h3, .course-file article .body .text h3, .activity-file article .body .text h3 {
  font-family: "Edmondsans", sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
}

@media (max-width: 768px) {
  .title-font, .activity_item_date_type, .activities_layout-3x .activities-wrapper article .date, .block.activities_infinite-loader .content.scrollable article .date, h2,
  h3, .content .text h3, header .nav .bottom-nav .featured, .blocks .block .text h3, .locations_list.block .content .locations .location-list .info .title, .sections_areas .section .info .title, .body h1, .body .part h3, .project-file article .body .text h3, .course-file article .body .text h3, .activity-file article .body .text h3 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .title-font, .activity_item_date_type, .activities_layout-3x .activities-wrapper article .date, .block.activities_infinite-loader .content.scrollable article .date, h2,
  h3, .content .text h3, header .nav .bottom-nav .featured, .blocks .block .text h3, .locations_list.block .content .locations .location-list .info .title, .sections_areas .section .info .title, .body h1, .body .part h3, .project-file article .body .text h3, .course-file article .body .text h3, .activity-file article .body .text h3 {
    font-size: 25px;
  }
}

.subtitle-font, .top-subtitle-font, .slider-subtitle-font, .carrousel .viewport .item .content .text .line2, .slider .slide .caption .line2, .home-top .content .text h2, .top .content-top .info h2,
.top .content-top .info .subtitle, .top .content-top .info h2.title-small, .top .content-top .info .description h4, .course_item_title, .courses_home-layout .courses-wrapper article .title a, .courses_layout-3x .courses-wrapper article .title a, .courses_active-courses .courses-wrapper article .title a, .block.coursecats_infinite-loader .content.scrollable article .title a, h4, .body .part h4 {
  font-family: "Zilla Slab", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.3em;
}

@media (max-width: 480px) {
  .subtitle-font, .top-subtitle-font, .slider-subtitle-font, .carrousel .viewport .item .content .text .line2, .slider .slide .caption .line2, .home-top .content .text h2, .top .content-top .info h2,
  .top .content-top .info .subtitle, .top .content-top .info h2.title-small, .top .content-top .info .description h4, .course_item_title, .courses_home-layout .courses-wrapper article .title a, .courses_layout-3x .courses-wrapper article .title a, .courses_active-courses .courses-wrapper article .title a, .block.coursecats_infinite-loader .content.scrollable article .title a, h4, .body .part h4 {
    font-size: 16px;
  }
}

.small-title-font, .menu-font, .menu-font.bold, .article_item_title, .articles_home-mosaic .articles-wrapper article .title a, .articles_layout-3x .articles-wrapper article .title a, .articles .articles-wrapper article .title a, .articles-category .articles-wrapper article .title a, .block.articles_infinite-loader .content.scrollable article .title a, .projects_layout-4x .projects-wrapper .project .title, .block.projectcats_infinite-loader .content.scrollable .project .title, .activities_layout-3x .activities-wrapper article .title a, .article_item_author, .article article aside .author .info-author .subtitle, .author_style_title, .author_job, .content .text h4.featured, header .nav nav .menu-item .main-link, .blocks .block .text h4.featured, .part-text-image.left-twoofthree .content .grid .text h3, .part-text-image.right-twoofthree .content .grid .text h3, .part-mosaic .grid .item .text p.title, .block.activities_infinite-loader .content.scrollable article .title a, .article .articles h3, .body .part.part-featured, .project-file article .body .text h4.featured, .course-file article .body .text h4.featured, .activity-file article .body .text h4.featured {
  font-family: "Edmondsans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2em;
}

.mini-title-font, form label, .activities_layout-3x .activities-wrapper article .type, .block.activities_infinite-loader .content.scrollable article .type, .article article aside .slogan, .project-file article aside .project-info .project-field h4, .course-file article aside .course-info .course-field h4, .activity-file article aside .activity-info .activity-field h4 {
  font-family: "Edmondsans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1em;
}

.mini-title-font.bold, .content .text h4, form label, .blocks .block .text h4, .activities_layout-3x .activities-wrapper article .bold.type, .block.activities_infinite-loader .content.scrollable article .bold.type, .teammembers_layout-4x.block .content .teammembers-wrapper .teammember .name h4, .article article aside .bold.slogan, .article article aside .share .title, .project-file article aside .project-info .project-field h4.bold, .project-file article .body .text h4, .course-file article aside .course-info .course-field h4.bold, .course-file article .body .text h4, .activity-file article aside .activity-info .activity-field h4.bold, .activity-file article .body .text h4 {
  font-family: "Edmondsans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1em;
  font-weight: bold;
}

.top-title-font, .slider-title-font, .carrousel .viewport .item .content .text .line1, .slider .slide .caption .line1, .home-top .content .text h1, .top .content-top .info h1,
.top .content-top .info .title, .blocks.partner .partner-ficha .content .content-info h1 {
  font-size: 60px;
  font-family: "Edmondsans", sans-serif;
  font-weight: bold;
  line-height: 1em;
}

@media (max-width: 1024px) {
  .top-title-font, .slider-title-font, .carrousel .viewport .item .content .text .line1, .slider .slide .caption .line1, .home-top .content .text h1, .top .content-top .info h1,
  .top .content-top .info .title, .blocks.partner .partner-ficha .content .content-info h1 {
    font-size: 33px;
  }
}

@media (max-width: 768px) {
  .top-title-font, .slider-title-font, .carrousel .viewport .item .content .text .line1, .slider .slide .caption .line1, .home-top .content .text h1, .top .content-top .info h1,
  .top .content-top .info .title, .blocks.partner .partner-ficha .content .content-info h1 {
    font-size: 25px;
  }
}

.top-article-font, .wrapper-top.ficha-wrapper-top .top .content-top h1 {
  font-size: 33px;
  font-family: "Zilla Slab", sans-serif;
  line-height: 1em;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 480px) {
  .top-article-font, .wrapper-top.ficha-wrapper-top .top .content-top h1 {
    font-size: 26.4px;
  }
}

@media (max-width: 768px) {
  .top-subtitle-font, .slider-subtitle-font, .carrousel .viewport .item .content .text .line2, .slider .slide .caption .line2, .home-top .content .text h2, .top .content-top .info h2,
  .top .content-top .info .subtitle, .top .content-top .info h2.title-small, .top .content-top .info .description h4 {
    font-size: 16px;
  }
}

.footer-title-font, footer .top-footer .title {
  font-size: 20px;
  font-family: "Zilla Slab", sans-serif;
  font-weight: bold;
  line-height: 2em;
}

.menu-font.bold {
  font-weight: bold;
}

.post-date-font, .top .content-top .info .date {
  font-size: 14px;
}

.article_item_title, .articles_home-mosaic .articles-wrapper article .title a, .articles_layout-3x .articles-wrapper article .title a, .articles .articles-wrapper article .title a, .articles-category .articles-wrapper article .title a, .block.articles_infinite-loader .content.scrollable article .title a, .projects_layout-4x .projects-wrapper .project .title, .block.projectcats_infinite-loader .content.scrollable .project .title, .activities_layout-3x .activities-wrapper article .title a {
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .article_item_title, .articles_home-mosaic .articles-wrapper article .title a, .articles_layout-3x .articles-wrapper article .title a, .articles .articles-wrapper article .title a, .articles-category .articles-wrapper article .title a, .block.articles_infinite-loader .content.scrollable article .title a, .projects_layout-4x .projects-wrapper .project .title, .block.projectcats_infinite-loader .content.scrollable .project .title, .activities_layout-3x .activities-wrapper article .title a {
    font-size: 13.6px;
  }
}

.course_item_title, .courses_home-layout .courses-wrapper article .title a, .courses_layout-3x .courses-wrapper article .title a, .courses_active-courses .courses-wrapper article .title a, .block.coursecats_infinite-loader .content.scrollable article .title a {
  /* font-family: $zilla;
    font-style: italic;*/
}

@media (max-width: 480px) {
  .course_item_title, .courses_home-layout .courses-wrapper article .title a, .courses_layout-3x .courses-wrapper article .title a, .courses_active-courses .courses-wrapper article .title a, .block.coursecats_infinite-loader .content.scrollable article .title a {
    font-size: 13.6px;
  }
}

@media (max-width: 480px) {
  .author_style_title {
    font-size: 16px;
  }
}

.link-font, .article_item_date_type, .articles_home-mosaic .articles-wrapper article .date, .articles_layout-3x .articles-wrapper article .date, .articles .articles-wrapper article .date, .articles-category .articles-wrapper article .date, .block.articles_infinite-loader .content.scrollable article .date, .courses_home-layout .courses-wrapper article .image .date, .courses_layout-3x .courses-wrapper article .image .date, .courses_active-courses .courses-wrapper article .image .date, .block.coursecats_infinite-loader .content.scrollable article .image .date, a, .button, form input[type="submit"], header .nav nav .menu-item .child-link, header .nav nav .menu-item .item-child-link, footer .top-footer .contact-block .contacts .contact .phone, footer .top-footer .contact-block .contacts .contact .fax, .home-top .content .text p.link, .top .content-top .info p.link, .latest .content-menu .search nav form .has_arrow input, .top.map-top .map-info .info .bottom-info .button, .nav-mobile nav.mobile .menu-levels .menu-level .menu-item p {
  font-family: "Edmondsans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 19px;
}

.breadcrumbs-font, .home-top .content .text p.slogan, .breadcrumbs, .breadcrumbs a, .share .title, .article article aside .categories h4, .top.map-top .map-info .info .title {
  font-family: "Edmondsans", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

/* ---------------------------------- */
/* ---------------------------------- */
/* --------- GENERAL LAYOUTS -------- */
/* ---------------------------------- */
/* -------------------------- */
/* ------ GENERAL GRID ------ */
/* ------ LAYOUT ------------ */
/* -------------------------- */
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: underline;
}

.ft-black h3, .ft-black
h4 {
  color: #000000;
}

.ft-white h3, .ft-white
h4 {
  color: #FFFFFF;
}

.ft-extra-color h3, .ft-extra-color
h4 {
  color: #FFFFFF;
}

.ft-dark-gray h3, .ft-dark-gray
h4 {
  color: #6D6D6D;
}

.ft-gray h3, .ft-gray
h4 {
  color: #D8D8D8;
}

.ft-light-gray h3, .ft-light-gray
h4 {
  color: #F8F8F8;
}

.ft-blue h3, .ft-blue
h4 {
  color: #2754A0;
}

.ft-orange h3, .ft-orange
h4 {
  color: #F26C11;
}

h3 a:hover,
h4 a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

ol {
  counter-reset: my-badass-counter;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2em;
}

@media (max-width: 480px) {
  ol {
    font-size: 20px;
  }
}

ol li {
  margin-bottom: 10px;
}

ol li:before {
  content: counter(my-badass-counter) ".";
  counter-increment: my-badass-counter;
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 49.5px;
  font-style: normal;
  text-align: right;
}

@media (max-width: 480px) {
  ol li:before {
    font-size: 33px;
  }
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

.border-blue {
  border-color: #2754A0 !important;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.border-orange {
  border-color: #F26C11 !important;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.border-gray {
  border-color: #6D6D6D !important;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.border-top {
  border-top: 20px solid;
}

.border-lft {
  border-left: 20px solid;
}

@media (max-width: 768px) {
  .border-lft {
    border-left: 10px solid;
  }
}

@media (max-width: 480px) {
  .border-lft {
    border-left: 5px solid;
  }
}

.border-rght {
  border-right: 20px solid;
}

@media (max-width: 768px) {
  .border-rght {
    border-right: 10px solid;
  }
}

@media (max-width: 480px) {
  .border-rght {
    border-right: 5px solid;
  }
}

.border-btm {
  border-bottom: 20px solid;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border: 2px solid #6D6D6D;
  text-align: center;
}

.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #6D6D6D;
  -webkit-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.button input,
.button span {
  position: relative;
}

.button:hover:before {
  height: 100%;
}

.button.input {
  padding: 0;
}

.button.input input {
  padding: 10px;
  color: inherit;
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.button.input.has_arrow:hover .arrow {
  width: 30px;
}

.button.small {
  border: none;
  font-style: italic;
  text-transform: none;
}

.button.small:hover {
  color: inherit;
}

.button.has-arrow {
  border: none;
  padding: 0;
  min-width: 60px;
  text-align: left;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button.has-arrow:hover .arrow {
  width: 30px;
}

.button.has-arrow:before {
  background-color: transparent !important;
}

.bg-black .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bg-black .button:before {
  background-color: #FFFFFF;
}

.bg-black .button:hover {
  color: #FFFFFF;
}

.bg-black .button.has-arrow:hover {
  color: #FFFFFF;
}

.bg-white .button {
  color: #000000;
  border-color: #000000;
}

.bg-white .button:before {
  background-color: #000000;
}

.bg-white .button:hover {
  color: #000000;
}

.bg-white .button.has-arrow:hover {
  color: #000000;
}

.bg-extra-color .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bg-extra-color .button:before {
  background-color: #FFFFFF;
}

.bg-extra-color .button:hover {
  color: #FFFFFF;
}

.bg-extra-color .button.has-arrow:hover {
  color: #FFFFFF;
}

.bg-dark-gray .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bg-dark-gray .button:before {
  background-color: #FFFFFF;
}

.bg-dark-gray .button:hover {
  color: #FFFFFF;
}

.bg-dark-gray .button.has-arrow:hover {
  color: #FFFFFF;
}

.bg-gray .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bg-gray .button:before {
  background-color: #FFFFFF;
}

.bg-gray .button:hover {
  color: #FFFFFF;
}

.bg-gray .button.has-arrow:hover {
  color: #FFFFFF;
}

.bg-light-gray .button {
  color: #000000;
  border-color: #000000;
}

.bg-light-gray .button:before {
  background-color: #000000;
}

.bg-light-gray .button:hover {
  color: #000000;
}

.bg-light-gray .button.has-arrow:hover {
  color: #000000;
}

.bg-blue .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bg-blue .button:before {
  background-color: #FFFFFF;
}

.bg-blue .button:hover {
  color: #FFFFFF;
}

.bg-blue .button.has-arrow:hover {
  color: #FFFFFF;
}

.bg-orange .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bg-orange .button:before {
  background-color: #FFFFFF;
}

.bg-orange .button:hover {
  color: #FFFFFF;
}

.bg-orange .button.has-arrow:hover {
  color: #FFFFFF;
}

.content .text {
  margin-bottom: 20px;
  color: #000000;
}

.content .text :first-child {
  margin-top: 0;
}

.content .text :last-child {
  margin-bottom: 0;
}

.content .text h3 {
  margin-bottom: 10px;
}

.content .text h4 {
  margin-bottom: 10px;
}

.content .text h4 + h4 {
  margin-top: -10px;
}

.content .text h4.featured {
  text-transform: none;
}

.content .text p {
  margin-bottom: 20px;
}

.content .text ul li {
  margin-bottom: 10px;
}

.arrow {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.arrow:before {
  content: '';
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #6D6D6D;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-0.51px);
  transform: translateY(-0.51px);
}

.arrow:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 0;
  border-top: 1px solid #6D6D6D;
  border-right: 1px solid #6D6D6D;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

form {
  width: 100%;
  margin: auto;
  color: #000000;
}

form select {
  width: 100%;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 3px solid #FFFFFF;
  border-radius: 0;
  color: #000000;
  background-color: #F8F8F8;
  background-image: url(../img/style/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px 20px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  color: #000000;
  text-align: left;
}

form input[type="checkbox"] {
  font-size: 14px;
  background-color: transparent;
  height: 15px;
  width: 15px;
  border: 1px solid #F8F8F8;
  vertical-align: top;
}

form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #D8D8D8;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #D8D8D8;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #D8D8D8;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #D8D8D8;
}

form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

form.form .fields {
  width: 100%;
}

form.form .fields:nth-child(even) {
  padding-left: 10px;
}

form.form .fields:nth-child(odd) {
  padding-right: 10px;
}

@media (max-width: 480px) {
  form.form .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  form.form .grid .fields:nth-child(even) {
    padding-left: 0;
  }
  form.form .grid .fields:nth-child(odd) {
    padding-right: 0;
  }
  form.form .grid.justify-between {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

form .input.has_arrow:hover .arrow {
  width: 30px;
}

form .form-block {
  margin-bottom: 10px;
  width: 100%;
}

form .form-block.legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form .form-block.legal p {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  form .form-block.legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  form .form-block.legal > :first-child {
    margin-bottom: 10px;
  }
}

.lens {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.inner-border {
  padding: 10px;
}

.inner-border:after {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #FFFFFF;
}

.image {
  position: relative;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.image img.horizontal {
  max-width: 100%;
  max-height: none;
}

.image img.vertical {
  max-width: none;
  max-height: 100%;
}

.image.static img {
  position: static;
  -webkit-transform: none;
  transform: none;
}

.image.cover img {
  opacity: 0;
  min-width: 100%;
  min-height: 100%;
}

.image.cover.loaded img {
  opacity: 1;
}

.image.contain img {
  max-width: 100%;
  max-height: 100%;
}

.cover-video {
  position: relative;
  overflow: hidden;
}

.cover-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.cover-video video.loaded {
  opacity: 1;
}

.cover-video video.horizontal {
  width: 100%;
  height: none;
}

.cover-video video.vertical {
  width: none;
  height: 100%;
}

html {
  position: relative;
  min-height: 100%;
  background-color: #FFFFFF;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  color: #000000;
}

.content {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin: auto;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* -------------------------- */
/* -------------------------- */
/* ------ GRID LAYOUT ------- */
/* -------------------------- */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.grid.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.grid.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.grid.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.grid.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.grid.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.grid.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.grid.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.grid.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.grid .item.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grid .item.grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.grid .item.grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.grid .item.grow-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.grid .item.start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.grid .item.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.grid .item.center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.grid .item.baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.grid .item.stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.grid .item.full {
  width: 100%;
}

.grid .item.oneoftwo {
  width: 50%;
}

.grid .item.oneofthree {
  width: 33.33333%;
}

.grid .item.twoofthree {
  width: 66.66667%;
}

.grid .item.oneoffour {
  width: 25%;
}

.grid .item.twooffour {
  width: 50%;
}

.grid .item.threeoffour {
  width: 75%;
}

.grid .item.oneoffive {
  width: 20%;
}

.grid .item.twooffive {
  width: 40%;
}

.grid .item.threeoffive {
  width: 60%;
}

.grid .item.fouroffive {
  width: 80%;
}

.grid .item.oneofsix {
  width: 16.66667%;
}

.grid .item.twoofsix {
  width: 33.33333%;
}

.grid .item.threeofsix {
  width: 50%;
}

.grid .item.fourofsix {
  width: 66.66667%;
}

.grid .item.fiveofsix {
  width: 83.33333%;
}

.grid .item.oneofseven {
  width: 14.28571%;
}

.grid .item.twoofseven {
  width: 28.57143%;
}

.grid .item.threeofseven {
  width: 42.85714%;
}

.grid .item.fourofseven {
  width: 57.14286%;
}

.grid .item.fiveofseven {
  width: 71.42857%;
}

.grid .item.sixofseven {
  width: 85.71429%;
}

.grid .item.oneofeight {
  width: 12.5%;
}

.grid .item.twoofeight {
  width: 25%;
}

.grid .item.threeofeight {
  width: 37.5%;
}

.grid .item.fourofeight {
  width: 50%;
}

.grid .item.fiveofeight {
  width: 62.5%;
}

.grid .item.sixofeight {
  width: 75%;
}

.grid .item.sevenofeight {
  width: 87.5%;
}

.grid .item.oneofnine {
  width: 11.11111%;
}

.grid .item.twoofnine {
  width: 22.22222%;
}

.grid .item.threeofnine {
  width: 33.33333%;
}

.grid .item.fourofnine {
  width: 44.44444%;
}

.grid .item.fiveofnine {
  width: 55.55556%;
}

.grid .item.sixofnine {
  width: 66.66667%;
}

.grid .item.sevenofnine {
  width: 77.77778%;
}

.grid .item.eightofnine {
  width: 88.88889%;
}

.grid .item.oneoften {
  width: 10%;
}

.grid .item.twooften {
  width: 20%;
}

.grid .item.threeoften {
  width: 30%;
}

.grid .item.fouroften {
  width: 40%;
}

.grid .item.fiveoften {
  width: 50%;
}

.grid .item.sixoften {
  width: 60%;
}

.grid .item.sevenoften {
  width: 70%;
}

.grid .item.eightoften {
  width: 80%;
}

.grid .item.nineoften {
  width: 90%;
}

.grid .item.oneofeleven {
  width: 9.09091%;
}

.grid .item.twoofeleven {
  width: 18.18182%;
}

.grid .item.threeofeleven {
  width: 27.27273%;
}

.grid .item.fourofeleven {
  width: 36.36364%;
}

.grid .item.fiveofeleven {
  width: 45.45455%;
}

.grid .item.sixofeleven {
  width: 54.54545%;
}

.grid .item.sevenofeleven {
  width: 63.63636%;
}

.grid .item.eightofeleven {
  width: 72.72727%;
}

.grid .item.nineofeleven {
  width: 81.81818%;
}

.grid .item.tenofeleven {
  width: 90.90909%;
}

.grid .item.oneoftwelve {
  width: 8.33333%;
}

.grid .item.twooftwelve {
  width: 16.66667%;
}

.grid .item.threeoftwelve {
  width: 25%;
}

.grid .item.fouroftwelve {
  width: 33.33333%;
}

.grid .item.fiveoftwelve {
  width: 41.66667%;
}

.grid .item.sixoftwelve {
  width: 50%;
}

.grid .item.sevenoftwelve {
  width: 58.33333%;
}

.grid .item.eightoftwelve {
  width: 66.66667%;
}

.grid .item.nineoftwelve {
  width: 75%;
}

.grid .item.tenoftwelve {
  width: 83.33333%;
}

.grid .item.elevenoftwelve {
  width: 91.66667%;
}

/* -------------------------- */
/* -------------------------- */
/* ----- HEADER STYLES ------ */
/* -------------------------- */
.menu-scroll {
  width: 100%;
  height: 0;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
  letter-spacing: 0;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

header.is_home .content .logo {
  display: none;
}

header.is_home.scroll .content .logo {
  display: block;
}

@media (max-width: 768px) {
  header {
    height: 50px;
  }
  header.is_home .content .logo {
    display: block;
    margin: 0;
  }
  header.is_home .content .logo img {
    margin-top: 0;
  }
}

header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0;
  max-width: 1000px;
}

header .logo {
  opacity: 1;
  margin: 50px 0 0 20px;
  z-index: 2;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

header .logo img {
  width: 175px;
}

@media (max-width: 480px) {
  header .logo {
    margin: 10px;
  }
  header .logo img {
    height: 35px;
    max-width: auto;
  }
}

header .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .right-menu.events {
  margin-top: 20px;
}

header .menu-button {
  margin: 10px 50px 0 0;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}

header .menu-button .bars {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}

header .menu-button .bars .bar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
}

header .menu-button .bars .bar:nth-child(1) {
  top: 4px;
}

header .menu-button .bars .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .menu-button .bars .bar:nth-child(3) {
  top: calc(100% - 4px);
  -webkit-transform: translateY(-100%) rotate(0);
  transform: translateY(-100%) rotate(0);
}

header .menu-button .bars:hover .bar:nth-child(1) {
  top: 0;
}

header .menu-button .bars:hover .bar:nth-child(3) {
  top: 100%;
}

@media (max-width: 480px) {
  header .menu-button {
    width: 15%;
    margin: 10px 10px 0 0;
  }
}

header .nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 0;
  min-height: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: height 0s linear 0.5s, min-height 0s linear 0.5s, z-index 0s linear 0s, opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: height 0s linear 0.5s, min-height 0s linear 0.5s, z-index 0s linear 0s, opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

header .nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  max-width: 1280px;
  margin: auto;
  background-color: #FFFFFF;
  padding: 0;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

@media (max-width: 768px) {
  header .nav nav.desktop {
    display: none;
  }
}

header .nav nav .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

header .nav nav .close .lines {
  display: inline-block;
  position: relative;
  height: 3px;
  width: 40px;
  margin-top: -10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .nav nav .close .lines:before, header .nav nav .close .lines:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  height: 3px;
  width: 25px;
  background: #000000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .nav nav .close .lines:before {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

header .nav nav .close .lines:after {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

header .nav nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

header .nav nav .menu-item {
  padding: 20px;
  cursor: pointer;
}

header .nav nav .menu-item .main-link {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav nav .menu-item .main-link:hover .arrow {
  width: 40px;
}

header .nav nav .menu-item .child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

header .nav nav .menu-item .child-link:hover .arrow {
  width: 40px;
}

header .nav nav .menu-item .item-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav nav .menu-item .item-child-link:hover .arrow {
  width: 40px;
}

header .nav nav .menu-item .submenu {
  padding: 10px 0 0 20px;
  border-left: 1px solid #000000;
}

header .nav nav .menu-item .submenu .submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .nav nav .menu-item .submenu .submenu-item .child-menu {
  border-left: 1px solid #000000;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

header .nav nav .menu-item.current .main-link .arrow {
  width: 40px;
}

@media (max-width: 1024px) {
  header .nav nav {
    height: auto;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  header .nav nav {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100vh;
  }
  header .nav nav .items {
    width: 100%;
    text-align: center;
  }
  header .nav nav .menu-item {
    width: 100% !important;
    padding: 0 0 5px;
  }
  header .nav nav .menu-item .submenu {
    padding: 10px;
  }
  header .nav nav .menu-item .main-link:after {
    width: 200px;
  }
  header .nav nav .menu-item .main-link br,
  header .nav nav .menu-item .child-link br {
    display: none;
  }
  header .nav nav .menu-item .main-link .arrow,
  header .nav nav .menu-item .child-link .arrow {
    display: none;
  }
  header .nav nav .menu-item .child-link {
    margin-bottom: 0;
  }
}

header .nav .top-nav {
  padding: 20px 50px;
  width: 100%;
}

header .nav .top-nav .logo-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
  max-width: 175px;
}

header .nav .top-nav .langs {
  position: absolute;
  top: 20px;
  right: 60px;
  cursor: pointer;
  z-index: 10;
  font-size: 10px;
}

header .nav .top-nav .langs.current {
  font-weight: bold;
}

header .nav .top-nav .items .menu-item {
  width: 33%;
}

header .nav .top-nav .items .menu-item .bottom-border {
  height: 7px;
  margin: 15px 0;
  width: 100%;
}

header .nav .top-nav .items .menu-item .main-link {
  padding-right: 50px;
}

@media (max-width: 1024px) {
  header .nav .top-nav {
    padding: 20px 5px;
  }
}

@media (max-width: 480px) {
  header .nav .top-nav .logo-icon img {
    width: auto;
    height: 35px;
  }
  header .nav .top-nav .langs {
    top: 50px;
  }
  header .nav .top-nav .items {
    margin-top: 20px;
  }
}

header .nav .bottom-nav {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .nav .bottom-nav .featured {
  margin-bottom: 40px;
  font-size: 17px;
}

@media (max-width: 480px) {
  header .nav .bottom-nav .featured {
    margin-bottom: 20px;
  }
}

header .nav .bottom-nav .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

header .nav .bottom-nav .items .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

header .nav .bottom-nav .items .menu-item:first-child {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .nav .bottom-nav .items .menu-item:first-child .submenu {
  text-align: right;
}

header .nav .bottom-nav .menu-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header .nav .bottom-nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

header .nav .bottom-nav .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-color: #000000;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}

header .nav .bottom-nav .social a:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}

@media (max-width: 1024px) {
  header .nav .bottom-nav .items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  header .nav .bottom-nav .items .menu-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  header .nav .bottom-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px;
  }
  header .nav .bottom-nav .items .menu-item:first-child {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: none;
  }
  header .nav .bottom-nav .items .menu-item:first-child .submenu {
    text-align: center;
  }
  header .nav .bottom-nav .items .menu-item .submenu {
    text-align: center;
  }
  header .nav .bottom-nav .items .menu-item .submenu .child-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header.active .nav {
  z-index: 99;
  opacity: 1;
  height: auto;
  min-height: calc( 100vh);
  -webkit-transition: height 0s linear 0s, min-height 0s linear 0s, z-index 0s linear 0s, opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: height 0s linear 0s, min-height 0s linear 0s, z-index 0s linear 0s, opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

header.active .nav nav {
  -webkit-transform: translate(0);
          transform: translate(0);
  overflow-y: auto;
}

@media (max-width: 768px) {
  header.active .nav {
    display: none;
  }
}

@media (max-width: 768px) {
  header.active {
    display: block;
  }
  header.active .menu-button .bars .bar:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
  }
  header.active .menu-button .bars .bar:nth-child(2) {
    border-color: transparent;
  }
  header.active .menu-button .bars .bar:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
  }
}

header.scroll {
  background-color: #2754A0;
}

header.scroll.bg-black {
  background-color: #000000;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

header.scroll.bg-blue {
  background-color: #2754A0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

header.scroll.bg-orange {
  background-color: #F26C11;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

header.scroll.bg-dark-gray {
  background-color: #6D6D6D;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

header.scroll .menu-button {
  margin-top: 0;
}

header.scroll .content .logo {
  margin-top: 0;
}

header.static {
  position: static;
  background-color: #FFFFFF;
}

header.static .logo {
  opacity: 1 !important;
  margin: 0 0 0 10px;
}

header.static .logo img {
  width: 60px;
}

header.static .menu-button {
  margin-top: 0;
}

@media (max-width: 1024px) {
  header .logo {
    margin-top: 0;
  }
  header .menu-button {
    top: 10px;
    margin-top: 10px;
  }
  header.scroll .menu-button {
    margin-top: 10px;
  }
  header.bg-black {
    background-color: #000000;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  header.bg-blue {
    background-color: #2754A0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  header.bg-orange {
    background-color: #F26C11;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  header.bg-dark-gray {
    background-color: #6D6D6D;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
}

@media (max-width: 768px) {
  header .menu-button {
    margin: 0 !important;
    width: 35px;
  }
  header .logo img {
    height: 22px;
    margin-top: 10px;
  }
}

.responsive-alert,
.ie-alert {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #2754A0;
  color: #FFFFFF;
}

.responsive-alert .message,
.ie-alert .message {
  padding: 0 50px;
  text-align: center;
  color: #FFFFFF;
}

.responsive-alert .message p,
.ie-alert .message p {
  font-size: 24px !important;
}

.responsive-alert img,
.ie-alert img {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}

@media (max-width: 768px) and (orientation: landscape) {
  .responsive-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* -------------------------- */
/* -------------------------- */
/* ----- FOOTER LAYOUT ------ */
/* -------------------------- */
footer {
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  z-index: 80;
}

footer .content {
  -webkit-box-shadow: 0px -2px 3px -2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px -2px 3px -2px rgba(180, 180, 180, 0.6);
  padding: 20px;
}

@media (max-width: 480px) {
  footer .content {
    padding: 20px;
  }
}

footer a {
  color: inherit;
}

footer a:hover {
  color: inherit;
  text-decoration: underline;
}

footer .button.has-arrow .arrow:before, footer .button.has-arrow .arrow:after {
  border-color: #000000;
}

footer .top-footer {
  padding: 20px 0;
}

footer .top-footer .title {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

footer .top-footer .certifications {
  width: 225px;
}

footer .top-footer .certifications .text {
  margin-bottom: 10px;
}

footer .top-footer .certifications .text h1, footer .top-footer .certifications .text h2 {
  border-bottom: 0px;
}

footer .top-footer .contact-block {
  width: calc(100% - 275px);
}

footer .top-footer .contact-block .contacts .contact {
  margin-right: 20px;
}

footer .top-footer .contact-block .contacts .contact .name, footer .top-footer .contact-block .contacts .contact .direction, footer .top-footer .contact-block .contacts .contact .phone, footer .top-footer .contact-block .contacts .contact .fax {
  margin-bottom: 5px;
}

footer .top-footer .contact-block .contacts .contact .phone {
  margin-right: 50px;
}

footer .top-footer .contact-block .contacts .contact .phone, footer .top-footer .contact-block .contacts .contact .fax {
  margin-top: 20px;
}

footer .top-footer .contact-block .email-social {
  padding: 20px 0;
}

footer .top-footer .contact-block .email-social .email i {
  margin-right: 5px;
  font-size: 22px;
}

footer .top-footer .contact-block .email-social .social {
  width: calc(50% - 100px);
}

footer .top-footer .contact-block .email-social .social .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-star;
      -ms-flex-pack: flex-star;
          justify-content: flex-star;
}

footer .top-footer .contact-block .email-social .social .icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  font-size: medium;
  line-height: 22px;
}

footer .top-footer .contact-block .email-social .social .icons a:hover {
  text-decoration: none;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}

footer .bottom-footer {
  border-top: 1px solid #000000;
  padding: 20px 0;
}

footer .bottom-footer nav a {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.5em;
}

footer .bottom-footer nav .footer-menu-block {
  margin-right: 25px;
}

footer .bottom-footer nav .footer-menu-block.legal {
  text-align: right;
  margin-right: 0;
}

footer .bottom-footer nav .footer-menu-block.legal a {
  text-transform: none;
}

footer .bottom-footer nav .footer-menu-block a {
  margin-bottom: 10px;
}

footer .bottom-footer .logo {
  text-align: center;
}

footer .bottom-footer .logo img {
  width: 180px;
}

footer .rights {
  text-align: center;
  font-size: 10px;
  line-height: 1.2em;
}

footer .rights .content {
  padding: 10px 20px;
}

@media (max-width: 480px) {
  footer .rights .content p {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  footer .bottom-footer .logo {
    margin-right: 10px;
  }
  footer .bottom-footer nav .footer-menu-block {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  footer .top-footer .contact-block {
    max-width: 700px;
    width: 100%;
    margin-left: 10px;
  }
  footer .top-footer .contact-block .email-social .social {
    width: calc(50%);
  }
  footer .bottom-footer nav .footer-menu-block {
    margin-right: 10px;
  }
  footer .bottom-footer .logo {
    display: none;
  }
}

@media (max-width: 480px) {
  footer .top-footer {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top-footer .certifications {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .top-footer .certifications img {
    max-height: 150px;
    margin: 0 auto;
    display: block;
  }
  footer .top-footer .contact-block {
    max-width: 999px;
    width: 100%;
    margin-left: 0;
  }
  footer .top-footer .contact-block .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top-footer .contact-block .contacts .contact {
    width: 100%;
  }
  footer .top-footer .contact-block .contacts .contact .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .top-footer .contact-block .contacts .contact .grid .phone, footer .top-footer .contact-block .contacts .contact .grid .fax {
    margin: 0;
    padding: 5px 0;
  }
  footer .top-footer .contact-block .email-social {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .top-footer .contact-block .email-social .email {
    margin-bottom: 10px;
  }
  footer .top-footer .contact-block .email-social .social {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .top-footer .contact-block .email-social .social .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom-footer {
    padding-bottom: 0;
  }
  footer .bottom-footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom-footer nav .footer-menu-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-right: 0;
  }
  footer .bottom-footer nav .footer-menu-block a {
    display: inline-block;
    width: 50%;
  }
  footer .bottom-footer nav .footer-menu-block.legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  footer .bottom-footer nav .footer-menu-block.legal a {
    text-transform: uppercase;
  }
}

/* -------------------------- */
/* -------------------------- */
/* ----- SIDEBAR LAYOUT ----- */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* ----- ALERTS LAYOUT ------ */
/* -------------------------- */
.notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 450px;
  padding: 20px 50px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  text-align: center;
}

.notification i {
  position: absolute;
  top: 10px;
  right: 10px;
}

.notification.hide {
  display: none;
}

.notification.error {
  background-color: #BE0411;
}

/* -------------------------- */
/* -------------------------- */
/* ----- COOKIES LAYOUT ----- */
/* -------------------------- */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  line-height: 1.2em;
  z-index: 200;
}

@media (max-width: 480px) {
  .cookies {
    padding: 40px;
  }
}

.cookies .content {
  padding: 0;
}

.cookies .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.cookies a {
  color: #ccc;
}

.cookies a:hover {
  text-decoration: underline;
}

/* -------------------------- */
/* -------------------------- */
/* ------ SLIDER LAYOUT ----- */
/* -------------------------- */
.slider .slide .lens {
  display: none;
}

.slider .slide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0px;
}

@media (max-width: 1024px) {
  .slider .slide .caption {
    padding: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider .slide .caption {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .slider .slide .caption {
    padding: 20px;
  }
  .slider .slide .caption .button.left {
    font-size: .8em;
  }
  .slider .slide .caption .button.left span {
    margin: 5px 0 5px 30px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* ------- TOP LAYOUT ------- */
/* -------------------------- */
.padding-home {
  height: calc(100vh - 20px);
}

.home-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 20px);
}

.home-top .content .text {
  color: #FFFFFF;
}

.home-top .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-top .video .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .home-top .video .cover-video {
    background-color: #FFFFFF;
  }
  .home-top .video .cover-video video {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}

.home-top .video .controls {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .home-top .video .controls {
    bottom: 70px;
  }
}

.home-top .video .controls .pause {
  position: relative;
  width: 20px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
}

.home-top .video .controls .pause:before, .home-top .video .controls .pause:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 5px solid #FFFFFF;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.home-top .video .controls .pause:before {
  left: 0;
}

.home-top .video .controls .pause:after {
  right: 0;
}

.home-top .video .controls .pause.paused:before {
  width: 20px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 20px solid #FFFFFF;
}

.home-top .video .controls .pause.paused:after {
  right: -5px;
}

@media (max-width: 480px) {
  .home-top .video .controls .pause {
    width: 15px;
    height: 25px;
  }
  .home-top .video .controls .pause:before, .home-top .video .controls .pause:after {
    height: 25px;
  }
  .home-top .video .controls .pause.paused:before {
    width: 15px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #FFFFFF;
  }
}

.home-top .video .controls .close {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  cursor: pointer;
}

.home-top .video .controls .close:before, .home-top .video .controls .close:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 3px solid #FFFFFF;
}

.home-top .video .controls .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.home-top .video .controls .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 480px) {
  .home-top .video .controls .close {
    width: 30px;
    height: 30px;
  }
}

.home-top .video .controls .fullscreen {
  display: none;
  position: relative;
  width: 40px;
  height: 30px;
  margin: 0 10px;
  cursor: pointer;
}

.home-top .video .controls .fullscreen span {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
}

.home-top .video .controls .fullscreen span:nth-child(1) {
  left: 0;
  top: 0;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
}

.home-top .video .controls .fullscreen span:nth-child(2) {
  right: 0;
  top: 0;
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
}

.home-top .video .controls .fullscreen span:nth-child(3) {
  left: 0;
  bottom: 0;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.home-top .video .controls .fullscreen span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

@media (max-width: 1024px) {
  .home-top .video .controls .fullscreen {
    display: block;
  }
}

@media (max-width: 480px) {
  .home-top .video .controls .fullscreen {
    width: 30px;
    height: 25px;
  }
  .home-top .video .controls .fullscreen span {
    width: 8px;
    height: 8px;
  }
}

.home-top .video.show .controls {
  opacity: 1;
}

.home-top .background {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0s;
  transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0s;
}

.home-top .background.hide {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0.5s;
  transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0.5s;
}

.home-top .background .image,
.home-top .background .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .home-top .background .cover-video {
    display: none;
  }
}

.home-top .content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1000px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0s;
  transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0s;
}

.home-top .content.hide {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0.5s;
  transition: opacity 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, z-index 0s linear 0.5s;
}

.home-top .content .text {
  max-width: 620px;
}

.home-top .content .text h1 {
  margin-bottom: 30px;
}

.home-top .content .text h2 {
  margin-bottom: 30px;
}

.home-top .content .text img {
  margin-bottom: 20px;
}

.home-top .content .text p.slogan {
  margin-bottom: 20px;
}

.home-top .content .text p.link:after {
  content: url("../img/style/arrow.svg");
}

.home-top .content .text p.link a {
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .home-top .content .logo img {
    width: 250px;
  }
}

.home-top .content .play {
  opacity: 0.8;
  position: relative;
  width: 70px;
  height: 70px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  margin-bottom: 10px;
  cursor: pointer;
}

.home-top .content .play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #FFFFFF;
}

.home-top .content .play:hover {
  opacity: 1;
}

@media (max-width: 480px) {
  .home-top .content .play {
    width: 60px;
    height: 60px;
  }
  .home-top .content .play:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #FFFFFF;
  }
}

.home-top .content .down {
  opacity: 0.8;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 50px;
  border-radius: 15px 15px;
  border: 2px solid #FFFFFF;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  cursor: pointer;
}

.home-top .content .down:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 10px;
  border-left: 2px solid #FFFFFF;
  -webkit-animation-name: mouse-scroll;
          animation-name: mouse-scroll;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
}

.home-top .content .down:hover {
  opacity: 1;
}

@-webkit-keyframes mouse-scroll {
  0% {
    top: 10px;
  }
  25% {
    top: 20px;
  }
  35% {
    top: 12px;
  }
  45% {
    top: 18px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
  }
}

@keyframes mouse-scroll {
  0% {
    top: 10px;
  }
  25% {
    top: 20px;
  }
  35% {
    top: 12px;
  }
  45% {
    top: 18px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
  }
}

@media (max-width: 1024px) {
  .home-top .content .down {
    display: none;
  }
}

@media (max-width: 1024px) {
  .home-top .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* -------------------------- */
/* -------------------------- */
/* ------- TOP LAYOUT ------- */
/* -------------------------- */
.padding-top {
  height: 550px;
  max-height: 75vh;
}

.padding-top.ficha-padding {
  height: 350px;
  max-height: 50vh;
}

@media (max-width: 1024px) {
  .padding-top {
    height: 395px;
    background-attachment: scroll;
  }
  .padding-top.ficha-padding {
    height: 345px;
  }
  .padding-top.small {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .padding-top {
    height: 288.0072px;
  }
  .padding-top.ficha-padding {
    height: 325px;
  }
}

@media (max-width: 480px) {
  .padding-top {
    height: 340px;
  }
}

@media (max-width: 320px) {
  .padding-top {
    height: 300px;
  }
}

.padding-top-date {
  height: 350px;
}

.wrapper-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper-top.ficha-wrapper-top .top {
  height: 350px;
  max-height: 50vh;
  overflow: hidden;
}

.wrapper-top.ficha-wrapper-top .top .lens-ficha {
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  min-width: 1440px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper-top.ficha-wrapper-top .top .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 120px;
  height: calc(100% - 120px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1024px) {
  .wrapper-top.ficha-wrapper-top .top {
    height: 300px;
  }
  .wrapper-top.ficha-wrapper-top .top .content-top {
    top: 60px;
  }
}

@media (max-width: 480px) {
  .wrapper-top.ficha-wrapper-top .top .content-top {
    top: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1024px) {
  .wrapper-top {
    top: 25px;
  }
}

.top {
  position: relative;
  height: 550px;
  max-height: 75vh;
  background-size: cover;
  background-position: center center;
  /*    @include mq("(max-width: 600px)"){
        $width: 600px;
        height: $width/2.6666;
    }*/
}

.top .lens {
  z-index: 0;
}

.top.top-schedules {
  height: 400px;
}

.top.small {
  height: 350px;
  background-attachment: scroll;
}

.top .content .text {
  color: #FFFFFF;
}

.top .cover-video {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top .cover-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top .cover-video .lens {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .top .cover-video {
    display: none;
  }
}

.top .content-top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top .content-top .info {
  max-width: 620px;
  max-height: 100%;
  padding: 0 20px;
  color: #FFFFFF;
  text-align: left;
}

.top .content-top .info br {
  display: none;
}

.top .content-top .info h1,
.top .content-top .info .title {
  margin-bottom: 10px;
}

.top .content-top .info h2,
.top .content-top .info .subtitle {
  margin-bottom: 20px;
}

.top .content-top .info h2.title-small {
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .top .content-top .info h2.title-small {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.top .content-top .info h2.featured {
  margin-bottom: 20px;
}

.top .content-top .info a {
  color: #FFFFFF;
}

.top .content-top .info p.link:after {
  content: url("../img/style/arrow.svg");
  margin-left: 5px;
  vertical-align: text-top;
}

.top .content-top .info p.link a {
  color: #FFFFFF;
}

.top .content-top .info .line {
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background: #FFFFFF;
  margin-bottom: 20px;
}

.top .content-top .info .date {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.top .content-top .info .date:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  border-bottom: 1px solid #FFFFFF;
}

.top .content-top .info .disclaimer {
  font-size: 10px;
}

.top .content-top .info .download {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .top {
    height: 350px;
    background-attachment: scroll;
  }
  .top.small {
    height: 150px;
  }
  .top .content-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .content-top .info {
    width: calc(100% - 50px);
    max-width: none;
  }
}

@media (max-width: 768px) {
  .top {
    height: 288.0072px;
  }
}

@media (max-width: 480px) {
  .top {
    height: 340px;
  }
}

@media (max-width: 320px) {
  .top {
    height: 300px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* --- BREADCRUMBS LAYOUT --- */
/* -------------------------- */
.breadcrumbs {
  position: relative;
  z-index: 2;
  height: auto;
  margin-top: -50px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.breadcrumbs .content {
  padding: 10px 0;
}

.breadcrumbs .breadcrumb br {
  display: none;
}

.breadcrumbs .breadcrumb:after {
  content: " / ";
  display: inline-block;
  margin: 0;
}

.breadcrumbs .breadcrumb:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}

/* -------------------------- */
/* -------------------------- */
/* --- ATTACHMENTS LAYOUT --- */
/* -------------------------- */
.attachs {
  padding: 20px;
}

.attachs h3 {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  text-transform: uppercase;
}

.attachs a {
  padding: 10px 10px 5px 5px;
  margin-bottom: 10px;
  color: #000000;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.attachs a i {
  margin-left: 10px;
  font-size: 17px;
}

.attachs a:hover {
  background-color: #FFFFFF;
  color: #6D6D6D;
}

/* -------------------------- */
/* -------------------------- */
/* -- SHARE BUTTONS LAYOUT -- */
/* -------------------------- */
.share {
  padding: 20px;
  background-color: #FFFFFF;
  color: #000000;
}

.share .title {
  margin-bottom: 10px !important;
  color: #000000;
  letter-spacing: 0;
}

.share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.share a:hover {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}

/* -------------------------- */
.map-info-view {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-info-view .info-image .image {
  height: 120px;
  width: 150px;
}

.map-info-view .info-content {
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ------ PAGE SPECIFIC STYLES ------ */
/* ---------------------------------- */
/* -------------------------- */
/* ----- BLOCKS LAYOUT ------ */
/* -------------------------- */
.blocks {
  z-index: 80;
}

.blocks.line-bottom .block .content {
  padding-top: 50px;
  border-bottom: 1px solid #D8D8D8;
}

.blocks.line-bottom .block:last-child .content {
  border-bottom: 0px;
}

@media (max-width: 480px) {
  .blocks.line-bottom .block .content {
    padding-top: 20px !important;
  }
}

.blocks .block {
  position: relative;
  background-color: #FFFFFF;
}

.blocks .block .content {
  padding: 50px 20px;
}

@media (max-width: 1024px) {
  .blocks .block .content {
    padding: 50px 20px 20px;
  }
  .blocks .block .content .grid.wrap {
    margin-bottom: 20px;
  }
}

.blocks .block.no-padding {
  padding: 0;
}

.blocks .block.no-margin {
  margin: 0;
}

.blocks .block .bg-image,
.blocks .block .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.blocks .block .bg-image.fixed,
.blocks .block .bg-video.fixed {
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .blocks .block .bg-image.fixed,
  .blocks .block .bg-video.fixed {
    background-attachment: scroll;
  }
}

.blocks .block .icon {
  margin-bottom: 20px;
  text-align: center;
}

.blocks .block .icon img {
  width: 40px;
}

@media (max-width: 480px) {
  .blocks .block .icon img {
    max-height: 40px;
  }
}

.blocks .block .text {
  margin-bottom: 30px;
  color: #000000;
}

.blocks .block .text :first-child {
  margin-top: 0;
}

.blocks .block .text :last-child {
  margin-bottom: 0;
}

.blocks .block .text h3 {
  margin-bottom: 10px;
}

.blocks .block .text h4 {
  margin-bottom: 10px;
}

.blocks .block .text h4 + h4 {
  margin-top: -10px;
}

.blocks .block .text h4.featured {
  text-transform: none;
}

.blocks .block .text p {
  margin-bottom: 20px;
}

.blocks .block .text ul li {
  margin-bottom: 10px;
}

.blocks .block.ft-black {
  color: #000000;
}

.blocks .block.bg-black {
  background-color: #000000;
}

.blocks .block.ft-white {
  color: #FFFFFF;
}

.blocks .block.bg-white {
  background-color: #FFFFFF;
}

.blocks .block.ft-extra-color {
  color: #FFFFFF;
}

.blocks .block.bg-extra-color {
  background-color: #FFFFFF;
}

.blocks .block.ft-dark-gray {
  color: #6D6D6D;
}

.blocks .block.bg-dark-gray {
  background-color: #6D6D6D;
}

.blocks .block.ft-gray {
  color: #D8D8D8;
}

.blocks .block.bg-gray {
  background-color: #D8D8D8;
}

.blocks .block.ft-light-gray {
  color: #F8F8F8;
}

.blocks .block.bg-light-gray {
  background-color: #F8F8F8;
}

.blocks .block.ft-blue {
  color: #2754A0;
}

.blocks .block.bg-blue {
  background-color: #2754A0;
}

.blocks .block.ft-orange {
  color: #F26C11;
}

.blocks .block.bg-orange {
  background-color: #F26C11;
}

@media (max-width: 480px) {
  .blocks .block .content {
    padding: 20px;
  }
}

.part-text-image .content {
  max-width: 1280px;
  border: 0px !important;
}

.part-text-image .grid .text-block.ft-black {
  color: #000000;
}

.part-text-image .grid .text-block.bg-black {
  background-color: #000000;
}

.part-text-image .grid .text-block.bg-black + .bg-black .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-white {
  color: #FFFFFF;
}

.part-text-image .grid .text-block.bg-white {
  background-color: #FFFFFF;
}

.part-text-image .grid .text-block.bg-white + .bg-white .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-extra-color {
  color: #FFFFFF;
}

.part-text-image .grid .text-block.bg-extra-color {
  background-color: #FFFFFF;
}

.part-text-image .grid .text-block.bg-extra-color + .bg-extra-color .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-dark-gray {
  color: #6D6D6D;
}

.part-text-image .grid .text-block.bg-dark-gray {
  background-color: #6D6D6D;
}

.part-text-image .grid .text-block.bg-dark-gray + .bg-dark-gray .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-gray {
  color: #D8D8D8;
}

.part-text-image .grid .text-block.bg-gray {
  background-color: #D8D8D8;
}

.part-text-image .grid .text-block.bg-gray + .bg-gray .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-light-gray {
  color: #F8F8F8;
}

.part-text-image .grid .text-block.bg-light-gray {
  background-color: #F8F8F8;
}

.part-text-image .grid .text-block.bg-light-gray + .bg-light-gray .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-blue {
  color: #2754A0;
}

.part-text-image .grid .text-block.bg-blue {
  background-color: #2754A0;
}

.part-text-image .grid .text-block.bg-blue + .bg-blue .content {
  padding-top: 0;
}

.part-text-image .grid .text-block.ft-orange {
  color: #F26C11;
}

.part-text-image .grid .text-block.bg-orange {
  background-color: #F26C11;
}

.part-text-image .grid .text-block.bg-orange + .bg-orange .content {
  padding-top: 0;
}

.part-text-image .grid.column {
  max-width: 1000px;
  margin: auto;
}

.part-text-image .grid.column .image {
  margin-bottom: 20px;
}

.part-text-image .grid.column .text-block {
  width: 100%;
}

.part-text-image .grid.column .text-block .text {
  margin-bottom: 0;
}

.part-text-image .grid.row .image {
  margin-right: 20px;
}

.part-text-image .grid.row-reverse .image {
  margin-left: 20px;
}

.part-text-image .grid.column-reverse {
  max-width: 1000px;
  margin: auto;
}

.part-text-image .grid.column-reverse .image {
  margin-top: 20px;
}

.part-text-image .grid.column-reverse .text-block {
  width: 100%;
}

.part-text-image .grid.column-reverse .text-block .text {
  margin-bottom: 0;
}

.part-text-image .grid.has_image.row {
  padding-bottom: 50px;
}

.part-text-image .grid.has_image.row .text-block {
  background-color: #F8F8F8;
  position: relative;
  padding: 50px;
  margin-bottom: 0;
  -webkit-transform: translate(-150px, 50px);
  transform: translate(-150px, 50px);
}

.part-text-image .grid.has_image.row-reverse {
  padding-bottom: 50px;
}

.part-text-image .grid.has_image.row-reverse .text-block {
  background-color: #F8F8F8;
  position: relative;
  padding: 50px;
  margin-bottom: 0;
  -webkit-transform: translate(150px, 50px);
  transform: translate(150px, 50px);
}

@media (max-width: 1024px) {
  .part-text-image .grid.has_image.row .image {
    max-width: 55%;
    min-width: 55% !important;
  }
  .part-text-image .grid.has_image.row .text-block {
    padding: 20px;
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  .part-text-image .grid.has_image.row-reverse .image {
    max-width: 55%;
    min-width: 55% !important;
  }
  .part-text-image .grid.has_image.row-reverse .text-block {
    padding: 20px;
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
}

@media (max-width: 768px) {
  .part-text-image .grid.has_image.row, .part-text-image .grid.has_image.row-reverse {
    padding-bottom: 0px;
  }
  .part-text-image .grid.has_image.row .image, .part-text-image .grid.has_image.row-reverse .image {
    margin: 0 0 10px;
    max-width: 85%;
    max-height: 220px;
    min-width: 0px !important;
  }
  .part-text-image .grid.has_image.row .text-block, .part-text-image .grid.has_image.row-reverse .text-block {
    padding: 20px;
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
    max-width: calc(100% - 50px);
  }
}

@media (max-width: 480px) {
  .part-text-image .grid.has_image.row, .part-text-image .grid.has_image.row-reverse {
    padding-bottom: 0px;
  }
  .part-text-image .grid.has_image.row .image, .part-text-image .grid.has_image.row-reverse .image {
    max-width: 100%;
    margin-bottom: 0;
  }
  .part-text-image .grid.has_image.row .text-block, .part-text-image .grid.has_image.row-reverse .text-block {
    padding: 20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: calc(100%);
    width: 100%;
  }
}

@media (max-width: 768px) {
  .part-text-image .grid.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .part-text-image .grid.row .image {
    margin: 0 auto 20px;
  }
  .part-text-image .grid.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .part-text-image .grid.row-reverse .image {
    margin: 0 auto 20px;
  }
  .part-text-image .grid .image.hide-responsive {
    display: none;
  }
}

@media (max-width: 480px) {
  .part-text-image .image {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0;
  }
  .part-text-image .image img {
    position: static;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    min-height: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.part-text-image.left-twoofthree.last .content, .part-text-image.right-twoofthree.last .content {
  padding-bottom: 50px;
}

.part-text-image.left-twoofthree.first, .part-text-image.right-twoofthree.first {
  margin-top: -20px;
}

.part-text-image.left-twoofthree .content, .part-text-image.right-twoofthree .content {
  padding: 0;
}

.part-text-image.left-twoofthree .content .image, .part-text-image.right-twoofthree .content .image {
  margin: 0;
}

.part-text-image.left-twoofthree .content .grid, .part-text-image.right-twoofthree .content .grid {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-bottom: 0;
}

.part-text-image.left-twoofthree .content .grid .image, .part-text-image.left-twoofthree .content .grid .text, .part-text-image.right-twoofthree .content .grid .image, .part-text-image.right-twoofthree .content .grid .text {
  width: 333.33333px !important;
  height: 285.71429px !important;
}

.part-text-image.left-twoofthree .content .grid .text, .part-text-image.right-twoofthree .content .grid .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.part-text-image.right-twoofthree .grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.part-text-image.right-twoofthree .grid .text {
  color: #FFFFFF !important;
}

.part-text-image.right-twoofthree .grid .text p, .part-text-image.right-twoofthree .grid .text h3, .part-text-image.right-twoofthree .grid .text h4 {
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  .part-text-image.right-twoofthree .content, .part-text-image.left-twoofthree .content {
    min-height: 220px;
  }
  .part-text-image.right-twoofthree .content .grid .image, .part-text-image.right-twoofthree .content .grid .text, .part-text-image.left-twoofthree .content .grid .image, .part-text-image.left-twoofthree .content .grid .text {
    width: 50% !important;
    height: auto;
  }
  .part-text-image.right-twoofthree .content .grid {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (max-width: 480px) {
  .part-text-image.right-twoofthree .content .grid, .part-text-image.left-twoofthree .content .grid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .part-text-image.right-twoofthree .content .grid .image, .part-text-image.right-twoofthree .content .grid .text, .part-text-image.left-twoofthree .content .grid .image, .part-text-image.left-twoofthree .content .grid .text {
    width: 100% !important;
    height: auto !important;
  }
  .part-text-image.right-twoofthree .content .grid .text, .part-text-image.left-twoofthree .content .grid .text {
    padding: 20px;
  }
  .part-text-image.right-twoofthree .content .grid .image, .part-text-image.left-twoofthree .content .grid .image {
    height: 220px !important;
  }
  .part-text-image.right-twoofthree .content .grid .image img, .part-text-image.left-twoofthree .content .grid .image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .part-text-image.right-twoofthree.first, .part-text-image.left-twoofthree.first {
    margin-top: 0;
  }
}

.part-gallery .content {
  max-width: 100%;
  padding: 0 0 50px !important;
}

.part-gallery .content .text {
  max-width: 1000px;
  margin: auto;
  padding: 0 0 20px;
}

.part-gallery .gallery .item {
  height: 100%;
}

@media (max-width: 768px) {
  .part-gallery .gallery .item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .part-gallery .gallery .item {
    width: calc(100% - 20px);
    margin-bottom: 5px;
  }
}

.part-downloads .item {
  padding: 0;
}

.part-downloads .item .item {
  padding: 0;
}

.part-downloads .download {
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 20px;
}

.part-downloads .download .icon {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-right: 10px;
  width: 25px;
  overflow: hidden;
}

.part-downloads .download i {
  font-size: 24px;
  -webkit-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.part-downloads .download i:not(.fa-download) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.part-downloads .download i.fa-download {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.part-downloads .download .name {
  margin: 0;
}

.part-downloads .download .name::after {
  margin: 10px auto 0 !important;
}

@media (max-width: 480px) {
  .part-downloads .download .name {
    text-align: center;
  }
}

.part-downloads .download:hover {
  color: inherit;
}

.part-downloads .download:hover i:not(.fa-download) {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.part-downloads .download:hover i.fa-download {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 480px) {
  .part-downloads .item {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.part-video .text {
  margin-bottom: 20px;
}

.part-video.embed .bg-image,
.part-video.embed .bg-video {
  display: none;
}

.part-video.embed .lens {
  display: none;
}

.part-video.embed iframe {
  display: block;
  width: 640px;
  max-width: 100%;
  height: 400px;
  margin: auto;
}

.part-video.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
}

.part-video.fullscreen .content {
  z-index: 40;
  position: relative;
  border-bottom: 0px !important;
}

.part-video.fullscreen .content .play-button {
  text-align: center;
}

.part-video.fullscreen .content .play-button .play {
  font-size: 100px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.2s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.part-video.fullscreen .content .play-button .play:hover {
  color: #F8F8F8;
}

@media (max-width: 480px) {
  .part-video.fullscreen {
    height: 240px;
  }
  .part-video.fullscreen .content .play-button .play {
    font-size: 75px;
  }
}

.part-featured .content {
  z-index: 5;
  padding: 70px 20px !important;
  text-align: left;
  position: relative;
}

.part-featured .content .icon {
  height: 50px;
  max-width: 300px;
}

.part-featured .content .icon img {
  width: auto;
}

.part-featured .content .text {
  max-width: 666.66667px;
  padding: 20px 0;
  margin: auto;
}

.part-featured .content .part-button {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .part-featured .content .text {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .part-featured .content {
    padding: 50px 20px !important;
  }
}

.part-mosaic + .part-mosaic .content {
  padding-top: 20px !important;
  margin-top: -50px;
}

@media (max-width: 1024px) {
  .part-mosaic + .part-mosaic .content {
    margin-top: -20px;
  }
}

.part-mosaic + .part-mosaic .grid {
  margin-top: 0;
}

.part-mosaic .content > .text {
  margin-bottom: 20px;
}

.part-mosaic .grid {
  margin-top: 50px;
}

.part-mosaic .grid .item {
  text-align: center;
  padding: 0 10px;
}

.part-mosaic .grid .item .icon {
  width: auto;
  max-height: 100px;
  margin-bottom: 10px;
}

.part-mosaic .grid .item .text {
  margin-bottom: 20px;
}

.part-mosaic .grid .item .text p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.part-mosaic .grid .item .text p.title {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .part-mosaic .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .part-mosaic .grid .item {
    width: 50%;
    margin-bottom: 20px;
  }
  .part-mosaic .grid .item .text {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .part-mosaic .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .part-mosaic .grid .item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .part-mosaic .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .part-mosaic .grid .item {
    width: 50%;
    min-width: 161px;
    margin: 0 0 20px;
  }
  .part-mosaic .grid .item .text p.title {
    font-size: 16px;
  }
}

.part-form .text {
  margin-bottom: 20px;
}

.part-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.part-form form .right, .part-form form .left {
  width: calc(50% - 10px);
}

.part-form form .right {
  margin-left: 10px;
}

.part-form form .left {
  margin-right: 10px;
}

.part-form .g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .part-form .g-recaptcha {
    width: 100%;
    text-align: center;
  }
}

.part-form .content {
  border-bottom: 1px solid #F8F8F8;
  padding-top: 50px !important;
}

.part-form .content .text {
  max-width: 450px;
}

.part-form .input.has_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.part-form .input.has_arrow input {
  background-color: transparent;
  border: 0;
}

.part-form + .block .content {
  padding-top: 50px;
}

@media (max-width: 480px) {
  .part-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .part-form form .right, .part-form form .left {
    width: calc(100%);
  }
  .part-form form .right {
    margin-left: 0;
  }
  .part-form form .left {
    margin-right: 0;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- ARTICLES HOME LAYOUT -- */
/* -------------------------- */
.articles_home-mosaic .articles-wrapper article, .articles_layout-3x .articles-wrapper article, .articles .articles-wrapper article, .articles-category .articles-wrapper article {
  position: relative;
  width: calc(33.333% - 6.66667px);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
  min-width: 250px;
  max-width: 325px;
  margin-bottom: 20px;
}

.articles_home-mosaic .articles-wrapper article:nth-child(3n-1), .articles_layout-3x .articles-wrapper article:nth-child(3n-1), .articles .articles-wrapper article:nth-child(3n-1), .articles-category .articles-wrapper article:nth-child(3n-1) {
  margin: 0 10px 20px;
}

.articles_home-mosaic .articles-wrapper article .image, .articles_layout-3x .articles-wrapper article .image, .articles .articles-wrapper article .image, .articles-category .articles-wrapper article .image {
  height: 120px;
}

.articles_home-mosaic .articles-wrapper article .info .top-info, .articles_layout-3x .articles-wrapper article .info .top-info, .articles .articles-wrapper article .info .top-info, .articles-category .articles-wrapper article .info .top-info {
  padding: 20px 10px 10px;
  background-color: #FFFFFF;
}

.articles_home-mosaic .articles-wrapper article .info .bottom-info, .articles_layout-3x .articles-wrapper article .info .bottom-info, .articles .articles-wrapper article .info .bottom-info, .articles-category .articles-wrapper article .info .bottom-info {
  padding: 5px;
  background-color: #F8F8F8;
}

.articles_home-mosaic .articles-wrapper article .type, .articles_layout-3x .articles-wrapper article .type, .articles .articles-wrapper article .type, .articles-category .articles-wrapper article .type {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.articles_home-mosaic .articles-wrapper article .type span, .articles_layout-3x .articles-wrapper article .type span, .articles .articles-wrapper article .type span, .articles-category .articles-wrapper article .type span {
  margin: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 5px 5px 0 0;
}

.articles_home-mosaic .articles-wrapper article .title, .articles_layout-3x .articles-wrapper article .title, .articles .articles-wrapper article .title, .articles-category .articles-wrapper article .title {
  margin-bottom: 10px;
}

.articles_home-mosaic .articles-wrapper article .title a, .articles_layout-3x .articles-wrapper article .title a, .articles .articles-wrapper article .title a, .articles-category .articles-wrapper article .title a {
  color: #000000;
  text-decoration: none;
}

.articles_home-mosaic .articles-wrapper article .date, .articles_layout-3x .articles-wrapper article .date, .articles .articles-wrapper article .date, .articles-category .articles-wrapper article .date {
  margin-bottom: 10px;
}

.articles_home-mosaic .articles-wrapper.two-items article, .articles_layout-3x .articles-wrapper.two-items article, .articles .articles-wrapper.two-items article, .articles-category .articles-wrapper.two-items article {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #F8F8F8;
  min-width: 280px;
  max-width: 350px;
  margin-bottom: 10px;
}

.articles_home-mosaic .articles-wrapper.two-items article:nth-child(3n-1), .articles_layout-3x .articles-wrapper.two-items article:nth-child(3n-1), .articles .articles-wrapper.two-items article:nth-child(3n-1), .articles-category .articles-wrapper.two-items article:nth-child(3n-1) {
  margin: 0 0 10px;
}

.articles_home-mosaic .articles-wrapper.two-items article:nth-child(even), .articles_layout-3x .articles-wrapper.two-items article:nth-child(even), .articles .articles-wrapper.two-items article:nth-child(even), .articles-category .articles-wrapper.two-items article:nth-child(even) {
  margin: 0 0 10px 5px;
}

.articles_home-mosaic .articles-wrapper.two-items article:nth-child(odd), .articles_layout-3x .articles-wrapper.two-items article:nth-child(odd), .articles .articles-wrapper.two-items article:nth-child(odd), .articles-category .articles-wrapper.two-items article:nth-child(odd) {
  margin: 0 5px 10px 0;
}

@media (max-width: 1024px) {
  .articles_home-mosaic .articles-wrapper article, .articles_layout-3x .articles-wrapper article, .articles .articles-wrapper article, .articles-category .articles-wrapper article {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .articles_home-mosaic .articles-wrapper, .articles_layout-3x .articles-wrapper, .articles .articles-wrapper, .articles-category .articles-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articles_home-mosaic .articles-wrapper article, .articles_layout-3x .articles-wrapper article, .articles .articles-wrapper article, .articles-category .articles-wrapper article {
    width: calc(50% - 10px);
    min-width: 250px;
  }
  .articles_home-mosaic .articles-wrapper article:nth-child(3n-1), .articles_layout-3x .articles-wrapper article:nth-child(3n-1), .articles .articles-wrapper article:nth-child(3n-1), .articles-category .articles-wrapper article:nth-child(3n-1) {
    margin: 0 0 20px;
  }
  .articles_home-mosaic .articles-wrapper article:nth-child(even), .articles_layout-3x .articles-wrapper article:nth-child(even), .articles .articles-wrapper article:nth-child(even), .articles-category .articles-wrapper article:nth-child(even) {
    margin: 0 0 20px 5px;
  }
  .articles_home-mosaic .articles-wrapper article:nth-child(odd), .articles_layout-3x .articles-wrapper article:nth-child(odd), .articles .articles-wrapper article:nth-child(odd), .articles-category .articles-wrapper article:nth-child(odd) {
    margin: 0 5px 20px 0;
  }
}

@media (max-width: 480px) {
  .articles_home-mosaic .articles-wrapper, .articles_layout-3x .articles-wrapper, .articles .articles-wrapper, .articles-category .articles-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .articles_home-mosaic .articles-wrapper article, .articles_layout-3x .articles-wrapper article, .articles .articles-wrapper article, .articles-category .articles-wrapper article {
    width: calc(100%);
    min-width: 250px;
  }
  .articles_home-mosaic .articles-wrapper article:nth-child(even), .articles_layout-3x .articles-wrapper article:nth-child(even), .articles .articles-wrapper article:nth-child(even), .articles-category .articles-wrapper article:nth-child(even) {
    margin: 0 0 10px;
  }
  .articles_home-mosaic .articles-wrapper article:nth-child(odd), .articles_layout-3x .articles-wrapper article:nth-child(odd), .articles .articles-wrapper article:nth-child(odd), .articles-category .articles-wrapper article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

.block.articles_infinite-loader .articles-filter .button {
  background-color: #000000;
  margin-bottom: 10px;
  text-decoration: none;
}

.block.articles_infinite-loader .articles-filter .button:before {
  background-color: #FFFFFF;
}

.block.articles_infinite-loader .articles-filter .button:hover:before {
  background-color: #FFFFFF;
}

.block.articles_infinite-loader .articles-filter .button:hover span {
  color: #000000;
}

.block.articles_infinite-loader .articles-filter .button span {
  color: #FFFFFF;
}

.block.articles_infinite-loader .articles-filter .button.current {
  background-color: #FFFFFF !important;
}

.block.articles_infinite-loader .articles-filter .button.current span {
  color: #000000;
}

.block.articles_infinite-loader .content.scrollable {
  padding-top: 0 !important;
}

.block.articles_infinite-loader .content.scrollable article {
  position: relative;
  width: calc(33.333% - 6.66667px);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
  min-width: 280px;
  max-width: 325px;
  margin-bottom: 10px;
}

.block.articles_infinite-loader .content.scrollable article:nth-child(3n-1) {
  margin: 0 10px 10px;
}

.block.articles_infinite-loader .content.scrollable article .image {
  height: 120px;
}

.block.articles_infinite-loader .content.scrollable article .info .top-info {
  padding: 20px 10px 10px;
  background-color: #FFFFFF;
}

.block.articles_infinite-loader .content.scrollable article .info .bottom-info {
  padding: 5px;
  background-color: #F8F8F8;
}

.block.articles_infinite-loader .content.scrollable article .type {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.block.articles_infinite-loader .content.scrollable article .type span {
  margin: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 5px 5px 0 0;
}

.block.articles_infinite-loader .content.scrollable article .title {
  margin-bottom: 10px;
}

.block.articles_infinite-loader .content.scrollable article .title a {
  color: #000000;
  text-decoration: none;
}

.block.articles_infinite-loader .content.scrollable article .date {
  margin-bottom: 10px;
}

.block.articles_infinite-loader .content.scrollable.two-items article {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #F8F8F8;
  min-width: 280px;
  max-width: 350px;
  margin-bottom: 10px;
}

.block.articles_infinite-loader .content.scrollable.two-items article:nth-child(3n-1) {
  margin: 0 0 10px;
}

.block.articles_infinite-loader .content.scrollable.two-items article:nth-child(even) {
  margin: 0 0 10px 5px;
}

.block.articles_infinite-loader .content.scrollable.two-items article:nth-child(odd) {
  margin: 0 5px 10px 0;
}

@media (max-width: 768px) {
  .block.articles_infinite-loader .content.scrollable {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block.articles_infinite-loader .content.scrollable article {
    width: calc(50% - 10px);
    min-width: 250px;
  }
  .block.articles_infinite-loader .content.scrollable article:nth-child(3n-1) {
    margin: 0 0 10px;
  }
  .block.articles_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 0 10px 5px;
  }
  .block.articles_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 5px 10px 0;
  }
}

@media (max-width: 480px) {
  .block.articles_infinite-loader .content.scrollable .articles {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .block.articles_infinite-loader .content.scrollable article {
    width: calc(100%);
    min-width: 250px;
  }
  .block.articles_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 0 10px;
  }
  .block.articles_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* ----- LOCATIONS LIST ---- */
/* ------------------------- */
.locations_list.block .content {
  max-width: 1280px;
}

.locations_list.block .content .locations .location-list {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 50px 0;
}

.locations_list.block .content .locations .location-list:nth-child(even) .info {
  position: relative;
  -webkit-transform: translate(-150px, -50px);
  transform: translate(-150px, -50px);
}

.locations_list.block .content .locations .location-list:nth-child(even) .image .image-top {
  text-align: right;
}

.locations_list.block .content .locations .location-list:nth-child(even) .image .image-top .icon {
  margin-right: 120px;
}

.locations_list.block .content .locations .location-list:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.locations_list.block .content .locations .location-list:nth-child(odd) .image .image-top .icon {
  margin-left: 90px;
}

.locations_list.block .content .locations .location-list:nth-child(odd) .info {
  position: relative;
  -webkit-transform: translate(150px, 50px);
  transform: translate(150px, 50px);
}

.locations_list.block .content .locations .location-list:last-child {
  margin-bottom: 50px;
}

.locations_list.block .content .locations .location-list .image {
  width: 680px;
  height: 400px;
  position: relative;
}

.locations_list.block .content .locations .location-list .image .image-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 15px 50px;
  text-align: left;
}

.locations_list.block .content .locations .location-list .image .image-top .icon {
  position: relative;
  min-width: auto;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}

.locations_list.block .content .locations .location-list .info {
  width: 40%;
  padding: 30px;
  background-color: #F8F8F8;
}

.locations_list.block .content .locations .location-list .info .title {
  margin-bottom: 10px;
}

.locations_list.block .content .locations .location-list .info .text {
  margin-bottom: 0;
}

.locations_list.block .content .locations .location-list .info .text ul {
  list-style: none;
  padding-left: 0;
}

.locations_list.block .content .locations .location-list .info .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.locations_list.block .content .locations .location-list .info .text ul li .arrow {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.locations_list.block .content .locations .location-list .info .text ul li a {
  font-weight: bold;
}

.locations_list.block .content .locations .location-list .info .text ul li ul {
  border-left: 1px solid #000000;
  margin-left: 10px;
  padding-left: 5px;
}

.locations_list.block .content .locations .location-list .info .text ul li ul li:hover .arrow {
  width: 30px;
}

.locations_list.block .content .locations .location-list .info .text ul li:hover div .arrow {
  width: 30px;
}

.locations_list.block .content .locations .location-list .info .hover-link {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  max-height: 5px;
  overflow-y: hidden;
  padding: 0 20px;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transition: max-height 0.5s padding 0.5s;
  transition: max-height 0.5s padding 0.5s;
}

.locations_list.block .content .locations .location-list .info .hover-link .button.has-arrow {
  padding: 10px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFFFFF;
}

.locations_list.block .content .locations .location-list .info .hover-link .button.has-arrow .arrow:before, .locations_list.block .content .locations .location-list .info .hover-link .button.has-arrow .arrow:after {
  border-color: #FFFFFF;
}

.locations_list.block .content .locations .location-list .info .hover-link .button.has-arrow:hover {
  color: #FFFFFF;
}

.locations_list.block .content .locations .location-list .info .hover-link:hover {
  max-height: 250px;
}

.locations_list.block .content .locations .location-list .info:hover .hover-link {
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transition: max-height 0.5s padding 0.5s;
  transition: max-height 0.5s padding 0.5s;
  max-height: 250px;
}

@media (max-width: 1024px) {
  .locations_list.block .content .locations .location-list:nth-child(even) {
    padding-top: 50px;
  }
  .locations_list.block .content .locations .location-list:nth-child(even) .info {
    position: relative;
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
  .locations_list.block .content .locations .location-list:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .locations_list.block .content .locations .location-list:nth-child(odd) .info {
    position: relative;
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  .locations_list.block .content .locations .location-list .info {
    width: 45%;
  }
  .locations_list.block .content .locations .location-list .info .hover-link {
    max-height: none;
  }
  .locations_list.block .content .locations .location-list .image {
    max-width: 55%;
  }
}

@media (max-width: 768px) {
  .locations_list.block .content .locations {
    margin-bottom: 0 !important;
  }
  .locations_list.block .content .locations .location-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .locations_list.block .content .locations .location-list .image {
    margin: 0;
    max-width: 85%;
    max-height: 220px;
  }
  .locations_list.block .content .locations .location-list:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .locations_list.block .content .locations .location-list:nth-child(even) .info {
    position: relative;
    width: calc(100% - 50px);
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
  .locations_list.block .content .locations .location-list:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .locations_list.block .content .locations .location-list:nth-child(odd) .info {
    position: relative;
    width: calc(100% - 50px);
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
}

@media (max-width: 480px) {
  .locations_list.block .content .locations .location-list .image {
    max-width: 90%;
  }
  .locations_list.block .content .locations .location-list:nth-child(even), .locations_list.block .content .locations .location-list:nth-child(odd) {
    padding-bottom: 50px;
  }
  .locations_list.block .content .locations .location-list:nth-child(even) .info, .locations_list.block .content .locations .location-list:nth-child(odd) .info {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .locations_list.block .content .locations .location-list:nth-child(even) .image, .locations_list.block .content .locations .location-list:nth-child(odd) .image {
    max-width: 100%;
  }
  .locations_list.block .content .locations .location-list:nth-child(even) .image .image-top, .locations_list.block .content .locations .location-list:nth-child(odd) .image .image-top {
    text-align: center;
    height: 55px;
    padding: 10px 0;
  }
  .locations_list.block .content .locations .location-list:nth-child(even) .image .image-top .icon, .locations_list.block .content .locations .location-list:nth-child(odd) .image .image-top .icon {
    margin: auto;
  }
  .locations_list.block .content .locations .location-list:last-child {
    padding-bottom: 0;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- ARTICLES HOME LAYOUT -- */
/* -------------------------- */
.courses_home-layout .courses-wrapper article, .courses_layout-3x .courses-wrapper article, .courses_active-courses .courses-wrapper article {
  position: relative;
  width: calc(33.333% - 6.66667px);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
  min-width: 280px;
  max-width: 325px;
  margin-bottom: 10px;
}

.courses_home-layout .courses-wrapper article:nth-child(3n-1), .courses_layout-3x .courses-wrapper article:nth-child(3n-1), .courses_active-courses .courses-wrapper article:nth-child(3n-1) {
  margin: 0 10px 10px;
}

.courses_home-layout .courses-wrapper article .image, .courses_layout-3x .courses-wrapper article .image, .courses_active-courses .courses-wrapper article .image {
  height: 140px;
}

.courses_home-layout .courses-wrapper article .image .date, .courses_layout-3x .courses-wrapper article .image .date, .courses_active-courses .courses-wrapper article .image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: black;
  background-color: rgba(248, 248, 248, 0.8);
  padding: 5px 20px;
}

.courses_home-layout .courses-wrapper article .image .type, .courses_layout-3x .courses-wrapper article .image .type, .courses_active-courses .courses-wrapper article .image .type {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.courses_home-layout .courses-wrapper article .image .type span, .courses_layout-3x .courses-wrapper article .image .type span, .courses_active-courses .courses-wrapper article .image .type span {
  margin: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 5px 5px 0 0;
}

.courses_home-layout .courses-wrapper article .info, .courses_layout-3x .courses-wrapper article .info, .courses_active-courses .courses-wrapper article .info {
  padding: 0;
}

.courses_home-layout .courses-wrapper article .title, .courses_layout-3x .courses-wrapper article .title, .courses_active-courses .courses-wrapper article .title {
  padding: 20px 10px;
}

.courses_home-layout .courses-wrapper article .title a, .courses_layout-3x .courses-wrapper article .title a, .courses_active-courses .courses-wrapper article .title a {
  color: #000000;
  text-decoration: none;
}

.courses_home-layout .courses-wrapper article .bottom-info, .courses_layout-3x .courses-wrapper article .bottom-info, .courses_active-courses .courses-wrapper article .bottom-info {
  background-color: #F8F8F8;
  padding: 5px;
}

.courses_home-layout .courses-wrapper.two-items article, .courses_layout-3x .courses-wrapper.two-items article, .courses_active-courses .courses-wrapper.two-items article {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #F8F8F8;
  min-width: 280px;
  max-width: 350px;
  margin-bottom: 10px;
}

.courses_home-layout .courses-wrapper.two-items article:nth-child(3n-1), .courses_layout-3x .courses-wrapper.two-items article:nth-child(3n-1), .courses_active-courses .courses-wrapper.two-items article:nth-child(3n-1) {
  margin: 0 0 10px;
}

.courses_home-layout .courses-wrapper.two-items article:nth-child(even), .courses_layout-3x .courses-wrapper.two-items article:nth-child(even), .courses_active-courses .courses-wrapper.two-items article:nth-child(even) {
  margin: 0 0 10px 5px;
}

.courses_home-layout .courses-wrapper.two-items article:nth-child(odd), .courses_layout-3x .courses-wrapper.two-items article:nth-child(odd), .courses_active-courses .courses-wrapper.two-items article:nth-child(odd) {
  margin: 0 5px 10px 0;
}

@media (max-width: 1024px) {
  .courses_home-layout .courses-wrapper article, .courses_layout-3x .courses-wrapper article, .courses_active-courses .courses-wrapper article {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .courses_home-layout .courses-wrapper, .courses_layout-3x .courses-wrapper, .courses_active-courses .courses-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .courses_home-layout .courses-wrapper article, .courses_layout-3x .courses-wrapper article, .courses_active-courses .courses-wrapper article {
    width: calc(50% - 20px);
    min-width: 250px;
  }
  .courses_home-layout .courses-wrapper article:nth-child(3n-1), .courses_layout-3x .courses-wrapper article:nth-child(3n-1), .courses_active-courses .courses-wrapper article:nth-child(3n-1) {
    margin: 0 auto 20px;
  }
  .courses_home-layout .courses-wrapper article:nth-child(even), .courses_layout-3x .courses-wrapper article:nth-child(even), .courses_active-courses .courses-wrapper article:nth-child(even) {
    margin: 0 10px 20px auto;
  }
  .courses_home-layout .courses-wrapper article:nth-child(odd), .courses_layout-3x .courses-wrapper article:nth-child(odd), .courses_active-courses .courses-wrapper article:nth-child(odd) {
    margin: 0 auto 20px 10px;
  }
}

@media (max-width: 480px) {
  .courses_home-layout .courses-wrapper, .courses_layout-3x .courses-wrapper, .courses_active-courses .courses-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .courses_home-layout .courses-wrapper article, .courses_layout-3x .courses-wrapper article, .courses_active-courses .courses-wrapper article {
    width: calc(100%);
    min-width: 250px;
  }
  .courses_home-layout .courses-wrapper article:nth-child(even), .courses_layout-3x .courses-wrapper article:nth-child(even), .courses_active-courses .courses-wrapper article:nth-child(even) {
    margin: 0 0 20px;
  }
  .courses_home-layout .courses-wrapper article:nth-child(odd), .courses_layout-3x .courses-wrapper article:nth-child(odd), .courses_active-courses .courses-wrapper article:nth-child(odd) {
    margin: 0 0 20px;
  }
}

.block.coursecats_infinite-loader .courses-filter .button {
  background-color: #000000;
  margin-bottom: 10px;
  text-decoration: none;
}

.block.coursecats_infinite-loader .courses-filter .button:before {
  background-color: #FFFFFF;
}

.block.coursecats_infinite-loader .courses-filter .button:hover:before {
  background-color: #FFFFFF;
}

.block.coursecats_infinite-loader .courses-filter .button:hover span {
  color: #000000;
}

.block.coursecats_infinite-loader .courses-filter .button span {
  color: #FFFFFF;
}

.block.coursecats_infinite-loader .courses-filter .button.current {
  background-color: #FFFFFF !important;
}

.block.coursecats_infinite-loader .courses-filter .button.current span {
  color: #000000;
}

.block.coursecats_infinite-loader .content.scrollable {
  padding-top: 0 !important;
}

.block.coursecats_infinite-loader .content.scrollable article {
  position: relative;
  width: calc(33.333% - 6.66667px);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
  min-width: 280px;
  max-width: 325px;
  margin-bottom: 10px;
}

.block.coursecats_infinite-loader .content.scrollable article:nth-child(3n-1) {
  margin: 0 10px 10px;
}

.block.coursecats_infinite-loader .content.scrollable article .image {
  height: 130px;
}

.block.coursecats_infinite-loader .content.scrollable article .image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: black;
  background-color: rgba(248, 248, 248, 0.8);
  padding: 5px 20px;
}

.block.coursecats_infinite-loader .content.scrollable article .image .type {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.block.coursecats_infinite-loader .content.scrollable article .image .type span {
  margin: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 5px 5px 0 0;
}

.block.coursecats_infinite-loader .content.scrollable article .info {
  padding: 0;
}

.block.coursecats_infinite-loader .content.scrollable article .title {
  padding: 20px 10px 10px;
}

.block.coursecats_infinite-loader .content.scrollable article .title a {
  color: #000000;
  text-decoration: none;
}

.block.coursecats_infinite-loader .content.scrollable article .bottom-info {
  background-color: #F8F8F8;
  padding: 5px;
}

@media (max-width: 768px) {
  .block.coursecats_infinite-loader .content.scrollable {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block.coursecats_infinite-loader .content.scrollable article {
    width: calc(50% - 20px);
    min-width: 250px;
  }
  .block.coursecats_infinite-loader .content.scrollable article:nth-child(3n-1) {
    margin: 0 auto 20px;
  }
  .block.coursecats_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 10px 20px auto;
  }
  .block.coursecats_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 auto 20px 10px;
  }
}

@media (max-width: 480px) {
  .block.coursecats_infinite-loader .content.scrollable .courses {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .block.coursecats_infinite-loader .content.scrollable article {
    width: calc(100%);
    min-width: 250px;
  }
  .block.coursecats_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 0 20px;
  }
  .block.coursecats_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 0 20px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- ARTICLES HOME LAYOUT -- */
/* -------------------------- */
.projects_layout-4x .projects-wrapper .project {
  position: relative;
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
}

.projects_layout-4x .projects-wrapper .project .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #000000;
  padding: 0;
}

.projects_layout-4x .projects-wrapper .project .type span {
  margin: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}

.projects_layout-4x .projects-wrapper .project .info {
  padding: 0;
}

.projects_layout-4x .projects-wrapper .project .title {
  padding: 20px 0 10px;
  color: #000000;
  text-decoration: none;
}

.projects_layout-4x .projects-wrapper .project .bottom-info {
  background-color: #F8F8F8;
  padding: 5px;
}

@media (max-width: 1024px) {
  .projects_layout-4x .projects-wrapper article {
    min-width: 220px;
  }
}

@media (max-width: 768px) {
  .projects_layout-4x .projects-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .projects_layout-4x .projects-wrapper .project {
    width: calc(33% - 10px);
    min-width: 150px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .projects_layout-4x .projects-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .projects_layout-4x .projects-wrapper .project {
    width: calc(100%);
    min-width: 250px;
  }
  .projects_layout-4x .projects-wrapper .project:nth-child(even) {
    margin: 0 0 10px;
  }
  .projects_layout-4x .projects-wrapper .project:nth-child(odd) {
    margin: 0 0 10px;
  }
}

.block.projectcats_infinite-loader .projects-filter .button {
  background-color: #000000;
  margin-bottom: 10px;
  text-decoration: none;
}

.block.projectcats_infinite-loader .projects-filter .button:before {
  background-color: #FFFFFF;
}

.block.projectcats_infinite-loader .projects-filter .button:hover:before {
  background-color: #FFFFFF;
}

.block.projectcats_infinite-loader .projects-filter .button:hover span {
  color: #000000;
}

.block.projectcats_infinite-loader .projects-filter .button span {
  color: #FFFFFF;
}

.block.projectcats_infinite-loader .projects-filter .button.current {
  background-color: #FFFFFF !important;
}

.block.projectcats_infinite-loader .projects-filter .button.current span {
  color: #000000;
}

.block.projectcats_infinite-loader .content.scrollable {
  padding-top: 0 !important;
}

.block.projectcats_infinite-loader .content.scrollable .project {
  position: relative;
  width: calc(25% - 20px);
  margin-bottom: 10px;
  margin-right: 20px;
}

.block.projectcats_infinite-loader .content.scrollable .project .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #000000;
  padding: 0;
}

.block.projectcats_infinite-loader .content.scrollable .project .type span {
  margin: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}

.block.projectcats_infinite-loader .content.scrollable .project .info {
  padding: 0;
}

.block.projectcats_infinite-loader .content.scrollable .project .title {
  padding: 20px 0 10px;
  color: #000000;
  text-decoration: none;
}

.block.projectcats_infinite-loader .content.scrollable .project .bottom-info {
  background-color: #F8F8F8;
  padding: 5px;
}

@media (max-width: 768px) {
  .block.projectcats_infinite-loader .content.scrollable {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block.projectcats_infinite-loader .content.scrollable .project {
    width: calc(33% - 20px);
    min-width: 150px;
  }
}

@media (max-width: 480px) {
  .block.projectcats_infinite-loader .content.scrollable .projects {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .block.projectcats_infinite-loader .content.scrollable article {
    width: calc(100%);
    min-width: 250px;
  }
  .block.projectcats_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 0 10px;
  }
  .block.projectcats_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- ARTICLES HOME LAYOUT -- */
/* -------------------------- */
.partners_layout-6xn .partners-wrapper .partner, .partners_layout-list .partners-wrapper .partner {
  position: relative;
  width: calc(16% - 5px);
  margin-bottom: 10px;
  margin-right: 5px;
}

.partners_layout-6xn .partners-wrapper .partner .image, .partners_layout-list .partners-wrapper .partner .image {
  height: 120px;
}

@media (max-width: 768px) {
  .partners_layout-6xn .partners-wrapper, .partners_layout-list .partners-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partners_layout-6xn .partners-wrapper article, .partners_layout-list .partners-wrapper article {
    width: calc(50% - 10px);
    min-width: 190px;
  }
  .partners_layout-6xn .partners-wrapper article:nth-child(even), .partners_layout-list .partners-wrapper article:nth-child(even) {
    margin: 0 0 10px 5px;
  }
  .partners_layout-6xn .partners-wrapper article:nth-child(odd), .partners_layout-list .partners-wrapper article:nth-child(odd) {
    margin: 0 5px 10px 0;
  }
}

@media (max-width: 480px) {
  .partners_layout-6xn .partners-wrapper, .partners_layout-list .partners-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partners_layout-6xn .partners-wrapper article, .partners_layout-list .partners-wrapper article {
    width: calc(100%);
    min-width: 100px;
  }
  .partners_layout-6xn .partners-wrapper article .image, .partners_layout-list .partners-wrapper article .image {
    height: 80px;
  }
  .partners_layout-6xn .partners-wrapper article:nth-child(even), .partners_layout-list .partners-wrapper article:nth-child(even) {
    margin: 0 0 10px;
  }
  .partners_layout-6xn .partners-wrapper article:nth-child(odd), .partners_layout-list .partners-wrapper article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

.blocks.partners .partners_map.block .content {
  padding: 0 !important;
}

.blocks.partner {
  padding-top: 60px;
}

.blocks.partner .partner-ficha .content .content-info {
  width: calc(100% - 300px);
}

.blocks.partner .partner-ficha .content .content-info h1 {
  margin-bottom: 20px;
}

.blocks.partner .partner-ficha .content .content-info .breadcrumbs {
  margin-top: 0;
}

.blocks.partner .partner-ficha .content .content-info .breadcrumbs .content {
  padding: 0 !important;
  border: 0px !important;
}

.blocks.partner .partner-ficha .content .content-info .breadcrumbs .content .breadcrumb {
  color: #000000;
}

.blocks.partner .partner-ficha .content .content-info .breadcrumbs .content .breadcrumb a {
  color: #000000;
  font-size: 10px;
}

.blocks.partner .partner-ficha .content .content-info .breadcrumbs .content .breadcrumb:after {
  margin: 0 2px;
}

.blocks.partner .partner-ficha .content .content-info .description {
  margin-bottom: 0;
}

.blocks.partner .partner-ficha .content .image {
  width: 250px;
  margin-top: 0;
}

.blocks.partner .partner-contact .content .contact, .blocks.partner .partner-contact .content .address {
  width: 50%;
}

.blocks.partner .partner-contact .content .contact h3, .blocks.partner .partner-contact .content .contact h4, .blocks.partner .partner-contact .content .address h3, .blocks.partner .partner-contact .content .address h4 {
  margin-bottom: 10px;
}

.blocks.partner .partner-contact .content .contact p, .blocks.partner .partner-contact .content .address p {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .blocks.partner .partner-ficha .content {
    padding-top: 20px;
  }
  .blocks.partner .partner-ficha .content .content-info {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .blocks.partner .partner-ficha .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks.partner .partner-ficha .content .content-info {
    width: 100%;
  }
  .blocks.partner .partner-contact .content {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks.partner .partner-contact .content .contact, .blocks.partner .partner-contact .content .address {
    width: 100%;
  }
  .blocks.partner .partner-contact .content .contact {
    margin-bottom: 20px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- ARTICLES HOME LAYOUT -- */
/* -------------------------- */
.activities_layout-3x .activities-wrapper article {
  position: relative;
  width: calc(33.333% - 6.66667px);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
  min-width: 280px;
  max-width: 325px;
  margin-bottom: 10px;
}

.activities_layout-3x .activities-wrapper article:nth-child(3n-1) {
  margin: 0 10px 10px;
}

.activities_layout-3x .activities-wrapper article .date {
  color: black;
  border-bottom: 3px solid #000000;
}

.activities_layout-3x .activities-wrapper article .info {
  padding: 10px;
}

.activities_layout-3x .activities-wrapper article .type {
  color: #AAAAAA;
  margin-bottom: 10px;
}

.activities_layout-3x .activities-wrapper article .title {
  padding: 10px 0 10px;
}

.activities_layout-3x .activities-wrapper article .title a {
  color: #000000;
  text-decoration: none;
}

.activities_layout-3x .activities-wrapper article .bottom-info {
  background-color: #F8F8F8;
  padding: 5px;
}

.activities_layout-3x .activities-wrapper.two-items article {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #F8F8F8;
  min-width: 280px;
  max-width: 350px;
  margin-bottom: 10px;
}

.activities_layout-3x .activities-wrapper.two-items article:nth-child(3n-1) {
  margin: 0 0 10px;
}

.activities_layout-3x .activities-wrapper.two-items article:nth-child(even) {
  margin: 0 0 10px 5px;
}

.activities_layout-3x .activities-wrapper.two-items article:nth-child(odd) {
  margin: 0 5px 10px 0;
}

@media (max-width: 768px) {
  .activities_layout-3x .activities-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .activities_layout-3x .activities-wrapper article {
    width: calc(50% - 10px);
    min-width: 250px;
  }
  .activities_layout-3x .activities-wrapper article:nth-child(3n-1) {
    margin: 0 0 10px;
  }
  .activities_layout-3x .activities-wrapper article:nth-child(even) {
    margin: 0 0 10px 5px;
  }
  .activities_layout-3x .activities-wrapper article:nth-child(odd) {
    margin: 0 5px 10px 0;
  }
}

@media (max-width: 480px) {
  .activities_layout-3x .activities-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .activities_layout-3x .activities-wrapper article {
    width: calc(100%);
    min-width: 250px;
  }
  .activities_layout-3x .activities-wrapper article:nth-child(even) {
    margin: 0 0 10px;
  }
  .activities_layout-3x .activities-wrapper article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

.block.activities_infinite-loader .activities-filter .button {
  background-color: #000000;
  margin-bottom: 10px;
  text-decoration: none;
}

.block.activities_infinite-loader .activities-filter .button:before {
  background-color: #FFFFFF;
}

.block.activities_infinite-loader .activities-filter .button:hover:before {
  background-color: #FFFFFF;
}

.block.activities_infinite-loader .activities-filter .button:hover span {
  color: #000000;
}

.block.activities_infinite-loader .activities-filter .button span {
  color: #FFFFFF;
}

.block.activities_infinite-loader .activities-filter .button.current {
  background-color: #FFFFFF !important;
}

.block.activities_infinite-loader .activities-filter .button.current span {
  color: #000000;
}

.block.activities_infinite-loader .content.scrollable {
  padding-top: 0 !important;
}

.block.activities_infinite-loader .content.scrollable article {
  position: relative;
  width: calc(33.333% - 6.66667px);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 0px 2px 2px rgba(180, 180, 180, 0.6);
  min-width: 280px;
  max-width: 325px;
  margin-bottom: 10px;
}

.block.activities_infinite-loader .content.scrollable article:nth-child(3n-1) {
  margin: 0 10px 10px;
}

.block.activities_infinite-loader .content.scrollable article .date {
  color: black;
  border-bottom: 3px solid #000000;
}

.block.activities_infinite-loader .content.scrollable article .info {
  padding: 10px;
}

.block.activities_infinite-loader .content.scrollable article .type {
  color: #D8D8D8;
  margin-bottom: 10px;
}

.block.activities_infinite-loader .content.scrollable article .title {
  padding: 10px 0 10px;
}

.block.activities_infinite-loader .content.scrollable article .title a {
  color: #000000;
  text-decoration: none;
}

.block.activities_infinite-loader .content.scrollable article .bottom-info {
  background-color: #F8F8F8;
  padding: 5px;
}

.block.activities_infinite-loader .content.scrollable.two-items article {
  position: relative;
  width: calc(50% - 10px);
  border: 1px solid #F8F8F8;
  min-width: 280px;
  max-width: 350px;
  margin-bottom: 10px;
}

.block.activities_infinite-loader .content.scrollable.two-items article:nth-child(3n-1) {
  margin: 0 0 10px;
}

.block.activities_infinite-loader .content.scrollable.two-items article:nth-child(even) {
  margin: 0 0 10px 5px;
}

.block.activities_infinite-loader .content.scrollable.two-items article:nth-child(odd) {
  margin: 0 5px 10px 0;
}

@media (max-width: 768px) {
  .block.activities_infinite-loader .content.scrollable {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block.activities_infinite-loader .content.scrollable article {
    width: calc(50% - 10px);
    min-width: 250px;
  }
  .block.activities_infinite-loader .content.scrollable article:nth-child(3n-1) {
    margin: 0 0 10px;
  }
  .block.activities_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 0 10px 5px;
  }
  .block.activities_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 5px 10px 0;
  }
}

@media (max-width: 480px) {
  .block.activities_infinite-loader .content.scrollable .activities {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .block.activities_infinite-loader .content.scrollable article {
    width: calc(100%);
    min-width: 250px;
  }
  .block.activities_infinite-loader .content.scrollable article:nth-child(even) {
    margin: 0 0 10px;
  }
  .block.activities_infinite-loader .content.scrollable article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- SERVICES HOME LAYOUT -- */
/* -------------------------- */
.teammembers_layout-4x.block .content .teammembers-wrapper {
  padding: 20px 0 0;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember {
  width: calc(25% - 20px);
  margin: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info h4.name {
  border-bottom: 2px solid #2754A0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info h4.position {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info h4.email {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image .info a:hover {
  text-decoration: none;
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image:hover .info {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image:hover .info .name,
.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image:hover .info .position,
.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .image:hover .info .email {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.teammembers_layout-4x.block .content .teammembers-wrapper .teammember .name {
  text-align: center;
  padding: 10px 5px;
}

@media (max-width: 1024px) {
  .teammembers_layout-4x.block .content .teammembers-wrapper .teammember {
    width: calc(25% - 20px);
  }
}

@media (max-width: 768px) {
  .teammembers_layout-4x.block .content .teammembers-wrapper .teammember {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 620px) {
  .teammembers_layout-4x.block .content .teammembers-wrapper .teammember {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .teammembers_layout-4x.block .content .teammembers-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .teammembers_layout-4x.block .content .teammembers-wrapper .teammember {
    width: calc(100%);
    max-width: 250px;
  }
  .teammembers_layout-4x.block .content .teammembers-wrapper .teammember img {
    min-width: 110px;
  }
}

.teammembers_layout-4x.block:last-child .content .teammembers {
  border-bottom: 0px;
}

/* -------------------------- */
/* -------------------------- */
/* -- SECTIONS LAYOUT -- */
/* -------------------------- */
.sections_areas .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  height: 300px;
}

.sections_areas .section .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
}

.sections_areas .section .image .lens {
  z-index: 2;
  background-color: transparent;
}

.sections_areas .section .image img {
  z-index: 1;
}

.sections_areas .section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  vertical-align: middle;
  height: 100%;
  background-color: #F8F8F8;
  color: #000000;
}

.sections_areas .section .info .wrapper-info {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 40px 0;
}

.sections_areas .section .info .bottom-info {
  padding: 10px;
  background-color: #D8D8D8;
}

.sections_areas .section .info .title {
  margin-bottom: 10px;
  line-height: 1em;
  text-transform: none;
}

.sections_areas .section .info .description {
  margin-bottom: 20px;
}

.sections_areas .section .info .section-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sections_areas .section:nth-child(2n) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 768px) {
  .sections_areas .section {
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .sections_areas .section {
    display: block;
    height: auto;
  }
  .sections_areas .section .image,
  .sections_areas .section .info {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .sections_areas .section .image .description,
  .sections_areas .section .info .description {
    margin-bottom: 20px;
  }
  .sections_areas .section .image .section-button,
  .sections_areas .section .info .section-button {
    position: static;
    text-align: right;
  }
  .sections_areas .section .image .wrapper-info,
  .sections_areas .section .info .wrapper-info {
    padding: 20px;
  }
  .sections_areas .section .image {
    min-height: 220px;
  }
  .sections_areas .section .info {
    padding: 20px 0 0;
    border: 1px solid #F8F8F8;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -- ARTICLES HOME LAYOUT -- */
/* -------------------------- */
.collaborators_layout-5x .collaborators-wrapper .collaborator {
  position: relative;
  width: calc(20% - 10px);
}

.collaborators_layout-5x .collaborators-wrapper .collaborator .image {
  max-height: 120px;
  width: 100%;
  padding: 0 10px 20px;
}

@media (max-width: 768px) {
  .collaborators_layout-5x .collaborators-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .collaborators_layout-5x .collaborators-wrapper article {
    width: calc(50% - 20px);
    min-width: 250px;
  }
  .collaborators_layout-5x .collaborators-wrapper article:nth-child(even) {
    margin: 0 0 20px 20px;
  }
  .collaborators_layout-5x .collaborators-wrapper article:nth-child(odd) {
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 480px) {
  .collaborators_layout-5x .collaborators-wrapper article {
    width: calc(50%);
    min-width: 150px;
  }
  .collaborators_layout-5x .collaborators-wrapper article:nth-child(even) {
    margin: 0 0 10px;
  }
  .collaborators_layout-5x .collaborators-wrapper article:nth-child(odd) {
    margin: 0 0 10px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* --------- LATEST --------- */
/* -------------------------- */
article .image,
.article.item .image {
  display: block;
  width: 100%;
  height: 200px;
}

article .image a,
.article.item .image a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

article .image .lens,
.article.item .image .lens {
  display: none;
  z-index: 2;
}

article .image.hide,
.article.item .image.hide {
  display: none;
}

.latest {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 0;
}

.latest .content.scrollable {
  padding: 20px 0;
}

.latest .content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.latest .content-menu .search {
  width: 300px;
}

.latest .content-menu .search h4 {
  margin-bottom: 10px;
}

.latest .content-menu .search nav form input {
  margin-bottom: 10px;
}

.latest .content-menu .filter .button:hover:before {
  content: none;
}

.latest .content-menu .filter .button span {
  color: #FFFFFF;
}

.latest .name {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .latest {
    padding: 0;
  }
  .latest .content-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .latest .content-menu .filter {
    margin-bottom: 20px;
  }
}

.article {
  position: relative;
  background-color: #FFFFFF;
}

.article article {
  padding: 0;
}

.article article aside {
  width: 225px;
  margin: 0 20px 20px 20px;
}

.article article aside .categories {
  padding: 20px;
  background-color: #F8F8F8;
  color: #000000;
}

.article article aside .categories h4 {
  margin-bottom: 10px !important;
  color: #000000;
  letter-spacing: 0;
}

.article article aside .categories .tags {
  font-size: 14px;
}

.article article aside .categories .tags span {
  text-transform: uppercase;
  letter-spacing: 0;
}

.article article aside .categories .tags span:after {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}

.article article aside .categories .tags span:last-child:after {
  display: none;
}

.article article aside .slogan {
  font-size: 16px;
  padding: 20px;
  background-color: #F8F8F8;
  color: #000000;
  margin-bottom: 10px;
}

.article article aside .author {
  background-color: #F8F8F8;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
}

.article article aside .author img {
  border-radius: 50%;
}

.article article aside .author .info-author {
  padding: 20px 0 0;
}

.article article aside .attachs {
  background-color: #F8F8F8;
  margin-bottom: 10px;
}

.article article aside .attachs h3 {
  margin-bottom: 10px;
}

.article article aside .share {
  background-color: #F8F8F8;
}

.article article .body {
  max-width: 760px;
  width: 100%;
  padding: 20px 0;
}

.article article .body .date {
  color: #FFFFFF;
  font-size: 17px;
}

.article article .body .part-featured ul {
  padding-left: 30px;
}

.article article .body .part-gallery {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .article article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .article article.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article article aside,
  .article article .body {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .article article .body {
    padding: 20px;
  }
  .article article aside .slogan {
    display: none;
  }
  .article article aside .share {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .article article aside {
    padding-top: 20px;
    padding-right: 0;
  }
}

.article .comments .form {
  padding: 50px 20px;
  background-color: #F8F8F8;
}

.article .comments .form form h4 {
  color: #000000;
}

.article .comments .form form p {
  margin-bottom: 20px;
}

.article .comments .form form input[type="text"],
.article .comments .form form input[type="email"],
.article .comments .form form input[type="tel"],
.article .comments .form form textarea {
  background-color: #FFFFFF;
}

.article .comments .wrapper-comments {
  margin: 0 auto;
}

.article .comments .wrapper-comments h4 {
  color: #000000;
}

.article .comments .wrapper-comments .content {
  max-width: 620px;
}

.article .comments .wrapper-comments .comment:nth-child(1n) {
  background-color: #F8F8F8;
}

.article .comments .wrapper-comments .comment:nth-child(2n) {
  background-color: #FFFFFF;
}

.article .comments .wrapper-comments .comment .header {
  margin-bottom: 20px;
  color: #FFFFFF;
}

.article .comments .wrapper-comments .comment .header .name {
  text-transform: uppercase;
  font-size: 17px;
}

.article .articles {
  padding: 50px 20px;
  background-color: #F8F8F8;
}

.article .articles .content {
  padding: 0;
}

.article .articles h3 {
  margin-bottom: 20px;
  color: #FFFFFF;
}

.article .articles .product .image {
  height: 350px;
}

/* -------------------------- */
/* -------------------------- */
/* --- ARTICLES AND EVENTS -- */
/* ------- BODY LAYOUT ------ */
/* -------------------------- */
.body h1 {
  margin-bottom: 20px;
}

.body .part {
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 20px;
}

.body .part p,
.body .part ul {
  font-size: 14px;
  margin-bottom: 20px;
}

.body .part p:last-child,
.body .part ul:last-child {
  margin-bottom: 0;
}

.body .part.part-video, .body .part.part-image {
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 20px;
}

.body .part.part-video figure, .body .part.part-image figure {
  width: 100%;
}

.body .part.part-video .image,
.body .part.part-video iframe, .body .part.part-image .image,
.body .part.part-image iframe {
  width: 100%;
  height: 400px;
}

.body .part.part-video .image.static,
.body .part.part-video iframe.static, .body .part.part-image .image.static,
.body .part.part-image iframe.static {
  height: auto;
}

@media (max-width: 480px) {
  .body .part.part-video .image,
  .body .part.part-video iframe, .body .part.part-image .image,
  .body .part.part-image iframe {
    height: 200px;
  }
}

.body .part.part-video figcaption, .body .part.part-image figcaption {
  margin: 5px;
  text-align: center;
}

.body .part.part-gallery .thumbs .thumb {
  height: 180px;
}

.body .part.part-gallery .thumbs .thumb-1 {
  height: 180px;
}

.body .part.part-gallery .thumbs .thumb-4 {
  height: 90px;
}

.body .part.part-gallery .thumbs .thumb-6 {
  height: 90px;
}

.body .part.part-gallery .item {
  height: 100%;
}

@media (max-width: 768px) {
  .body .part.part-gallery .item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .body .part.part-gallery .item {
    width: calc(100% - 20px);
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .body .part.part-gallery .item.oneofthree {
    width: calc(33%);
  }
  .body .part.part-gallery .item.oneofthree .full {
    width: 100%;
    height: 200px;
  }
  .body .part.part-gallery .item.oneofthree .oneoftwo {
    width: 50%;
  }
  .body .part.part-gallery .item.oneofthree .thumb-4, .body .part.part-gallery .item.oneofthree .thumb-6 {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .body .part.part-gallery .item.oneofthree {
    width: calc(100% - 20px);
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .body .part.part-gallery .thumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body .part.part-gallery .thumbs .item.oneofthree {
    width: calc(100%);
    margin-bottom: 0;
  }
  .body .part.part-gallery .thumbs .item.oneofthree .full {
    width: 100%;
    height: 300px;
  }
  .body .part.part-gallery .thumbs .item.oneofthree .oneoftwo {
    width: 50%;
  }
  .body .part.part-gallery .thumbs .item.oneofthree .thumb-4, .body .part.part-gallery .thumbs .item.oneofthree .thumb-6 {
    height: 150px;
  }
  .body .part.part-gallery .thumbs .item.oneofthree .thumb-4 {
    width: 50%;
  }
  .body .part.part-gallery .thumbs .item.oneofthree .thumb-6 {
    width: 33.3333%;
  }
}

.body .part.part-featured {
  height: auto;
  max-height: none;
  padding: 40px 20px;
}

.body .part.part-featured p {
  margin-bottom: 5px;
  font-size: inherit;
  line-height: 1em;
}

.body .part.part-featured :last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .body .part.part-featured {
    padding: 0 20px;
    font-size: 17px;
    text-align: center;
  }
}

/* -------------------------- */
/* -------------------------- */
/* --------- CONTACTS ------- */
/* -------------------------- */
.top.map-top .menu-lens {
  position: absolute;
  top: 0;
  left: 0;
  height: 57px;
  width: 100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transition: max-height 0.5s padding 0.5s;
  transition: max-height 0.5s padding 0.5s;
}

.top.map-top .menu-lens.full {
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transition: max-height 0.5s padding 0.5s;
  transition: max-height 0.5s padding 0.5s;
}

.top.map-top .cover-map {
  height: 100%;
}

.top.map-top .cover-map #map-canvas {
  height: 100%;
}

.top.map-top .map-info {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transition: top 1s;
  transition: top 1s;
  background-color: #FFFFFF;
  width: 220px;
  min-height: 170px;
  color: #000000;
  border: 1px solid #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 102;
}

.top.map-top .map-info .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  padding: 5px;
}

.top.map-top .map-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 5px;
  text-align: center;
}

.top.map-top .map-info .info .bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top.map-top .map-info .info .bottom-info .button:hover {
  color: #000000;
}

.top.map-top .map-info.visible {
  top: 50%;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  -webkit-transition: top 1s;
  transition: top 1s;
}

@media (max-width: 1024px) {
  .top.map-top {
    height: 50vh;
  }
  .top.map-top .menu-lens {
    height: 0;
  }
}

@media (max-width: 1024px) {
  .map-padding {
    height: 50vh;
  }
}

/* -------------------------- */
/* --------- PROJECTS --------- */
/* -------------------------- */
.project-file {
  position: relative;
  background-color: #FFFFFF;
}

.project-file article {
  padding: 0;
}

.project-file article aside {
  width: 100%;
  max-width: 250px;
  margin: 0 0 20px;
}

.project-file article aside .project-info {
  background-color: #F8F8F8;
  padding: 10px;
  margin-bottom: 10px;
}

.project-file article aside .project-info .project-field {
  margin: 10px;
  border-bottom: 3px solid #FFFFFF;
}

.project-file article aside .project-info .project-field h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.project-file article aside .project-info .project-field p {
  margin-bottom: 5px;
}

.project-file article aside .project-info .project-field ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.project-file article aside .project-info .project-field .social {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.project-file article aside .project-info .project-field .social:hover {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}

.project-file article aside .project-info .project-field:last-child {
  border-bottom: 0px;
}

.project-file article aside .project-info .project-field:last-child p {
  margin-bottom: 0px;
}

.project-file article aside .share {
  background-color: #D8D8D8;
}

.project-file article .body {
  max-width: 725px;
  width: 100%;
  padding: 20px 20px 0 20px;
}

.project-file article .body .line-bottom {
  margin-bottom: 50px;
}

.project-file article .body .date {
  color: #FFFFFF;
  font-size: 17px;
}

.project-file article .body .text {
  margin-bottom: 0;
  color: #000000;
}

.project-file article .body .text :first-child {
  margin-top: 0;
}

.project-file article .body .text :last-child {
  margin-bottom: 0;
}

.project-file article .body .text h3 {
  margin-bottom: 10px;
}

.project-file article .body .text h4 {
  margin-bottom: 10px;
}

.project-file article .body .text h4 + h4 {
  margin-top: -10px;
}

.project-file article .body .text h4.featured {
  text-transform: none;
}

.project-file article .body .text p {
  margin-bottom: 20px;
}

.project-file article .body .text ul li {
  margin-bottom: 10px;
}

.project-file article .body .part-featured {
  padding: 40px 0;
}

.project-file article .body .part-gallery {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .project-file article .body {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .project-file article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .project-file article aside,
  .project-file article .body {
    width: 100%;
    margin: 20px 0 0;
  }
  .project-file article .body {
    padding: 0 20px;
  }
  .project-file article aside {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .project-file article aside .project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .project-file article aside .project-info .project-field {
    width: auto;
    border-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .project-file article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-file article aside {
    padding-top: 20px;
    padding-right: 0;
  }
  .project-file article aside .project-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project-file article .body .funding.line-bottom {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
}

.project-file .projects_mosaic-3xn {
  padding: 50px 20px;
}

.project-file .projects_mosaic-3xn .content {
  padding: 0;
}

.project-file .projects_mosaic-3xn .content .text {
  margin-bottom: 20px;
}

/* -------------------------- */
/* -------------------------- */
/* --------- PROJECTS --------- */
/* -------------------------- */
.course-file {
  position: relative;
  background-color: #FFFFFF;
}

.course-file article {
  padding: 0;
}

.course-file article aside {
  width: 100%;
  max-width: 250px;
  margin: 0 0 20px;
}

.course-file article aside .course-info {
  background-color: #F8F8F8;
  padding: 10px;
  margin-bottom: 10px;
}

.course-file article aside .course-info .course-field {
  margin: 10px;
  border-bottom: 3px solid #FFFFFF;
}

.course-file article aside .course-info .course-field h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.course-file article aside .course-info .course-field p {
  margin-bottom: 5px;
}

.course-file article aside .course-info .course-field ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.course-file article aside .course-info .course-field .social {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.course-file article aside .course-info .course-field .social:hover {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}

.course-file article aside .course-info .course-field:last-child {
  border-bottom: 0px;
}

.course-file article aside .course-info .course-field:last-child p {
  margin-bottom: 0px;
}

.course-file article aside .share {
  background-color: #D8D8D8;
}

.course-file article .body {
  max-width: 725px;
  width: 100%;
  padding: 20px 20px 0 20px;
}

.course-file article .body .line-bottom {
  margin-bottom: 50px;
}

.course-file article .body .date {
  color: #FFFFFF;
  font-size: 17px;
}

.course-file article .body .text {
  margin-bottom: 20px;
  color: #000000;
}

.course-file article .body .text :first-child {
  margin-top: 0;
}

.course-file article .body .text :last-child {
  margin-bottom: 0;
}

.course-file article .body .text h3 {
  margin-bottom: 10px;
}

.course-file article .body .text h4 {
  margin-bottom: 10px;
}

.course-file article .body .text h4 + h4 {
  margin-top: -10px;
}

.course-file article .body .text h4.featured {
  text-transform: none;
}

.course-file article .body .text p {
  margin-bottom: 20px;
}

.course-file article .body .text ul li {
  margin-bottom: 10px;
}

.course-file article .body .part-featured {
  padding: 40px 0;
}

.course-file article .body .part-gallery {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .course-file article .body {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .course-file article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .course-file article aside,
  .course-file article .body {
    width: 100%;
    margin: 20px 0 0;
  }
  .course-file article .body {
    padding: 0 20px;
  }
  .course-file article aside {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .course-file article aside .course-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course-file article aside .course-info .course-field {
    width: calc(50% - 20px);
    border-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .course-file article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .course-file article aside {
    padding-top: 20px;
    padding-right: 0;
  }
  .course-file article aside .course-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .course-file article .body .funding.line-bottom {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
}

.course-file .course-form .content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-file .course-form .content form .left {
  width: 50%;
  padding-right: 10px;
}

.course-file .course-form .content form .right {
  width: 50%;
  padding-left: 10px;
}

.course-file .course-form .content form .input.has_arrow input {
  background-color: transparent;
  border: 0;
}

@media (max-width: 768px) {
  .course-file .course-form .content form .left {
    width: 100%;
    padding-right: 0;
  }
  .course-file .course-form .content form .right {
    width: 100%;
    padding-left: 0;
  }
}

.course-file .courses_layout-3x {
  padding: 50px 0 0;
}

.course-file .courses_layout-3x .content {
  padding: 0 20px;
}

.course-file .courses_layout-3x .content .text {
  margin-bottom: 20px;
}

/* -------------------------- */
/* -------------------------- */
/* --------- PROJECTS --------- */
/* -------------------------- */
.activity-file {
  position: relative;
  background-color: #FFFFFF;
}

.activity-file article {
  padding: 0;
}

.activity-file article aside {
  width: 100%;
  max-width: 250px;
  margin: 0 0 20px;
}

.activity-file article aside .activity-info {
  background-color: #F8F8F8;
  padding: 10px;
  margin-bottom: 10px;
}

.activity-file article aside .activity-info .activity-field {
  margin: 10px;
  border-bottom: 3px solid #FFFFFF;
}

.activity-file article aside .activity-info .activity-field h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.activity-file article aside .activity-info .activity-field p {
  margin-bottom: 5px;
}

.activity-file article aside .activity-info .activity-field ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.activity-file article aside .activity-info .activity-field .social {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.activity-file article aside .activity-info .activity-field .social:hover {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}

.activity-file article aside .activity-info .activity-field:last-child {
  border-bottom: 0px;
}

.activity-file article aside .activity-info .activity-field:last-child p {
  margin-bottom: 0px;
}

.activity-file article aside .share {
  background-color: #D8D8D8;
}

.activity-file article .body {
  max-width: 725px;
  width: 100%;
  padding: 20px 20px 0 20px;
}

.activity-file article .body .line-bottom {
  margin-bottom: 50px;
}

.activity-file article .body .date {
  color: #FFFFFF;
  font-size: 17px;
}

.activity-file article .body .text {
  margin-bottom: 20px;
  color: #000000;
}

.activity-file article .body .text :first-child {
  margin-top: 0;
}

.activity-file article .body .text :last-child {
  margin-bottom: 0;
}

.activity-file article .body .text h3 {
  margin-bottom: 10px;
}

.activity-file article .body .text h4 {
  margin-bottom: 10px;
}

.activity-file article .body .text h4 + h4 {
  margin-top: -10px;
}

.activity-file article .body .text h4.featured {
  text-transform: none;
}

.activity-file article .body .text p {
  margin-bottom: 20px;
}

.activity-file article .body .text ul li {
  margin-bottom: 10px;
}

.activity-file article .body .part-featured {
  padding: 40px 0;
}

.activity-file article .body .part-gallery {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .activity-file article .body {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .activity-file article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .activity-file article aside,
  .activity-file article .body {
    width: 100%;
    margin: 20px 0 0;
  }
  .activity-file article .body {
    padding: 0 20px;
  }
  .activity-file article aside {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .activity-file article aside .activity-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .activity-file article aside .activity-info .activity-field {
    width: auto;
    border-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .activity-file article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .activity-file article aside {
    padding-top: 20px;
    padding-right: 0;
  }
  .activity-file article aside .activity-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .activity-file article .body .funding.line-bottom {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
}

.activity-file .activity-form .content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.activity-file .activity-form .content form .left {
  width: 50%;
  padding-right: 10px;
}

.activity-file .activity-form .content form .right {
  width: 50%;
  padding-left: 10px;
}

.activity-file .activity-form .content form .input.has_arrow input {
  background-color: transparent;
  border: 0;
}

@media (max-width: 768px) {
  .activity-file .activity-form .content form .left {
    width: 100%;
    padding-right: 0;
  }
  .activity-file .activity-form .content form .right {
    width: 100%;
    padding-left: 0;
  }
}

.activity-file .activities_layout-3x {
  padding: 50px 0 0;
}

.activity-file .activities_layout-3x .content {
  padding: 0 20px;
}

.activity-file .activities_layout-3x .content .text {
  margin-bottom: 20px;
}

/* -------------------------- */
/* ---------------------------------- */
/* -------------------------- */
/* ------- NEO GALLERY ------ */
/* -------------------------- */
.gallery .thumbs .thumb {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 0;
}

.gallery .thumbs .thumb .lens {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: url("../js/plugins/neo/neo-gallery/maximize.png");
  background-size: 40px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gallery .thumbs .thumb:hover .lens {
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery .thumbs .thumb-1 {
  height: 300px;
}

.gallery .thumbs .thumb-4 {
  height: 150px;
}

.gallery .thumbs .thumb-6 {
  height: 150px;
}

@media (max-width: 768px) {
  .gallery .thumbs .oneofthree {
    width: calc(33%);
  }
  .gallery .thumbs .oneofthree .full {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
  }
  .gallery .thumbs .oneofthree .oneoftwo {
    width: 50%;
  }
  .gallery .thumbs .oneofthree .thumb-4, .gallery .thumbs .oneofthree .thumb-6 {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .gallery .thumbs .oneofthree {
    width: calc(100% - 20px);
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .gallery .thumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery .thumbs .item.oneofthree {
    width: calc(100%);
    margin-bottom: 0 !important;
  }
  .gallery .thumbs .item.oneofthree .full {
    width: 100%;
    height: 300px;
  }
  .gallery .thumbs .item.oneofthree .oneoftwo {
    width: 50%;
  }
  .gallery .thumbs .item.oneofthree .thumb-4, .gallery .thumbs .item.oneofthree .thumb-6 {
    height: 150px;
  }
  .gallery .thumbs .item.oneofthree .thumb-4 {
    width: 50%;
  }
  .gallery .thumbs .item.oneofthree .thumb-6 {
    width: 33.3333%;
  }
}

.gallery .viewport {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.7), black);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gallery .viewport.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 1;
}

.gallery .viewport .close-button {
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 10;
  height: 60px;
  cursor: pointer;
}

.gallery .viewport .close-button .text {
  display: table-cell;
  vertical-align: middle;
}

.gallery .viewport .close-button .text .close {
  margin-bottom: 0;
  color: #FFFFFF;
}

.gallery .viewport .close-button .button_ {
  display: table-cell;
  vertical-align: middle;
}

.gallery .viewport .close-button .lines {
  display: inline-block;
  position: relative;
  height: 3px;
  width: 40px;
  margin-top: -10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery .viewport .close-button .lines:before, .gallery .viewport .close-button .lines:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  height: 3px;
  width: 40px;
  background: #FFFFFF;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery .viewport .close-button .lines:before {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.gallery .viewport .close-button .lines:after {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 480px) {
  .gallery .viewport .close-button {
    z-index: 50;
  }
}

.gallery .viewport .images {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery .viewport .images .before,
.gallery .viewport .images .after {
  z-index: 30;
  height: 100%;
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .viewport .images .before {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../js/plugins/neo/neo-gallery/prev.png");
}

.gallery .viewport .images .after {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../js/plugins/neo/neo-gallery/next.png");
}

.gallery .viewport .images .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #FFFFFF;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.gallery .viewport .images .image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery .viewport .images .image.loaded.current {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media (max-width: 1024px) {
  .gallery .viewport .images .before {
    left: -50px;
  }
  .gallery .viewport .images .after {
    right: -50px;
  }
}

@media (max-width: 480px) {
  .gallery .viewport .images {
    height: 100%;
    width: 100%;
  }
  .gallery .viewport .images .before {
    left: 0;
  }
  .gallery .viewport .images .after {
    right: 0;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -------- NEO SCROLL ------ */
/* -------------------------- */
.scrollable .loading {
  clear: both;
  opacity: 0.5;
  padding-bottom: 40px;
  margin-bottom: 50px;
  background-image: url(../img/style/loading.png);
  background-size: 60px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}

.scrollable .loading.hidden {
  display: none;
}

.scrollable .end-loading {
  display: none;
  text-align: center;
}

.scrollable .end-loading.visible {
  display: block;
  color: #F8F8F8;
}

.fader {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.fader.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.fader.active.center {
  -webkit-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}

.fader.active.right {
  -webkit-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}

.box {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* -------------------------- */
/* -------------------------- */
/* ----- NEO CARROUSEL ------ */
/* -------------------------- */
.carrousel {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.carrousel .lens {
  z-index: 10;
}

.carrousel .content-carrousel {
  display: table;
  width: 100%;
  height: 100%;
}

.carrousel .prev-button,
.carrousel .next-button {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  cursor: pointer;
}

.carrousel .buttons {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carrousel .buttons span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 5px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.carrousel .buttons span.current {
  width: 15px;
  height: 15px;
}

@media (max-width: 480px) {
  .carrousel .buttons span {
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
  }
}

.carrousel .arrow {
  position: absolute;
  width: 50px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carrousel .arrow.prev {
  top: 50%;
  left: 0;
  background-image: url("../js/plugins/neo/neo-carrousel/prev.png");
}

.carrousel .arrow.next {
  top: 50%;
  right: 0;
  background-image: url("../js/plugins/neo/neo-carrousel/next.png");
}

.carrousel .viewport {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  overflow: hidden;
}

.carrousel .viewport .item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}

.carrousel .viewport .item.current {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carrousel .viewport .item.to-prev {
  -webkit-animation-name: to-prev;
          animation-name: to-prev;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
}

.carrousel .viewport .item .lens {
  background-color: transparent;
}

@-webkit-keyframes to-prev {
  from {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
}

@keyframes to-prev {
  from {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
}

.carrousel .viewport .item.from-next {
  -webkit-animation-name: from-next;
          animation-name: from-next;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
}

@-webkit-keyframes from-next {
  from {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes from-next {
  from {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.carrousel .viewport .item.to-next {
  -webkit-animation-name: to-next;
          animation-name: to-next;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
}

@-webkit-keyframes to-next {
  from {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@keyframes to-next {
  from {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

.carrousel .viewport .item.from-prev {
  -webkit-animation-name: from-prev;
          animation-name: from-prev;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
          animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
}

@-webkit-keyframes from-prev {
  from {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes from-prev {
  from {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 480px) {
  .carrousel .viewport .item {
    padding: 0 20px;
  }
}

.carrousel .viewport .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 50;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  color: #FFFFFF;
}

.carrousel .viewport .item .content .stamp {
  width: 350px;
}

@media (max-width: 1280px) {
  .carrousel .viewport .item .content .stamp {
    width: 250px;
  }
}

@media (max-width: 480px) {
  .carrousel .viewport .item .content .stamp {
    width: 150px;
    padding: 20px 0;
  }
}

.carrousel .viewport .item .content .text {
  text-align: center;
}

.carrousel .viewport .item .content .text .line1 {
  margin-bottom: 5px;
}

.carrousel .viewport .item .content .text .line1 span {
  position: relative;
}

.carrousel .viewport .item .content .text .line1 span:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 30px;
  width: calc(100% - 30px);
  border-bottom: 5px solid #FFFFFF;
}

@media (max-width: 480px) {
  .carrousel .viewport .item .content .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .carrousel .viewport .item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.carrousel .viewport .item .description {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .carrousel .viewport .item .description {
    top: 20px;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 1280px) {
  .carrousel {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .carrousel {
    height: 450px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* --------- NEO TABS ------- */
/* -------------------------- */
.tabs .header-tabs {
  display: table;
  width: 100%;
}

.tabs .header-tabs .tab {
  display: table-cell;
  text-align: center;
  background: #EEE;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  vertical-align: middle;
  background: #000000;
  color: #FFFFFF;
}

.tabs .header-tabs .tab:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.tabs .header-tabs .tab.current {
  color: #000000;
  background: #FFFFFF;
}

.tabs .content-tabs .tab {
  display: none;
  padding: 20px;
}

@media (max-width: 480px) {
  .tabs .content-tabs .tab {
    padding: 5px;
  }
}

/* -------------------------- */
.nav-mobile {
  display: block;
  background-color: #FFFFFF;
  overflow: hidden;
  position: fixed;
  top: 50px;
  left: 100%;
  width: 0%;
  -webkit-transition: left 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, width 0s linear 0.5s;
  transition: left 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s, width 0s linear 0.5s;
  z-index: 999;
  height: calc(100vh - 50px);
}

.nav-mobile nav.mobile {
  height: 100%;
}

.nav-mobile nav.mobile .menu-levels {
  overflow: hidden;
  width: 100%;
  height: calc(100% - 35px);
  position: absolute;
  top: 0;
  left: 0;
}

.nav-mobile nav.mobile .menu-levels .menu-level {
  background-color: #FFFFFF;
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.nav-mobile nav.mobile .menu-levels .menu-level .menu-item {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-mobile nav.mobile .menu-levels .menu-level .menu-item .prev {
  background-color: #F8F8F8;
}

.nav-mobile nav.mobile .menu-levels .menu-level .menu-item i.fa {
  width: 35px;
  text-align: center;
}

.nav-mobile nav.mobile .menu-levels .menu-level .menu-item:last-child {
  border-bottom: none;
}

.nav-mobile nav.mobile .menu-levels .menu-level.menu-level-2, .nav-mobile nav.mobile .menu-levels .menu-level.menu-level-3 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.nav-mobile nav.mobile .menu-levels .menu-level.menu-level-2.active, .nav-mobile nav.mobile .menu-levels .menu-level.menu-level-3.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.nav-mobile nav.mobile .menu-levels .menu-level.menu-level-2.active.move-left, .nav-mobile nav.mobile .menu-levels .menu-level.menu-level-3.active.move-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.nav-mobile nav.mobile .menu-levels .menu-level.move-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.nav-mobile nav.mobile .contact {
  position: fixed;
  overflow: hidden;
  background-color: #FFFFFF;
  top: 100%;
  left: 100%;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
  -webkit-box-shadow: 0px 1px 2px 2px rgba(180, 180, 180, 0.6);
          box-shadow: 0px 1px 2px 2px rgba(180, 180, 180, 0.6);
}

.nav-mobile nav.mobile .contact .show-contact {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
}

.nav-mobile nav.mobile .contact .show-contact i.visible {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.nav-mobile nav.mobile .contact .icon {
  margin-bottom: 5px;
  text-align: center;
}

.nav-mobile nav.mobile .contact .icon img {
  max-height: 25px;
}

.nav-mobile nav.mobile .contact .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .nav-mobile nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 320px) {
  .nav-mobile nav.mobile .menu-level .menu-item {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .nav-mobile.active {
    width: 100%;
    left: 0;
    -webkit-transition: width 0s linear 0s, left 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
    transition: width 0s linear 0s, left 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  }
  .nav-mobile.active nav.mobile .contact {
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
    transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
  }
  .nav-mobile.active nav.mobile .contact.active {
    -webkit-transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
    transition: 0.5s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 0;
  }
}

@media screen and (min-width: 0\0) {
  .ie-alert {
    display: table;
  }
  .ie-alert .message {
    display: table-cell;
    vertical-align: middle;
  }
}
/*# sourceMappingURL=style.css.map */