@charset "UTF-8";

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3;
  box-sizing: inherit;
}

a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}

main,
footer {
  padding: 0 1rem;
}

footer .footer {
  border-top: 1px solid #f1f1f1;
}

header.top + main {
  margin-top: 92px;
}

.left>.right{
  float: right;
  padding: 20px 0;
}

.right>.right{
  float: right;
  padding: 20px 0;
}

.left>.left{
  float: left;
  padding: 25px 0;
}

.right>.left{
  float: left;
  padding: 25px 0;
}

.cta{
  margin: auto;
}

.cta>.column{
  max-height: 100px;
}


.footer.content figure:not(:last-child) {
  margin-bottom: .5rem;
}

.footer .copyright {
  margin-top: 0.5rem;
}

.footer a, .footer a:visited {
  color: #4a4a4a;
}
.footer a:hover{
  color: black;
}

.footer .group img{
  width: 150px;
}

.footer {
  background: #fff;
  padding: 3rem 0;
}

/**! 02. Typography *********************************************************************************/

h3 {
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.25;
}

/**! 03. Navbar *************************************************************************************/

.languages{
  position: relative;
  max-width: 940px;
  width: 940px;
  margin: 0 auto;
  height: 60px;
}

.languages ul {
  list-style-type: none;
  margin: 0;
  padding-top: 30px;
  overflow: visible;
  float: right;
}

.languages a, .languages a:visited{
  padding: 0 15px;
  font-size:1.1em;
  color: rgba(34, 34, 34, 0.5);
  float: left;
  display: flex;
}

.languages a.active{
  color:black;
}

.languages a:not(:last-child){
  border-right: 2px solid rgba(34, 34, 34, 0.25);
}

.languages a:hover{
  color: black;
}

.navbar {
  padding-bottom: 1rem;
}

.navbar-shadow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
}

.navbar-item {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.125;
}

.navbar-brand figure {
  line-height: 0;
}

.navbar-item,
.navbar-link {
  color: rgba(34, 34, 34, 0.5);
  padding: .5rem 0;
  margin: 0 .75rem;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
  background-color: unset;
  color: #222;
}

.navbar-item img {
  max-height: 3rem;
}

.languages-in-menu{
  text-align: center;
  padding: .5rem 0;
  font-size: 1.1em;
}

.languages-in-menu ul {
  list-style-type: none;
  margin: auto;
}

.languages-in-menu a, .languages-in-menu a:visited{
  padding: 0 15px;
  font-size:1.1em;
  color: rgba(34, 34, 34, 0.5);
}

.languages-in-menu a.active{
  color:black;
}

.languages-in-menu a:not(:last-child){
  border-right: 2px solid rgba(34, 34, 34, 0.25);
}

.languages-in-menu a:hover{
  color: black;
}

@media screen and (min-width: 1441px){
  .languages {
    max-width: 1152px;
    width: 1152px;
  }

  .languages-in-menu {
    display: none;
  }

  .container{
    max-width: 1152px;
    width: 1152px;

  }
}


@media screen and (max-width: 1440px) and (min-width: 1088px) {
  .languages {
    max-width: 940px;
    width: 940px;
  }

  .languages-in-menu {
    display: none;
  }

  .container{
    max-width: 940px;
    width: 940px;
  }

  .navbar>.container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 940px;
  }
}

@media screen and (max-width: 1087px) and (min-width: 961px){
  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #222;
  }

  .languages{
    display: none;
  }

  body{
    padding: 30px 30px;
  }

  .container{
    max-width: 940px;
  }

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

  footer .footer{

  }
}

@media screen and (max-width: 960px) and (min-width: 500px){
  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #222;
  }

  .languages{
    display: none;
  }

  .container{
    max-width: 100%;
    width: 100%;
  }

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

@media screen and (max-width: 499px){
  body{
    padding: 30px 10px;
  }

  .copyright, .copyright p{
    font-size: 15px;
  }

  .footer{
    padding: 2rem 0;
  }

  .languages{
    display: none;
  }

  .content-title{
    padding-bottom: 1rem!important;
  }

  .content h1{
    margin-bottom: 0;
  }

  .is-size-1{
    font-size: 2.5rem!important;
  }

  .contact-content{
    padding-bottom: 1rem!important;
  }

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

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: unset;
  border-radius: unset;
  border-right: unset;
  border-top: unset;
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  height: unset;
  margin-top: unset;
  pointer-events: unset;
  position: absolute;
  -webkit-transform: unset;
  transform: unset;
  -webkit-transform-origin: unset;
  transform-origin: unset;
  width: unset;
  top: 30%;
  right: 0;
}

.navbar-dropdown {
  background-color: #fff;
  border-radius: 0;
  border: none;
}

.navbar-item.has-dropdown > .navbar-link:not(.is-arrowless) {
  padding-right: 1.25em;
}

.navbar-link {
  margin: 0;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: unset;
}

/**! 04. Content *********************************************************************************/

.content a {
  position: relative;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  border-bottom: 2px solid #000;
}

.content h2 {
  padding-bottom: .5em;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.content figure img {
  box-shadow: 0 16px 16px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05);
}

.title:not(.is-spaced)+.subtitle {
  margin-top: unset;
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: .75rem;
}

/**! 05. Sections *********************************************************************************/

.section {
  padding: 1.5rem 0;
}

.section:first-of-type {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.section:last-of-type {
  padding-bottom: 0;
}

/**! 06. Lity Lightbox ****************************************************************************/

.lity-content img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/**! 07. Social Media Icons ***********************************************************************/

a:hover i.fa-facebook {
  color: #3B5998;
}

a:hover i.fa-twitter {
  color: #55ACEE;
}

a:hover i.fa-pinterest {
  color: #C92228;
}

a:hover i.fa-google {
  color: #DD4B39;
}

a:hover i.fa-instagram {
  color: #3F729B;
}

a:hover i.fa-dropbox {
  color: #1087DD;
}

a:hover i.fa-tumblr {
  color: #2c4762;
}

a:hover i.fa-yahoo {
  color: #720E9E;
}

a:hover i.fa-vimeo {
  color: #1AB7EA;
}

a:hover i.fa-github {
  color: #444444;
}

a:hover i.fa-linkedin {
  color: #007BB6;
}
