/*! Place your custom styles here */
body {
  font-size: 1em;
  line-height: 1.85714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Cairo', 'Helvetica', 'Arial', sans-serif;
  color: #666666;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Cairo', 'Helvetica', 'Arial', sans-serif;
  color: #444;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 3.14285714em;
  line-height: 1.1em;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.01em;
}

h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 0.25em;
}

h4, .h4 {
  font-weight: 600;
  margin-bottom: 0.2em;
}

h5:not(:last-child), .h5:not(:last-child) {
    margin-bottom: 0.2em;
    letter-spacing: 0.5px;
}

small, .small {
    font-size: 90%;
    /* margin-top: -1em; */
}

.lead {
    font-size: 1.25em;
    line-height: 1.68421053em;
}

.bar.bar--lg {
  padding: 1.85714286em; 0;
}

.label:not([class*='bg--']) {
  background: #8F48BD;
}

hr.short {
    width: 2.78571429em;
    border-color: #ffffff;
}

.mt--1 {
    margin-top: 1.5625em;
}

.img-float {
    float: right;
    margin: 0 20px 0px 10px;
}

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

a:hover {
  color: #252525;
  text-decoration: underline;
}

p a, span a, label a {
  text-decoration: none;
}
a {
  color: #252525;
  font-weight: 600;
}

section.space--xxs,
footer.space--xxs {
  padding-top: 1.85714286em;
  padding-bottom: 1.85714286em;
}

section:not([class*="bg--"]) + footer.bg--secondary {
    border-top: 0px solid #ebebeb;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
  /*font-size: 0.857142857142857em;*/
  font-size: 1.1em;
  line-height: 2.166666666666667em;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0px;
}

.bar-menu .menu-horizontal {
  position: relative;
  top: 22px;
}

.bar .logo {
    max-width: none;
    max-height: 65px;
    top: 0;
}

.menu-horizontal li a {
    font-weight: 500;
    font-size: 1em;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 1.5625em;
    margin-bottom: 30px;
}

img.flag {
    max-height: 1.45em;
}

.dropdown .dropdown__content {
    border-radius: 3px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    padding: 1.23809524em 1.23809524em;
}

.flickity-prev-next-button {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  border-radius: 0;
  background: #252525;
  width: 2.78571429em;
  height: 4.57142857em;
}

.flickity-prev-next-button:not(:hover) {
  opacity: .3;
}

.flickity-prev-next-button:hover {
  background: #252525;
  opacity: .6;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconsmind';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (min-width: 991px) {
  .sidebar {
    margin-top: 0em;
    position: relative;
    bottom: 18px;
  }
}

.imagebg:not(.image--light) .btn:not([class*='primary']) {
  border-color: rgba(255, 255, 255, 1);
}

section.space--sm,
footer.space--sm {
  padding-top: 4.95238095em;
  padding-bottom: 1.95238095em;
}

.sidebar .sidebar__widget:not(:last-child) {
    margin-bottom: 2.78571429em;
}

.hamburger-toggle i {
  color: #252525;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

/*.col-sm-4 {
  width: 20%;
}*/

@media (min-width: 768px) {
  .col-sm-4 {
    float: left;
  }
  .col-sm-4 {
    width: 20%;
  }
}

/*.dropdown .dropdown__content {
  border-radius: 6px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  padding: 1.23809524em 1em;
  font-size: 0.95em;
}*/
